diff options
1239 files changed, 17613 insertions, 16597 deletions
@@ -1,3 +1,57 @@ +Evolution 2.27.2 2009-05-25 +--------------------------- + +Bug Fixed: + + #274117 – Difficult to post a new message to newsgroups + (Matthew Barnes) + #440919 – Evolution can't attach "zero length" files (Matthew Barnes) + #458491 – Remove useless "Call To..." popup menu option + (Matthew Barnes) + #523216 – User-oriented plugin descriptions (Matthew Barnes) + #524497 – Wrong "From" value if multiple accounts configured + (Jeff Cai) + #559366 – Evolution: Cannot scroll the Calendar view using the + arrow keys (Marcel Stimberg) + #571496 – Migrate from deprecated gnome_execute to + g_spawn/xdg-terminal (Adam Petaccia) + #578176 – "Send message to contact" does not honor "always BCC" + (Matthew Barnes) + #578478 – Composer shows not all "From" information (Matthew Barnes) + #579779 – Evolution crashes when updating a repeated (ej, yearly) + event for al event instances (Milan Crha) + #580163 – alarm notify window does not resize correctly + (Ritesh Khadgaray) + #580900 – Kill libgnomeui/gnome-dateedit (Adam Petaccia) + #580925 – Better search bar for word searches (Matthew Barnes) + #581424 – Personal folder tree appears besides Public folder when + you go to Folder > Subscription (Johnny Jacob) + #581454 – Move nautilus-sendto integration to Evolution + (Matthew Barnes) + #582144 – Evolution not showing proper attachment filename + (Matthew Barnes) + #582168 – Remove duplicated shebang and comment from autogen.sh + (Damien Lespiau) + #582585 – Crash when deleting multiple attachments from composed + mail (Matthew Barnes) + #582626 – Time zone "select" button is broken (Milan Crha) + #582744 – CC field autofill doesn't work for replies (Matthew Barnes) + #583360 – Evolution won't set "UTC" as a "second zone" on Calendar + and Tasks preferences (Milan Crha) + #498712 – (bnc) deleting meetings sometimes does not work properly + (Chenthill Palanisamy) + #499107 – (bnc) delete all the recurring instances from the folder + (Chenthill Palanisamy) + +Updated Translations: + + Marios Zindilis (el) + Jorge Gonzalez (es) + Ivar Smolin (et) + Manoj Kumar Giri (or) + Kjartan Maraas (nb) + Theppitak Karoonboonyanan (th) + Evolution 2.27.1 2009-05-04 ---------------------------- diff --git a/a11y/ea-cell-table.c b/a11y/ea-cell-table.c index 89724ffac0..8c0b9ee253 100644 --- a/a11y/ea-cell-table.c +++ b/a11y/ea-cell-table.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/a11y/ea-cell-table.h b/a11y/ea-cell-table.h index 6844abe9da..f8674ec42a 100644 --- a/a11y/ea-cell-table.h +++ b/a11y/ea-cell-table.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/a11y/ea-factory.h b/a11y/ea-factory.h index c7805c1ad3..dcf6a1382f 100644 --- a/a11y/ea-factory.h +++ b/a11y/ea-factory.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/a11y/gal-a11y-factory.h b/a11y/gal-a11y-factory.h index 884c94f31e..1ef8292eba 100644 --- a/a11y/gal-a11y-factory.h +++ b/a11y/gal-a11y-factory.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/a11y/gal-a11y-util.c b/a11y/gal-a11y-util.c index c06b4efd6c..ec2a5061f8 100644 --- a/a11y/gal-a11y-util.c +++ b/a11y/gal-a11y-util.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/a11y/gal-a11y-util.h b/a11y/gal-a11y-util.h index 8354df9ac5..dedad9e049 100644 --- a/a11y/gal-a11y-util.h +++ b/a11y/gal-a11y-util.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/acinclude.m4 b/acinclude.m4 index 094f96963b..fa7fc5c5de 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -577,3 +577,65 @@ AC_SUBST(LTCXXCOMPILE) # end dolt ]) +dnl as-compiler-flag.m4 0.1.0 + +dnl autostars m4 macro for detection of compiler flags + +dnl David Schleef <ds@schleef.org> + +dnl $Id: as-compiler-flag.m4,v 1.1 2005/12/15 23:35:19 ds Exp $ + +dnl AS_COMPILER_FLAG(CFLAGS, ACTION-IF-ACCEPTED, [ACTION-IF-NOT-ACCEPTED]) +dnl Tries to compile with the given CFLAGS. +dnl Runs ACTION-IF-ACCEPTED if the compiler can compile with the flags, +dnl and ACTION-IF-NOT-ACCEPTED otherwise. + +AC_DEFUN([AS_COMPILER_FLAG], +[ + AC_MSG_CHECKING([to see if compiler understands $1]) + + save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS $1" + + AC_TRY_COMPILE([ ], [], [flag_ok=yes], [flag_ok=no]) + CFLAGS="$save_CFLAGS" + + if test "X$flag_ok" = Xyes ; then + m4_ifvaln([$2],[$2]) + true + else + m4_ifvaln([$3],[$3]) + true + fi + AC_MSG_RESULT([$flag_ok]) +]) + +dnl AS_COMPILER_FLAGS(VAR, FLAGS) +dnl Tries to compile with the given CFLAGS. + +AC_DEFUN([AS_COMPILER_FLAGS], +[ + list=$2 + flags_supported="" + flags_unsupported="" + AC_MSG_CHECKING([for supported compiler flags]) + for each in $list + do + save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS $each" + AC_TRY_COMPILE([ ], [], [flag_ok=yes], [flag_ok=no]) + CFLAGS="$save_CFLAGS" + + if test "X$flag_ok" = Xyes ; then + flags_supported="$flags_supported $each" + else + flags_unsupported="$flags_unsupported $each" + fi + done + AC_MSG_RESULT([$flags_supported]) + if test "X$flags_unsupported" != X ; then + AC_MSG_WARN([unsupported compiler flags: $flags_unsupported]) + fi + $1="$$1 $flags_supported" +]) + diff --git a/addressbook/conduit/address-conduit.c b/addressbook/conduit/address-conduit.c index a28c3c5f99..8dd03b3e75 100644 --- a/addressbook/conduit/address-conduit.c +++ b/addressbook/conduit/address-conduit.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -717,7 +717,7 @@ e_addr_context_destroy (EAddrConduitContext *ctxt) } /* Debug routines */ -static char * +static const gchar * print_local (EAddrLocalRecord *local) { static char buff[ 4096 ]; @@ -1531,12 +1531,12 @@ addressbook_authenticate (EBook *book, gpointer data) { gchar *auth; - gchar *user; + const gchar *user; gchar *passwd; gchar *str_uri; gchar *pass_key; gchar *auth_domain; - gchar *component_name; + const gchar *component_name; EUri *e_uri; ESource *source = (ESource *)data; @@ -1546,9 +1546,9 @@ addressbook_authenticate (EBook *book, component_name = auth_domain ? auth_domain : "Addressbook"; if (auth && !strcmp ("plain/password", auth)) - user = (gchar *)e_source_get_property (source, "user"); + user = e_source_get_property (source, "user"); else - user = (gchar *)e_source_get_property (source, "email_addr"); + user = e_source_get_property (source, "email_addr"); if (!user) user = ""; diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c index 07bc2f98d5..c786a40a13 100644 --- a/addressbook/gui/component/addressbook-config.c +++ b/addressbook/gui/component/addressbook-config.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -131,7 +131,7 @@ struct _AddressbookSourceDialog { #ifdef HAVE_LDAP -static char * +static const gchar * ldap_unparse_auth (AddressbookLDAPAuthType auth_type) { switch (auth_type) { @@ -160,7 +160,7 @@ ldap_parse_auth (const char *auth) return ADDRESSBOOK_LDAP_AUTH_NONE; } -static char * +static const gchar * ldap_unparse_scope (AddressbookLDAPScopeType scope_type) { switch (scope_type) { @@ -175,7 +175,7 @@ ldap_unparse_scope (AddressbookLDAPScopeType scope_type) } } -static char * +static const gchar * ldap_unparse_ssl (AddressbookLDAPSSLType ssl_type) { switch (ssl_type) { @@ -303,7 +303,7 @@ addressbook_ldap_auth (GtkWidget *window, LDAP *ldap) static int addressbook_root_dse_query (AddressbookSourceDialog *dialog, LDAP *ldap, - char **attrs, LDAPMessage **resp) + const gchar **attrs, LDAPMessage **resp) { int ldap_error; struct timeval timeout; @@ -314,7 +314,7 @@ addressbook_root_dse_query (AddressbookSourceDialog *dialog, LDAP *ldap, ldap_error = ldap_search_ext_s (ldap, LDAP_ROOT_DSE, LDAP_SCOPE_BASE, "(objectclass=*)", - attrs, 0, NULL, NULL, &timeout, LDAP_NO_LIMIT, resp); + (gchar **) attrs, 0, NULL, NULL, &timeout, LDAP_NO_LIMIT, resp); if (LDAP_SUCCESS != ldap_error) e_error_run (GTK_WINDOW (dialog->window), "addressbook:ldap-search-base", NULL); @@ -353,7 +353,7 @@ static gboolean do_ldap_root_dse_query (AddressbookSourceDialog *sdialog, GtkListStore *model, ESource *source) { LDAP *ldap; - char *attrs[2]; + const gchar *attrs[2]; int ldap_error; char **values; LDAPMessage *resp; @@ -1013,29 +1013,29 @@ eabc_details_limit(EConfig *ec, EConfigItem *item, struct _GtkWidget *parent, st #endif static EConfigItem eabc_items[] = { - { E_CONFIG_BOOK, "", }, - { E_CONFIG_PAGE, "00.general", N_("General") }, - { E_CONFIG_SECTION, "00.general/10.display", N_("Address Book") }, - { E_CONFIG_ITEM, "00.general/10.display/10.name", "hbox122", eabc_general_name }, - { E_CONFIG_ITEM, "00.general/10.display/20.offline", NULL, eabc_general_offline }, + { E_CONFIG_BOOK, (gchar *) (gchar *) "", }, + { E_CONFIG_PAGE, (gchar *) "00.general", (gchar *) N_("General") }, + { E_CONFIG_SECTION, (gchar *) "00.general/10.display", (gchar *) N_("Address Book") }, + { E_CONFIG_ITEM, (gchar *) "00.general/10.display/10.name", (gchar *) "hbox122", eabc_general_name }, + { E_CONFIG_ITEM, (gchar *) "00.general/10.display/20.offline", NULL, eabc_general_offline }, #ifdef HAVE_LDAP - { E_CONFIG_SECTION, "00.general/20.server", N_("Server Information") }, - { E_CONFIG_ITEM, "00.general/20.server/00.host", "table31", eabc_general_host }, - { E_CONFIG_SECTION, "00.general/30.auth", N_("Authentication") }, - { E_CONFIG_ITEM, "00.general/30.auth/00.auth", "table32", eabc_general_auth }, - - { E_CONFIG_PAGE, "10.details", N_("Details") }, - { E_CONFIG_SECTION, "10.details/00.search", N_("Searching") }, - { E_CONFIG_ITEM, "10.details/00.search/00.search", "table33", eabc_details_search }, - { E_CONFIG_SECTION, "10.details/10.limit", N_("Downloading") }, - { E_CONFIG_ITEM, "10.details/10.limit/00.limit", "table34", eabc_details_limit }, + { E_CONFIG_SECTION, (gchar *) "00.general/20.server", (gchar *) N_("Server Information") }, + { E_CONFIG_ITEM, (gchar *) "00.general/20.server/00.host", (gchar *) "table31", eabc_general_host }, + { E_CONFIG_SECTION, (gchar *) "00.general/30.auth", (gchar *) N_("Authentication") }, + { E_CONFIG_ITEM, (gchar *) "00.general/30.auth/00.auth", (gchar *) "table32", eabc_general_auth }, + + { E_CONFIG_PAGE, (gchar *) "10.details", (gchar *) N_("Details") }, + { E_CONFIG_SECTION, (gchar *) "10.details/00.search", (gchar *) N_("Searching") }, + { E_CONFIG_ITEM, (gchar *) "10.details/00.search/00.search", (gchar *) "table33", eabc_details_search }, + { E_CONFIG_SECTION, (gchar *) "10.details/10.limit", (gchar *) N_("Downloading") }, + { E_CONFIG_ITEM, (gchar *) "10.details/10.limit/00.limit", (gchar *) "table34", eabc_details_limit }, #endif { 0 }, }; /* items needed for the 'new addressbook' window */ static EConfigItem eabc_new_items[] = { - { E_CONFIG_ITEM, "00.general/10.display/00.type", NULL, eabc_general_type }, + { E_CONFIG_ITEM, (gchar *) "00.general/10.display/00.type", NULL, eabc_general_type }, { 0 }, }; diff --git a/addressbook/gui/component/addressbook-config.h b/addressbook/gui/component/addressbook-config.h index 92d16c795c..2814e8c839 100644 --- a/addressbook/gui/component/addressbook-config.h +++ b/addressbook/gui/component/addressbook-config.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/component/autocompletion-config.c b/addressbook/gui/component/autocompletion-config.c index 3341f26147..548c0cbd7e 100644 --- a/addressbook/gui/component/autocompletion-config.c +++ b/addressbook/gui/component/autocompletion-config.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/component/autocompletion-config.h b/addressbook/gui/component/autocompletion-config.h index f546a9d497..5769bdce9d 100644 --- a/addressbook/gui/component/autocompletion-config.h +++ b/addressbook/gui/component/autocompletion-config.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/component/e-book-shell-backend.c b/addressbook/gui/component/e-book-shell-backend.c index fd86d57e2a..68af7ed03b 100644 --- a/addressbook/gui/component/e-book-shell-backend.c +++ b/addressbook/gui/component/e-book-shell-backend.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/addressbook/gui/component/e-book-shell-backend.h b/addressbook/gui/component/e-book-shell-backend.h index c3fde1c2a1..c61e43b814 100644 --- a/addressbook/gui/component/e-book-shell-backend.h +++ b/addressbook/gui/component/e-book-shell-backend.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/addressbook/gui/component/e-book-shell-content.c b/addressbook/gui/component/e-book-shell-content.c index 7f7b9483bb..cce03b1575 100644 --- a/addressbook/gui/component/e-book-shell-content.c +++ b/addressbook/gui/component/e-book-shell-content.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/addressbook/gui/component/e-book-shell-content.h b/addressbook/gui/component/e-book-shell-content.h index a8f8271959..ac5ab10e8b 100644 --- a/addressbook/gui/component/e-book-shell-content.h +++ b/addressbook/gui/component/e-book-shell-content.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/addressbook/gui/component/e-book-shell-migrate.c b/addressbook/gui/component/e-book-shell-migrate.c index 08ade1f6f3..2c9aa6afb0 100644 --- a/addressbook/gui/component/e-book-shell-migrate.c +++ b/addressbook/gui/component/e-book-shell-migrate.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/component/e-book-shell-migrate.h b/addressbook/gui/component/e-book-shell-migrate.h index f631ef6a50..cb6128910a 100644 --- a/addressbook/gui/component/e-book-shell-migrate.h +++ b/addressbook/gui/component/e-book-shell-migrate.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/component/e-book-shell-sidebar.c b/addressbook/gui/component/e-book-shell-sidebar.c index 2a784e3b1d..fc283e28d7 100644 --- a/addressbook/gui/component/e-book-shell-sidebar.c +++ b/addressbook/gui/component/e-book-shell-sidebar.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/addressbook/gui/component/e-book-shell-sidebar.h b/addressbook/gui/component/e-book-shell-sidebar.h index e2523f586b..716523f971 100644 --- a/addressbook/gui/component/e-book-shell-sidebar.h +++ b/addressbook/gui/component/e-book-shell-sidebar.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/addressbook/gui/component/e-book-shell-view-actions.c b/addressbook/gui/component/e-book-shell-view-actions.c index 918ff57e9f..35d0e8f8c8 100644 --- a/addressbook/gui/component/e-book-shell-view-actions.c +++ b/addressbook/gui/component/e-book-shell-view-actions.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/addressbook/gui/component/e-book-shell-view-actions.h b/addressbook/gui/component/e-book-shell-view-actions.h index 503855dda6..8e3d31f7bf 100644 --- a/addressbook/gui/component/e-book-shell-view-actions.h +++ b/addressbook/gui/component/e-book-shell-view-actions.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/addressbook/gui/component/e-book-shell-view-private.c b/addressbook/gui/component/e-book-shell-view-private.c index cdb8c8fbe4..ec3562e87a 100644 --- a/addressbook/gui/component/e-book-shell-view-private.c +++ b/addressbook/gui/component/e-book-shell-view-private.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/addressbook/gui/component/e-book-shell-view-private.h b/addressbook/gui/component/e-book-shell-view-private.h index 628c1c2b09..b4701aea81 100644 --- a/addressbook/gui/component/e-book-shell-view-private.h +++ b/addressbook/gui/component/e-book-shell-view-private.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/addressbook/gui/component/e-book-shell-view.c b/addressbook/gui/component/e-book-shell-view.c index 44c06be9a3..ea48bb534c 100644 --- a/addressbook/gui/component/e-book-shell-view.c +++ b/addressbook/gui/component/e-book-shell-view.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/addressbook/gui/component/e-book-shell-view.h b/addressbook/gui/component/e-book-shell-view.h index 3cefba8179..33a0c8a75d 100644 --- a/addressbook/gui/component/e-book-shell-view.h +++ b/addressbook/gui/component/e-book-shell-view.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/addressbook/gui/component/eab-composer-util.c b/addressbook/gui/component/eab-composer-util.c index 943225b011..46d28b0790 100644 --- a/addressbook/gui/component/eab-composer-util.c +++ b/addressbook/gui/component/eab-composer-util.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * diff --git a/addressbook/gui/component/eab-composer-util.h b/addressbook/gui/component/eab-composer-util.h index ffee76b2b7..4aec23074d 100644 --- a/addressbook/gui/component/eab-composer-util.h +++ b/addressbook/gui/component/eab-composer-util.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * diff --git a/addressbook/gui/component/evolution-module-addressbook.c b/addressbook/gui/component/evolution-module-addressbook.c index 2d3e18e097..3089133e43 100644 --- a/addressbook/gui/component/evolution-module-addressbook.c +++ b/addressbook/gui/component/evolution-module-addressbook.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/addressbook/gui/contact-editor/e-contact-editor-fullname.c b/addressbook/gui/contact-editor/e-contact-editor-fullname.c index bbe9ece7ba..3897d605e3 100644 --- a/addressbook/gui/contact-editor/e-contact-editor-fullname.c +++ b/addressbook/gui/contact-editor/e-contact-editor-fullname.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -190,7 +190,7 @@ e_contact_editor_fullname_set_property (GObject *object, guint prop_id, break; case PROP_EDITABLE: { int i; - char *widget_names[] = { + const gchar *widget_names[] = { "comboentry-title", "comboentry-suffix", "entry-first", @@ -250,7 +250,9 @@ e_contact_editor_fullname_get_property (GObject *object, guint prop_id, } static void -fill_in_field(EContactEditorFullname *editor, char *field, char *string) +fill_in_field (EContactEditorFullname *editor, + const gchar *field, + const gchar *string) { GtkWidget *widget = glade_xml_get_widget (editor->gui, field); GtkEntry *entry = NULL; @@ -282,7 +284,8 @@ fill_in_info(EContactEditorFullname *editor) } static char * -extract_field(EContactEditorFullname *editor, char *field) +extract_field (EContactEditorFullname *editor, + const gchar *field) { GtkWidget *widget = glade_xml_get_widget(editor->gui, field); GtkEntry *entry = NULL; diff --git a/addressbook/gui/contact-editor/e-contact-editor-fullname.h b/addressbook/gui/contact-editor/e-contact-editor-fullname.h index 81b7182397..6ccd89ed9e 100644 --- a/addressbook/gui/contact-editor/e-contact-editor-fullname.h +++ b/addressbook/gui/contact-editor/e-contact-editor-fullname.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index d13e378151..03272d4444 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -163,8 +163,8 @@ static const gchar *address_name [] = { }; static struct { - EContactField field; - gchar *pretty_name; + EContactField field; + const gchar *pretty_name; } im_service [] = { @@ -182,8 +182,8 @@ im_service [] = static const gint im_service_default [] = { 0, 2, 4, 5 }; static struct { - gchar *name; - gchar *pretty_name; + const gchar *name; + const gchar *pretty_name; } common_location [] = { @@ -2083,7 +2083,7 @@ sensitize_address (EContactEditor *editor) } typedef struct { - char *widget_name; + const gchar *widget_name; gint field_id; /* EContactField or -1 */ gboolean process_data; /* If we should extract/fill in contents */ gboolean desensitize_for_read_only; @@ -3288,7 +3288,7 @@ show_help_cb (GtkWidget *widget, gpointer data) } static GList * -add_to_tab_order(GList *list, GladeXML *gui, char *name) +add_to_tab_order(GList *list, GladeXML *gui, const gchar *name) { GtkWidget *widget = glade_xml_get_widget(gui, name); return g_list_prepend(list, widget); diff --git a/addressbook/gui/contact-editor/e-contact-editor.h b/addressbook/gui/contact-editor/e-contact-editor.h index d216fe0435..041fcde479 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.h +++ b/addressbook/gui/contact-editor/e-contact-editor.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/contact-editor/e-contact-quick-add.c b/addressbook/gui/contact-editor/e-contact-quick-add.c index d30559e34f..8aa2825fc8 100644 --- a/addressbook/gui/contact-editor/e-contact-quick-add.c +++ b/addressbook/gui/contact-editor/e-contact-quick-add.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -250,8 +250,8 @@ clicked_cb (GtkWidget *w, gint button, gpointer closure) email = tmp; } - e_contact_set (qa->contact, E_CONTACT_FULL_NAME, (char *) name ? name : ""); - e_contact_set (qa->contact, E_CONTACT_EMAIL_1, (char *) email ? email : ""); + e_contact_set (qa->contact, E_CONTACT_FULL_NAME, (gpointer) (name ? name : "")); + e_contact_set (qa->contact, E_CONTACT_EMAIL_1, (gpointer) (email ? email : "")); g_free (name); g_free (email); diff --git a/addressbook/gui/contact-editor/e-contact-quick-add.h b/addressbook/gui/contact-editor/e-contact-quick-add.h index 0aaabdc69c..e58722b4a2 100644 --- a/addressbook/gui/contact-editor/e-contact-quick-add.h +++ b/addressbook/gui/contact-editor/e-contact-quick-add.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/contact-editor/eab-editor.c b/addressbook/gui/contact-editor/eab-editor.c index d45fb688ea..b5a4683540 100644 --- a/addressbook/gui/contact-editor/eab-editor.c +++ b/addressbook/gui/contact-editor/eab-editor.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/contact-editor/eab-editor.h b/addressbook/gui/contact-editor/eab-editor.h index 4f108f509f..9dcb5e19d0 100644 --- a/addressbook/gui/contact-editor/eab-editor.h +++ b/addressbook/gui/contact-editor/eab-editor.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/contact-editor/test-editor.c b/addressbook/gui/contact-editor/test-editor.c index 356311eb8f..f5d133283f 100644 --- a/addressbook/gui/contact-editor/test-editor.c +++ b/addressbook/gui/contact-editor/test-editor.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c index 9e07381e4e..002cb08bbf 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c +++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -128,7 +128,7 @@ enum { }; static GtkTargetEntry targets[] = { - { VCARD_TYPE, 0, TARGET_TYPE_VCARD }, + { (gchar *) VCARD_TYPE, 0, TARGET_TYPE_VCARD }, }; static gpointer parent_class; @@ -250,9 +250,9 @@ contact_list_editor_cancel_load (EContactListEditor *editor) priv->load_book = NULL; } -static gboolean +static gboolean contact_list_editor_contact_exists (EContactListModel *model, - const gchar *email) + const gchar *email) { const gchar *tag = "addressbook:ask-list-add-exists"; @@ -637,7 +637,7 @@ contact_list_editor_email_entry_updated_cb (GtkWidget *widget, email = g_strdup (e_destination_get_address (destination)); store = e_name_selector_entry_peek_destination_store (entry); e_destination_store_remove_destination (store, destination); - gtk_entry_set_text (GTK_ENTRY (WIDGET (EMAIL_ENTRY)), ""); + gtk_entry_set_text (GTK_ENTRY (WIDGET (EMAIL_ENTRY)), ""); if (email && *email) { e_contact_list_model_add_email (model, email); @@ -1192,7 +1192,7 @@ contact_list_editor_class_init (EContactListEditorClass *class) g_object_class_install_property ( object_class, - PROP_BOOK, + PROP_BOOK, g_param_spec_object ( "book", _("Book"), @@ -1202,7 +1202,7 @@ contact_list_editor_class_init (EContactListEditorClass *class) g_object_class_install_property ( object_class, - PROP_CONTACT, + PROP_CONTACT, g_param_spec_object ( "contact", _("Contact"), @@ -1212,7 +1212,7 @@ contact_list_editor_class_init (EContactListEditorClass *class) g_object_class_install_property ( object_class, - PROP_IS_NEW_LIST, + PROP_IS_NEW_LIST, g_param_spec_boolean ( "is_new_list", _("Is New List"), @@ -1222,7 +1222,7 @@ contact_list_editor_class_init (EContactListEditorClass *class) g_object_class_install_property ( object_class, - PROP_EDITABLE, + PROP_EDITABLE, g_param_spec_boolean ( "editable", _("Editable"), diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.h b/addressbook/gui/contact-list-editor/e-contact-list-editor.h index 13b6864a9a..5b67fe0126 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-editor.h +++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/contact-list-editor/e-contact-list-model.c b/addressbook/gui/contact-list-editor/e-contact-list-model.c index f381e6754e..d43e895570 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-model.c +++ b/addressbook/gui/contact-list-editor/e-contact-list-model.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/contact-list-editor/e-contact-list-model.h b/addressbook/gui/contact-list-editor/e-contact-list-model.h index f4fde83a4b..1f7c35a7be 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-model.h +++ b/addressbook/gui/contact-list-editor/e-contact-list-model.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * diff --git a/addressbook/gui/merging/eab-contact-compare.c b/addressbook/gui/merging/eab-contact-compare.c index b5597abb29..6a3132f5a5 100644 --- a/addressbook/gui/merging/eab-contact-compare.c +++ b/addressbook/gui/merging/eab-contact-compare.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -46,7 +46,7 @@ combine_comparisons (EABContactMatchType prev, sucky way like this. But it can be fixed later. */ /* This is very Anglocentric. */ -static gchar *name_synonyms[][2] = { +static const gchar *name_synonyms[][2] = { { "jon", "john" }, /* Ah, the hacker's perogative */ { "joseph", "joe" }, { "robert", "bob" }, diff --git a/addressbook/gui/merging/eab-contact-compare.h b/addressbook/gui/merging/eab-contact-compare.h index ff8bfc1a85..d08461940b 100644 --- a/addressbook/gui/merging/eab-contact-compare.h +++ b/addressbook/gui/merging/eab-contact-compare.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/merging/eab-contact-merging.c b/addressbook/gui/merging/eab-contact-merging.c index 2a97169459..5a6ac2cdac 100644 --- a/addressbook/gui/merging/eab-contact-merging.c +++ b/addressbook/gui/merging/eab-contact-merging.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/merging/eab-contact-merging.h b/addressbook/gui/merging/eab-contact-merging.h index 4228fc1028..81528c6325 100644 --- a/addressbook/gui/merging/eab-contact-merging.h +++ b/addressbook/gui/merging/eab-contact-merging.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/a11y/ea-addressbook-view.c b/addressbook/gui/widgets/a11y/ea-addressbook-view.c index eff7eb4044..4150e10ff4 100644 --- a/addressbook/gui/widgets/a11y/ea-addressbook-view.c +++ b/addressbook/gui/widgets/a11y/ea-addressbook-view.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/a11y/ea-addressbook-view.h b/addressbook/gui/widgets/a11y/ea-addressbook-view.h index 86782ad737..f223f24a0c 100644 --- a/addressbook/gui/widgets/a11y/ea-addressbook-view.h +++ b/addressbook/gui/widgets/a11y/ea-addressbook-view.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/a11y/ea-addressbook.c b/addressbook/gui/widgets/a11y/ea-addressbook.c index 087c33a3c0..14fc4c1ca3 100644 --- a/addressbook/gui/widgets/a11y/ea-addressbook.c +++ b/addressbook/gui/widgets/a11y/ea-addressbook.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/a11y/ea-addressbook.h b/addressbook/gui/widgets/a11y/ea-addressbook.h index 337f467760..97b691dc18 100644 --- a/addressbook/gui/widgets/a11y/ea-addressbook.h +++ b/addressbook/gui/widgets/a11y/ea-addressbook.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/a11y/ea-minicard-view.c b/addressbook/gui/widgets/a11y/ea-minicard-view.c index aed11ed2ac..052db4d1b1 100644 --- a/addressbook/gui/widgets/a11y/ea-minicard-view.c +++ b/addressbook/gui/widgets/a11y/ea-minicard-view.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/a11y/ea-minicard-view.h b/addressbook/gui/widgets/a11y/ea-minicard-view.h index 922941cb7b..f20ef4487b 100644 --- a/addressbook/gui/widgets/a11y/ea-minicard-view.h +++ b/addressbook/gui/widgets/a11y/ea-minicard-view.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/a11y/ea-minicard.c b/addressbook/gui/widgets/a11y/ea-minicard.c index 258fcbd4bc..d77d591fcc 100644 --- a/addressbook/gui/widgets/a11y/ea-minicard.c +++ b/addressbook/gui/widgets/a11y/ea-minicard.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/a11y/ea-minicard.h b/addressbook/gui/widgets/a11y/ea-minicard.h index 9c0c8a2b56..15f89e19c3 100644 --- a/addressbook/gui/widgets/a11y/ea-minicard.h +++ b/addressbook/gui/widgets/a11y/ea-minicard.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/e-addressbook-model.c b/addressbook/gui/widgets/e-addressbook-model.c index 772e72e3af..b016d4f9db 100644 --- a/addressbook/gui/widgets/e-addressbook-model.c +++ b/addressbook/gui/widgets/e-addressbook-model.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/e-addressbook-model.h b/addressbook/gui/widgets/e-addressbook-model.h index 1a7be828f6..87f1ac5175 100644 --- a/addressbook/gui/widgets/e-addressbook-model.h +++ b/addressbook/gui/widgets/e-addressbook-model.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/addressbook/gui/widgets/e-addressbook-reflow-adapter.c b/addressbook/gui/widgets/e-addressbook-reflow-adapter.c index 1f9f44bf30..a867042de0 100644 --- a/addressbook/gui/widgets/e-addressbook-reflow-adapter.c +++ b/addressbook/gui/widgets/e-addressbook-reflow-adapter.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ diff --git a/addressbook/gui/widgets/e-addressbook-reflow-adapter.h b/addressbook/gui/widgets/e-addressbook-reflow-adapter.h index bd2ba3397b..b5feda6c4b 100644 --- a/addressbook/gui/widgets/e-addressbook-reflow-adapter.h +++ b/addressbook/gui/widgets/e-addressbook-reflow-adapter.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/addressbook/gui/widgets/e-addressbook-selector.c b/addressbook/gui/widgets/e-addressbook-selector.c index e7bec99ba2..21347e2529 100644 --- a/addressbook/gui/widgets/e-addressbook-selector.c +++ b/addressbook/gui/widgets/e-addressbook-selector.c @@ -59,8 +59,8 @@ enum { }; static GtkTargetEntry drag_types[] = { - { "text/x-vcard", 0, DND_TARGET_TYPE_VCARD }, - { "text/x-source-vcard", 0, DND_TARGET_TYPE_SOURCE_VCARD } + { (gchar *) "text/x-vcard", 0, DND_TARGET_TYPE_VCARD }, + { (gchar *) "text/x-source-vcard", 0, DND_TARGET_TYPE_SOURCE_VCARD } }; static gpointer parent_class; diff --git a/addressbook/gui/widgets/e-addressbook-table-adapter.c b/addressbook/gui/widgets/e-addressbook-table-adapter.c index 356aabdf8f..c970b6f32d 100644 --- a/addressbook/gui/widgets/e-addressbook-table-adapter.c +++ b/addressbook/gui/widgets/e-addressbook-table-adapter.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/e-addressbook-table-adapter.h b/addressbook/gui/widgets/e-addressbook-table-adapter.h index 338c87948c..d892894570 100644 --- a/addressbook/gui/widgets/e-addressbook-table-adapter.h +++ b/addressbook/gui/widgets/e-addressbook-table-adapter.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index 8ee3c14e0b..e889d9b0c2 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -109,8 +109,8 @@ enum { }; static GtkTargetEntry drag_types[] = { - { "text/x-source-vcard", 0, DND_TARGET_TYPE_SOURCE_VCARD }, - { "text/x-vcard", 0, DND_TARGET_TYPE_VCARD } + { (gchar *) "text/x-source-vcard", 0, DND_TARGET_TYPE_SOURCE_VCARD }, + { (gchar *) "text/x-vcard", 0, DND_TARGET_TYPE_VCARD } }; static gpointer parent_class; diff --git a/addressbook/gui/widgets/e-addressbook-view.h b/addressbook/gui/widgets/e-addressbook-view.h index 4e4e7c8178..ab168ec8b7 100644 --- a/addressbook/gui/widgets/e-addressbook-view.h +++ b/addressbook/gui/widgets/e-addressbook-view.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/e-minicard-label.c b/addressbook/gui/widgets/e-minicard-label.c index 696d42dcd9..a6090291bd 100644 --- a/addressbook/gui/widgets/e-minicard-label.c +++ b/addressbook/gui/widgets/e-minicard-label.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/e-minicard-label.h b/addressbook/gui/widgets/e-minicard-label.h index 3d41e4cb87..f6b0607ca6 100644 --- a/addressbook/gui/widgets/e-minicard-label.h +++ b/addressbook/gui/widgets/e-minicard-label.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/e-minicard-view-widget.c b/addressbook/gui/widgets/e-minicard-view-widget.c index 3ad49cf2b3..ac1f35caa7 100644 --- a/addressbook/gui/widgets/e-minicard-view-widget.c +++ b/addressbook/gui/widgets/e-minicard-view-widget.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/e-minicard-view-widget.h b/addressbook/gui/widgets/e-minicard-view-widget.h index 917d1b588a..82962218fa 100644 --- a/addressbook/gui/widgets/e-minicard-view-widget.h +++ b/addressbook/gui/widgets/e-minicard-view-widget.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/e-minicard-view.c b/addressbook/gui/widgets/e-minicard-view.c index c6faa4aed7..e60d32cf10 100644 --- a/addressbook/gui/widgets/e-minicard-view.c +++ b/addressbook/gui/widgets/e-minicard-view.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -72,8 +72,8 @@ enum DndTargetType { #define VCARD_LIST_TYPE "text/x-vcard" #define SOURCE_VCARD_LIST_TYPE "text/x-source-vcard" static GtkTargetEntry drag_types[] = { - { SOURCE_VCARD_LIST_TYPE, 0, DND_TARGET_TYPE_SOURCE_VCARD_LIST }, - { VCARD_LIST_TYPE, 0, DND_TARGET_TYPE_VCARD_LIST } + { (gchar *) SOURCE_VCARD_LIST_TYPE, 0, DND_TARGET_TYPE_SOURCE_VCARD_LIST }, + { (gchar *) VCARD_LIST_TYPE, 0, DND_TARGET_TYPE_VCARD_LIST } }; static gint num_drag_types = sizeof(drag_types) / sizeof(drag_types[0]); diff --git a/addressbook/gui/widgets/e-minicard-view.h b/addressbook/gui/widgets/e-minicard-view.h index 657d0a9b74..7a21914e86 100644 --- a/addressbook/gui/widgets/e-minicard-view.h +++ b/addressbook/gui/widgets/e-minicard-view.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/e-minicard.c b/addressbook/gui/widgets/e-minicard.c index a7cb37459a..3f89b8fdc6 100644 --- a/addressbook/gui/widgets/e-minicard.c +++ b/addressbook/gui/widgets/e-minicard.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -91,8 +91,8 @@ enum { }; static struct { - gchar *name; - gchar *pretty_name; + const gchar *name; + const gchar *pretty_name; } common_location [] = { @@ -742,7 +742,7 @@ add_field (EMinicard *e_minicard, EContactField field, gdouble left_width) EMinicardField *minicard_field; char *name; char *string; - gboolean is_rtl = (gtk_widget_get_default_direction () == GTK_TEXT_DIR_RTL); + gboolean is_rtl = (gtk_widget_get_default_direction () == GTK_TEXT_DIR_RTL); group = GNOME_CANVAS_GROUP( e_minicard ); @@ -811,7 +811,7 @@ add_email_field (EMinicard *e_minicard, GList *email_list, gdouble left_width, i char *name; GList *l, *le; int count =0; - gboolean is_rtl = (gtk_widget_get_default_direction () == GTK_TEXT_DIR_RTL); + gboolean is_rtl = (gtk_widget_get_default_direction () == GTK_TEXT_DIR_RTL); GList *emails = e_contact_get (e_minicard->contact, E_CONTACT_EMAIL); group = GNOME_CANVAS_GROUP( e_minicard ); diff --git a/addressbook/gui/widgets/e-minicard.h b/addressbook/gui/widgets/e-minicard.h index 98a4629ad9..520cc55cac 100644 --- a/addressbook/gui/widgets/e-minicard.h +++ b/addressbook/gui/widgets/e-minicard.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/eab-config.c b/addressbook/gui/widgets/eab-config.c index bb8eb63dd0..32ae07862f 100644 --- a/addressbook/gui/widgets/eab-config.c +++ b/addressbook/gui/widgets/eab-config.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/eab-config.h b/addressbook/gui/widgets/eab-config.h index 6e593f1fb8..330df5141b 100644 --- a/addressbook/gui/widgets/eab-config.h +++ b/addressbook/gui/widgets/eab-config.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/eab-contact-display.c b/addressbook/gui/widgets/eab-contact-display.c index 87718933b3..fe87f3c72a 100644 --- a/addressbook/gui/widgets/eab-contact-display.c +++ b/addressbook/gui/widgets/eab-contact-display.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -68,8 +68,8 @@ enum { }; static struct { - gchar *name; - gchar *pretty_name; + const gchar *name; + const gchar *pretty_name; } common_location [] = { @@ -401,7 +401,7 @@ accum_name_value (GString *gstr, const char *label, const char *str, const char g_string_append_printf (gstr, "<td valign=\"top\" width=\"" IMAGE_COL_WIDTH "\">"); if (icon) g_string_append_printf (gstr, "<img width=\"16\" height=\"16\" src=\"evo-icon:%s\"></td></tr>", icon); - else + else g_string_append_printf (gstr, "</td></tr>"); } else { g_string_append_printf (gstr, "<tr><td valign=\"top\" width=\"" IMAGE_COL_WIDTH "\">"); @@ -521,7 +521,8 @@ render_contact (GtkHTMLStream *html_stream, EContact *contact) #ifdef HANDLE_MAILTO_INTERNALLY int email_num = 0; #endif - char *nl, *nick=NULL; + const gchar *nl; + char *nick=NULL; gtk_html_stream_printf (html_stream, "<table border=\"0\">"); @@ -541,7 +542,7 @@ render_contact (GtkHTMLStream *html_stream, EContact *contact) if (!eab_parse_qp_email (l->data, &name, &mail)) mail = e_text_to_html (l->data, 0); - g_string_append_printf (accum, "%s%s%s<a href=\"internal-mailto:%d\">%s</a>%s <font color=" HEADER_COLOR ">(%s)</font>", + g_string_append_printf (accum, "%s%s%s<a href=\"internal-mailto:%d\">%s</a>%s <font color=" HEADER_COLOR ">(%s)</font>", nl, name ? name : "", name ? " <" : "", diff --git a/addressbook/gui/widgets/eab-contact-display.h b/addressbook/gui/widgets/eab-contact-display.h index 096a910f2f..a671b378fc 100644 --- a/addressbook/gui/widgets/eab-contact-display.h +++ b/addressbook/gui/widgets/eab-contact-display.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/eab-gui-util.c b/addressbook/gui/widgets/eab-gui-util.c index 4ea2136ee6..d5ec322c3d 100644 --- a/addressbook/gui/widgets/eab-gui-util.c +++ b/addressbook/gui/widgets/eab-gui-util.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -79,7 +79,7 @@ eab_error_dialog (const char *msg, EBookStatus status) { const char *status_str; - if (status < 0 || status >= G_N_ELEMENTS (status_to_string)) + if (status >= G_N_ELEMENTS (status_to_string)) status_str = "Other error"; else status_str = status_to_string [status]; diff --git a/addressbook/gui/widgets/eab-gui-util.h b/addressbook/gui/widgets/eab-gui-util.h index 8d878cff14..82fc172321 100644 --- a/addressbook/gui/widgets/eab-gui-util.h +++ b/addressbook/gui/widgets/eab-gui-util.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/gal-view-factory-minicard.c b/addressbook/gui/widgets/gal-view-factory-minicard.c index ccec1bf092..0240dddb60 100644 --- a/addressbook/gui/widgets/gal-view-factory-minicard.c +++ b/addressbook/gui/widgets/gal-view-factory-minicard.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/gal-view-factory-minicard.h b/addressbook/gui/widgets/gal-view-factory-minicard.h index d1cf2de444..0aa6dc5ba9 100644 --- a/addressbook/gui/widgets/gal-view-factory-minicard.h +++ b/addressbook/gui/widgets/gal-view-factory-minicard.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/gal-view-minicard.c b/addressbook/gui/widgets/gal-view-minicard.c index cb2f52f4ff..0ebc928bad 100644 --- a/addressbook/gui/widgets/gal-view-minicard.c +++ b/addressbook/gui/widgets/gal-view-minicard.c @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/gui/widgets/gal-view-minicard.h b/addressbook/gui/widgets/gal-view-minicard.h index 6e1a0ca68e..c7a8c912d4 100644 --- a/addressbook/gui/widgets/gal-view-minicard.h +++ b/addressbook/gui/widgets/gal-view-minicard.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/importers/evolution-addressbook-importers.h b/addressbook/importers/evolution-addressbook-importers.h index 94b0e3b023..747fe4281d 100644 --- a/addressbook/importers/evolution-addressbook-importers.h +++ b/addressbook/importers/evolution-addressbook-importers.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/addressbook/importers/evolution-csv-importer.c b/addressbook/importers/evolution-csv-importer.c index c699662b5c..164f9f5fe2 100644 --- a/addressbook/importers/evolution-csv-importer.c +++ b/addressbook/importers/evolution-csv-importer.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -68,7 +68,7 @@ static char delimiter; static void csv_import_done(CSVImporter *gci); typedef struct { - char *csv_attribute; + const gchar *csv_attribute; EContactField contact_field; #define FLAG_HOME_ADDRESS 0x01 #define FLAG_WORK_ADDRESS 0x02 @@ -704,7 +704,7 @@ csv_getwidget(EImport *ei, EImportTarget *target, EImportImporter *im) return vbox; } -static char *supported_extensions[4] = { +static const gchar *supported_extensions[4] = { ".csv", ".tab" , ".txt", NULL }; diff --git a/addressbook/importers/evolution-ldif-importer.c b/addressbook/importers/evolution-ldif-importer.c index 2f7b2cced9..75f30a2359 100644 --- a/addressbook/importers/evolution-ldif-importer.c +++ b/addressbook/importers/evolution-ldif-importer.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ @@ -73,7 +73,7 @@ static void ldif_import_done(LDIFImporter *gci); static struct { - char *ldif_attribute; + const gchar *ldif_attribute; EContactField contact_field; #define FLAG_HOME_ADDRESS 0x01 #define FLAG_WORK_ADDRESS 0x02 @@ -556,7 +556,7 @@ ldif_getwidget(EImport *ei, EImportTarget *target, EImportImporter *im) return vbox; } -static char *supported_extensions[2] = { +static const gchar *supported_extensions[2] = { ".ldif", NULL }; diff --git a/addressbook/importers/evolution-vcard-importer.c b/addressbook/importers/evolution-vcard-importer.c index bd526e37cc..1ec623d098 100644 --- a/addressbook/importers/evolution-vcard-importer.c +++ b/addressbook/importers/evolution-vcard-importer.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am index 59c5c519cd..f3090d6a09 100644 --- a/addressbook/printing/Makefile.am +++ b/addressbook/printing/Makefile.am @@ -7,8 +7,6 @@ ecps_DATA = \ INCLUDES = \ -DG_LOG_DOMAIN=\"addressbook-printing\" \ -I$(top_srcdir)/addressbook \ - -I$(top_srcdir)/addressbook/backend \ - -I$(top_builddir)/addressbook/backend \ -I$(top_srcdir) \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_ECPSDIR=\""$(ecpsdir)"\" \ diff --git a/addressbook/printing/e-contact-print-types.h b/addressbook/printing/e-contact-print-types.h index 15d64e71e0..e21f3b7b16 100644 --- a/addressbook/printing/e-contact-print-types.h +++ b/addressbook/printing/e-contact-print-types.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/printing/e-contact-print.c b/addressbook/printing/e-contact-print.c index 0ba9dbb71a..cc3affeb2c 100644 --- a/addressbook/printing/e-contact-print.c +++ b/addressbook/printing/e-contact-print.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/printing/e-contact-print.h b/addressbook/printing/e-contact-print.h index c9cc40847e..1604693471 100644 --- a/addressbook/printing/e-contact-print.h +++ b/addressbook/printing/e-contact-print.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/printing/test-print.c b/addressbook/printing/test-print.c index 3c02834de3..c38d2129a0 100644 --- a/addressbook/printing/test-print.c +++ b/addressbook/printing/test-print.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -36,10 +36,10 @@ main (int argc, char *argv[]) glade_init (); - shown_fields = g_list_append (shown_fields, "First field"); - shown_fields = g_list_append (shown_fields, "Second field"); - shown_fields = g_list_append (shown_fields, "Third field"); - shown_fields = g_list_append (shown_fields, "Fourth field"); + shown_fields = g_list_append (shown_fields, (gpointer) "First field"); + shown_fields = g_list_append (shown_fields, (gpointer) "Second field"); + shown_fields = g_list_append (shown_fields, (gpointer) "Third field"); + shown_fields = g_list_append (shown_fields, (gpointer) "Fourth field"); /* does nothing */ e_contact_print (NULL, NULL, NULL, GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG); diff --git a/addressbook/tools/evolution-addressbook-export-list-cards.c b/addressbook/tools/evolution-addressbook-export-list-cards.c index 417214691b..72fa8a07e3 100644 --- a/addressbook/tools/evolution-addressbook-export-list-cards.c +++ b/addressbook/tools/evolution-addressbook-export-list-cards.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -146,7 +146,7 @@ struct _EContactCSVFieldData { gint csv_field; gint contact_field; - gchar *csv_name; + const gchar *csv_name; EContactCSVDataType data_type; }; @@ -245,7 +245,6 @@ gchar *escape_string (gchar * orig); int output_n_cards_file (FILE * outputfile, GList *contacts, int size, int begin_no, CARD_FORMAT format); static void fork_to_background (void); void set_pre_defined_field (GSList ** pre_defined_fields); -guint action_list_cards_init (ActionContext * p_actctx); /* function declarations*/ diff --git a/addressbook/tools/evolution-addressbook-export-list-folders.c b/addressbook/tools/evolution-addressbook-export-list-folders.c index 86affe41ff..e93748861d 100644 --- a/addressbook/tools/evolution-addressbook-export-list-folders.c +++ b/addressbook/tools/evolution-addressbook-export-list-folders.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/tools/evolution-addressbook-export.c b/addressbook/tools/evolution-addressbook-export.c index bfcaca980c..1a7f86142b 100644 --- a/addressbook/tools/evolution-addressbook-export.c +++ b/addressbook/tools/evolution-addressbook-export.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/tools/evolution-addressbook-export.h b/addressbook/tools/evolution-addressbook-export.h index 210dc2c1d5..815f524300 100644 --- a/addressbook/tools/evolution-addressbook-export.h +++ b/addressbook/tools/evolution-addressbook-export.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/util/Makefile.am b/addressbook/util/Makefile.am index b1361e068f..cc78518f40 100644 --- a/addressbook/util/Makefile.am +++ b/addressbook/util/Makefile.am @@ -5,7 +5,6 @@ INCLUDES = \ -DLIBDIR=\"$(libdir)\" \ -DG_LOG_DOMAIN=\"EBook\" \ -I$(top_srcdir) \ - -I$(top_srcdir)/camel \ -I$(top_builddir)/shell \ -I$(top_srcdir)/shell \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) diff --git a/addressbook/util/addressbook.c b/addressbook/util/addressbook.c index c8285d8171..f36012ab94 100644 --- a/addressbook/util/addressbook.c +++ b/addressbook/util/addressbook.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -200,7 +200,7 @@ addressbook_authenticate (EBook *book, gboolean previous_failure, ESource *sourc char *prompt; char *password_prompt; gboolean remember; - char *failed_auth; + const gchar *failed_auth; guint32 flags = E_PASSWORDS_REMEMBER_FOREVER|E_PASSWORDS_SECRET|E_PASSWORDS_ONLINE; if (previous_failure) { diff --git a/addressbook/util/addressbook.h b/addressbook/util/addressbook.h index 2e25448717..7bc92ee344 100644 --- a/addressbook/util/addressbook.h +++ b/addressbook/util/addressbook.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/util/eab-book-util.c b/addressbook/util/eab-book-util.c index af1324bf64..8d08a3e88f 100644 --- a/addressbook/util/eab-book-util.c +++ b/addressbook/util/eab-book-util.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/addressbook/util/eab-book-util.h b/addressbook/util/eab-book-util.h index 2051c77ad0..cb59dc9085 100644 --- a/addressbook/util/eab-book-util.h +++ b/addressbook/util/eab-book-util.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/art/broken-image-16.xpm b/art/broken-image-16.xpm index e96ee1aab0..b20b942bc5 100644 --- a/art/broken-image-16.xpm +++ b/art/broken-image-16.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * broken_image_16_xpm[] = { +static const gchar *broken_image_16_xpm[] = { "16 16 42 1", " c None", ". c #000000", diff --git a/art/broken-image-24.xpm b/art/broken-image-24.xpm index ba6cc6854e..e6c31277a9 100644 --- a/art/broken-image-24.xpm +++ b/art/broken-image-24.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * broken_image_24_xpm[] = { +static const gchar *broken_image_24_xpm[] = { "24 24 142 2", " c None", ". c #000000", diff --git a/art/empty.xpm b/art/empty.xpm index aca06618b1..b6d9e9bada 100644 --- a/art/empty.xpm +++ b/art/empty.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * empty_xpm[] = { +static const gchar *empty_xpm[] = { "16 16 2 1", " c None", ". c #FFFFFF", diff --git a/art/jump.xpm b/art/jump.xpm index 7c289e738f..1254a53a1b 100644 --- a/art/jump.xpm +++ b/art/jump.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * jump_xpm[] = { +static const gchar *jump_xpm[] = { "16 8 3 1", " c None", ". c #000000", @@ -13,7 +13,7 @@ static char * jump_xpm[] = { ".++++++++++++++.", "................"}; -static char * jump_xpm_focused[] = { +static const gchar *jump_xpm_focused[] = { "16 8 3 1", " c None", ". c #0000FF", diff --git a/calendar/common/authentication.c b/calendar/common/authentication.c index 85bde3d6fd..a33177874f 100644 --- a/calendar/common/authentication.c +++ b/calendar/common/authentication.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -72,7 +72,7 @@ build_pass_key (ECal *ecal) return euri_str; } -void +void auth_cal_forget_password (ECal *ecal) { ESource *source = NULL; diff --git a/calendar/common/authentication.h b/calendar/common/authentication.h index 147b67e831..696a36d2ff 100644 --- a/calendar/common/authentication.h +++ b/calendar/common/authentication.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/conduits/calendar/calendar-conduit.c b/calendar/conduits/calendar/calendar-conduit.c index b9b6b3449c..5aef1aeb53 100644 --- a/calendar/conduits/calendar/calendar-conduit.c +++ b/calendar/conduits/calendar/calendar-conduit.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -187,7 +187,7 @@ calconduit_save_configuration (ECalConduitCfg *c) g_snprintf (prefix, 255, "e-calendar-conduit/Pilot_%u", c->pilot_id); e_pilot_set_sync_source (c->source_list, c->source); - + e_pilot_setup_set_bool (prefix, "secret", c->secret); e_pilot_setup_set_bool (prefix, "multi_day_split", c->multi_day_split); e_pilot_setup_set_string (prefix, "last_uri", c->last_uri ? c->last_uri : ""); diff --git a/calendar/conduits/common/libecalendar-common-conduit.c b/calendar/conduits/common/libecalendar-common-conduit.c index 59f411da69..cdb4a10d2d 100644 --- a/calendar/conduits/common/libecalendar-common-conduit.c +++ b/calendar/conduits/common/libecalendar-common-conduit.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/conduits/common/libecalendar-common-conduit.h b/calendar/conduits/common/libecalendar-common-conduit.h index 0641ec3e88..aab5a58b56 100644 --- a/calendar/conduits/common/libecalendar-common-conduit.h +++ b/calendar/conduits/common/libecalendar-common-conduit.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/conduits/memo/memo-conduit.c b/calendar/conduits/memo/memo-conduit.c index 4d599a6924..61e5c852e3 100644 --- a/calendar/conduits/memo/memo-conduit.c +++ b/calendar/conduits/memo/memo-conduit.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/conduits/todo/todo-conduit.c b/calendar/conduits/todo/todo-conduit.c index 7639291504..3a684e0751 100644 --- a/calendar/conduits/todo/todo-conduit.c +++ b/calendar/conduits/todo/todo-conduit.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-cal-view-event.c b/calendar/gui/a11y/ea-cal-view-event.c index 49cf525511..e0c0f8fdac 100644 --- a/calendar/gui/a11y/ea-cal-view-event.c +++ b/calendar/gui/a11y/ea-cal-view-event.c @@ -10,11 +10,11 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: - * Bolian Yin <bolian.yin@sun.com> + * Bolian Yin <bolian.yin@sun.com> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * @@ -247,7 +247,10 @@ ea_cal_view_event_get_name (AtkObject *accessible) GObject *g_obj; ECalendarViewEvent *event; gchar *name_string; - gchar *alarm_string, *recur_string, *meeting_string, *summary_string; + const gchar *alarm_string; + const gchar *recur_string; + const gchar *meeting_string; + gchar *summary_string; const char *summary; diff --git a/calendar/gui/a11y/ea-cal-view-event.h b/calendar/gui/a11y/ea-cal-view-event.h index c5000095f6..fccf023a82 100644 --- a/calendar/gui/a11y/ea-cal-view-event.h +++ b/calendar/gui/a11y/ea-cal-view-event.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-cal-view.c b/calendar/gui/a11y/ea-cal-view.c index e184b919b9..7e337ac16b 100644 --- a/calendar/gui/a11y/ea-cal-view.c +++ b/calendar/gui/a11y/ea-cal-view.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-cal-view.h b/calendar/gui/a11y/ea-cal-view.h index e8ebb9eb37..9aa026ef6d 100644 --- a/calendar/gui/a11y/ea-cal-view.h +++ b/calendar/gui/a11y/ea-cal-view.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-calendar-helpers.c b/calendar/gui/a11y/ea-calendar-helpers.c index cc9474c0bc..f07cdfa086 100644 --- a/calendar/gui/a11y/ea-calendar-helpers.c +++ b/calendar/gui/a11y/ea-calendar-helpers.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-calendar-helpers.h b/calendar/gui/a11y/ea-calendar-helpers.h index 3c980f2911..a4045cd7af 100644 --- a/calendar/gui/a11y/ea-calendar-helpers.h +++ b/calendar/gui/a11y/ea-calendar-helpers.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-calendar.c b/calendar/gui/a11y/ea-calendar.c index 3cf41f3512..2662f42283 100644 --- a/calendar/gui/a11y/ea-calendar.c +++ b/calendar/gui/a11y/ea-calendar.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-calendar.h b/calendar/gui/a11y/ea-calendar.h index 36ef7d5ea0..b2238ffdbc 100644 --- a/calendar/gui/a11y/ea-calendar.h +++ b/calendar/gui/a11y/ea-calendar.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-day-view-cell.c b/calendar/gui/a11y/ea-day-view-cell.c index 4698a3ddf4..3555723b13 100644 --- a/calendar/gui/a11y/ea-day-view-cell.c +++ b/calendar/gui/a11y/ea-day-view-cell.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-day-view-cell.h b/calendar/gui/a11y/ea-day-view-cell.h index ca674e2451..e0394c639b 100644 --- a/calendar/gui/a11y/ea-day-view-cell.h +++ b/calendar/gui/a11y/ea-day-view-cell.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-day-view-main-item.c b/calendar/gui/a11y/ea-day-view-main-item.c index 55602e5d92..783710dc61 100644 --- a/calendar/gui/a11y/ea-day-view-main-item.c +++ b/calendar/gui/a11y/ea-day-view-main-item.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -543,7 +543,7 @@ ea_day_view_main_item_get_row_label (EaDayViewMainItem *ea_main_item, GObject *g_obj; EDayViewMainItem *main_item; EDayView *day_view; - gchar *suffix; + const gchar *suffix; gint hour, minute, suffix_width; g_return_val_if_fail (ea_main_item, 0); diff --git a/calendar/gui/a11y/ea-day-view-main-item.h b/calendar/gui/a11y/ea-day-view-main-item.h index 79b166f39a..0ee7b5e0d1 100644 --- a/calendar/gui/a11y/ea-day-view-main-item.h +++ b/calendar/gui/a11y/ea-day-view-main-item.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-day-view.c b/calendar/gui/a11y/ea-day-view.c index b43ddbe56f..107f983bb0 100644 --- a/calendar/gui/a11y/ea-day-view.c +++ b/calendar/gui/a11y/ea-day-view.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-day-view.h b/calendar/gui/a11y/ea-day-view.h index 5c4773d048..011064a764 100644 --- a/calendar/gui/a11y/ea-day-view.h +++ b/calendar/gui/a11y/ea-day-view.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-gnome-calendar.c b/calendar/gui/a11y/ea-gnome-calendar.c index b6eee2699c..4d6e752b8e 100644 --- a/calendar/gui/a11y/ea-gnome-calendar.c +++ b/calendar/gui/a11y/ea-gnome-calendar.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-gnome-calendar.h b/calendar/gui/a11y/ea-gnome-calendar.h index 50c43072af..56e695a684 100644 --- a/calendar/gui/a11y/ea-gnome-calendar.h +++ b/calendar/gui/a11y/ea-gnome-calendar.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-jump-button.c b/calendar/gui/a11y/ea-jump-button.c index cfe8e32cbb..7888196b8d 100644 --- a/calendar/gui/a11y/ea-jump-button.c +++ b/calendar/gui/a11y/ea-jump-button.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -208,7 +208,7 @@ static G_CONST_RETURN gchar* jump_button_get_keybinding (AtkAction *action, gint i) { - gchar *return_value = NULL; + const gchar *return_value = NULL; switch (i) { diff --git a/calendar/gui/a11y/ea-jump-button.h b/calendar/gui/a11y/ea-jump-button.h index 4fbd92022f..cb2bea315d 100644 --- a/calendar/gui/a11y/ea-jump-button.h +++ b/calendar/gui/a11y/ea-jump-button.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-week-view-cell.c b/calendar/gui/a11y/ea-week-view-cell.c index 3ec553b5ba..b45cf66e94 100644 --- a/calendar/gui/a11y/ea-week-view-cell.c +++ b/calendar/gui/a11y/ea-week-view-cell.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-week-view-cell.h b/calendar/gui/a11y/ea-week-view-cell.h index b09d7d1789..4cd2971b80 100644 --- a/calendar/gui/a11y/ea-week-view-cell.h +++ b/calendar/gui/a11y/ea-week-view-cell.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-week-view-main-item.c b/calendar/gui/a11y/ea-week-view-main-item.c index 5bfb73306b..ae507df235 100644 --- a/calendar/gui/a11y/ea-week-view-main-item.c +++ b/calendar/gui/a11y/ea-week-view-main-item.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-week-view-main-item.h b/calendar/gui/a11y/ea-week-view-main-item.h index 12687d26c0..2093de10bd 100644 --- a/calendar/gui/a11y/ea-week-view-main-item.h +++ b/calendar/gui/a11y/ea-week-view-main-item.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-week-view.c b/calendar/gui/a11y/ea-week-view.c index 6cf234c864..1d88e40c46 100644 --- a/calendar/gui/a11y/ea-week-view.c +++ b/calendar/gui/a11y/ea-week-view.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/a11y/ea-week-view.h b/calendar/gui/a11y/ea-week-view.h index b24fe72103..5a83276059 100644 --- a/calendar/gui/a11y/ea-week-view.h +++ b/calendar/gui/a11y/ea-week-view.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/alarm-notify/alarm-notify-dialog.c b/calendar/gui/alarm-notify/alarm-notify-dialog.c index 7f54b6bf2d..089bf37552 100644 --- a/calendar/gui/alarm-notify/alarm-notify-dialog.c +++ b/calendar/gui/alarm-notify/alarm-notify-dialog.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/alarm-notify/alarm-notify-dialog.h b/calendar/gui/alarm-notify/alarm-notify-dialog.h index 7a94793eaa..17f9b3a61c 100644 --- a/calendar/gui/alarm-notify/alarm-notify-dialog.h +++ b/calendar/gui/alarm-notify/alarm-notify-dialog.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/alarm-notify/alarm-notify.c b/calendar/gui/alarm-notify/alarm-notify.c index 38a3b49e9f..4085815bce 100644 --- a/calendar/gui/alarm-notify/alarm-notify.c +++ b/calendar/gui/alarm-notify/alarm-notify.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -352,7 +352,7 @@ alarm_notify_add_calendar (AlarmNotify *an, ECalSourceType source_type, ESource priv = an->priv; str_uri = e_source_get_uri (source); e_uri = e_uri_new (str_uri); - if (e_source_get_property (source, "auth-type")) + if (e_source_get_property (source, "auth-type")) pass_key = e_uri_to_string (e_uri, FALSE); else pass_key = g_strdup (str_uri); diff --git a/calendar/gui/alarm-notify/alarm-notify.h b/calendar/gui/alarm-notify/alarm-notify.h index 7fea501de9..a548716295 100644 --- a/calendar/gui/alarm-notify/alarm-notify.h +++ b/calendar/gui/alarm-notify/alarm-notify.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c index 91554a56c1..51aad370d6 100644 --- a/calendar/gui/alarm-notify/alarm-queue.c +++ b/calendar/gui/alarm-notify/alarm-queue.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -150,7 +150,6 @@ static void popup_notification (time_t trigger, CompQueuedAlarms *cqa, static void query_objects_changed_cb (ECal *client, GList *objects, gpointer data); static void query_objects_removed_cb (ECal *client, GList *objects, gpointer data); -static void remove_client_alarms (ClientAlarms *ca); static void update_cqa (CompQueuedAlarms *cqa, ECalComponent *comp); static void update_qa (ECalComponentAlarms *alarms, QueuedAlarm *qa); static void tray_list_remove_cqa (CompQueuedAlarms *cqa); @@ -922,8 +921,8 @@ edit_component (ECal *client, ECalComponent *comp) /* Get the factory */ CORBA_exception_init (&ev); - factory = bonobo_activation_activate_from_id ("OAFIID:GNOME_Evolution_Calendar_CompEditorFactory:" BASE_VERSION, - 0, NULL, &ev); + factory = bonobo_activation_activate_from_id ( + (Bonobo_ActivationID) "OAFIID:GNOME_Evolution_Calendar_CompEditorFactory:" BASE_VERSION, 0, NULL, &ev); if (BONOBO_EX (&ev)) { e_error_run (NULL, "editor-error", bonobo_exception_get_text (&ev), NULL); diff --git a/calendar/gui/alarm-notify/alarm-queue.h b/calendar/gui/alarm-notify/alarm-queue.h index 69fbafec02..9a2e11c472 100644 --- a/calendar/gui/alarm-notify/alarm-queue.h +++ b/calendar/gui/alarm-notify/alarm-queue.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/alarm-notify/alarm.c b/calendar/gui/alarm-notify/alarm.c index 5dca49ae25..f2ab4bb23d 100644 --- a/calendar/gui/alarm-notify/alarm.c +++ b/calendar/gui/alarm-notify/alarm.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/alarm-notify/alarm.h b/calendar/gui/alarm-notify/alarm.h index bbedf392c7..7a14db5d03 100644 --- a/calendar/gui/alarm-notify/alarm.h +++ b/calendar/gui/alarm-notify/alarm.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/alarm-notify/config-data.c b/calendar/gui/alarm-notify/config-data.c index 5a05cfd341..dba9099520 100644 --- a/calendar/gui/alarm-notify/config-data.c +++ b/calendar/gui/alarm-notify/config-data.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/alarm-notify/config-data.h b/calendar/gui/alarm-notify/config-data.h index 9dd6f0221c..63e6c7205e 100644 --- a/calendar/gui/alarm-notify/config-data.h +++ b/calendar/gui/alarm-notify/config-data.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/alarm-notify/notify-main.c b/calendar/gui/alarm-notify/notify-main.c index 3504b0db77..a625bec0fa 100644 --- a/calendar/gui/alarm-notify/notify-main.c +++ b/calendar/gui/alarm-notify/notify-main.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/alarm-notify/util.c b/calendar/gui/alarm-notify/util.c index 6a734a8660..640a8f5f99 100644 --- a/calendar/gui/alarm-notify/util.c +++ b/calendar/gui/alarm-notify/util.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/alarm-notify/util.h b/calendar/gui/alarm-notify/util.h index c53f047953..b7b715ca9b 100644 --- a/calendar/gui/alarm-notify/util.h +++ b/calendar/gui/alarm-notify/util.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/cal-search-bar.c b/calendar/gui/cal-search-bar.c index b8fe5a45fd..40359d14dc 100644 --- a/calendar/gui/cal-search-bar.c +++ b/calendar/gui/cal-search-bar.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -408,7 +408,7 @@ static void notify_e_cal_view_contains (CalSearchBar *cal_search, const char *field, const char *view) { char *text = NULL; - char *sexp = " "; + char *sexp; text = e_search_bar_get_text (E_SEARCH_BAR (cal_search)); diff --git a/calendar/gui/cal-search-bar.h b/calendar/gui/cal-search-bar.h index 64e1b40b0c..26f3998c89 100644 --- a/calendar/gui/cal-search-bar.h +++ b/calendar/gui/cal-search-bar.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c index e4b72d2299..9f00044a4b 100644 --- a/calendar/gui/calendar-commands.c +++ b/calendar/gui/calendar-commands.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -187,7 +187,7 @@ purge_cmd (BonoboUIComponent *uic, gpointer data, const gchar *path) } struct _sensitize_item { - char *command; + const gchar *command; guint32 enable; }; diff --git a/calendar/gui/calendar-commands.h b/calendar/gui/calendar-commands.h index cfe2d24232..b1c093fb9e 100644 --- a/calendar/gui/calendar-commands.h +++ b/calendar/gui/calendar-commands.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index 2aaaaf2e6e..eef60cfdb6 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -66,7 +66,7 @@ #define CREATE_ALLDAY_EVENT_ID "allday-event" #define CREATE_CALENDAR_ID "calendar" #define CALENDAR_ERROR_LEVEL_KEY "/apps/evolution/calendar/display/error_level" -#define CALENDAR_ERROR_TIME_OUT_KEY "/apps/evolution/calendar/display/error_timeout" +#define CALENDAR_ERROR_TIME_OUT_KEY "/apps/evolution/calendar/display/error_timeout" static BonoboObjectClass *parent_class = NULL; @@ -196,8 +196,9 @@ update_task_memo_selection (CalendarComponentView *component_view, ECalSourceTyp ESource *source; source = e_source_list_peek_source_by_uid (source_list, uid); - if (source && !gnome_calendar_add_source (component_view->calendar, type, source)) + if (source && !gnome_calendar_add_source (component_view->calendar, type, source)) { /* FIXME do something */; + } } if (type == E_CAL_SOURCE_TYPE_TODO) @@ -709,8 +710,6 @@ calendar_component_init (CalendarComponent *component) component->priv = priv; - if (!e_cal_get_sources (&priv->task_source_list, E_CAL_SOURCE_TYPE_TODO, NULL)) - ; - if (!e_cal_get_sources (&priv->memo_source_list, E_CAL_SOURCE_TYPE_JOURNAL, NULL)) - ; + e_cal_get_sources (&priv->task_source_list, E_CAL_SOURCE_TYPE_TODO, NULL); + e_cal_get_sources (&priv->memo_source_list, E_CAL_SOURCE_TYPE_JOURNAL, NULL); } diff --git a/calendar/gui/calendar-component.h b/calendar/gui/calendar-component.h index 5fbba8758e..1106d8ec62 100644 --- a/calendar/gui/calendar-component.h +++ b/calendar/gui/calendar-component.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/calendar-config-keys.h b/calendar/gui/calendar-config-keys.h index 4e7ec7c254..b4e95c2bd7 100644 --- a/calendar/gui/calendar-config-keys.h +++ b/calendar/gui/calendar-config-keys.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/calendar-config.c b/calendar/gui/calendar-config.c index 3341d7c51b..14ebc801a3 100644 --- a/calendar/gui/calendar-config.c +++ b/calendar/gui/calendar-config.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/calendar-config.h b/calendar/gui/calendar-config.h index 09a9a7d53b..08febaf0d3 100644 --- a/calendar/gui/calendar-config.h +++ b/calendar/gui/calendar-config.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/calendar-view-factory.c b/calendar/gui/calendar-view-factory.c index b3f88dd43f..9eec42fb13 100644 --- a/calendar/gui/calendar-view-factory.c +++ b/calendar/gui/calendar-view-factory.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/calendar-view-factory.h b/calendar/gui/calendar-view-factory.h index 2f5b6f86de..c0b90f2bd9 100644 --- a/calendar/gui/calendar-view-factory.h +++ b/calendar/gui/calendar-view-factory.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/calendar-view.c b/calendar/gui/calendar-view.c index 331181e4cd..5415affdf2 100644 --- a/calendar/gui/calendar-view.c +++ b/calendar/gui/calendar-view.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/calendar-view.h b/calendar/gui/calendar-view.h index 53c4ca6a39..51e3235c34 100644 --- a/calendar/gui/calendar-view.h +++ b/calendar/gui/calendar-view.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/comp-util.c b/calendar/gui/comp-util.c index 53fdacefb9..153dc089ec 100644 --- a/calendar/gui/comp-util.c +++ b/calendar/gui/comp-util.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -641,7 +641,7 @@ update_objects (ECal *client, icalcomponent *icalcomp) icalcomponent_kind kind; kind = icalcomponent_isa (icalcomp); - if (kind == ICAL_VTODO_COMPONENT || + if (kind == ICAL_VTODO_COMPONENT || kind == ICAL_VEVENT_COMPONENT || kind == ICAL_VJOURNAL_COMPONENT) return update_single_object (client, icalcomp, kind == ICAL_VJOURNAL_COMPONENT); @@ -803,7 +803,7 @@ comp_util_sanitize_recurrence_master (ECalComponent *comp, ECal *client) ECalComponent *master = NULL; icalcomponent *icalcomp = NULL; ECalComponentRange rid; - ECalComponentDateTime sdt; + ECalComponentDateTime sdt; const char *uid; /* Get the master component */ @@ -839,7 +839,7 @@ comp_util_sanitize_recurrence_master (ECalComponent *comp, ECal *client) e_cal_component_set_dtstart (comp, &sdt); e_cal_component_set_dtend (comp, &edt); - + e_cal_component_get_sequence (master, &sequence); e_cal_component_set_sequence (comp, sequence); diff --git a/calendar/gui/comp-util.h b/calendar/gui/comp-util.h index b93384f40a..3faf9f49a8 100644 --- a/calendar/gui/comp-util.h +++ b/calendar/gui/comp-util.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/alarm-dialog.c b/calendar/gui/dialogs/alarm-dialog.c index 3881c85106..73bfde30cc 100644 --- a/calendar/gui/dialogs/alarm-dialog.c +++ b/calendar/gui/dialogs/alarm-dialog.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/alarm-dialog.h b/calendar/gui/dialogs/alarm-dialog.h index 0cdee744c9..b5560f9ff4 100644 --- a/calendar/gui/dialogs/alarm-dialog.h +++ b/calendar/gui/dialogs/alarm-dialog.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/alarm-list-dialog.c b/calendar/gui/dialogs/alarm-list-dialog.c index 07395a4782..8520b3727b 100644 --- a/calendar/gui/dialogs/alarm-list-dialog.c +++ b/calendar/gui/dialogs/alarm-list-dialog.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/alarm-list-dialog.h b/calendar/gui/dialogs/alarm-list-dialog.h index 6a55f03000..7d58fcb0af 100644 --- a/calendar/gui/dialogs/alarm-list-dialog.h +++ b/calendar/gui/dialogs/alarm-list-dialog.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/cal-attachment-select-file.c b/calendar/gui/dialogs/cal-attachment-select-file.c index 5de8ea669b..9c502153d3 100644 --- a/calendar/gui/dialogs/cal-attachment-select-file.c +++ b/calendar/gui/dialogs/cal-attachment-select-file.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/cal-attachment-select-file.h b/calendar/gui/dialogs/cal-attachment-select-file.h index 3c39fed125..0f965e6c9b 100644 --- a/calendar/gui/dialogs/cal-attachment-select-file.h +++ b/calendar/gui/dialogs/cal-attachment-select-file.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/cal-prefs-dialog.c b/calendar/gui/dialogs/cal-prefs-dialog.c index cdef86eb5a..097c91907f 100644 --- a/calendar/gui/dialogs/cal-prefs-dialog.c +++ b/calendar/gui/dialogs/cal-prefs-dialog.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -730,17 +730,17 @@ show_config (CalendarPrefsDialog *prefs) /* plugin meta-data */ static ECalConfigItem eccp_items[] = { - { E_CONFIG_BOOK, "", "toplevel-notebook", eccp_widget_glade }, - { E_CONFIG_PAGE, "00.general", "general", eccp_widget_glade }, - { E_CONFIG_SECTION_TABLE, "00.general/00.time", "time", eccp_widget_glade }, - { E_CONFIG_SECTION_TABLE, "00.general/10.workWeek", "workWeek", eccp_widget_glade }, - { E_CONFIG_SECTION, "00.general/20.alerts", "alerts", eccp_widget_glade }, - { E_CONFIG_PAGE, "10.display", "display", eccp_widget_glade }, - { E_CONFIG_SECTION, "10.display/00.general", "displayGeneral", eccp_widget_glade }, - { E_CONFIG_SECTION, "10.display/10.taskList", "taskList", eccp_widget_glade }, - { E_CONFIG_PAGE, "15.alarms", "alarms", eccp_widget_glade }, - { E_CONFIG_PAGE, "20.freeBusy", "freebusy", eccp_widget_glade }, - { E_CONFIG_SECTION, "20.freeBusy/00.defaultServer", "defaultFBServer", eccp_widget_glade }, + { E_CONFIG_BOOK, (gchar *) "", (gchar *) "toplevel-notebook", eccp_widget_glade }, + { E_CONFIG_PAGE, (gchar *) "00.general", (gchar *) "general", eccp_widget_glade }, + { E_CONFIG_SECTION_TABLE, (gchar *) "00.general/00.time", (gchar *) "time", eccp_widget_glade }, + { E_CONFIG_SECTION_TABLE, (gchar *) "00.general/10.workWeek", (gchar *) "workWeek", eccp_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "00.general/20.alerts", (gchar *) "alerts", eccp_widget_glade }, + { E_CONFIG_PAGE, (gchar *) "10.display", (gchar *) "display", eccp_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "10.display/00.general", (gchar *) "displayGeneral", eccp_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "10.display/10.taskList", (gchar *) "taskList", eccp_widget_glade }, + { E_CONFIG_PAGE, (gchar *) "15.alarms", (gchar *) "alarms", eccp_widget_glade }, + { E_CONFIG_PAGE, (gchar *) "20.freeBusy", (gchar *) "freebusy", eccp_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "20.freeBusy/00.defaultServer", (gchar *) "defaultFBServer", eccp_widget_glade }, }; static void diff --git a/calendar/gui/dialogs/cal-prefs-dialog.h b/calendar/gui/dialogs/cal-prefs-dialog.h index ba1bf607ea..397cb35cfa 100644 --- a/calendar/gui/dialogs/cal-prefs-dialog.h +++ b/calendar/gui/dialogs/cal-prefs-dialog.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/calendar-setup.c b/calendar/gui/dialogs/calendar-setup.c index b182f9cc78..95820b8247 100644 --- a/calendar/gui/dialogs/calendar-setup.c +++ b/calendar/gui/dialogs/calendar-setup.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -258,7 +258,7 @@ eccp_general_offline (EConfig *ec, EConfigItem *item, struct _GtkWidget *parent, GtkWidget *offline_setting = NULL; const char *offline_sync; int row; - const char *base_uri = e_source_group_peek_base_uri (sdialog->source_group); + const char *base_uri = e_source_group_peek_base_uri (sdialog->source_group); gboolean is_local = base_uri && (g_str_has_prefix (base_uri, "file://") || g_str_has_prefix (base_uri, "contacts://")); offline_sync = e_source_get_property (sdialog->source, "offline_sync"); if (old) @@ -363,35 +363,35 @@ eccp_get_source_color (EConfig *ec, EConfigItem *item, struct _GtkWidget *parent } static ECalConfigItem eccp_items[] = { - { E_CONFIG_BOOK, "", NULL }, - { E_CONFIG_PAGE, "00.general", N_("General") }, - { E_CONFIG_SECTION_TABLE, "00.general/00.source", N_("Calendar") }, - { E_CONFIG_ITEM_TABLE, "00.general/00.source/00.type", NULL, eccp_get_source_type }, - { E_CONFIG_ITEM_TABLE, "00.general/00.source/10.name", NULL, eccp_get_source_name }, - { E_CONFIG_ITEM_TABLE, "00.general/00.source/20.color", NULL, eccp_get_source_color }, - { E_CONFIG_ITEM_TABLE, "00.general/00.source/30.offline", NULL, eccp_general_offline }, + { E_CONFIG_BOOK, (gchar *) "", NULL }, + { E_CONFIG_PAGE, (gchar *) "00.general", (gchar *) N_("General") }, + { E_CONFIG_SECTION_TABLE, (gchar *) "00.general/00.source", (gchar *) N_("Calendar") }, + { E_CONFIG_ITEM_TABLE, (gchar *) "00.general/00.source/00.type", NULL, eccp_get_source_type }, + { E_CONFIG_ITEM_TABLE, (gchar *) "00.general/00.source/10.name", NULL, eccp_get_source_name }, + { E_CONFIG_ITEM_TABLE, (gchar *) "00.general/00.source/20.color", NULL, eccp_get_source_color }, + { E_CONFIG_ITEM_TABLE, (gchar *) "00.general/00.source/30.offline", NULL, eccp_general_offline }, { 0 }, }; static ECalConfigItem ectp_items[] = { - { E_CONFIG_BOOK, "", NULL }, - { E_CONFIG_PAGE, "00.general", N_("General") }, - { E_CONFIG_SECTION_TABLE, "00.general/00.source", N_("Task List") }, - { E_CONFIG_ITEM_TABLE, "00.general/00.source/00.type", NULL, eccp_get_source_type }, - { E_CONFIG_ITEM_TABLE, "00.general/00.source/10.name", NULL, eccp_get_source_name }, - { E_CONFIG_ITEM_TABLE, "00.general/00.source/20.color", NULL, eccp_get_source_color }, - { E_CONFIG_ITEM_TABLE, "00.general/00.source/30.offline", NULL, eccp_general_offline }, + { E_CONFIG_BOOK, (gchar *) "", NULL }, + { E_CONFIG_PAGE, (gchar *) "00.general", (gchar *) N_("General") }, + { E_CONFIG_SECTION_TABLE, (gchar *) "00.general/00.source", (gchar *) N_("Task List") }, + { E_CONFIG_ITEM_TABLE, (gchar *) "00.general/00.source/00.type", NULL, eccp_get_source_type }, + { E_CONFIG_ITEM_TABLE, (gchar *) "00.general/00.source/10.name", NULL, eccp_get_source_name }, + { E_CONFIG_ITEM_TABLE, (gchar *) "00.general/00.source/20.color", NULL, eccp_get_source_color }, + { E_CONFIG_ITEM_TABLE, (gchar *) "00.general/00.source/30.offline", NULL, eccp_general_offline }, { 0 }, }; static ECalConfigItem ecmp_items[] = { - { E_CONFIG_BOOK, "", NULL }, - { E_CONFIG_PAGE, "00.general", N_("General") }, - { E_CONFIG_SECTION_TABLE, "00.general/00.source", N_("Memo List") }, - { E_CONFIG_ITEM_TABLE, "00.general/00.source/00.type", NULL, eccp_get_source_type }, - { E_CONFIG_ITEM_TABLE, "00.general/00.source/10.name", NULL, eccp_get_source_name }, - { E_CONFIG_ITEM_TABLE, "00.general/00.source/20.color", NULL, eccp_get_source_color }, - { E_CONFIG_ITEM_TABLE, "00.general/00.source/30.offline", NULL, eccp_general_offline }, + { E_CONFIG_BOOK, (gchar *) "", NULL }, + { E_CONFIG_PAGE, (gchar *) "00.general", (gchar *) N_("General") }, + { E_CONFIG_SECTION_TABLE, (gchar *) "00.general/00.source", (gchar *) N_("Memo List") }, + { E_CONFIG_ITEM_TABLE, (gchar *) "00.general/00.source/00.type", NULL, eccp_get_source_type }, + { E_CONFIG_ITEM_TABLE, (gchar *) "00.general/00.source/10.name", NULL, eccp_get_source_name }, + { E_CONFIG_ITEM_TABLE, (gchar *) "00.general/00.source/20.color", NULL, eccp_get_source_color }, + { E_CONFIG_ITEM_TABLE, (gchar *) "00.general/00.source/30.offline", NULL, eccp_general_offline }, { 0 }, }; diff --git a/calendar/gui/dialogs/calendar-setup.h b/calendar/gui/dialogs/calendar-setup.h index 3898467595..4ec9980532 100644 --- a/calendar/gui/dialogs/calendar-setup.h +++ b/calendar/gui/dialogs/calendar-setup.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/cancel-comp.c b/calendar/gui/dialogs/cancel-comp.c index 2548d5ba2d..cddd4f8d8d 100644 --- a/calendar/gui/dialogs/cancel-comp.c +++ b/calendar/gui/dialogs/cancel-comp.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/cancel-comp.h b/calendar/gui/dialogs/cancel-comp.h index 3566a7548e..5f1261f1f5 100644 --- a/calendar/gui/dialogs/cancel-comp.h +++ b/calendar/gui/dialogs/cancel-comp.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/changed-comp.c b/calendar/gui/dialogs/changed-comp.c index 9a0665d763..d1abc1724d 100644 --- a/calendar/gui/dialogs/changed-comp.c +++ b/calendar/gui/dialogs/changed-comp.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/changed-comp.h b/calendar/gui/dialogs/changed-comp.h index 7a8bcb30f5..6bb20210dd 100644 --- a/calendar/gui/dialogs/changed-comp.h +++ b/calendar/gui/dialogs/changed-comp.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/comp-editor-page.c b/calendar/gui/dialogs/comp-editor-page.c index a86465d5d7..93b9cd9304 100644 --- a/calendar/gui/dialogs/comp-editor-page.c +++ b/calendar/gui/dialogs/comp-editor-page.c @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/comp-editor-page.h b/calendar/gui/dialogs/comp-editor-page.h index f8b9db23f3..819ea74ccc 100644 --- a/calendar/gui/dialogs/comp-editor-page.h +++ b/calendar/gui/dialogs/comp-editor-page.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/comp-editor-util.c b/calendar/gui/dialogs/comp-editor-util.c index 6547731776..4666058b51 100644 --- a/calendar/gui/dialogs/comp-editor-util.c +++ b/calendar/gui/dialogs/comp-editor-util.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -112,8 +112,12 @@ comp_editor_free_dates (CompEditorPageDates *dates) /* dtstart is only passed in if tt is the dtend. */ static void -write_label_piece (struct icaltimetype *tt, char *buffer, int size, - char *stext, char *etext, struct icaltimetype *dtstart) +write_label_piece (struct icaltimetype *tt, + gchar *buffer, + gint size, + gchar *stext, + const gchar *etext, + struct icaltimetype *dtstart) { struct tm tmp_tm = { 0 }; struct icaltimetype tt_copy = *tt; diff --git a/calendar/gui/dialogs/comp-editor-util.h b/calendar/gui/dialogs/comp-editor-util.h index 565feeaea5..5516fe4cc4 100644 --- a/calendar/gui/dialogs/comp-editor-util.h +++ b/calendar/gui/dialogs/comp-editor-util.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index 049f90a1ff..06fd724680 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -253,7 +253,7 @@ get_attachment_list (CompEditor *editor) * calendar source */ utf8_safe_fname = camel_file_util_safe_filename (camel_mime_part_get_filename (mime_part)); - /* It is absolutely fine to get a NULL from the filename of + /* It is absolutely fine to get a NULL from the filename of * mime part. We assume that it is named "Attachment" * in mailer. I'll do that with a ticker */ if (!utf8_safe_fname) @@ -842,7 +842,7 @@ action_save_cb (GtkAction *action, delegate = flags & COMP_EDITOR_DELEGATE; if (delegate && !remove_event_dialog (priv->client, priv->comp, GTK_WINDOW (editor))) { - const char *uid = NULL; + const char *uid = NULL; GError *error = NULL; e_cal_component_get_uid (priv->comp, &uid); @@ -2547,7 +2547,7 @@ real_send_comp (CompEditor *editor, ECalComponentItipMethod method, gboolean str set_attendees_for_delegation (send_comp, address, method); } - if (!e_cal_component_has_attachments (priv->comp) + if (!e_cal_component_has_attachments (priv->comp) || e_cal_get_static_capability (priv->client, CAL_STATIC_CAPABILITY_CREATE_MESSAGES)) { if (itip_send_comp (method, send_comp, priv->client, NULL, NULL, users, strip_alarms)) { diff --git a/calendar/gui/dialogs/comp-editor.h b/calendar/gui/dialogs/comp-editor.h index a6231d55b5..278501b9ba 100644 --- a/calendar/gui/dialogs/comp-editor.h +++ b/calendar/gui/dialogs/comp-editor.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/copy-source-dialog.c b/calendar/gui/dialogs/copy-source-dialog.c index 5bb970433b..92444678be 100644 --- a/calendar/gui/dialogs/copy-source-dialog.c +++ b/calendar/gui/dialogs/copy-source-dialog.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/copy-source-dialog.h b/calendar/gui/dialogs/copy-source-dialog.h index ba3169a1b8..4c6f5b19c8 100644 --- a/calendar/gui/dialogs/copy-source-dialog.h +++ b/calendar/gui/dialogs/copy-source-dialog.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/delete-comp.c b/calendar/gui/dialogs/delete-comp.c index e5ae1e6cdc..ae371aabb2 100644 --- a/calendar/gui/dialogs/delete-comp.c +++ b/calendar/gui/dialogs/delete-comp.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/delete-comp.h b/calendar/gui/dialogs/delete-comp.h index bb4b5983d9..c619e28b98 100644 --- a/calendar/gui/dialogs/delete-comp.h +++ b/calendar/gui/dialogs/delete-comp.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/delete-error.c b/calendar/gui/dialogs/delete-error.c index b151ef8068..f8df587aa4 100644 --- a/calendar/gui/dialogs/delete-error.c +++ b/calendar/gui/dialogs/delete-error.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/delete-error.h b/calendar/gui/dialogs/delete-error.h index cb0a7d9294..dab620541f 100644 --- a/calendar/gui/dialogs/delete-error.h +++ b/calendar/gui/dialogs/delete-error.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/e-delegate-dialog.c b/calendar/gui/dialogs/e-delegate-dialog.c index 31c4631ca9..8e060832df 100644 --- a/calendar/gui/dialogs/e-delegate-dialog.c +++ b/calendar/gui/dialogs/e-delegate-dialog.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/e-delegate-dialog.h b/calendar/gui/dialogs/e-delegate-dialog.h index 553b7c1576..e4f474781a 100644 --- a/calendar/gui/dialogs/e-delegate-dialog.h +++ b/calendar/gui/dialogs/e-delegate-dialog.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/e-send-options-utils.c b/calendar/gui/dialogs/e-send-options-utils.c index 52f73aed02..fd6bf245c2 100644 --- a/calendar/gui/dialogs/e-send-options-utils.c +++ b/calendar/gui/dialogs/e-send-options-utils.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -28,7 +28,7 @@ #include <string.h> void -e_sendoptions_utils_set_default_data (ESendOptionsDialog *sod, ESource *source, char * type) +e_sendoptions_utils_set_default_data (ESendOptionsDialog *sod, ESource *source, const gchar *type) { ESendOptionsGeneral *gopts = NULL; ESendOptionsStatusTracking *sopts; diff --git a/calendar/gui/dialogs/e-send-options-utils.h b/calendar/gui/dialogs/e-send-options-utils.h index cae3131c00..01cf3ed2e9 100644 --- a/calendar/gui/dialogs/e-send-options-utils.h +++ b/calendar/gui/dialogs/e-send-options-utils.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -29,6 +29,6 @@ #include <libecal/e-cal-component.h> #include <libedataserver/e-source-list.h> -void e_sendoptions_utils_set_default_data (ESendOptionsDialog *sod, ESource *source, char* type); +void e_sendoptions_utils_set_default_data (ESendOptionsDialog *sod, ESource *source, const gchar *type); void e_sendoptions_utils_fill_component (ESendOptionsDialog *sod, ECalComponent *comp); #endif diff --git a/calendar/gui/dialogs/event-editor.c b/calendar/gui/dialogs/event-editor.c index 830bbeb0ad..987c716b6f 100644 --- a/calendar/gui/dialogs/event-editor.c +++ b/calendar/gui/dialogs/event-editor.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/event-editor.h b/calendar/gui/dialogs/event-editor.h index c2dde76673..abb8f0e659 100644 --- a/calendar/gui/dialogs/event-editor.h +++ b/calendar/gui/dialogs/event-editor.h @@ -1,5 +1,5 @@ /* - * Evolution calendar - Event editor dialog + * Evolution calendar - Event editor dialog * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/event-page.c b/calendar/gui/dialogs/event-page.c index ec2f26a045..fa1faa2f79 100644 --- a/calendar/gui/dialogs/event-page.c +++ b/calendar/gui/dialogs/event-page.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -1588,20 +1588,20 @@ void update_end_time_combo (EventPage *epage) gtk_spin_button_set_value (GTK_SPIN_BUTTON (priv->minute_selector), minutes); } -void -static hour_sel_changed (GtkSpinButton *widget, EventPage *epage) +static void +hour_sel_changed (GtkSpinButton *widget, EventPage *epage) { hour_minute_changed (epage); } -void -static minute_sel_changed (GtkSpinButton *widget, EventPage *epage) +static void +minute_sel_changed (GtkSpinButton *widget, EventPage *epage) { hour_minute_changed (epage); } -void -static hour_minute_changed ( EventPage *epage) +static void +hour_minute_changed (EventPage *epage) { EventPagePrivate *priv; gint for_hours, for_minutes; @@ -1888,8 +1888,8 @@ enum { }; static EPopupItem context_menu_items[] = { - { E_POPUP_ITEM, "10.delete", N_("_Remove"), popup_delete_cb, NULL, GTK_STOCK_REMOVE, ATTENDEE_CAN_DELETE }, - { E_POPUP_ITEM, "15.add", N_("_Add "), popup_add_cb, NULL, GTK_STOCK_ADD, ATTENDEE_CAN_ADD }, + { E_POPUP_ITEM, (gchar *) "10.delete", (gchar *) N_("_Remove"), popup_delete_cb, NULL, (gchar *) GTK_STOCK_REMOVE, ATTENDEE_CAN_DELETE }, + { E_POPUP_ITEM, (gchar *) "15.add", (gchar *) N_("_Add "), popup_add_cb, NULL, (gchar *) GTK_STOCK_ADD, ATTENDEE_CAN_ADD }, }; static void @@ -3294,7 +3294,7 @@ event_page_add_attendee (EventPage *epage, EMeetingAttendee *attendee) g_return_if_fail (epage != NULL); g_return_if_fail (IS_EVENT_PAGE (epage)); - + priv = epage->priv; e_meeting_store_add_attendee (priv->model, attendee); @@ -3313,7 +3313,7 @@ event_page_remove_all_attendees (EventPage *epage) g_return_if_fail (epage != NULL); g_return_if_fail (IS_EVENT_PAGE (epage)); - + priv = epage->priv; e_meeting_store_remove_all_attendees (priv->model); diff --git a/calendar/gui/dialogs/event-page.h b/calendar/gui/dialogs/event-page.h index 63c0bd2306..5bd377c075 100644 --- a/calendar/gui/dialogs/event-page.h +++ b/calendar/gui/dialogs/event-page.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/memo-editor.c b/calendar/gui/dialogs/memo-editor.c index 8de23430c9..bda54e55eb 100644 --- a/calendar/gui/dialogs/memo-editor.c +++ b/calendar/gui/dialogs/memo-editor.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/memo-editor.h b/calendar/gui/dialogs/memo-editor.h index 34db230121..cd4bc194ac 100644 --- a/calendar/gui/dialogs/memo-editor.h +++ b/calendar/gui/dialogs/memo-editor.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/memo-page.c b/calendar/gui/dialogs/memo-page.c index a15c1b1f88..f8ce1bece2 100644 --- a/calendar/gui/dialogs/memo-page.c +++ b/calendar/gui/dialogs/memo-page.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/memo-page.h b/calendar/gui/dialogs/memo-page.h index cfe4cb0a17..115d8aafb7 100644 --- a/calendar/gui/dialogs/memo-page.h +++ b/calendar/gui/dialogs/memo-page.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/recur-comp.c b/calendar/gui/dialogs/recur-comp.c index e57c0c8aa7..8d8dabbaf2 100644 --- a/calendar/gui/dialogs/recur-comp.c +++ b/calendar/gui/dialogs/recur-comp.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/recur-comp.h b/calendar/gui/dialogs/recur-comp.h index e4666772f7..47236ef8cd 100644 --- a/calendar/gui/dialogs/recur-comp.h +++ b/calendar/gui/dialogs/recur-comp.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/recurrence-page.c b/calendar/gui/dialogs/recurrence-page.c index c85a0ae0f2..f89993154f 100644 --- a/calendar/gui/dialogs/recurrence-page.c +++ b/calendar/gui/dialogs/recurrence-page.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/recurrence-page.h b/calendar/gui/dialogs/recurrence-page.h index f3bff613ee..1dce00d2c9 100644 --- a/calendar/gui/dialogs/recurrence-page.h +++ b/calendar/gui/dialogs/recurrence-page.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/save-comp.c b/calendar/gui/dialogs/save-comp.c index cb178e0dce..3f47312d22 100644 --- a/calendar/gui/dialogs/save-comp.c +++ b/calendar/gui/dialogs/save-comp.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/save-comp.h b/calendar/gui/dialogs/save-comp.h index 123a4a8587..5105e4af7f 100644 --- a/calendar/gui/dialogs/save-comp.h +++ b/calendar/gui/dialogs/save-comp.h @@ -1,7 +1,7 @@ /* * * Evolution calendar - Delete calendar component dialog - * + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/schedule-page.c b/calendar/gui/dialogs/schedule-page.c index e1137be3a0..4baa22ab8a 100644 --- a/calendar/gui/dialogs/schedule-page.c +++ b/calendar/gui/dialogs/schedule-page.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/schedule-page.h b/calendar/gui/dialogs/schedule-page.h index 8ffbb43c71..71eec02763 100644 --- a/calendar/gui/dialogs/schedule-page.h +++ b/calendar/gui/dialogs/schedule-page.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/select-source-dialog.c b/calendar/gui/dialogs/select-source-dialog.c index e9fc7d0d9f..f73af156b0 100644 --- a/calendar/gui/dialogs/select-source-dialog.c +++ b/calendar/gui/dialogs/select-source-dialog.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/select-source-dialog.h b/calendar/gui/dialogs/select-source-dialog.h index 3ca3cec041..850eddd610 100644 --- a/calendar/gui/dialogs/select-source-dialog.h +++ b/calendar/gui/dialogs/select-source-dialog.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/send-comp.c b/calendar/gui/dialogs/send-comp.c index a7d87c47f4..4eca089435 100644 --- a/calendar/gui/dialogs/send-comp.c +++ b/calendar/gui/dialogs/send-comp.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/send-comp.h b/calendar/gui/dialogs/send-comp.h index 21b310947a..63644bd52a 100644 --- a/calendar/gui/dialogs/send-comp.h +++ b/calendar/gui/dialogs/send-comp.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/task-details-page.c b/calendar/gui/dialogs/task-details-page.c index b6cbd3e7dc..95764cde48 100644 --- a/calendar/gui/dialogs/task-details-page.c +++ b/calendar/gui/dialogs/task-details-page.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/task-details-page.h b/calendar/gui/dialogs/task-details-page.h index 9fbfcd4af6..585ab0ba23 100644 --- a/calendar/gui/dialogs/task-details-page.h +++ b/calendar/gui/dialogs/task-details-page.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/task-editor.c b/calendar/gui/dialogs/task-editor.c index 9ee3f02a17..8926ac720b 100644 --- a/calendar/gui/dialogs/task-editor.c +++ b/calendar/gui/dialogs/task-editor.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/task-editor.h b/calendar/gui/dialogs/task-editor.h index 64180ec1fb..f026acae0c 100644 --- a/calendar/gui/dialogs/task-editor.h +++ b/calendar/gui/dialogs/task-editor.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/dialogs/task-page.c b/calendar/gui/dialogs/task-page.c index bd568e2e6a..a3700f5bf7 100644 --- a/calendar/gui/dialogs/task-page.c +++ b/calendar/gui/dialogs/task-page.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -1199,8 +1199,8 @@ enum { }; static EPopupItem context_menu_items[] = { - { E_POPUP_ITEM, "10.delete", N_("_Remove"), popup_delete_cb, NULL, GTK_STOCK_REMOVE, ATTENDEE_CAN_DELETE }, - { E_POPUP_ITEM, "15.add", N_("_Add "), popup_add_cb, NULL, GTK_STOCK_ADD, ATTENDEE_CAN_ADD }, + { E_POPUP_ITEM, (gchar *) "10.delete", (gchar *) N_("_Remove"), popup_delete_cb, NULL, (gchar *) GTK_STOCK_REMOVE, ATTENDEE_CAN_DELETE }, + { E_POPUP_ITEM, (gchar *) "15.add", (gchar *) N_("_Add "), popup_add_cb, NULL, (gchar *) GTK_STOCK_ADD, ATTENDEE_CAN_ADD }, }; static void @@ -2196,7 +2196,7 @@ task_page_add_attendee (TaskPage *tpage, EMeetingAttendee *attendee) g_return_if_fail (tpage != NULL); g_return_if_fail (IS_TASK_PAGE (tpage)); - + priv = tpage->priv; e_meeting_store_add_attendee (priv->model, attendee); diff --git a/calendar/gui/dialogs/task-page.h b/calendar/gui/dialogs/task-page.h index 77ec68fa1d..b8a49f8286 100644 --- a/calendar/gui/dialogs/task-page.h +++ b/calendar/gui/dialogs/task-page.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-alarm-list.c b/calendar/gui/e-alarm-list.c index 795d0437a0..d60fab913e 100644 --- a/calendar/gui/e-alarm-list.c +++ b/calendar/gui/e-alarm-list.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-alarm-list.h b/calendar/gui/e-alarm-list.h index 6819994af1..6dfb1c6515 100644 --- a/calendar/gui/e-alarm-list.h +++ b/calendar/gui/e-alarm-list.h @@ -1,7 +1,7 @@ /* * * EAlarmList - list of calendar alarms with GtkTreeModel interface. - * + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-attachment-handler-calendar.c b/calendar/gui/e-attachment-handler-calendar.c index 5beb6e07d3..601d1f5e3c 100644 --- a/calendar/gui/e-attachment-handler-calendar.c +++ b/calendar/gui/e-attachment-handler-calendar.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/gui/e-attachment-handler-calendar.h b/calendar/gui/e-attachment-handler-calendar.h index b6788611f8..0b0ab737d4 100644 --- a/calendar/gui/e-attachment-handler-calendar.h +++ b/calendar/gui/e-attachment-handler-calendar.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/gui/e-cal-component-preview.c b/calendar/gui/e-cal-component-preview.c index dec1150ad1..a34fb77f7a 100644 --- a/calendar/gui/e-cal-component-preview.c +++ b/calendar/gui/e-cal-component-preview.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-cal-component-preview.h b/calendar/gui/e-cal-component-preview.h index dd04019e44..0397636d3e 100644 --- a/calendar/gui/e-cal-component-preview.h +++ b/calendar/gui/e-cal-component-preview.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-cal-config.c b/calendar/gui/e-cal-config.c index 18ceee76ca..fb1d6c28e7 100644 --- a/calendar/gui/e-cal-config.c +++ b/calendar/gui/e-cal-config.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-cal-config.h b/calendar/gui/e-cal-config.h index 8f27cbd2f2..15ad617a3d 100644 --- a/calendar/gui/e-cal-config.h +++ b/calendar/gui/e-cal-config.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-cal-event.c b/calendar/gui/e-cal-event.c index 3bccd137f7..d84a9f968b 100644 --- a/calendar/gui/e-cal-event.c +++ b/calendar/gui/e-cal-event.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-cal-event.h b/calendar/gui/e-cal-event.h index 9c2897c62f..4932157f37 100644 --- a/calendar/gui/e-cal-event.h +++ b/calendar/gui/e-cal-event.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-cal-list-view-config.c b/calendar/gui/e-cal-list-view-config.c index 6c930b1b61..543b5e8eb7 100644 --- a/calendar/gui/e-cal-list-view-config.c +++ b/calendar/gui/e-cal-list-view-config.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-cal-list-view-config.h b/calendar/gui/e-cal-list-view-config.h index 021262e357..270228bed6 100644 --- a/calendar/gui/e-cal-list-view-config.h +++ b/calendar/gui/e-cal-list-view-config.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-cal-list-view.c b/calendar/gui/e-cal-list-view.c index 2da55bb8d9..a3ece9d66f 100644 --- a/calendar/gui/e-cal-list-view.c +++ b/calendar/gui/e-cal-list-view.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Authors: * Hans Petter Jansson <hpj@ximian.com> diff --git a/calendar/gui/e-cal-list-view.h b/calendar/gui/e-cal-list-view.h index 606997c17d..656a58261b 100644 --- a/calendar/gui/e-cal-list-view.h +++ b/calendar/gui/e-cal-list-view.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-cal-menu.c b/calendar/gui/e-cal-menu.c index c6639b2816..b1f5ed91ca 100644 --- a/calendar/gui/e-cal-menu.c +++ b/calendar/gui/e-cal-menu.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-cal-menu.h b/calendar/gui/e-cal-menu.h index 9c37a6a9ae..5dda63f227 100644 --- a/calendar/gui/e-cal-menu.h +++ b/calendar/gui/e-cal-menu.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-cal-model-calendar.c b/calendar/gui/e-cal-model-calendar.c index 7f5d7b55c6..dac641ab4c 100644 --- a/calendar/gui/e-cal-model-calendar.c +++ b/calendar/gui/e-cal-model-calendar.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -169,7 +169,7 @@ get_location (ECalModelComponent *comp_data) if (prop) return (void *) icalproperty_get_location (prop); - return ""; + return (void *) ""; } static void * @@ -209,7 +209,7 @@ ecmc_value_at (ETableModel *etm, int col, int row) comp_data = e_cal_model_get_component_at (E_CAL_MODEL (model), row); if (!comp_data) - return ""; + return (void *) ""; switch (col) { case E_CAL_MODEL_CALENDAR_FIELD_DTEND : @@ -220,7 +220,7 @@ ecmc_value_at (ETableModel *etm, int col, int row) return get_transparency (comp_data); } - return ""; + return (void *) ""; } static void diff --git a/calendar/gui/e-cal-model-calendar.h b/calendar/gui/e-cal-model-calendar.h index ec0cb4c75c..abe536399f 100644 --- a/calendar/gui/e-cal-model-calendar.h +++ b/calendar/gui/e-cal-model-calendar.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-cal-model-memos.c b/calendar/gui/e-cal-model-memos.c index 07df7c7460..815d8d7ee6 100644 --- a/calendar/gui/e-cal-model-memos.c +++ b/calendar/gui/e-cal-model-memos.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -130,9 +130,9 @@ ecmm_value_at (ETableModel *etm, int col, int row) comp_data = e_cal_model_get_component_at (E_CAL_MODEL (model), row); if (!comp_data) - return ""; + return (void *) ""; - return ""; + return (void *) ""; } diff --git a/calendar/gui/e-cal-model-memos.h b/calendar/gui/e-cal-model-memos.h index d02e51c9f7..f7a5d17091 100644 --- a/calendar/gui/e-cal-model-memos.h +++ b/calendar/gui/e-cal-model-memos.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-cal-model-tasks.c b/calendar/gui/e-cal-model-tasks.c index e4d7304c25..d66555a636 100644 --- a/calendar/gui/e-cal-model-tasks.c +++ b/calendar/gui/e-cal-model-tasks.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -289,7 +289,7 @@ get_due (ECalModelComponent *comp_data) return comp_data->due; } -static char * +static void * get_geo (ECalModelComponent *comp_data) { icalproperty *prop; @@ -307,7 +307,7 @@ get_geo (ECalModelComponent *comp_data) return buf; } - return ""; + return (void *) ""; } static int @@ -322,7 +322,7 @@ get_percent (ECalModelComponent *comp_data) return 0; } -static char * +static void * get_priority (ECalModelComponent *comp_data) { icalproperty *prop; @@ -331,7 +331,7 @@ get_priority (ECalModelComponent *comp_data) if (prop) return e_cal_util_priority_to_string (icalproperty_get_priority (prop)); - return ""; + return (void *) ""; } static gboolean @@ -344,7 +344,7 @@ is_status_canceled (ECalModelComponent *comp_data) return prop && icalproperty_get_status (prop) == ICAL_STATUS_CANCELLED; } -static char * +static void * get_status (ECalModelComponent *comp_data) { icalproperty *prop; @@ -353,33 +353,33 @@ get_status (ECalModelComponent *comp_data) if (prop) { switch (icalproperty_get_status (prop)) { case ICAL_STATUS_NONE: - return ""; + return (void *) ""; case ICAL_STATUS_NEEDSACTION: - return _("Not Started"); + return (void *) _("Not Started"); case ICAL_STATUS_INPROCESS: - return _("In Progress"); + return (void *) _("In Progress"); case ICAL_STATUS_COMPLETED: - return _("Completed"); + return (void *) _("Completed"); case ICAL_STATUS_CANCELLED: - return _("Canceled"); + return (void *) _("Canceled"); default: - return ""; + return (void *) ""; } } - return ""; + return (void *) ""; } -static char * +static void * get_url (ECalModelComponent *comp_data) { icalproperty *prop; prop = icalcomponent_get_first_property (comp_data->icalcomp, ICAL_URL_PROPERTY); if (prop) - return (char *) icalproperty_get_url (prop); + return (void *) icalproperty_get_url (prop); - return ""; + return (void *) ""; } static gboolean @@ -499,7 +499,7 @@ ecmt_value_at (ETableModel *etm, int col, int row) comp_data = e_cal_model_get_component_at (E_CAL_MODEL (model), row); if (!comp_data) - return ""; + return (void *) ""; switch (col) { case E_CAL_MODEL_TASKS_FIELD_COMPLETED : @@ -524,7 +524,7 @@ ecmt_value_at (ETableModel *etm, int col, int row) return get_url (comp_data); } - return ""; + return (void *) ""; } static void diff --git a/calendar/gui/e-cal-model-tasks.h b/calendar/gui/e-cal-model-tasks.h index c71b737724..88b0d071e2 100644 --- a/calendar/gui/e-cal-model-tasks.h +++ b/calendar/gui/e-cal-model-tasks.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-cal-model.c b/calendar/gui/e-cal-model.c index c437b44dd7..f88418b6a8 100644 --- a/calendar/gui/e-cal-model.c +++ b/calendar/gui/e-cal-model.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -317,16 +317,16 @@ ecm_row_count (ETableModel *etm) return priv->objects->len; } -static char * +static void * get_categories (ECalModelComponent *comp_data) { icalproperty *prop; prop = icalcomponent_get_first_property (comp_data->icalcomp, ICAL_CATEGORIES_PROPERTY); if (prop) - return (char *) icalproperty_get_categories (prop); + return (void *) icalproperty_get_categories (prop); - return ""; + return (void *) ""; } static char * @@ -363,7 +363,7 @@ get_color (ECalModel *model, ECalModelComponent *comp_data) return e_cal_model_get_color_for_component (model, comp_data); } -static char * +static void * get_description (ECalModelComponent *comp_data) { icalproperty *prop; @@ -384,7 +384,7 @@ get_description (ECalModelComponent *comp_data) return str->str; } - return ""; + return (void *) ""; } static ECellDateEditValue* @@ -472,16 +472,16 @@ get_datetime_from_utc (ECalModel *model, ECalModelComponent *comp_data, icalprop return res; } -static char * +static void * get_summary (ECalModelComponent *comp_data) { icalproperty *prop; prop = icalcomponent_get_first_property (comp_data->icalcomp, ICAL_SUMMARY_PROPERTY); if (prop) - return (char *) icalproperty_get_summary (prop); + return (void *) icalproperty_get_summary (prop); - return ""; + return (void *) ""; } static char * @@ -579,7 +579,7 @@ ecm_value_at (ETableModel *etm, int col, int row) return get_uid (comp_data); } - return ""; + return (void *) ""; } static void @@ -1522,7 +1522,7 @@ e_cal_view_objects_added_cb (ECalView *query, GList *objects, gpointer user_data GSList *list = NULL; pos = get_position_in_array (priv->objects, comp_data); - + if (!g_ptr_array_remove (priv->objects, comp_data)) continue; @@ -1576,7 +1576,7 @@ e_cal_view_objects_modified_cb (ECalView *query, GList *objects, gpointer user_d /* re-add only the recurrence objects */ for (l = objects; l != NULL; l = g_list_next (l)) { - if (!e_cal_util_component_is_instance (l->data) && e_cal_util_component_has_recurrences (l->data) && (priv->flags & E_CAL_MODEL_FLAGS_EXPAND_RECURRENCES)) + if (!e_cal_util_component_is_instance (l->data) && e_cal_util_component_has_recurrences (l->data) && (priv->flags & E_CAL_MODEL_FLAGS_EXPAND_RECURRENCES)) list = g_list_prepend (list, l->data); else { int pos; @@ -1639,7 +1639,7 @@ e_cal_view_objects_modified_cb (ECalView *query, GList *objects, gpointer user_d e_cal_model_set_instance_times (comp_data, priv->zone); pos = get_position_in_array (priv->objects, comp_data); - + e_table_model_row_changed (E_TABLE_MODEL (model), pos); } } @@ -1676,7 +1676,7 @@ e_cal_view_objects_removed_cb (ECalView *query, GList *ids, gpointer user_data) g_slist_free (l); g_object_unref (comp_data); - + e_table_model_pre_change (E_TABLE_MODEL (model)); e_table_model_row_deleted (E_TABLE_MODEL (model), pos); } @@ -1739,15 +1739,15 @@ update_e_cal_view_for_client (ECalModel *model, ECalModelClient *client_data) if (!client_data->do_query) return; -try_again: +try_again: if (!e_cal_get_query (client_data->client, priv->full_sexp, &client_data->query, &error)) { if (error->code == E_CALENDAR_STATUS_BUSY && tries != 10) { tries++; /*TODO chose an optimal value */ g_usleep (500); g_clear_error (&error); - goto try_again; - } + goto try_again; + } g_warning (G_STRLOC ": Unable to get query, %s", error->message); @@ -1873,7 +1873,7 @@ remove_client_objects (ECalModel *model, ECalModelClient *client_data) GSList *l = NULL; g_ptr_array_remove (model->priv->objects, comp_data); - + l = g_slist_append (l, comp_data); g_signal_emit (G_OBJECT (model), signals[COMPS_DELETED], 0, l); @@ -2014,9 +2014,9 @@ redo_queries (ECalModel *model) slist = get_objects_as_list (model); g_ptr_array_set_size (priv->objects, 0); g_signal_emit (G_OBJECT (model), signals[COMPS_DELETED], 0, slist); - + e_table_model_rows_deleted (E_TABLE_MODEL (model), 0, len); - + g_slist_foreach (slist, (GFunc)g_object_unref, NULL); g_slist_free (slist); @@ -2342,7 +2342,7 @@ e_cal_model_component_class_init (ECalModelComponentClass *klass) static void -e_cal_model_component_finalize (GObject *object) +e_cal_model_component_finalize (GObject *object) { ECalModelComponent *comp_data = E_CAL_MODEL_COMPONENT(object); @@ -2382,7 +2382,7 @@ e_cal_model_component_finalize (GObject *object) g_free (comp_data->color); comp_data->color = NULL; } - + if (G_OBJECT_CLASS (parent_class)->finalize) (* G_OBJECT_CLASS (parent_class)->finalize) (object); } @@ -2440,7 +2440,7 @@ void e_cal_model_free_component_data (ECalModelComponent *comp_data) { g_return_if_fail (comp_data != NULL); - + g_object_unref (comp_data); } diff --git a/calendar/gui/e-cal-model.h b/calendar/gui/e-cal-model.h index 6ec66a3554..4b266b6a5e 100644 --- a/calendar/gui/e-cal-model.h +++ b/calendar/gui/e-cal-model.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -81,7 +81,7 @@ struct _ECalModelComponent { icalcomponent *icalcomp; time_t instance_start; time_t instance_end; - + /* Private data used by ECalModelCalendar and ECalModelTasks */ /* keep these public to avoid many accessor functions */ ECellDateEditValue *dtstart; diff --git a/calendar/gui/e-cal-popup.c b/calendar/gui/e-cal-popup.c index 0292f16c71..76dcb94e19 100644 --- a/calendar/gui/e-cal-popup.c +++ b/calendar/gui/e-cal-popup.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-cal-popup.h b/calendar/gui/e-cal-popup.h index 185e9877f0..5c68b4829b 100644 --- a/calendar/gui/e-cal-popup.h +++ b/calendar/gui/e-cal-popup.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-calendar-table-config.c b/calendar/gui/e-calendar-table-config.c index 6e43886dbd..8b73056f51 100644 --- a/calendar/gui/e-calendar-table-config.c +++ b/calendar/gui/e-calendar-table-config.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-calendar-table-config.h b/calendar/gui/e-calendar-table-config.h index 8f2284ab40..36745064d1 100644 --- a/calendar/gui/e-calendar-table-config.h +++ b/calendar/gui/e-calendar-table-config.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c index c96e763958..6e99cf58eb 100644 --- a/calendar/gui/e-calendar-table.c +++ b/calendar/gui/e-calendar-table.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-calendar-table.h b/calendar/gui/e-calendar-table.h index 5f83606827..4645be188b 100644 --- a/calendar/gui/e-calendar-table.h +++ b/calendar/gui/e-calendar-table.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c index cc51599440..975052ba17 100644 --- a/calendar/gui/e-calendar-view.c +++ b/calendar/gui/e-calendar-view.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -103,8 +103,8 @@ enum TargetType{ }; static GtkTargetEntry target_types[] = { - { "text/x-calendar", 0, TARGET_TYPE_VCALENDAR }, - { "text/calendar", 0, TARGET_TYPE_VCALENDAR } + { (gchar *) "text/x-calendar", 0, TARGET_TYPE_VCALENDAR }, + { (gchar *) "text/calendar", 0, TARGET_TYPE_VCALENDAR } }; static guint n_target_types = G_N_ELEMENTS (target_types); @@ -1755,52 +1755,52 @@ on_paste (EPopup *ep, EPopupItem *pitem, void *data) } static EPopupItem ecv_main_items [] = { - { E_POPUP_ITEM, "00.new", N_("New _Appointment..."), on_new_appointment, NULL, "appointment-new", 0, 0 }, - { E_POPUP_ITEM, "10.newallday", N_("New All Day _Event"), on_new_event, NULL, "stock_new-24h-appointment", 0, 0}, - { E_POPUP_ITEM, "20.meeting", N_("New _Meeting"), on_new_meeting, NULL, "stock_new-meeting", 0, 0}, - { E_POPUP_ITEM, "30.task", N_("New _Task"), on_new_task, NULL, "stock_task", 0, 0}, + { E_POPUP_ITEM, (gchar *) "00.new", (gchar *) N_("New _Appointment..."), on_new_appointment, NULL, (gchar *) "appointment-new", 0, 0 }, + { E_POPUP_ITEM, (gchar *) "10.newallday", (gchar *) N_("New All Day _Event"), on_new_event, NULL, (gchar *) "stock_new-24h-appointment", 0, 0}, + { E_POPUP_ITEM, (gchar *) "20.meeting", (gchar *) N_("New _Meeting"), on_new_meeting, NULL, (gchar *) "stock_new-meeting", 0, 0}, + { E_POPUP_ITEM, (gchar *) "30.task", (gchar *) N_("New _Task"), on_new_task, NULL, (gchar *) "stock_task", 0, 0}, - { E_POPUP_BAR, "40."}, - { E_POPUP_ITEM, "40.print", N_("P_rint..."), on_print, NULL, GTK_STOCK_PRINT, 0, 0 }, + { E_POPUP_BAR, (gchar *) "40."}, + { E_POPUP_ITEM, (gchar *) "40.print", (gchar *) N_("P_rint..."), on_print, NULL, (gchar *) GTK_STOCK_PRINT, 0, 0 }, - { E_POPUP_BAR, "50." }, - { E_POPUP_ITEM, "50.paste", N_("_Paste"), on_paste, NULL, GTK_STOCK_PASTE, 0, E_CAL_POPUP_SELECT_EDITABLE }, + { E_POPUP_BAR, (gchar *) "50." }, + { E_POPUP_ITEM, (gchar *) "50.paste", (gchar *) N_("_Paste"), on_paste, NULL, (gchar *) GTK_STOCK_PASTE, 0, E_CAL_POPUP_SELECT_EDITABLE }, - { E_POPUP_BAR, "60." }, + { E_POPUP_BAR, (gchar *) "60." }, /* FIXME: hook in this somehow */ - { E_POPUP_SUBMENU, "60.view", N_("_Current View") }, + { E_POPUP_SUBMENU, (gchar *) "60.view", (gchar *) N_("_Current View") }, - { E_POPUP_ITEM, "61.today", N_("Select T_oday"), on_goto_today, NULL, "go-today" }, - { E_POPUP_ITEM, "62.todate", N_("_Select Date..."), on_goto_date, NULL, GTK_STOCK_JUMP_TO }, + { E_POPUP_ITEM, (gchar *) "61.today", (gchar *) N_("Select T_oday"), on_goto_today, NULL, (gchar *) "go-today" }, + { E_POPUP_ITEM, (gchar *) "62.todate", (gchar *) N_("_Select Date..."), on_goto_date, NULL, (gchar *) GTK_STOCK_JUMP_TO }, }; static EPopupItem ecv_child_items [] = { - { E_POPUP_ITEM, "00.open", N_("_Open"), on_edit_appointment, NULL, GTK_STOCK_OPEN, 0, E_CAL_POPUP_SELECT_NOTEDITING }, - { E_POPUP_ITEM, "10.saveas", N_("_Save As..."), on_save_as, NULL, GTK_STOCK_SAVE_AS, 0, E_CAL_POPUP_SELECT_NOTEDITING }, - { E_POPUP_ITEM, "20.print", N_("Pri_nt..."), on_print_event, NULL, GTK_STOCK_PRINT, 0, E_CAL_POPUP_SELECT_NOTEDITING }, + { E_POPUP_ITEM, (gchar *) "00.open", (gchar *) N_("_Open"), on_edit_appointment, NULL, (gchar *) GTK_STOCK_OPEN, 0, E_CAL_POPUP_SELECT_NOTEDITING }, + { E_POPUP_ITEM, (gchar *) "10.saveas", (gchar *) N_("_Save As..."), on_save_as, NULL, (gchar *) GTK_STOCK_SAVE_AS, 0, E_CAL_POPUP_SELECT_NOTEDITING }, + { E_POPUP_ITEM, (gchar *) "20.print", (gchar *) N_("Pri_nt..."), on_print_event, NULL, (gchar *) GTK_STOCK_PRINT, 0, E_CAL_POPUP_SELECT_NOTEDITING }, - { E_POPUP_BAR, "30." }, + { E_POPUP_BAR, (gchar *) "30." }, - { E_POPUP_ITEM, "31.cut", N_("C_ut"), on_cut, NULL, GTK_STOCK_CUT, 0, E_CAL_POPUP_SELECT_NOTEDITING|E_CAL_POPUP_SELECT_EDITABLE|E_CAL_POPUP_SELECT_ORGANIZER }, - { E_POPUP_ITEM, "32.copy", N_("_Copy"), on_copy, NULL, GTK_STOCK_COPY, 0, E_CAL_POPUP_SELECT_NOTEDITING|E_CAL_POPUP_SELECT_ORGANIZER }, - { E_POPUP_ITEM, "33.paste", N_("_Paste"), on_paste, NULL, GTK_STOCK_PASTE, 0, E_CAL_POPUP_SELECT_EDITABLE }, + { E_POPUP_ITEM, (gchar *) "31.cut", (gchar *) N_("C_ut"), on_cut, NULL, (gchar *) GTK_STOCK_CUT, 0, E_CAL_POPUP_SELECT_NOTEDITING|E_CAL_POPUP_SELECT_EDITABLE|E_CAL_POPUP_SELECT_ORGANIZER }, + { E_POPUP_ITEM, (gchar *) "32.copy", (gchar *) N_("_Copy"), on_copy, NULL, (gchar *) GTK_STOCK_COPY, 0, E_CAL_POPUP_SELECT_NOTEDITING|E_CAL_POPUP_SELECT_ORGANIZER }, + { E_POPUP_ITEM, (gchar *) "33.paste", (gchar *) N_("_Paste"), on_paste, NULL, (gchar *) GTK_STOCK_PASTE, 0, E_CAL_POPUP_SELECT_EDITABLE }, - { E_POPUP_BAR, "40." }, + { E_POPUP_BAR, (gchar *) "40." }, - { E_POPUP_ITEM, "43.copyto", N_("Cop_y to Calendar..."), on_copy_to, NULL, NULL, 0, E_CAL_POPUP_SELECT_NOTEDITING }, - { E_POPUP_ITEM, "44.moveto", N_("Mo_ve to Calendar..."), on_move_to, NULL, NULL, 0, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_EDITABLE }, - { E_POPUP_ITEM, "45.delegate", N_("_Delegate Meeting..."), on_delegate, NULL, NULL, 0, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_EDITABLE | E_CAL_POPUP_SELECT_DELEGATABLE | E_CAL_POPUP_SELECT_MEETING}, - { E_POPUP_ITEM, "46.schedule", N_("_Schedule Meeting..."), on_meeting, NULL, NULL, 0, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_EDITABLE | E_CAL_POPUP_SELECT_NOTMEETING }, - { E_POPUP_ITEM, "47.forward", N_("_Forward as iCalendar..."), on_forward, NULL, "mail-forward", 0, E_CAL_POPUP_SELECT_NOTEDITING }, - { E_POPUP_ITEM, "48.reply", N_("_Reply"), on_reply, NULL, "mail-reply-sender", E_CAL_POPUP_SELECT_MEETING | E_CAL_POPUP_SELECT_NOSAVESCHEDULES, E_CAL_POPUP_SELECT_NOTEDITING }, - { E_POPUP_ITEM, "49.reply-all", N_("Reply to _All"), on_reply_all, NULL, "mail-reply-all", E_CAL_POPUP_SELECT_MEETING | E_CAL_POPUP_SELECT_NOSAVESCHEDULES, E_CAL_POPUP_SELECT_NOTEDITING }, + { E_POPUP_ITEM, (gchar *) "43.copyto", (gchar *) N_("Cop_y to Calendar..."), on_copy_to, NULL, NULL, 0, E_CAL_POPUP_SELECT_NOTEDITING }, + { E_POPUP_ITEM, (gchar *) "44.moveto", (gchar *) N_("Mo_ve to Calendar..."), on_move_to, NULL, NULL, 0, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_EDITABLE }, + { E_POPUP_ITEM, (gchar *) "45.delegate", (gchar *) N_("_Delegate Meeting..."), on_delegate, NULL, NULL, 0, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_EDITABLE | E_CAL_POPUP_SELECT_DELEGATABLE | E_CAL_POPUP_SELECT_MEETING}, + { E_POPUP_ITEM, (gchar *) "46.schedule", (gchar *) N_("_Schedule Meeting..."), on_meeting, NULL, NULL, 0, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_EDITABLE | E_CAL_POPUP_SELECT_NOTMEETING }, + { E_POPUP_ITEM, (gchar *) "47.forward", (gchar *) N_("_Forward as iCalendar..."), on_forward, NULL, (gchar *) "mail-forward", 0, E_CAL_POPUP_SELECT_NOTEDITING }, + { E_POPUP_ITEM, (gchar *) "48.reply", (gchar *) N_("_Reply"), on_reply, NULL, (gchar *) "mail-reply-sender", E_CAL_POPUP_SELECT_MEETING | E_CAL_POPUP_SELECT_NOSAVESCHEDULES, E_CAL_POPUP_SELECT_NOTEDITING }, + { E_POPUP_ITEM, (gchar *) "49.reply-all", (gchar *) N_("Reply to _All"), on_reply_all, NULL, (gchar *) "mail-reply-all", E_CAL_POPUP_SELECT_MEETING | E_CAL_POPUP_SELECT_NOSAVESCHEDULES, E_CAL_POPUP_SELECT_NOTEDITING }, - { E_POPUP_BAR, "50." }, + { E_POPUP_BAR, (gchar *) "50." }, - { E_POPUP_ITEM, "51.delete", N_("_Delete"), on_delete_appointment, NULL, GTK_STOCK_DELETE, E_CAL_POPUP_SELECT_NONRECURRING, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_EDITABLE }, - { E_POPUP_ITEM, "52.move", N_("Make this Occurrence _Movable"), on_unrecur_appointment, NULL, NULL, E_CAL_POPUP_SELECT_RECURRING | E_CAL_POPUP_SELECT_INSTANCE, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_EDITABLE }, - { E_POPUP_ITEM, "53.delete", N_("Delete this _Occurrence"), on_delete_occurrence, NULL, GTK_STOCK_DELETE, E_CAL_POPUP_SELECT_RECURRING, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_EDITABLE }, - { E_POPUP_ITEM, "54.delete", N_("Delete _All Occurrences"), on_delete_appointment, NULL, GTK_STOCK_DELETE, E_CAL_POPUP_SELECT_RECURRING, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_EDITABLE }, + { E_POPUP_ITEM, (gchar *) "51.delete", (gchar *) N_("_Delete"), on_delete_appointment, NULL, (gchar *) GTK_STOCK_DELETE, E_CAL_POPUP_SELECT_NONRECURRING, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_EDITABLE }, + { E_POPUP_ITEM, (gchar *) "52.move", (gchar *) N_("Make this Occurrence _Movable"), on_unrecur_appointment, NULL, NULL, E_CAL_POPUP_SELECT_RECURRING | E_CAL_POPUP_SELECT_INSTANCE, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_EDITABLE }, + { E_POPUP_ITEM, (gchar *) "53.delete", (gchar *) N_("Delete this _Occurrence"), on_delete_occurrence, NULL, (gchar *) GTK_STOCK_DELETE, E_CAL_POPUP_SELECT_RECURRING, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_EDITABLE }, + { E_POPUP_ITEM, (gchar *) "54.delete", (gchar *) N_("Delete _All Occurrences"), on_delete_appointment, NULL, (gchar *) GTK_STOCK_DELETE, E_CAL_POPUP_SELECT_RECURRING, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_EDITABLE }, }; void @@ -1965,7 +1965,7 @@ e_calendar_view_new_appointment_full (ECalendarView *cal_view, gboolean all_day, int hours, mins; if (!time_div) /* Possible if your gconf values aren't so nice */ - time_div = 30; + time_div = 30; if (time_day_begin (now) == time_day_begin (dtstart)) { /* same day as today */ @@ -2564,11 +2564,11 @@ draw_curved_rectangle (cairo_t *cr, double x0, double y0, cairo_close_path (cr); } -static void +static void error_response(GtkWidget *widget, gint response, void *data) { - if (response == GTK_RESPONSE_DELETE_EVENT) + if (response == GTK_RESPONSE_DELETE_EVENT) gtk_widget_destroy(widget); - else if (response == GTK_RESPONSE_OK) + else if (response == GTK_RESPONSE_OK) gtk_widget_destroy(widget); } diff --git a/calendar/gui/e-calendar-view.h b/calendar/gui/e-calendar-view.h index 5116c7c9c9..45a9573f04 100644 --- a/calendar/gui/e-calendar-view.h +++ b/calendar/gui/e-calendar-view.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-cell-date-edit-config.c b/calendar/gui/e-cell-date-edit-config.c index 5be8569bd3..eb6c27420b 100644 --- a/calendar/gui/e-cell-date-edit-config.c +++ b/calendar/gui/e-cell-date-edit-config.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-cell-date-edit-config.h b/calendar/gui/e-cell-date-edit-config.h index 36259354ed..9917378dd1 100644 --- a/calendar/gui/e-cell-date-edit-config.h +++ b/calendar/gui/e-cell-date-edit-config.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-cell-date-edit-text.c b/calendar/gui/e-cell-date-edit-text.c index b56d070559..8a43c628fc 100644 --- a/calendar/gui/e-cell-date-edit-text.c +++ b/calendar/gui/e-cell-date-edit-text.c @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Authors: * Damon Chaplin <damon@ximian.com> diff --git a/calendar/gui/e-cell-date-edit-text.h b/calendar/gui/e-cell-date-edit-text.h index 9bbbfb0fc4..c353ecd278 100644 --- a/calendar/gui/e-cell-date-edit-text.h +++ b/calendar/gui/e-cell-date-edit-text.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Authors: * Damon Chaplin <damon@ximian.com> diff --git a/calendar/gui/e-comp-editor-registry.c b/calendar/gui/e-comp-editor-registry.c index 31b46372b2..a4bed100b9 100644 --- a/calendar/gui/e-comp-editor-registry.c +++ b/calendar/gui/e-comp-editor-registry.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-comp-editor-registry.h b/calendar/gui/e-comp-editor-registry.h index 4f1444601c..5c2b4c4bc8 100644 --- a/calendar/gui/e-comp-editor-registry.h +++ b/calendar/gui/e-comp-editor-registry.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-date-edit-config.c b/calendar/gui/e-date-edit-config.c index d6fd6cf675..f93f2cf746 100644 --- a/calendar/gui/e-date-edit-config.c +++ b/calendar/gui/e-date-edit-config.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-date-edit-config.h b/calendar/gui/e-date-edit-config.h index c31899bb9e..4065ec74e7 100644 --- a/calendar/gui/e-date-edit-config.h +++ b/calendar/gui/e-date-edit-config.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-date-time-list.c b/calendar/gui/e-date-time-list.c index defd013fce..2aaab0df4d 100644 --- a/calendar/gui/e-date-time-list.c +++ b/calendar/gui/e-date-time-list.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-date-time-list.h b/calendar/gui/e-date-time-list.h index b4f6a01a10..fe5e1fdc11 100644 --- a/calendar/gui/e-date-time-list.h +++ b/calendar/gui/e-date-time-list.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-day-view-config.c b/calendar/gui/e-day-view-config.c index 44156bf18e..edd02bb7ee 100644 --- a/calendar/gui/e-day-view-config.c +++ b/calendar/gui/e-day-view-config.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-day-view-config.h b/calendar/gui/e-day-view-config.h index 6ca1f2717e..25d208b432 100644 --- a/calendar/gui/e-day-view-config.h +++ b/calendar/gui/e-day-view-config.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-day-view-layout.c b/calendar/gui/e-day-view-layout.c index 949f4b7ce2..5b5536d391 100644 --- a/calendar/gui/e-day-view-layout.c +++ b/calendar/gui/e-day-view-layout.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-day-view-layout.h b/calendar/gui/e-day-view-layout.h index 4ad1de64bd..f3d431ca20 100644 --- a/calendar/gui/e-day-view-layout.h +++ b/calendar/gui/e-day-view-layout.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-day-view-main-item.c b/calendar/gui/e-day-view-main-item.c index 3718725c08..86b723903f 100644 --- a/calendar/gui/e-day-view-main-item.c +++ b/calendar/gui/e-day-view-main-item.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -619,12 +619,15 @@ e_day_view_main_item_draw_day_event (EDayViewMainItem *dvmitem, gdouble cc = 65535.0; gdouble date_fraction; gboolean short_event = FALSE, resize_flag = FALSE; - gchar *end_resize_time, *end_resize_suffix; + const gchar *end_resize_suffix; + gchar *end_resize_time; gint start_hour, start_display_hour, start_minute, start_suffix_width; gint end_hour, end_display_hour, end_minute, end_suffix_width; gboolean show_span = FALSE, format_time; gint offset, interval; - char *text = NULL, *start_suffix, *end_suffix; + const gchar *start_suffix; + const gchar *end_suffix; + char *text = NULL; int scroll_flag = 0; gint row_y; GConfClient *gconf; diff --git a/calendar/gui/e-day-view-main-item.h b/calendar/gui/e-day-view-main-item.h index 650f139eb1..c9ce721341 100644 --- a/calendar/gui/e-day-view-main-item.h +++ b/calendar/gui/e-day-view-main-item.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-day-view-time-item.c b/calendar/gui/e-day-view-time-item.c index dc3c2deba5..f6ded1ec94 100644 --- a/calendar/gui/e-day-view-time-item.c +++ b/calendar/gui/e-day-view-time-item.c @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Authors: * Damon Chaplin <damon@ximian.com> @@ -284,7 +284,8 @@ edvti_draw_zone (GnomeCanvasItem *canvas_item, EDayView *day_view; EDayViewTimeItem *dvtmitem; GtkStyle *style; - gchar buffer[64], *suffix, *midnight_day = NULL, *midnight_month = NULL; + const gchar *suffix; + gchar buffer[64], *midnight_day = NULL, *midnight_month = NULL; gint hour, display_hour, minute, row; gint row_y, start_y, large_hour_y_offset, small_font_y_offset; gint long_line_x1, long_line_x2, short_line_x1; @@ -780,7 +781,7 @@ e_day_view_time_item_show_popup_menu (EDayViewTimeItem *dvtmitem, item = gtk_menu_item_new_with_label ("---"); gtk_widget_set_sensitive (item, FALSE); gtk_menu_shell_append (GTK_MENU_SHELL (submenu), item); - + item = gtk_separator_menu_item_new (); gtk_menu_shell_append (GTK_MENU_SHELL (submenu), item); diff --git a/calendar/gui/e-day-view-time-item.h b/calendar/gui/e-day-view-time-item.h index f3f2f64118..9d7bdcae9f 100644 --- a/calendar/gui/e-day-view-time-item.h +++ b/calendar/gui/e-day-view-time-item.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-day-view-top-item.c b/calendar/gui/e-day-view-top-item.c index 2f9bbf00fb..dd91133243 100644 --- a/calendar/gui/e-day-view-top-item.c +++ b/calendar/gui/e-day-view-top-item.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -375,7 +375,7 @@ e_day_view_top_item_draw_long_event (EDayViewTopItem *dvtitem, gchar buffer[16]; gint hour, display_hour, minute, offset, time_width, time_x; gint min_end_time_x, suffix_width, max_icon_x; - gchar *suffix; + const gchar *suffix; gboolean draw_start_triangle, draw_end_triangle; GdkRectangle clip_rect; GSList *categories_list, *elem; @@ -831,7 +831,7 @@ e_day_view_top_item_get_day_label (EDayView *day_view, gint day, { struct icaltimetype day_start_tt; struct tm day_start = { 0 }; - gchar *format; + const gchar *format; day_start_tt = icaltime_from_timet_with_zone (day_view->day_starts[day], FALSE, diff --git a/calendar/gui/e-day-view-top-item.h b/calendar/gui/e-day-view-top-item.h index d45aa4e155..01a7c44842 100644 --- a/calendar/gui/e-day-view-top-item.h +++ b/calendar/gui/e-day-view-top-item.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c index 5dd940610b..0d7aa97ca5 100644 --- a/calendar/gui/e-day-view.c +++ b/calendar/gui/e-day-view.c @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Authors: * Damon Chaplin <damon@ximian.com> @@ -107,9 +107,9 @@ enum { TARGET_VCALENDAR }; static GtkTargetEntry target_table[] = { - { "application/x-e-calendar-event", 0, TARGET_CALENDAR_EVENT }, - { "text/x-calendar", 0, TARGET_VCALENDAR }, - { "text/calendar", 0, TARGET_VCALENDAR } + { (gchar *) "application/x-e-calendar-event", 0, TARGET_CALENDAR_EVENT }, + { (gchar *) "text/x-calendar", 0, TARGET_VCALENDAR }, + { (gchar *) "text/calendar", 0, TARGET_VCALENDAR } }; static guint n_targets = sizeof(target_table) / sizeof(target_table[0]); @@ -682,10 +682,10 @@ timezone_changed_cb (ECalendarView *cal_view, icaltimezone *old_zone, g_return_if_fail (E_IS_DAY_VIEW (day_view)); - + if (!cal_view->in_focus) return; - + /* If our time hasn't been set yet, just return. */ if (day_view->lower == 0 && day_view->upper == 0) return; @@ -1813,7 +1813,7 @@ set_text_as_bold (EDayViewEvent *event) for (l = attendees; l; l = l->next) { ECalComponentAttendee *attendee = l->data; - if ((g_str_equal (itip_strip_mailto (attendee->value), address)) + if ((g_str_equal (itip_strip_mailto (attendee->value), address)) || (attendee->sentby && g_str_equal (itip_strip_mailto (attendee->sentby), address))) { at = attendee; break; @@ -1821,7 +1821,7 @@ set_text_as_bold (EDayViewEvent *event) } /* The attendee has not yet accepted the meeting, display the summary as bolded. - If the attendee is not present, it might have come through a mailing list. + If the attendee is not present, it might have come through a mailing list. In that case, we never show the meeting as bold even if it is unaccepted. */ if (at && (at->status == ICAL_PARTSTAT_NEEDSACTION)) gnome_canvas_item_set (event->canvas_item, "bold", TRUE, NULL); @@ -1839,9 +1839,9 @@ e_day_view_update_event_label (EDayView *day_view, gint event_num) { EDayViewEvent *event; - char *text; gboolean free_text = FALSE, editing_event = FALSE, short_event = FALSE; const gchar *summary; + char *text; gint interval; event = &g_array_index (day_view->events[day], EDayViewEvent, event_num); @@ -1851,7 +1851,7 @@ e_day_view_update_event_label (EDayView *day_view, return; summary = icalcomponent_get_summary (event->comp_data->icalcomp); - text = summary ? (char *) summary : ""; + text = summary ? (char *) summary : (char *) ""; if (day_view->editing_event_day == day && day_view->editing_event_num == event_num) @@ -3078,10 +3078,10 @@ e_day_view_on_time_canvas_scroll (GtkWidget *widget, return TRUE; default: return FALSE; - } -} - -static gboolean + } +} + +static gboolean e_day_view_on_long_event_button_press (EDayView *day_view, gint event_num, GdkEventButton *event, @@ -3251,7 +3251,7 @@ e_day_view_on_event_click (EDayView *day_view, && (pos == E_CALENDAR_VIEW_POS_TOP_EDGE || pos == E_CALENDAR_VIEW_POS_BOTTOM_EDGE)) { gboolean read_only = FALSE; - + if (event && (!event->is_editable || (e_cal_is_read_only (event->comp_data->client, &read_only, NULL) && read_only))) { return; } @@ -4084,7 +4084,7 @@ e_day_view_finish_resize (EDayView *day_view) if (day_view->resize_event_num == -1) return; - + day = day_view->resize_event_day; event_num = day_view->resize_event_num; event = &g_array_index (day_view->events[day], EDayViewEvent, @@ -4140,7 +4140,7 @@ e_day_view_finish_resize (EDayView *day_view) gtk_widget_queue_draw (day_view->top_canvas); goto out; } - + if (mod == CALOBJ_MOD_ALL) comp_util_sanitize_recurrence_master (comp, client); @@ -4619,7 +4619,7 @@ e_day_view_reshape_day_events (EDayView *day_view, if (day_view->last_edited_comp_string == NULL) { g_free (current_comp_string); continue; - } + } if (strncmp (current_comp_string, day_view->last_edited_comp_string,50) == 0) { e_canvas_item_grab_focus (event->canvas_item, TRUE); @@ -7553,7 +7553,7 @@ e_day_view_on_top_canvas_drag_data_received (GtkWidget *widget, g_object_unref (comp); return; } - + if (mod == CALOBJ_MOD_ALL) comp_util_sanitize_recurrence_master (comp, client); @@ -7856,7 +7856,7 @@ void e_day_view_convert_time_to_display (EDayView *day_view, gint hour, gint *display_hour, - gchar **suffix, + const gchar **suffix, gint *suffix_width) { /* Calculate the actual hour number to display. For 12-hour diff --git a/calendar/gui/e-day-view.h b/calendar/gui/e-day-view.h index 1f518198fa..d22201e3f3 100644 --- a/calendar/gui/e-day-view.h +++ b/calendar/gui/e-day-view.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -595,7 +595,7 @@ void e_day_view_stop_auto_scroll (EDayView *day_view); void e_day_view_convert_time_to_display (EDayView *day_view, gint hour, gint *display_hour, - gchar **suffix, + const gchar **suffix, gint *suffix_width); gint e_day_view_get_time_string_width (EDayView *day_view); diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c index 94fd234f27..501a3f37a9 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -741,7 +741,7 @@ static const char *dayname[] = { N_("Saturday") }; -static inline char * +static const char * get_dayname (struct icalrecurrencetype *r, int i) { enum icalrecurrencetype_weekday day; @@ -882,7 +882,7 @@ write_recurrence_piece (EItipControl *itip, ECalComponent *comp, dt.value = &r->until; dt.tzid = icaltimezone_get_tzid ((icaltimezone *)r->until.zone); - write_label_piece (itip, &dt, buffer, + write_label_piece (itip, &dt, buffer, /* For Translators : ', ending on' is part of the sentence of the form 'event recurring every day, ending on (date).'*/ _(", ending on "), NULL, TRUE); } diff --git a/calendar/gui/e-itip-control.h b/calendar/gui/e-itip-control.h index 642eccfe8d..38dce21bf1 100644 --- a/calendar/gui/e-itip-control.h +++ b/calendar/gui/e-itip-control.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-meeting-attendee.c b/calendar/gui/e-meeting-attendee.c index 413c83894a..0b5e147407 100644 --- a/calendar/gui/e-meeting-attendee.c +++ b/calendar/gui/e-meeting-attendee.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -812,7 +812,6 @@ e_meeting_attendee_add_busy_period (EMeetingAttendee *ia, g_return_val_if_fail (ia != NULL, FALSE); g_return_val_if_fail (E_IS_MEETING_ATTENDEE (ia), FALSE); - g_return_val_if_fail (busy_type >= 0, FALSE); g_return_val_if_fail (busy_type < E_MEETING_FREE_BUSY_LAST, FALSE); priv = ia->priv; @@ -847,7 +846,7 @@ e_meeting_attendee_add_busy_period (EMeetingAttendee *ia, /* If the busy_type is FREE, then there is no need to render it in UI */ if (busy_type == E_MEETING_FREE_BUSY_FREE) - goto done; + goto done; /* If the busy range is not set elsewhere, track it as best we can */ if (!priv->start_busy_range_set) { diff --git a/calendar/gui/e-meeting-attendee.h b/calendar/gui/e-meeting-attendee.h index a9f344484d..a259de6619 100644 --- a/calendar/gui/e-meeting-attendee.h +++ b/calendar/gui/e-meeting-attendee.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-meeting-list-view.c b/calendar/gui/e-meeting-list-view.c index aea75d4bd7..c903c97c23 100644 --- a/calendar/gui/e-meeting-list-view.c +++ b/calendar/gui/e-meeting-list-view.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -64,11 +64,12 @@ static guint e_meeting_list_view_signals[LAST_SIGNAL] = { 0 }; static void name_selector_dialog_close_cb (ENameSelectorDialog *dialog, gint response, gpointer data); -static char *sections[] = {N_("Chair Persons"), - N_("Required Participants"), - N_("Optional Participants"), - N_("Resources"), - NULL}; +static const gchar *sections[] = {N_("Chair Persons"), + N_("Required Participants"), + N_("Optional Participants"), + N_("Resources"), + NULL}; + static icalparameter_role roles[] = {ICAL_ROLE_CHAIR, ICAL_ROLE_REQPARTICIPANT, ICAL_ROLE_OPTPARTICIPANT, diff --git a/calendar/gui/e-meeting-list-view.h b/calendar/gui/e-meeting-list-view.h index 12deb8a25d..50aad0c966 100644 --- a/calendar/gui/e-meeting-list-view.h +++ b/calendar/gui/e-meeting-list-view.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-meeting-store.c b/calendar/gui/e-meeting-store.c index d320198ec3..5e6270976a 100644 --- a/calendar/gui/e-meeting-store.c +++ b/calendar/gui/e-meeting-store.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -1100,7 +1100,7 @@ process_free_busy (EMeetingStoreQueueData *qdata, char *text) * In the returned newly allocated string. */ static gchar * -replace_string (gchar *string, gchar *from_value, gchar *to_value) +replace_string (gchar *string, const gchar *from_value, gchar *to_value) { gchar *replaced; gchar **split_uri; diff --git a/calendar/gui/e-meeting-store.h b/calendar/gui/e-meeting-store.h index d20c1224f3..8a237fc34b 100644 --- a/calendar/gui/e-meeting-store.h +++ b/calendar/gui/e-meeting-store.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-meeting-time-sel-item.c b/calendar/gui/e-meeting-time-sel-item.c index 6687919a40..ae7eeb7937 100644 --- a/calendar/gui/e-meeting-time-sel-item.c +++ b/calendar/gui/e-meeting-time-sel-item.c @@ -15,7 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Authors: * Damon Chaplin <damon@gtk.org> diff --git a/calendar/gui/e-meeting-time-sel-item.h b/calendar/gui/e-meeting-time-sel-item.h index addb99e47a..310eb4c3a0 100644 --- a/calendar/gui/e-meeting-time-sel-item.h +++ b/calendar/gui/e-meeting-time-sel-item.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-meeting-time-sel.c b/calendar/gui/e-meeting-time-sel.c index 625d24d600..0fbcfb43ee 100644 --- a/calendar/gui/e-meeting-time-sel.c +++ b/calendar/gui/e-meeting-time-sel.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-meeting-time-sel.h b/calendar/gui/e-meeting-time-sel.h index deb91c2397..2cc82278f6 100644 --- a/calendar/gui/e-meeting-time-sel.h +++ b/calendar/gui/e-meeting-time-sel.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-meeting-types.h b/calendar/gui/e-meeting-types.h index 4f7d41eabf..bfcdfc5854 100644 --- a/calendar/gui/e-meeting-types.h +++ b/calendar/gui/e-meeting-types.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-meeting-utils.c b/calendar/gui/e-meeting-utils.c index 30fbaf143b..ac11881bf4 100644 --- a/calendar/gui/e-meeting-utils.c +++ b/calendar/gui/e-meeting-utils.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-meeting-utils.h b/calendar/gui/e-meeting-utils.h index d360471b20..c71efec135 100644 --- a/calendar/gui/e-meeting-utils.h +++ b/calendar/gui/e-meeting-utils.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-memo-list-selector.c b/calendar/gui/e-memo-list-selector.c index 9d3408944b..e31a9d4b6e 100644 --- a/calendar/gui/e-memo-list-selector.c +++ b/calendar/gui/e-memo-list-selector.c @@ -38,8 +38,8 @@ enum { }; static GtkTargetEntry drag_types[] = { - { "text/calendar", 0, DND_TARGET_TYPE_CALENDAR_LIST }, - { "text/x-calendar", 0, DND_TARGET_TYPE_CALENDAR_LIST } + { (gchar *) "text/calendar", 0, DND_TARGET_TYPE_CALENDAR_LIST }, + { (gchar *) "text/x-calendar", 0, DND_TARGET_TYPE_CALENDAR_LIST } }; static gpointer parent_class; diff --git a/calendar/gui/e-memo-table-config.c b/calendar/gui/e-memo-table-config.c index 21e6f036c1..d79dac7073 100644 --- a/calendar/gui/e-memo-table-config.c +++ b/calendar/gui/e-memo-table-config.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-memo-table-config.h b/calendar/gui/e-memo-table-config.h index 5242b5f7b7..68960d58dc 100644 --- a/calendar/gui/e-memo-table-config.h +++ b/calendar/gui/e-memo-table-config.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-memo-table.c b/calendar/gui/e-memo-table.c index 25e6005f40..7f14d4f794 100644 --- a/calendar/gui/e-memo-table.c +++ b/calendar/gui/e-memo-table.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -88,8 +88,8 @@ enum { }; static GtkTargetEntry target_types[] = { - { "text/calendar", 0, TARGET_TYPE_VCALENDAR }, - { "text/x-calendar", 0, TARGET_TYPE_VCALENDAR } + { (gchar *) "text/calendar", 0, TARGET_TYPE_VCALENDAR }, + { (gchar *) "text/x-calendar", 0, TARGET_TYPE_VCALENDAR } }; static guint n_target_types = G_N_ELEMENTS (target_types); diff --git a/calendar/gui/e-memo-table.h b/calendar/gui/e-memo-table.h index 421a15352f..f3b02e0c04 100644 --- a/calendar/gui/e-memo-table.h +++ b/calendar/gui/e-memo-table.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-memos.c b/calendar/gui/e-memos.c index 04efd14dd1..cbfc13eb87 100644 --- a/calendar/gui/e-memos.c +++ b/calendar/gui/e-memos.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-memos.h b/calendar/gui/e-memos.h index b97cc0ac68..7b484830fd 100644 --- a/calendar/gui/e-memos.h +++ b/calendar/gui/e-memos.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-mini-calendar-config.c b/calendar/gui/e-mini-calendar-config.c index dfafc86fe6..ccd9a2078d 100644 --- a/calendar/gui/e-mini-calendar-config.c +++ b/calendar/gui/e-mini-calendar-config.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-mini-calendar-config.h b/calendar/gui/e-mini-calendar-config.h index 621d682e9d..60c88a1b9c 100644 --- a/calendar/gui/e-mini-calendar-config.h +++ b/calendar/gui/e-mini-calendar-config.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-select-names-editable.c b/calendar/gui/e-select-names-editable.c index dea9dd469d..c177c5231b 100644 --- a/calendar/gui/e-select-names-editable.c +++ b/calendar/gui/e-select-names-editable.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -142,7 +142,7 @@ e_select_names_editable_get_emails (ESelectNamesEditable *esne) for (l = destinations; l != NULL; l = l->next) { destination = l->data; - if (e_destination_is_evolution_list (destination)) { + if (e_destination_is_evolution_list (destination)) { const GList *list_dests, *l; list_dests = e_destination_list_get_dests (destination); @@ -205,7 +205,7 @@ e_select_names_editable_get_names (ESelectNamesEditable *esne) return NULL; for (l = destinations; l != NULL; l = l->next) { - destination = l->data; + destination = l->data; if (e_destination_is_evolution_list (destination)) { const GList *list_dests, *l; @@ -217,7 +217,7 @@ e_select_names_editable_get_names (ESelectNamesEditable *esne) result = g_list_append (result, g_strdup (e_destination_get_name (destination))); } } - + g_list_free (destinations); return result; diff --git a/calendar/gui/e-select-names-editable.h b/calendar/gui/e-select-names-editable.h index da961237e7..58b0ce3290 100644 --- a/calendar/gui/e-select-names-editable.h +++ b/calendar/gui/e-select-names-editable.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-select-names-renderer.c b/calendar/gui/e-select-names-renderer.c index 357eba4c5b..f1aa1ec45d 100644 --- a/calendar/gui/e-select-names-renderer.c +++ b/calendar/gui/e-select-names-renderer.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -100,7 +100,7 @@ e_select_names_renderer_start_editing (GtkCellRenderer *cell, GdkEvent *event, G g_signal_connect (editable, "editing_done", G_CALLBACK (e_select_names_renderer_editing_done), sn_cell); - /* Removed focus-out-event. focus out event already listen by base class. + /* Removed focus-out-event. focus out event already listen by base class. We don't need to listen for the focus out event any more */ sn_cell->priv->editable = g_object_ref (editable); diff --git a/calendar/gui/e-select-names-renderer.h b/calendar/gui/e-select-names-renderer.h index 21deec2cb5..6a2c4be102 100644 --- a/calendar/gui/e-select-names-renderer.h +++ b/calendar/gui/e-select-names-renderer.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-task-list-selector.c b/calendar/gui/e-task-list-selector.c index 910ab3f33f..fa6bd328d9 100644 --- a/calendar/gui/e-task-list-selector.c +++ b/calendar/gui/e-task-list-selector.c @@ -38,8 +38,8 @@ enum { }; static GtkTargetEntry drag_types[] = { - { "text/calendar", 0, DND_TARGET_TYPE_CALENDAR_LIST }, - { "text/x-calendar", 0, DND_TARGET_TYPE_CALENDAR_LIST } + { (gchar *) "text/calendar", 0, DND_TARGET_TYPE_CALENDAR_LIST }, + { (gchar *) "text/x-calendar", 0, DND_TARGET_TYPE_CALENDAR_LIST } }; static gpointer parent_class; diff --git a/calendar/gui/e-tasks.c b/calendar/gui/e-tasks.c index a314bc67d3..e70e90a29f 100644 --- a/calendar/gui/e-tasks.c +++ b/calendar/gui/e-tasks.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-tasks.h b/calendar/gui/e-tasks.h index 85444392d1..578da81625 100644 --- a/calendar/gui/e-tasks.h +++ b/calendar/gui/e-tasks.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-timezone-entry.c b/calendar/gui/e-timezone-entry.c index 391079a084..2be6548757 100644 --- a/calendar/gui/e-timezone-entry.c +++ b/calendar/gui/e-timezone-entry.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-timezone-entry.h b/calendar/gui/e-timezone-entry.h index f4780f0712..6c63fb8444 100644 --- a/calendar/gui/e-timezone-entry.h +++ b/calendar/gui/e-timezone-entry.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-week-view-config.c b/calendar/gui/e-week-view-config.c index 28224fb1db..8a0c0de984 100644 --- a/calendar/gui/e-week-view-config.c +++ b/calendar/gui/e-week-view-config.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-week-view-config.h b/calendar/gui/e-week-view-config.h index 32f32b0d75..e86e0fa968 100644 --- a/calendar/gui/e-week-view-config.h +++ b/calendar/gui/e-week-view-config.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-week-view-event-item.c b/calendar/gui/e-week-view-event-item.c index dcb3dd96f5..458d8e7e3c 100644 --- a/calendar/gui/e-week-view-event-item.c +++ b/calendar/gui/e-week-view-event-item.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -636,7 +636,8 @@ e_week_view_draw_time (EWeekView *week_view, GdkGC *gc; gint hour_to_display, suffix_width; gint time_y_normal_font, time_y_small_font; - gchar buffer[128], *suffix; + const gchar *suffix; + gchar buffer[128]; PangoLayout *layout; PangoFontDescription *small_font_desc; diff --git a/calendar/gui/e-week-view-event-item.h b/calendar/gui/e-week-view-event-item.h index 1e56a5d8a5..69d041f046 100644 --- a/calendar/gui/e-week-view-event-item.h +++ b/calendar/gui/e-week-view-event-item.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-week-view-layout.c b/calendar/gui/e-week-view-layout.c index 6599a3f7db..37a2706f2a 100644 --- a/calendar/gui/e-week-view-layout.c +++ b/calendar/gui/e-week-view-layout.c @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Authors: * Damon Chaplin <damon@ximian.com> diff --git a/calendar/gui/e-week-view-layout.h b/calendar/gui/e-week-view-layout.h index d531435d11..0acd41d232 100644 --- a/calendar/gui/e-week-view-layout.h +++ b/calendar/gui/e-week-view-layout.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-week-view-main-item.c b/calendar/gui/e-week-view-main-item.c index 82dc43e944..c2095dc90b 100644 --- a/calendar/gui/e-week-view-main-item.c +++ b/calendar/gui/e-week-view-main-item.c @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Authors: * Damon Chaplin <damon@ximian.com> diff --git a/calendar/gui/e-week-view-main-item.h b/calendar/gui/e-week-view-main-item.h index 818ba87d0f..34bdfa2e1f 100644 --- a/calendar/gui/e-week-view-main-item.h +++ b/calendar/gui/e-week-view-main-item.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-week-view-titles-item.c b/calendar/gui/e-week-view-titles-item.c index d483473810..e23f2a675f 100644 --- a/calendar/gui/e-week-view-titles-item.c +++ b/calendar/gui/e-week-view-titles-item.c @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Authors: * Damon Chaplin <damon@ximian.com> diff --git a/calendar/gui/e-week-view-titles-item.h b/calendar/gui/e-week-view-titles-item.h index 89f33de6ef..0463c95cb0 100644 --- a/calendar/gui/e-week-view-titles-item.h +++ b/calendar/gui/e-week-view-titles-item.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c index 90ea61e901..f2082c5f11 100644 --- a/calendar/gui/e-week-view.c +++ b/calendar/gui/e-week-view.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -368,7 +368,7 @@ static void model_row_changed_cb (ETableModel *etm, int row, gpointer user_data) { EWeekView *week_view = E_WEEK_VIEW (user_data); - + if (!E_CALENDAR_VIEW (week_view)->in_focus) { return; } @@ -1932,7 +1932,7 @@ set_text_as_bold (EWeekViewEvent *event, EWeekViewEventSpan *span) for (l = attendees; l; l = l->next) { ECalComponentAttendee *attendee = l->data; - if ((g_str_equal (itip_strip_mailto (attendee->value), address)) + if ((g_str_equal (itip_strip_mailto (attendee->value), address)) || (attendee->sentby && g_str_equal (itip_strip_mailto (attendee->sentby), address))) { at = attendee; break; @@ -1943,7 +1943,7 @@ set_text_as_bold (EWeekViewEvent *event, EWeekViewEventSpan *span) g_object_unref (comp); /* The attendee has not yet accepted the meeting, display the summary as bolded. - If the attendee is not present, it might have come through a mailing list. + If the attendee is not present, it might have come through a mailing list. In that case, we never show the meeting as bold even if it is unaccepted. */ if (at && (at->status == ICAL_PARTSTAT_NEEDSACTION)) gnome_canvas_item_set (span->text_item, "bold", TRUE, NULL); @@ -3631,7 +3631,7 @@ e_week_view_on_editing_stopped (EWeekView *week_view, if (!recur_component_dialog (client, comp, &mod, NULL, FALSE)) { goto out; } - + if (mod == CALOBJ_MOD_ALL) comp_util_sanitize_recurrence_master (comp, client); @@ -3885,16 +3885,16 @@ e_month_view_do_cursor_key_up (EWeekView *week_view) /* no easy way to calculate new selection_start_day, therefore * calculate a time_t value and set_selected_time_range */ time_t current; - if (e_calendar_view_get_selected_time_range(&week_view->cal_view, ¤t, NULL)) { - current = time_add_week(current,-1); + if (e_calendar_view_get_selected_time_range(&week_view->cal_view, ¤t, NULL)) { + current = time_add_week(current,-1); e_week_view_scroll_a_step(week_view, E_CAL_VIEW_MOVE_PAGE_UP); - e_week_view_set_selected_time_range_visible(week_view,current,current); + e_week_view_set_selected_time_range_visible(week_view,current,current); } } else { week_view->selection_start_day -= 7; week_view->selection_end_day = week_view->selection_start_day; } - + g_signal_emit_by_name (week_view, "selected_time_changed"); gtk_widget_queue_draw (week_view->main_canvas); } @@ -3914,13 +3914,13 @@ e_month_view_do_cursor_key_down (EWeekView *week_view) if (e_calendar_view_get_selected_time_range(&week_view->cal_view, ¤t, NULL)) { current = time_add_week(current,1); e_week_view_scroll_a_step(week_view, E_CAL_VIEW_MOVE_PAGE_DOWN); - e_week_view_set_selected_time_range_visible(week_view,current,current); + e_week_view_set_selected_time_range_visible(week_view,current,current); } } else { week_view->selection_start_day += 7; week_view->selection_end_day = week_view->selection_start_day; } - + g_signal_emit_by_name (week_view, "selected_time_changed"); gtk_widget_queue_draw (week_view->main_canvas); } @@ -3936,15 +3936,15 @@ e_month_view_do_cursor_key_left (EWeekView *week_view) * calculate a time_t value and set_selected_time_range */ time_t current; if (e_calendar_view_get_selected_time_range(&week_view->cal_view, ¤t, NULL)) { - current = time_add_day(current,-1); + current = time_add_day(current,-1); e_week_view_scroll_a_step(week_view, E_CAL_VIEW_MOVE_PAGE_UP); - e_week_view_set_selected_time_range_visible(week_view,current,current); + e_week_view_set_selected_time_range_visible(week_view,current,current); } } else { week_view->selection_start_day--; week_view->selection_end_day = week_view->selection_start_day; } - + g_signal_emit_by_name (week_view, "selected_time_changed"); gtk_widget_queue_draw (week_view->main_canvas); } @@ -3964,13 +3964,13 @@ e_month_view_do_cursor_key_right (EWeekView *week_view) if (e_calendar_view_get_selected_time_range(&week_view->cal_view, ¤t, NULL)) { current = time_add_day(current,1); e_week_view_scroll_a_step(week_view, E_CAL_VIEW_MOVE_PAGE_DOWN); - e_week_view_set_selected_time_range_visible(week_view,current,current); + e_week_view_set_selected_time_range_visible(week_view,current,current); } } else { week_view->selection_start_day++; week_view->selection_end_day = week_view->selection_start_day; } - + g_signal_emit_by_name (week_view, "selected_time_changed"); gtk_widget_queue_draw (week_view->main_canvas); } @@ -4393,7 +4393,7 @@ void e_week_view_convert_time_to_display (EWeekView *week_view, gint hour, gint *display_hour, - gchar **suffix, + const gchar **suffix, gint *suffix_width) { /* Calculate the actual hour number to display. For 12-hour diff --git a/calendar/gui/e-week-view.h b/calendar/gui/e-week-view.h index 2458efcdd1..0936a1e6dc 100644 --- a/calendar/gui/e-week-view.h +++ b/calendar/gui/e-week-view.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -433,7 +433,7 @@ void e_week_view_show_popup_menu (EWeekView *week_view, void e_week_view_convert_time_to_display (EWeekView *week_view, gint hour, gint *display_hour, - gchar **suffix, + const gchar **suffix, gint *suffix_width); gint e_week_view_get_time_string_width (EWeekView *week_view); diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index 75a3764183..7e0043d12a 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -711,8 +711,8 @@ struct _date_query_msg { GnomeCalendar *gcal; }; -static void -update_query_async (struct _date_query_msg *msg) +static void +update_query_async (struct _date_query_msg *msg) { GnomeCalendar *gcal = msg->gcal; GnomeCalendarPrivate *priv; @@ -721,7 +721,7 @@ update_query_async (struct _date_query_msg *msg) GList *l; priv = gcal->priv; - + /* free the previous queries */ for (l = priv->dn_queries; l != NULL; l = l->next) { old_query = l->data; @@ -744,7 +744,7 @@ update_query_async (struct _date_query_msg *msg) g_slice_free (struct _date_query_msg, msg); return; /* No time range is set, so don't start a query */ } - + /* create queries for each loaded client */ for (l = priv->clients_list; l != NULL; l = l->next) { GError *error = NULL; @@ -754,7 +754,7 @@ update_query_async (struct _date_query_msg *msg) if (e_cal_get_load_state ((ECal *) l->data) != E_CAL_LOAD_LOADED) continue; -try_again: +try_again: old_query = NULL; if (!e_cal_get_query ((ECal *) l->data, real_sexp, &old_query, &error)) { /* If calendar is busy try again for 3 times. */ @@ -762,11 +762,11 @@ try_again: tries++; /*TODO chose an optimal value */ g_usleep (500); - + g_clear_error (&error); - goto try_again; - } - + goto try_again; + } + g_warning (G_STRLOC ": Could not create the query: %s ", error->message); g_clear_error (&error); @@ -798,7 +798,7 @@ try_again: /* Restarts a query for the date navigator in the calendar */ static void update_query (GnomeCalendar *gcal) -{ +{ struct _date_query_msg *msg; e_calendar_item_clear_marks (gcal->priv->date_navigator->calitem); @@ -1612,7 +1612,7 @@ gnome_calendar_destroy (GtkObject *object) priv->default_client = NULL; for (i = 0; i < GNOME_CAL_LAST_VIEW; i++) { - if (priv->configs[i]) + if (priv->configs[i]) g_object_unref (priv->configs[i]); priv->configs[i] = NULL; } @@ -2028,7 +2028,7 @@ display_view (GnomeCalendar *gcal, GnomeCalendarViewType view_type, gboolean gra continue; E_CALENDAR_VIEW (priv->views [i])->in_focus = FALSE; } - + if (grab_focus) focus_current_view (gcal); @@ -2080,7 +2080,7 @@ display_view_cb (GalViewInstance *view_instance, GalView *view, gpointer data) display_view (gcal, view_type, TRUE); - + if (!priv->base_view_time) update_view_times (gcal, time (NULL)); else @@ -2136,7 +2136,7 @@ add_mclient (ECalModel *model, ECal *client) message_push ((Message *) msg); } -static void +static void non_intrusive_error_remove(GtkWidget *w, void *data) { g_hash_table_remove(non_intrusive_error_table, data); @@ -2171,7 +2171,7 @@ add_mclient (ECalModel *model, ECal *client) message_push ((Message *) msg); } -static void +static void non_intrusive_error_remove(GtkWidget *w, void *data) { g_hash_table_remove(non_intrusive_error_table, data); @@ -2205,7 +2205,7 @@ client_cal_opened_cb (ECal *ecal, ECalendarStatus status, GnomeCalendar *gcal) return; case E_CALENDAR_STATUS_INVALID_SERVER_VERSION: id = g_strdup ("calendar:server-version"); - + if (g_hash_table_lookup(non_intrusive_error_table, id)) { /* We already have it */ g_message("Error occurred while existing dialog active:\n"); @@ -2307,7 +2307,7 @@ default_client_cal_opened_cb (ECal *ecal, ECalendarStatus status, GnomeCalendar g_hash_table_remove (priv->clients, e_source_peek_uid (source)); /* FIXME Is there a better way to handle this? */ - if (priv->default_client) + if (priv->default_client) g_object_unref (priv->default_client); priv->default_client = NULL; @@ -2377,7 +2377,7 @@ backend_error_cb (ECal *client, const char *message, gpointer data) g_hash_table_insert (non_intrusive_error_table, id, g_object_ref(dialog)); g_signal_connect(GTK_WIDGET (dialog), "destroy", G_CALLBACK(non_intrusive_error_remove), id); - + g_free (uristr); } @@ -2909,7 +2909,7 @@ gnome_calendar_on_date_navigator_selection_changed (ECalendarItem *calitem, Gnom /* Make the views display things properly */ update_view_times (gcal, new_time); set_view (gcal, view_type, TRUE); - + gnome_calendar_notify_dates_shown_changed (gcal); } diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h index 92fe2cba70..a483260d2c 100644 --- a/calendar/gui/gnome-cal.h +++ b/calendar/gui/gnome-cal.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -183,8 +183,6 @@ void gnome_calendar_edit_appointment (GnomeCalendar *gcal, const char* comp_uid, const char* comp_rid); -GtkWidget * gnome_calendar_get_tag (GnomeCalendar *gcal); - void gnome_calendar_emit_user_created_signal (gpointer instance, GnomeCalendar *gcal, ECal *calendar); G_END_DECLS diff --git a/calendar/gui/goto.c b/calendar/gui/goto.c index 3c0cfc7576..cb4bb12bfd 100644 --- a/calendar/gui/goto.c +++ b/calendar/gui/goto.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/goto.h b/calendar/gui/goto.h index c1f51632f8..3b774d2e89 100644 --- a/calendar/gui/goto.h +++ b/calendar/gui/goto.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c index c6aa0214ca..bf270de0af 100644 --- a/calendar/gui/itip-utils.c +++ b/calendar/gui/itip-utils.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -39,7 +39,7 @@ #include <composer/e-msg-composer.h> #include <camel/camel-mime-filter-tohtml.h> -static gchar *itip_methods[] = { +static const gchar *itip_methods[] = { "PUBLISH", "REQUEST", "REPLY", @@ -1370,7 +1370,7 @@ reply_to_calendar_comp (ECalComponentItipMethod method, GString *body; char *orig_from = NULL; - char *description = NULL; + const char *description = NULL; char *subject = NULL; const char *location = NULL; char *time = NULL; @@ -1387,7 +1387,7 @@ reply_to_calendar_comp (ECalComponentItipMethod method, if (text_list){ ECalComponentText text = *((ECalComponentText *)text_list->data); if (text.value) - description = (char *)text.value; + description = text.value; else description = ""; } else { diff --git a/calendar/gui/itip-utils.h b/calendar/gui/itip-utils.h index 9c8ffa1b60..8dce8266ab 100644 --- a/calendar/gui/itip-utils.h +++ b/calendar/gui/itip-utils.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/gui/memos-component.c b/calendar/gui/memos-component.c index 5e16d3118b..44bc1350d0 100644 --- a/calendar/gui/memos-component.c +++ b/calendar/gui/memos-component.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/memos-component.h b/calendar/gui/memos-component.h index 4841ef4c3e..f1ba3de204 100644 --- a/calendar/gui/memos-component.h +++ b/calendar/gui/memos-component.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/misc.c b/calendar/gui/misc.c index acae5d8e1e..ab657d8872 100644 --- a/calendar/gui/misc.c +++ b/calendar/gui/misc.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/misc.h b/calendar/gui/misc.h index 3e0fe04cb4..8c328652bb 100644 --- a/calendar/gui/misc.h +++ b/calendar/gui/misc.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/print.c b/calendar/gui/print.c index 52320eff25..2a5cda4090 100644 --- a/calendar/gui/print.c +++ b/calendar/gui/print.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -509,7 +509,7 @@ enum datefmt { DATE_YEAR = 1 << 3 }; -static char *days[] = { +static const gchar *days[] = { N_("1st"), N_("2nd"), N_("3rd"), N_("4th"), N_("5th"), N_("6th"), N_("7th"), N_("8th"), N_("9th"), N_("10th"), N_("11th"), N_("12th"), N_("13th"), N_("14th"), N_("15th"), @@ -592,8 +592,9 @@ print_month_small (GtkPrintContext *context, GnomeCalendar *gcal, time_t month, double cell_top, cell_bottom, cell_left, cell_right, text_right; /* Translators: These are workday abbreviations, e.g. Su=Sunday and Th=thursday */ - char *daynames[] = { N_("Su"), N_("Mo"), N_("Tu"), N_("We"), - N_("Th"), N_("Fr"), N_("Sa") }; + const gchar *daynames[] = + { N_("Su"), N_("Mo"), N_("Tu"), N_("We"), + N_("Th"), N_("Fr"), N_("Sa") }; cairo_t *cr; /* Print the title, e.g. 'June 2001', in the top 16% of the area. */ @@ -1062,22 +1063,23 @@ print_attendees (GtkPrintContext *context, PangoFontDescription *font, cairo_t * return top; } -static char * +static gchar * get_summary_with_location (icalcomponent *icalcomp) { const gchar *summary, *location; - char *text; + gchar *text; g_return_val_if_fail (icalcomp != NULL, NULL); summary = icalcomponent_get_summary (icalcomp); - text = summary ? (char*) summary : ""; + if (summary == NULL) + summary = ""; location = icalcomponent_get_location (icalcomp); if (location && *location) { - text = g_strdup_printf ("%s (%s)", text, location); + text = g_strdup_printf ("%s (%s)", summary, location); } else { - text = g_strdup (text); + text = g_strdup (summary); } return text; @@ -1631,7 +1633,8 @@ print_week_view_background (GtkPrintContext *context, struct tm tm; int day, day_x, day_y, day_h; double x1, x2, y1, y2, font_size, fillcolor; - char *format_string, buffer[128]; + const gchar *format_string; + gchar buffer[128]; cairo_t *cr; font_size = get_font_size (font); @@ -2278,7 +2281,11 @@ print_year_view (GtkPrintContext *context, GnomeCalendar *gcal, time_t date) #endif static void -write_label_piece (time_t t, char *buffer, int size, char *stext, char *etext) +write_label_piece (time_t t, + gchar *buffer, + gint size, + gchar *stext, + const gchar *etext) { icaltimezone *zone = calendar_config_get_icaltimezone (); struct tm *tmp_tm; diff --git a/calendar/gui/print.h b/calendar/gui/print.h index 35454f9224..39482b33f2 100644 --- a/calendar/gui/print.h +++ b/calendar/gui/print.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/tag-calendar.c b/calendar/gui/tag-calendar.c index 9000060183..b57a50d6ce 100644 --- a/calendar/gui/tag-calendar.c +++ b/calendar/gui/tag-calendar.c @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/tag-calendar.h b/calendar/gui/tag-calendar.h index 847aab12ea..e1d9fcf0b1 100644 --- a/calendar/gui/tag-calendar.h +++ b/calendar/gui/tag-calendar.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/tasks-component.c b/calendar/gui/tasks-component.c index cb7326e7d6..533e071a7c 100644 --- a/calendar/gui/tasks-component.c +++ b/calendar/gui/tasks-component.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -260,7 +260,7 @@ edit_task_list_cb (EPopup *ep, EPopupItem *pitem, void *data) calendar_setup_edit_task_list (GTK_WINDOW (gtk_widget_get_toplevel(ep->target->widget)), selected_source); } -static void +static void set_offline_availability (EPopup *ep, EPopupItem *pitem, void *data, const char *value) { TasksComponentView *component_view = data; @@ -276,27 +276,27 @@ set_offline_availability (EPopup *ep, EPopupItem *pitem, void *data, const char static void mark_no_offline_cb (EPopup *ep, EPopupItem *pitem, void *data) { - set_offline_availability (ep, pitem, data, "0"); + set_offline_availability (ep, pitem, data, "0"); } static void mark_offline_cb (EPopup *ep, EPopupItem *pitem, void *data) { - set_offline_availability (ep, pitem, data, "1"); + set_offline_availability (ep, pitem, data, "1"); } static EPopupItem etc_source_popups[] = { - { E_POPUP_ITEM, "10.new", N_("_New Task List"), new_task_list_cb, NULL, "stock_todo", 0, 0 }, - { E_POPUP_ITEM, "15.copy", N_("_Copy..."), copy_task_list_cb, NULL, "edit-copy", 0, E_CAL_POPUP_SOURCE_PRIMARY }, - { E_POPUP_ITEM, "18.rename", N_("_Rename..."), rename_task_list_cb, NULL, NULL, 0, E_CAL_POPUP_SOURCE_PRIMARY }, + { E_POPUP_ITEM, (gchar *) "10.new", (gchar *) N_("_New Task List"), new_task_list_cb, NULL, (gchar *) "stock_todo", 0, 0 }, + { E_POPUP_ITEM, (gchar *) "15.copy", (gchar *) N_("_Copy..."), copy_task_list_cb, NULL, (gchar *) "edit-copy", 0, E_CAL_POPUP_SOURCE_PRIMARY }, + { E_POPUP_ITEM, (gchar *) "18.rename", (gchar *) N_("_Rename..."), rename_task_list_cb, NULL, NULL, 0, E_CAL_POPUP_SOURCE_PRIMARY }, - { E_POPUP_BAR, "20.bar" }, - { E_POPUP_ITEM, "20.delete", N_("_Delete"), delete_task_list_cb, NULL, "edit-delete", 0, E_CAL_POPUP_SOURCE_USER|E_CAL_POPUP_SOURCE_PRIMARY }, - { E_POPUP_ITEM, "30.mark_tasks_offline", N_("_Make available for offline use"), mark_offline_cb, NULL, "stock_disconnect", E_CAL_POPUP_SOURCE_OFFLINE, E_CAL_POPUP_SOURCE_USER|E_CAL_POPUP_SOURCE_PRIMARY|E_CAL_POPUP_SOURCE_OFFLINE }, - { E_POPUP_ITEM, "40.mark_tasks_no_offline", N_("_Do not make available for offline use"), mark_no_offline_cb, NULL, "stock_connect", E_CAL_POPUP_SOURCE_NO_OFFLINE, E_CAL_POPUP_SOURCE_USER|E_CAL_POPUP_SOURCE_PRIMARY|E_CAL_POPUP_SOURCE_NO_OFFLINE }, + { E_POPUP_BAR, (gchar *) "20.bar" }, + { E_POPUP_ITEM, (gchar *) "20.delete", (gchar *) N_("_Delete"), delete_task_list_cb, NULL, (gchar *) "edit-delete", 0, E_CAL_POPUP_SOURCE_USER|E_CAL_POPUP_SOURCE_PRIMARY }, + { E_POPUP_ITEM, (gchar *) "30.mark_tasks_offline", (gchar *) N_("_Make available for offline use"), mark_offline_cb, NULL, (gchar *) "stock_disconnect", E_CAL_POPUP_SOURCE_OFFLINE, E_CAL_POPUP_SOURCE_USER|E_CAL_POPUP_SOURCE_PRIMARY|E_CAL_POPUP_SOURCE_OFFLINE }, + { E_POPUP_ITEM, (gchar *) "40.mark_tasks_no_offline", (gchar *) N_("_Do not make available for offline use"), mark_no_offline_cb, NULL, (gchar *) "stock_connect", E_CAL_POPUP_SOURCE_NO_OFFLINE, E_CAL_POPUP_SOURCE_USER|E_CAL_POPUP_SOURCE_PRIMARY|E_CAL_POPUP_SOURCE_NO_OFFLINE }, - { E_POPUP_BAR, "99.bar" }, - { E_POPUP_ITEM, "99.properties", N_("_Properties"), edit_task_list_cb, NULL, "document-properties", 0, E_CAL_POPUP_SOURCE_PRIMARY }, + { E_POPUP_BAR, (gchar *) "99.bar" }, + { E_POPUP_ITEM, (gchar *) "99.properties", (gchar *) N_("_Properties"), edit_task_list_cb, NULL, (gchar *) "document-properties", 0, E_CAL_POPUP_SOURCE_PRIMARY }, }; static void diff --git a/calendar/gui/tasks-component.h b/calendar/gui/tasks-component.h index fc96c5a2a8..aae49fc287 100644 --- a/calendar/gui/tasks-component.h +++ b/calendar/gui/tasks-component.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/tasks-control.c b/calendar/gui/tasks-control.c index 62a283f370..1be68ac35e 100644 --- a/calendar/gui/tasks-control.c +++ b/calendar/gui/tasks-control.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -71,7 +71,7 @@ static void tasks_control_forward_cmd (BonoboUIComponent *uic, const char *path); struct _tasks_sensitize_item { - char *command; + const gchar *command; guint32 enable; }; @@ -306,7 +306,7 @@ confirm_purge (ETasks *tasks) GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING, GTK_BUTTONS_YES_NO, - "%s", + "%s", _("This operation will permanently erase all tasks marked as completed. If you continue, you will not be able to recover these tasks.\n\nReally erase these tasks?")); gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_NO); diff --git a/calendar/gui/tasks-control.h b/calendar/gui/tasks-control.h index a41783fe9a..9dd3a3946d 100644 --- a/calendar/gui/tasks-control.h +++ b/calendar/gui/tasks-control.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/gui/weekday-picker.c b/calendar/gui/weekday-picker.c index 613e62c1ca..56a7386d4b 100644 --- a/calendar/gui/weekday-picker.c +++ b/calendar/gui/weekday-picker.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -70,8 +70,6 @@ enum { LAST_SIGNAL }; -static void weekday_picker_class_init (WeekdayPickerClass *class); -static void weekday_picker_init (WeekdayPicker *wp); static void weekday_picker_destroy (GtkObject *object); static void weekday_picker_realize (GtkWidget *widget); diff --git a/calendar/gui/weekday-picker.h b/calendar/gui/weekday-picker.h index c730ebbf4b..bd78201bd3 100644 --- a/calendar/gui/weekday-picker.h +++ b/calendar/gui/weekday-picker.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/importers/evolution-calendar-importer.h b/calendar/importers/evolution-calendar-importer.h index 9a3facc4d7..7874a809fd 100644 --- a/calendar/importers/evolution-calendar-importer.h +++ b/calendar/importers/evolution-calendar-importer.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/calendar/importers/icalendar-importer.c b/calendar/importers/icalendar-importer.c index 05e7a4ee04..a4e0fa7048 100644 --- a/calendar/importers/icalendar-importer.c +++ b/calendar/importers/icalendar-importer.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -283,13 +283,15 @@ ivcal_import_items(void *d) switch (ici->source_type) { case E_CAL_SOURCE_TYPE_EVENT: prepare_events (ici->icalcomp, NULL); - if (!update_objects (ici->client, ici->icalcomp)) + if (!update_objects (ici->client, ici->icalcomp)) { /* FIXME: e_error ... */; + } break; case E_CAL_SOURCE_TYPE_TODO: prepare_tasks (ici->icalcomp, NULL); - if (!update_objects (ici->client, ici->icalcomp)) + if (!update_objects (ici->client, ici->icalcomp)) { /* FIXME: e_error ... */; + } break; default: g_return_val_if_reached (FALSE); @@ -525,8 +527,8 @@ load_vcalendar_file (const char *filename) defaults.alarm_audio_url = g_filename_to_uri (default_alarm_filename, NULL, NULL); g_free (default_alarm_filename); - defaults.alarm_audio_fmttype = "audio/x-wav"; - defaults.alarm_description = (char*) _("Reminder!"); + defaults.alarm_audio_fmttype = (char *) "audio/x-wav"; + defaults.alarm_description = (char *) _("Reminder!"); if (g_file_get_contents (filename, &contents, NULL, NULL)) { VObject *vcal; diff --git a/calendar/module/e-cal-shell-backend.c b/calendar/module/e-cal-shell-backend.c index 9c38555f2d..675a3d4fa6 100644 --- a/calendar/module/e-cal-shell-backend.c +++ b/calendar/module/e-cal-shell-backend.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -264,7 +264,7 @@ cal_shell_backend_ensure_sources (EShellBackend *shell_backend) e_source_group_remove_source (contacts, source); trash = g_slist_delete_link (trash, trash); } - + } } else { ESourceGroup *source_group; diff --git a/calendar/module/e-cal-shell-backend.h b/calendar/module/e-cal-shell-backend.h index 434c87badb..497e200490 100644 --- a/calendar/module/e-cal-shell-backend.h +++ b/calendar/module/e-cal-shell-backend.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-cal-shell-content.c b/calendar/module/e-cal-shell-content.c index 7f750f5be5..6afb40dce7 100644 --- a/calendar/module/e-cal-shell-content.c +++ b/calendar/module/e-cal-shell-content.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-cal-shell-content.h b/calendar/module/e-cal-shell-content.h index 6b8617984c..44e13f733c 100644 --- a/calendar/module/e-cal-shell-content.h +++ b/calendar/module/e-cal-shell-content.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-cal-shell-migrate.c b/calendar/module/e-cal-shell-migrate.c index bdcca08ce2..5414f4a391 100644 --- a/calendar/module/e-cal-shell-migrate.c +++ b/calendar/module/e-cal-shell-migrate.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-cal-shell-migrate.h b/calendar/module/e-cal-shell-migrate.h index 44cbf68ee1..359ca5ea22 100644 --- a/calendar/module/e-cal-shell-migrate.h +++ b/calendar/module/e-cal-shell-migrate.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-cal-shell-settings.c b/calendar/module/e-cal-shell-settings.c index 639622fec1..03af4aeebc 100644 --- a/calendar/module/e-cal-shell-settings.c +++ b/calendar/module/e-cal-shell-settings.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-cal-shell-settings.h b/calendar/module/e-cal-shell-settings.h index 7382130f2d..de8b22888b 100644 --- a/calendar/module/e-cal-shell-settings.h +++ b/calendar/module/e-cal-shell-settings.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-cal-shell-sidebar.c b/calendar/module/e-cal-shell-sidebar.c index 2646836e3e..dc7df596d6 100644 --- a/calendar/module/e-cal-shell-sidebar.c +++ b/calendar/module/e-cal-shell-sidebar.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-cal-shell-sidebar.h b/calendar/module/e-cal-shell-sidebar.h index d4e881a1c2..c555537abf 100644 --- a/calendar/module/e-cal-shell-sidebar.h +++ b/calendar/module/e-cal-shell-sidebar.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-cal-shell-view-actions.c b/calendar/module/e-cal-shell-view-actions.c index 53898ffe12..a5d0dd826b 100644 --- a/calendar/module/e-cal-shell-view-actions.c +++ b/calendar/module/e-cal-shell-view-actions.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -121,7 +121,7 @@ static void action_calendar_go_back_cb (GtkAction *action, ECalShellView *cal_shell_view) { -#if 0 +#if 0 ECalShellContent *cal_shell_content; GnomeCalendar *calendar; diff --git a/calendar/module/e-cal-shell-view-actions.h b/calendar/module/e-cal-shell-view-actions.h index 1ad6aa7d51..b02906f179 100644 --- a/calendar/module/e-cal-shell-view-actions.h +++ b/calendar/module/e-cal-shell-view-actions.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-cal-shell-view-memopad.c b/calendar/module/e-cal-shell-view-memopad.c index d9adf23098..ecee72d8b5 100644 --- a/calendar/module/e-cal-shell-view-memopad.c +++ b/calendar/module/e-cal-shell-view-memopad.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-cal-shell-view-private.c b/calendar/module/e-cal-shell-view-private.c index aa7b6e336e..f681a2c2f3 100644 --- a/calendar/module/e-cal-shell-view-private.c +++ b/calendar/module/e-cal-shell-view-private.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -73,7 +73,7 @@ cal_shell_view_mini_calendar_date_range_changed_cb (ECalShellView *cal_shell_vie { /* FIXME gnome-calendar.c calls update_query() here. */ } - + static void cal_shell_view_mini_calendar_selection_changed_cb (ECalShellView *cal_shell_view, ECalendarItem *calitem) diff --git a/calendar/module/e-cal-shell-view-private.h b/calendar/module/e-cal-shell-view-private.h index 16a06ccd9b..8308e0bf7f 100644 --- a/calendar/module/e-cal-shell-view-private.h +++ b/calendar/module/e-cal-shell-view-private.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-cal-shell-view-taskpad.c b/calendar/module/e-cal-shell-view-taskpad.c index 6d00eb542b..bdd136b6f7 100644 --- a/calendar/module/e-cal-shell-view-taskpad.c +++ b/calendar/module/e-cal-shell-view-taskpad.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-cal-shell-view.c b/calendar/module/e-cal-shell-view.c index 593b955418..5bf1c749a1 100644 --- a/calendar/module/e-cal-shell-view.c +++ b/calendar/module/e-cal-shell-view.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-cal-shell-view.h b/calendar/module/e-cal-shell-view.h index 42fddec55a..67fa15220c 100644 --- a/calendar/module/e-cal-shell-view.h +++ b/calendar/module/e-cal-shell-view.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-memo-shell-backend.c b/calendar/module/e-memo-shell-backend.c index f910bcf798..d2734e066a 100644 --- a/calendar/module/e-memo-shell-backend.c +++ b/calendar/module/e-memo-shell-backend.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-memo-shell-backend.h b/calendar/module/e-memo-shell-backend.h index 0ffc222121..37fe41a784 100644 --- a/calendar/module/e-memo-shell-backend.h +++ b/calendar/module/e-memo-shell-backend.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-memo-shell-content.c b/calendar/module/e-memo-shell-content.c index 4e06448489..ce020158ae 100644 --- a/calendar/module/e-memo-shell-content.c +++ b/calendar/module/e-memo-shell-content.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -69,8 +69,8 @@ enum { }; static GtkTargetEntry drag_types[] = { - { "text/calendar", 0, TARGET_VCALENDAR }, - { "text/x-calendar", 0, TARGET_VCALENDAR } + { (gchar *) "text/calendar", 0, TARGET_VCALENDAR }, + { (gchar *) "text/x-calendar", 0, TARGET_VCALENDAR } }; static gpointer parent_class; diff --git a/calendar/module/e-memo-shell-content.h b/calendar/module/e-memo-shell-content.h index ace932c0d7..84c22d6ce4 100644 --- a/calendar/module/e-memo-shell-content.h +++ b/calendar/module/e-memo-shell-content.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-memo-shell-migrate.c b/calendar/module/e-memo-shell-migrate.c index 763d366eab..de40a7e702 100644 --- a/calendar/module/e-memo-shell-migrate.c +++ b/calendar/module/e-memo-shell-migrate.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-memo-shell-migrate.h b/calendar/module/e-memo-shell-migrate.h index 26139edeb8..ba163c6950 100644 --- a/calendar/module/e-memo-shell-migrate.h +++ b/calendar/module/e-memo-shell-migrate.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-memo-shell-sidebar.c b/calendar/module/e-memo-shell-sidebar.c index 5d5c6a7922..ca5d05c40b 100644 --- a/calendar/module/e-memo-shell-sidebar.c +++ b/calendar/module/e-memo-shell-sidebar.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-memo-shell-sidebar.h b/calendar/module/e-memo-shell-sidebar.h index 9a30b91e15..665c8f218a 100644 --- a/calendar/module/e-memo-shell-sidebar.h +++ b/calendar/module/e-memo-shell-sidebar.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-memo-shell-view-actions.c b/calendar/module/e-memo-shell-view-actions.c index 30dfde6f0e..ab0b9f0fe3 100644 --- a/calendar/module/e-memo-shell-view-actions.c +++ b/calendar/module/e-memo-shell-view-actions.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-memo-shell-view-actions.h b/calendar/module/e-memo-shell-view-actions.h index 97fd9a6c2b..d6fd3ca514 100644 --- a/calendar/module/e-memo-shell-view-actions.h +++ b/calendar/module/e-memo-shell-view-actions.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-memo-shell-view-private.c b/calendar/module/e-memo-shell-view-private.c index dbb474a7a2..69d6c0afe2 100644 --- a/calendar/module/e-memo-shell-view-private.c +++ b/calendar/module/e-memo-shell-view-private.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-memo-shell-view-private.h b/calendar/module/e-memo-shell-view-private.h index 04857efe69..c41eaed7c0 100644 --- a/calendar/module/e-memo-shell-view-private.h +++ b/calendar/module/e-memo-shell-view-private.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-memo-shell-view.c b/calendar/module/e-memo-shell-view.c index 22c4472219..e2964b061c 100644 --- a/calendar/module/e-memo-shell-view.c +++ b/calendar/module/e-memo-shell-view.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-memo-shell-view.h b/calendar/module/e-memo-shell-view.h index 0cbaa7b4f3..686ae734c9 100644 --- a/calendar/module/e-memo-shell-view.h +++ b/calendar/module/e-memo-shell-view.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-task-shell-backend.c b/calendar/module/e-task-shell-backend.c index 9e35b47871..6bded3e412 100644 --- a/calendar/module/e-task-shell-backend.c +++ b/calendar/module/e-task-shell-backend.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-task-shell-backend.h b/calendar/module/e-task-shell-backend.h index edb56f2986..63b157ad85 100644 --- a/calendar/module/e-task-shell-backend.h +++ b/calendar/module/e-task-shell-backend.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-task-shell-content.c b/calendar/module/e-task-shell-content.c index 280bc7cf18..0177c6c3c3 100644 --- a/calendar/module/e-task-shell-content.c +++ b/calendar/module/e-task-shell-content.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -70,8 +70,8 @@ enum { }; static GtkTargetEntry drag_types[] = { - { "text/calendar", 0, TARGET_VCALENDAR }, - { "text/x-calendar", 0, TARGET_VCALENDAR } + { (gchar *) "text/calendar", 0, TARGET_VCALENDAR }, + { (gchar *) "text/x-calendar", 0, TARGET_VCALENDAR } }; static gpointer parent_class; diff --git a/calendar/module/e-task-shell-content.h b/calendar/module/e-task-shell-content.h index e749d61143..7e0b2128a7 100644 --- a/calendar/module/e-task-shell-content.h +++ b/calendar/module/e-task-shell-content.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -63,7 +63,7 @@ enum { E_TASK_SHELL_CONTENT_SELECTION_CAN_EDIT = 1 << 3, E_TASK_SHELL_CONTENT_SELECTION_HAS_COMPLETE = 1 << 4, E_TASK_SHELL_CONTENT_SELECTION_HAS_INCOMPLETE = 1 << 5, - E_TASK_SHELL_CONTENT_SELECTION_HAS_URL = 1 << 6 + E_TASK_SHELL_CONTENT_SELECTION_HAS_URL = 1 << 6 }; struct _ETaskShellContent { diff --git a/calendar/module/e-task-shell-migrate.c b/calendar/module/e-task-shell-migrate.c index 76e53f765c..9653fb95ea 100644 --- a/calendar/module/e-task-shell-migrate.c +++ b/calendar/module/e-task-shell-migrate.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-task-shell-migrate.h b/calendar/module/e-task-shell-migrate.h index 6853dd818c..4cb91c9f4a 100644 --- a/calendar/module/e-task-shell-migrate.h +++ b/calendar/module/e-task-shell-migrate.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-task-shell-sidebar.c b/calendar/module/e-task-shell-sidebar.c index f23a2be7b2..827a0a037e 100644 --- a/calendar/module/e-task-shell-sidebar.c +++ b/calendar/module/e-task-shell-sidebar.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -433,7 +433,7 @@ task_shell_sidebar_check_state (EShellSidebar *shell_sidebar) ETaskShellSidebar *task_shell_sidebar; ESourceSelector *selector; ESource *source; - gboolean is_system = FALSE; + gboolean is_system = FALSE; guint32 state = 0; task_shell_sidebar = E_TASK_SHELL_SIDEBAR (shell_sidebar); diff --git a/calendar/module/e-task-shell-sidebar.h b/calendar/module/e-task-shell-sidebar.h index a6d7241105..5d4c74fe11 100644 --- a/calendar/module/e-task-shell-sidebar.h +++ b/calendar/module/e-task-shell-sidebar.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-task-shell-view-actions.c b/calendar/module/e-task-shell-view-actions.c index 5de630e7d0..4645ac0e56 100644 --- a/calendar/module/e-task-shell-view-actions.c +++ b/calendar/module/e-task-shell-view-actions.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -461,7 +461,7 @@ action_task_new_cb (GtkAction *action, gtk_window_present (GTK_WINDOW (editor)); - g_object_unref (comp); + g_object_unref (comp); g_object_unref (client); } diff --git a/calendar/module/e-task-shell-view-actions.h b/calendar/module/e-task-shell-view-actions.h index 163a6400cd..d7db39bcc9 100644 --- a/calendar/module/e-task-shell-view-actions.h +++ b/calendar/module/e-task-shell-view-actions.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-task-shell-view-private.c b/calendar/module/e-task-shell-view-private.c index 58bda3d9bb..d6fd8e35aa 100644 --- a/calendar/module/e-task-shell-view-private.c +++ b/calendar/module/e-task-shell-view-private.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-task-shell-view-private.h b/calendar/module/e-task-shell-view-private.h index c613e9e9fe..d3bb3cf086 100644 --- a/calendar/module/e-task-shell-view-private.h +++ b/calendar/module/e-task-shell-view-private.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-task-shell-view.c b/calendar/module/e-task-shell-view.c index d2f7899ce6..ce1b53a43c 100644 --- a/calendar/module/e-task-shell-view.c +++ b/calendar/module/e-task-shell-view.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/e-task-shell-view.h b/calendar/module/e-task-shell-view.h index 8dca041e19..8478e53cc2 100644 --- a/calendar/module/e-task-shell-view.h +++ b/calendar/module/e-task-shell-view.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/module/evolution-module-calendar.c b/calendar/module/evolution-module-calendar.c index e89005fde6..63bf98ead9 100644 --- a/calendar/module/evolution-module-calendar.c +++ b/calendar/module/evolution-module-calendar.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/calendar/zones.h b/calendar/zones.h index ad485eb993..4489960698 100644 --- a/calendar/zones.h +++ b/calendar/zones.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/composer/Makefile.am b/composer/Makefile.am index 3ba27e871e..12ad680bcf 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -50,7 +50,6 @@ libcomposer_la_SOURCES = \ e-composer-text-header.c \ e-msg-composer.c - libcomposer_la_LIBADD = \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/em-format/libemformat.la diff --git a/composer/e-composer-actions.c b/composer/e-composer-actions.c index 6638cf7aef..1ef7e610ad 100644 --- a/composer/e-composer-actions.c +++ b/composer/e-composer-actions.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ diff --git a/composer/e-composer-actions.h b/composer/e-composer-actions.h index da3e470d81..5d49cde158 100644 --- a/composer/e-composer-actions.h +++ b/composer/e-composer-actions.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ diff --git a/composer/e-composer-autosave.c b/composer/e-composer-autosave.c index 842deae9c9..5da5842d8c 100644 --- a/composer/e-composer-autosave.c +++ b/composer/e-composer-autosave.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ diff --git a/composer/e-composer-autosave.h b/composer/e-composer-autosave.h index 7c97338019..fe03b7b0bc 100644 --- a/composer/e-composer-autosave.h +++ b/composer/e-composer-autosave.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ diff --git a/composer/e-composer-common.h b/composer/e-composer-common.h index 832b38001f..28affba2ad 100644 --- a/composer/e-composer-common.h +++ b/composer/e-composer-common.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/composer/e-composer-from-header.c b/composer/e-composer-from-header.c index 68b6c0c14a..4dadfa7ac7 100644 --- a/composer/e-composer-from-header.c +++ b/composer/e-composer-from-header.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/composer/e-composer-from-header.h b/composer/e-composer-from-header.h index f8c6dc6f18..d2603bd664 100644 --- a/composer/e-composer-from-header.h +++ b/composer/e-composer-from-header.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/composer/e-composer-header-table.c b/composer/e-composer-header-table.c index df96d763ba..d883d8ecb2 100644 --- a/composer/e-composer-header-table.c +++ b/composer/e-composer-header-table.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ @@ -70,7 +70,7 @@ struct _EComposerHeaderTablePrivate { GtkWidget *signature_label; GtkWidget *signature_combo_box; ENameSelector *name_selector; - GtkHBox *actions_container; + GtkHBox *actions_container; }; static gpointer parent_class; @@ -514,7 +514,6 @@ composer_header_table_constructor (GType type, if (composer_lite) gtk_widget_show_all ((GtkWidget *)priv->actions_container); - ii = E_COMPOSER_HEADER_FROM; /* Leave room in the "From" row for signature stuff. */ @@ -548,7 +547,7 @@ composer_header_table_constructor (GType type, priv->headers[ii]->input_widget, "right-attach", 2, NULL); - gtk_table_attach (GTK_TABLE (object), (GtkWidget *)priv->actions_container, 2, 4, E_COMPOSER_HEADER_TO, + gtk_table_attach (GTK_TABLE (object), (GtkWidget *)priv->actions_container, 2, 4, E_COMPOSER_HEADER_TO, E_COMPOSER_HEADER_TO + 1, GTK_FILL, 0, 0, 3); } @@ -937,17 +936,20 @@ composer_header_table_init (EComposerHeaderTable *table) composer_header_table_bind_header ("reply-to", "changed", header); table->priv->headers[E_COMPOSER_HEADER_REPLY_TO] = header; - header = e_composer_name_header_new_with_label (_("_To:"), name_selector); + header = e_composer_name_header_new_with_label ( + _("_To:"), name_selector); e_composer_header_set_input_tooltip (header, HEADER_TOOLTIP_TO); composer_header_table_bind_header ("destinations-to", "changed", header); table->priv->headers[E_COMPOSER_HEADER_TO] = header; - header = e_composer_name_header_new_with_action (_("_Cc:"), _("Show CC"), name_selector); + header = e_composer_name_header_new_with_action ( + _("_Cc:"), _("Show CC"), name_selector); e_composer_header_set_input_tooltip (header, HEADER_TOOLTIP_CC); composer_header_table_bind_header ("destinations-cc", "changed", header); table->priv->headers[E_COMPOSER_HEADER_CC] = header; - header = e_composer_name_header_new_with_action (_("_Bcc:"), _("Show BCC"), name_selector); + header = e_composer_name_header_new_with_action ( + _("_Bcc:"), _("Show BCC"), name_selector); e_composer_header_set_input_tooltip (header, HEADER_TOOLTIP_BCC); composer_header_table_bind_header ("destinations-bcc", "changed", header); table->priv->headers[E_COMPOSER_HEADER_BCC] = header; @@ -1025,7 +1027,6 @@ e_composer_header_table_get_header (EComposerHeaderTable *table, { g_return_val_if_fail (E_IS_COMPOSER_HEADER_TABLE (table), NULL); g_return_val_if_fail (type < E_COMPOSER_NUM_HEADERS, NULL); - g_return_val_if_fail (type >= 0, NULL); return table->priv->headers[type]; } diff --git a/composer/e-composer-header-table.h b/composer/e-composer-header-table.h index 817863031c..91ad56da46 100644 --- a/composer/e-composer-header-table.h +++ b/composer/e-composer-header-table.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ diff --git a/composer/e-composer-header.c b/composer/e-composer-header.c index 8bd75f8a3c..63894f43c1 100644 --- a/composer/e-composer-header.c +++ b/composer/e-composer-header.c @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -71,12 +71,6 @@ composer_header_addaction_clicked_cb (GtkButton *button, e_composer_header_set_visible (header, TRUE); } -static void -link_clicked_cb (GtkLinkButton *button, const gchar *link_, gpointer user_data) -{ - return; -} - static GObject * composer_header_constructor (GType type, guint n_construct_properties, diff --git a/composer/e-composer-header.h b/composer/e-composer-header.h index 439b6c097f..c136e996a9 100644 --- a/composer/e-composer-header.h +++ b/composer/e-composer-header.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ @@ -69,7 +69,7 @@ void e_composer_header_set_sensitive (EComposerHeader *header, gboolean e_composer_header_get_visible (EComposerHeader *header); void e_composer_header_set_visible (EComposerHeader *header, gboolean visible); -void e_composer_header_set_property (GObject *object, guint property_id, +void e_composer_header_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec); void e_composer_header_set_title_tooltip (EComposerHeader *header, diff --git a/composer/e-composer-name-header.c b/composer/e-composer-name-header.c index 1f9fc9fe8d..7184bbec89 100644 --- a/composer/e-composer-name-header.c +++ b/composer/e-composer-name-header.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -268,28 +268,26 @@ e_composer_name_header_new (const gchar *label, EComposerHeader * e_composer_name_header_new_with_label (const gchar *label, - ENameSelector *name_selector) + ENameSelector *name_selector) { return g_object_new ( E_TYPE_COMPOSER_NAME_HEADER, "label", label, - "button", FALSE, "name-selector", name_selector, - "addaction", FALSE, "visible", TRUE, - NULL); + "button", TRUE, "name-selector", name_selector, + "addaction", FALSE, "visible", TRUE, NULL); } EComposerHeader * e_composer_name_header_new_with_action (const gchar *label, - const gchar *action_label, - ENameSelector *name_selector) + const gchar *action_label, + ENameSelector *name_selector) { g_return_val_if_fail (E_IS_NAME_SELECTOR (name_selector), NULL); return g_object_new ( E_TYPE_COMPOSER_NAME_HEADER, "label", label, - "button", FALSE, "name-selector", name_selector, + "button", TRUE, "name-selector", name_selector, "addaction_text", action_label, - "addaction", action_label != NULL, - NULL); + "addaction", action_label != NULL, NULL); } ENameSelector * diff --git a/composer/e-composer-name-header.h b/composer/e-composer-name-header.h index af38666d59..100d6c8980 100644 --- a/composer/e-composer-name-header.h +++ b/composer/e-composer-name-header.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ diff --git a/composer/e-composer-post-header.c b/composer/e-composer-post-header.c index 88d20d5f58..cb297fe375 100644 --- a/composer/e-composer-post-header.c +++ b/composer/e-composer-post-header.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/composer/e-composer-post-header.h b/composer/e-composer-post-header.h index 92b582600b..c38bfe2d17 100644 --- a/composer/e-composer-post-header.h +++ b/composer/e-composer-post-header.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/composer/e-composer-private.c b/composer/e-composer-private.c index fffd18ac70..d4ec9ddc69 100644 --- a/composer/e-composer-private.c +++ b/composer/e-composer-private.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ @@ -103,7 +103,7 @@ e_composer_private_init (EMsgComposer *composer) widget = gtkhtml_editor_get_managed_widget (editor, "/main-menu"); gtk_widget_hide (widget); widget = gtkhtml_editor_get_managed_widget (editor, "/main-toolbar"); - gtk_toolbar_set_style ((GtkToolbar *)widget, GTK_TOOLBAR_BOTH_HORIZ); + gtk_toolbar_set_style (GTK_TOOLBAR (widget), GTK_TOOLBAR_BOTH_HORIZ); gtk_widget_hide (widget); } @@ -161,7 +161,6 @@ e_composer_private_init (EMsgComposer *composer) gtk_container_remove((GtkContainer *)send_widget, gtk_bin_get_child ((GtkBin *)send_widget)); gtk_container_add((GtkContainer *)send_widget, tmp); gtk_button_set_relief ((GtkButton *)send_widget, GTK_RELIEF_NORMAL); - path = "/main-toolbar/pre-main-toolbar/save-draft"; send_widget = gtk_ui_manager_get_widget (ui_manager, path); tmp = gtk_hbox_new (FALSE, 0); @@ -187,7 +186,7 @@ e_composer_private_init (EMsgComposer *composer) gtk_box_pack_start ((GtkBox *)tmp, tmp1, FALSE, FALSE, 0); tmp1 = gtk_label_new_with_mnemonic (_("Add attachment")); gtk_box_pack_start ((GtkBox *)tmp, tmp1, FALSE, FALSE, 3); - gtk_widget_show_all(tmp); + gtk_widget_show_all(tmp); gtk_widget_reparent (send_widget, tmp_box); gtk_box_set_child_packing ((GtkBox *)tmp_box, send_widget, FALSE, FALSE, 6, GTK_PACK_START); gtk_tool_item_set_is_important (GTK_TOOL_ITEM (send_widget), TRUE); @@ -212,7 +211,7 @@ e_composer_private_init (EMsgComposer *composer) /* Construct the header table. */ container = editor->vbox; - + widget = e_composer_header_table_new (); gtk_container_set_border_width (GTK_CONTAINER (widget), 6); gtk_box_pack_start (GTK_BOX (editor->vbox), widget, FALSE, FALSE, 0); diff --git a/composer/e-composer-private.h b/composer/e-composer-private.h index aec4e915c1..82019b44ad 100644 --- a/composer/e-composer-private.h +++ b/composer/e-composer-private.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ diff --git a/composer/e-composer-text-header.c b/composer/e-composer-text-header.c index e676ef941c..e765237a2d 100644 --- a/composer/e-composer-text-header.c +++ b/composer/e-composer-text-header.c @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ @@ -122,7 +122,7 @@ e_composer_text_header_new_button (const gchar *label, const gchar *action_label { return g_object_new ( E_TYPE_COMPOSER_TEXT_HEADER, "label", label, - "button", TRUE, "addaction", action_label != NULL, + "button", TRUE, "addaction", action_label != NULL, "addaction_text", action_label, "visible", action_label == NULL, NULL); } diff --git a/composer/e-composer-text-header.h b/composer/e-composer-text-header.h index 79e972d3c6..74fb86f9b0 100644 --- a/composer/e-composer-text-header.h +++ b/composer/e-composer-text-header.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index 2589786f48..98f2c31f86 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -2856,13 +2856,13 @@ e_msg_composer_new_with_message (CamelMimeMessage *message) /* Remove any other X-Evolution-* headers that may have been set */ xev = emcu_remove_xevolution_headers (message); camel_header_raw_clear (&xev); - + /* Check for receipt request */ if (camel_medium_get_header (CAMEL_MEDIUM (message), "Disposition-Notification-To")) { action = GTK_TOGGLE_ACTION (ACTION (REQUEST_READ_RECEIPT)); gtk_toggle_action_set_active (action, TRUE); } - + /* Check for mail priority */ if (camel_medium_get_header (CAMEL_MEDIUM (message), "X-Priority")) { action = GTK_TOGGLE_ACTION (ACTION (PRIORITIZE_MESSAGE)); @@ -3873,7 +3873,7 @@ e_msg_composer_request_close_all (void) /* Try to autosave before closing. If it fails for * some reason, the CLOSE action will still detect - * unsaved changes and prompt the user. + * unsaved changes and prompt the user. * * FIXME If it /does/ prompt the user, the Cancel * button will act the same as Discard Changes, @@ -4051,7 +4051,7 @@ e_load_spell_languages (void) const GtkhtmlSpellLanguage *language; language = gtkhtml_spell_language_lookup (NULL); - + if (language) { spell_languages = g_list_prepend ( spell_languages, (gpointer) language); diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h index 7e5e8f6cf4..1a8f4676e7 100644 --- a/composer/e-msg-composer.h +++ b/composer/e-msg-composer.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/configure.ac b/configure.ac index b912c950b8..6a4826cd49 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) m4_define([evo_major_version], [2]) m4_define([evo_minor_version], [27]) -m4_define([evo_micro_version], [2]) +m4_define([evo_micro_version], [3]) m4_define([evo_version], [evo_major_version.evo_minor_version.evo_micro_version]) m4_define([evo_stable_version], @@ -46,6 +46,33 @@ m4_define([libnotify_minimum_version], [0.3.0]) m4_define([gnome_pilot_minimum_version], [2.0.15]) m4_define([gweather_minimum_version], [2.25.3]) +# Compiler Warning Flags + +AS_COMPILER_FLAGS(WARNING_FLAGS, + "-DG_DISABLE_DEPRECATED + -DPANGO_DISABLE_DEPRECATED + -DGDK_PIXBUF_DISABLE_DEPRECATED + -DGDK_DISABLE_DEPRECATED + -Wall -Wextra + -Wno-missing-field-initializers + -Wno-sign-compare + -Wno-unused-parameter + -Wdeclaration-after-statement + -Werror-implicit-function-declaration + -Wformat-nonliteral -Wformat-security -Winit-self + -Wmissing-declarations -Wmissing-include-dirs + -Wmissing-noreturn -Wnested-externs -Wpointer-arith + -Wredundant-decls -Wundef -Wwrite-strings") +AC_SUBST(WARNING_FLAGS) + +# Other useful compiler warnings for test builds only. +# These may produce warnings we have no control over. +# +# -Wmissing-format-attribute +# -Wshadow + +CFLAGS="$CFLAGS $WARNING_FLAGS" + # GNOME Documentation GNOME_DOC_INIT GTK_DOC_CHECK(1.10) @@ -1388,21 +1415,6 @@ dnl We use AC_SUBST_FILE because AC_SUBST won't deal with newlines EVO_MARSHAL_RULE=$srcdir/marshal.mk AC_SUBST_FILE(EVO_MARSHAL_RULE) -dnl ************************* -dnl CFLAGS and LIBS and stuff -dnl ************************* - -GNOME_COMPILE_WARNINGS(yes) -CFLAGS="$CFLAGS $WARN_CFLAGS" -case $CFLAGS in -*-Wall*) - # Turn off the annoying "comparison between signed and unsigned" - # warning in gcc 3.3 - CFLAGS="$CFLAGS -Wno-sign-compare" - ;; -esac - - dnl ************************** dnl Check for X libs and -lX11 dnl ************************** diff --git a/devel-docs/camel/Makefile.am b/devel-docs/camel/Makefile.am index 806a6b4be5..0dffd9bb34 100644 --- a/devel-docs/camel/Makefile.am +++ b/devel-docs/camel/Makefile.am @@ -7,7 +7,7 @@ DOC_MODULE=camel DOC_MAIN_SGML_FILE=camel-docs.sgml # The directory containing the source code (if it contains documentation). -DOC_SOURCE_DIR=$(top_srcdir)/camel +DOC_SOURCE_DIR= CFLAGS=`gtk-config --cflags gtk` LDFLAGS="-lcamel `gtk-config --libs gtk` " diff --git a/e-util/e-account-utils.c b/e-util/e-account-utils.c index d98a378b48..5fdffd8be2 100644 --- a/e-util/e-account-utils.c +++ b/e-util/e-account-utils.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ diff --git a/e-util/e-account-utils.h b/e-util/e-account-utils.h index 24262349d2..f2ae8fc5dc 100644 --- a/e-util/e-account-utils.h +++ b/e-util/e-account-utils.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ diff --git a/e-util/e-bconf-map.c b/e-util/e-bconf-map.c index 7d874b896b..9f97a441db 100644 --- a/e-util/e-bconf-map.c +++ b/e-util/e-bconf-map.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-bconf-map.h b/e-util/e-bconf-map.h index 1d72119c8c..8c6ea6deec 100644 --- a/e-util/e-bconf-map.h +++ b/e-util/e-bconf-map.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -45,9 +45,9 @@ enum { }; typedef struct _e_bconf_map { - char *from; - char *to; - int type; + const gchar *from; + const gchar *to; + gint type; struct _e_bconf_map *child; } e_bconf_map_t; @@ -83,13 +83,13 @@ enum { }; typedef struct { - char *from; - char *to; - int type; + const gchar *from; + const gchar *to; + gint type; } e_gconf_map_t; typedef struct { - char *root; + const gchar *root; e_gconf_map_t *map; } e_gconf_map_list_t; diff --git a/e-util/e-binding.c b/e-util/e-binding.c index 6a29166cc1..9d4e83fc3f 100644 --- a/e-util/e-binding.c +++ b/e-util/e-binding.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/e-util/e-binding.h b/e-util/e-binding.h index 676093bfad..12f4db8505 100644 --- a/e-util/e-binding.h +++ b/e-util/e-binding.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/e-util/e-bit-array.c b/e-util/e-bit-array.c index fdd3d3fe01..e2cf15af43 100644 --- a/e-util/e-bit-array.c +++ b/e-util/e-bit-array.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-bit-array.h b/e-util/e-bit-array.h index ea8ed89797..34c8016094 100644 --- a/e-util/e-bit-array.h +++ b/e-util/e-bit-array.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -66,7 +66,7 @@ void e_bit_array_clear (EBitArray *selection); gint e_bit_array_selected_count (EBitArray *selection); void e_bit_array_select_all (EBitArray *selection); void e_bit_array_invert_selection (EBitArray *selection); -int e_bit_array_bit_count (EBitArray *selection); +gint e_bit_array_bit_count (EBitArray *selection); void e_bit_array_change_one_row (EBitArray *selection, int row, gboolean grow); @@ -91,7 +91,6 @@ void e_bit_array_delete_single_mode (EBitArray *esm, void e_bit_array_move_row (EBitArray *esm, int old_row, int new_row); -gint e_bit_array_bit_count (EBitArray *esm); gboolean e_bit_array_cross_and (EBitArray *esm); gboolean e_bit_array_cross_or (EBitArray *esm); diff --git a/e-util/e-categories-config.c b/e-util/e-categories-config.c index 875b67974f..c01b98cde4 100644 --- a/e-util/e-categories-config.c +++ b/e-util/e-categories-config.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-categories-config.h b/e-util/e-categories-config.h index 9eff161375..bbd76f2a02 100644 --- a/e-util/e-categories-config.h +++ b/e-util/e-categories-config.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-config-listener.c b/e-util/e-config-listener.c index 83fb305347..7c1c6eb091 100644 --- a/e-util/e-config-listener.c +++ b/e-util/e-config-listener.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-config-listener.h b/e-util/e-config-listener.h index 655bc3c1ec..4449d8f22c 100644 --- a/e-util/e-config-listener.h +++ b/e-util/e-config-listener.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-config.c b/e-util/e-config.c index a2d68e1740..5d0a7090f7 100644 --- a/e-util/e-config.c +++ b/e-util/e-config.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-config.h b/e-util/e-config.h index 1ee7e29b58..b128005c64 100644 --- a/e-util/e-config.h +++ b/e-util/e-config.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-cursor.c b/e-util/e-cursor.c index 7d547e38ac..c5f77c7d62 100644 --- a/e-util/e-cursor.c +++ b/e-util/e-cursor.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-cursor.h b/e-util/e-cursor.h index f0b78b3126..30ad722bbc 100644 --- a/e-util/e-cursor.h +++ b/e-util/e-cursor.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-dialog-utils.c b/e-util/e-dialog-utils.c index 7d1d4836b6..32a16a3b5b 100644 --- a/e-util/e-dialog-utils.c +++ b/e-util/e-dialog-utils.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-dialog-utils.h b/e-util/e-dialog-utils.h index 9e6e7992c1..6f25293f10 100644 --- a/e-util/e-dialog-utils.h +++ b/e-util/e-dialog-utils.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-dialog-widgets.c b/e-util/e-dialog-widgets.c index f1777ca55d..98e1be7a74 100644 --- a/e-util/e-dialog-widgets.c +++ b/e-util/e-dialog-widgets.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-dialog-widgets.h b/e-util/e-dialog-widgets.h index f5ff123a4f..b7f838539d 100644 --- a/e-util/e-dialog-widgets.h +++ b/e-util/e-dialog-widgets.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-error.c b/e-util/e-error.c index 7c1248bb7b..f2067950bc 100644 --- a/e-util/e-error.c +++ b/e-util/e-error.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -41,27 +41,27 @@ struct _e_error_button { struct _e_error_button *next; - char *stock; - char *label; - int response; + const gchar *stock; + const gchar *label; + gint response; }; struct _e_error { guint32 flags; - char *id; - int type; - int default_response; - char *title; - char *primary; - char *secondary; - char *help_uri; + const gchar *id; + gint type; + gint default_response; + const gchar *title; + const gchar *primary; + const gchar *secondary; + const gchar *help_uri; gboolean scroll; struct _e_error_button *buttons; }; struct _e_error_table { - char *domain; - char *translation_domain; + const gchar *domain; + const gchar *translation_domain; GHashTable *errors; }; @@ -84,8 +84,8 @@ static struct _e_error default_errors[] = { /* ********************************************************************** */ static struct { - char *name; - int id; + const gchar *name; + gint id; } response_map[] = { { "GTK_RESPONSE_REJECT", GTK_RESPONSE_REJECT }, { "GTK_RESPONSE_ACCEPT", GTK_RESPONSE_ACCEPT }, @@ -111,9 +111,9 @@ map_response(const char *name) } static struct { - const char *name; - const char *icon; - const char *title; + const gchar *name; + const gchar *icon; + const gchar *title; } type_map[] = { { "info", GTK_STOCK_DIALOG_INFO, N_("Evolution Information") }, { "warning", GTK_STOCK_DIALOG_WARNING, N_("Evolution Warning") }, @@ -184,7 +184,7 @@ ee_load(const char *path) table = g_malloc0(sizeof(*table)); table->domain = g_strdup(tmp); table->errors = g_hash_table_new(g_str_hash, g_str_equal); - g_hash_table_insert(error_table, table->domain, table); + g_hash_table_insert(error_table, (gpointer) table->domain, table); tmp2 = (char *)xmlGetProp(root, (const unsigned char *)"translation-domain"); if (tmp2) { @@ -263,16 +263,20 @@ ee_load(const char *path) } } else if (!strcmp((char *)scan->name, "button")) { struct _e_error_button *b; + gchar *label = NULL; + gchar *stock = NULL; b = g_malloc0(sizeof(*b)); tmp = (char *)xmlGetProp(scan, (const unsigned char *)"stock"); if (tmp) { - b->stock = g_strdup(tmp); + stock = g_strdup(tmp); + b->stock = stock; xmlFree(tmp); } tmp = (char *)xmlGetProp(scan, (const unsigned char *)"label"); if (tmp) { - b->label = g_strdup(dgettext(table->translation_domain, tmp)); + label = g_strdup(dgettext(table->translation_domain, tmp)); + b->label = label; xmlFree(tmp); } tmp = (char *)xmlGetProp(scan, (const unsigned char *)"response"); @@ -281,10 +285,10 @@ ee_load(const char *path) xmlFree(tmp); } - if (b->stock == NULL && b->label == NULL) { + if (stock == NULL && label == NULL) { g_warning("Error file '%s': missing button details in error '%s'", path, e->id); - g_free(b->stock); - g_free(b->label); + g_free(stock); + g_free(label); g_free(b); } else { lastbutton->next = b; @@ -293,7 +297,7 @@ ee_load(const char *path) } } - g_hash_table_insert(table->errors, e->id, e); + g_hash_table_insert(table->errors, (gpointer) e->id, e); } } @@ -319,8 +323,8 @@ ee_load_tables(void) table->domain = "builtin"; table->errors = g_hash_table_new(g_str_hash, g_str_equal); for (i=0;i<sizeof(default_errors)/sizeof(default_errors[0]);i++) - g_hash_table_insert(table->errors, default_errors[i].id, &default_errors[i]); - g_hash_table_insert(error_table, table->domain, table); + g_hash_table_insert(table->errors, (gpointer) default_errors[i].id, &default_errors[i]); + g_hash_table_insert(error_table, (gpointer) table->domain, table); /* look for installed error tables */ base = g_build_filename (EVOLUTION_PRIVDATADIR, "errors", NULL); @@ -525,7 +529,7 @@ e_error_newv(GtkWindow *parent, const char *tag, const char *arg0, va_list ap) g_string_free (oerr, TRUE); } else perr = g_strdup (gtk_window_get_title (GTK_WINDOW (dialog))); - + if (e->secondary) { ee_build_label(out, e->secondary, args, TRUE); oerr = g_string_new(""); @@ -557,7 +561,7 @@ e_error_newv(GtkWindow *parent, const char *tag, const char *arg0, va_list ap) gtk_box_pack_start((GtkBox *)dialog->vbox, hbox, TRUE, TRUE, 0); g_object_set_data_full ((GObject *) dialog, "primary", perr, g_free); g_object_set_data_full ((GObject *) dialog, "secondary", serr, g_free); - + return (GtkWidget *)dialog; } diff --git a/e-util/e-error.h b/e-util/e-error.h index 321957839f..014f74ee88 100644 --- a/e-util/e-error.h +++ b/e-util/e-error.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-event.c b/e-util/e-event.c index 73111229f9..ab96701abc 100644 --- a/e-util/e-event.c +++ b/e-util/e-event.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-event.h b/e-util/e-event.h index c97f1b30bc..5b4e3f44ab 100644 --- a/e-util/e-event.h +++ b/e-util/e-event.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-folder-map.c b/e-util/e-folder-map.c index 3475d61a70..d74817ecfe 100644 --- a/e-util/e-folder-map.c +++ b/e-util/e-folder-map.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -150,7 +150,7 @@ e_folder_map_dir (const char *dirname, const char *type, GSList **dir_list) } GSList * -e_folder_map_local_folders (char *local_dir, char *type) +e_folder_map_local_folders (const gchar *local_dir, const gchar *type) { const char *name; GDir *dir; diff --git a/e-util/e-folder-map.h b/e-util/e-folder-map.h index e61dc140ff..3f41838882 100644 --- a/e-util/e-folder-map.h +++ b/e-util/e-folder-map.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -28,7 +28,8 @@ G_BEGIN_DECLS -GSList *e_folder_map_local_folders (char *local_dir, char *type); +GSList * e_folder_map_local_folders (const gchar *local_dir, + const gchar *type); G_END_DECLS diff --git a/e-util/e-fsutils.c b/e-util/e-fsutils.c index 28b434f291..27480959c4 100644 --- a/e-util/e-fsutils.c +++ b/e-util/e-fsutils.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-fsutils.h b/e-util/e-fsutils.h index 91ad9b9c4a..76a03f5441 100644 --- a/e-util/e-fsutils.h +++ b/e-util/e-fsutils.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-html-utils.c b/e-util/e-html-utils.c index d634f5f6b0..4958f0806e 100644 --- a/e-util/e-html-utils.c +++ b/e-util/e-html-utils.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -246,7 +246,7 @@ e_text_to_html_full (const char *input, unsigned int flags, guint32 color) colored = TRUE; } } else if (colored) { - gchar *no_font = "</FONT>"; + const gchar *no_font = "</FONT>"; out = check_size (&buffer, &buffer_size, out, 9); out += sprintf (out, "%s", no_font); diff --git a/e-util/e-html-utils.h b/e-util/e-html-utils.h index fa70e55f7f..55e67ba915 100644 --- a/e-util/e-html-utils.h +++ b/e-util/e-html-utils.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-icon-factory.c b/e-util/e-icon-factory.c index 299dfff6f5..5b1cd2f9bd 100644 --- a/e-util/e-icon-factory.c +++ b/e-util/e-icon-factory.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-icon-factory.h b/e-util/e-icon-factory.h index c864b1be8e..b8a4df972f 100644 --- a/e-util/e-icon-factory.h +++ b/e-util/e-icon-factory.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-import.c b/e-util/e-import.c index 9e8c8a3fa7..ccc44d7daa 100644 --- a/e-util/e-import.c +++ b/e-util/e-import.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-import.h b/e-util/e-import.h index 9a9994150b..4ca1ef1829 100644 --- a/e-util/e-import.h +++ b/e-util/e-import.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-logger.c b/e-util/e-logger.c index 97d27d03cf..6c391efb3b 100644 --- a/e-util/e-logger.c +++ b/e-util/e-logger.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -243,7 +243,7 @@ e_logger_log (ELogger *logger, logger_set_dirty (logger); } -void +void e_logger_get_logs (ELogger *logger, ELogFunction func, gpointer user_data) @@ -256,7 +256,7 @@ e_logger_get_logs (ELogger *logger, /* Flush everything before we get the logs */ if (logger->priv->fp) - fflush (logger->priv->fp); + fflush (logger->priv->fp); fp = g_fopen (logger->priv->logfile, "r"); if (!fp) { diff --git a/e-util/e-logger.h b/e-util/e-logger.h index ce595d691c..efb5cd47f1 100644 --- a/e-util/e-logger.h +++ b/e-util/e-logger.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-marshal.list b/e-util/e-marshal.list index b667ca4a84..d6a3f0cb55 100644 --- a/e-util/e-marshal.list +++ b/e-util/e-marshal.list @@ -67,3 +67,4 @@ NONE:STRING,STRING,UINT OBJECT:OBJECT,DOUBLE,DOUBLE,BOOLEAN POINTER:NONE STRING:NONE + diff --git a/e-util/e-menu.c b/e-util/e-menu.c index cfbb215712..e5472d6bbc 100644 --- a/e-util/e-menu.c +++ b/e-util/e-menu.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-menu.h b/e-util/e-menu.h index f844f80400..5df8f11b28 100644 --- a/e-util/e-menu.h +++ b/e-util/e-menu.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-mktemp.c b/e-util/e-mktemp.c index ade1abc0b4..682563907c 100644 --- a/e-util/e-mktemp.c +++ b/e-util/e-mktemp.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-mktemp.h b/e-util/e-mktemp.h index 48e72235ee..01dbd18119 100644 --- a/e-util/e-mktemp.h +++ b/e-util/e-mktemp.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-module.c b/e-util/e-module.c index 51e1e18bd6..3919841910 100644 --- a/e-util/e-module.c +++ b/e-util/e-module.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/e-util/e-module.h b/e-util/e-module.h index 022769dc1c..a8120563d3 100644 --- a/e-util/e-module.h +++ b/e-util/e-module.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/e-util/e-non-intrusive-error-dialog.c b/e-util/e-non-intrusive-error-dialog.c index 5fd98cacd2..930cd4b814 100644 --- a/e-util/e-non-intrusive-error-dialog.c +++ b/e-util/e-non-intrusive-error-dialog.c @@ -169,7 +169,7 @@ eni_error_level_value_changed (GtkComboBox *w, gpointer *data) g_object_unref (gconf_client); } -void +void eni_show_logger(ELogger *logger, GtkWidget *top,const char *error_timeout_path, const char *error_level_path) { GtkWidget *container; diff --git a/e-util/e-non-intrusive-error-dialog.h b/e-util/e-non-intrusive-error-dialog.h index 159242c0fa..f772a7b6f8 100644 --- a/e-util/e-non-intrusive-error-dialog.h +++ b/e-util/e-non-intrusive-error-dialog.h @@ -31,10 +31,10 @@ G_BEGIN_DECLS struct _log_data { - int level; - char *key; - char *text; - char *stock_id; + gint level; + const gchar *key; + const gchar *text; + const gchar *stock_id; GdkPixbuf *pbuf; } ldata [] = { { E_LOG_ERROR, N_("Error"), N_("Errors"), GTK_STOCK_DIALOG_ERROR }, diff --git a/e-util/e-pilot-map.c b/e-util/e-pilot-map.c index 877d60ac41..b2338ccead 100644 --- a/e-util/e-pilot-map.c +++ b/e-util/e-pilot-map.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-pilot-map.h b/e-util/e-pilot-map.h index d49d62cbb2..46eaf54199 100644 --- a/e-util/e-pilot-map.h +++ b/e-util/e-pilot-map.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-pilot-util.c b/e-util/e-pilot-util.c index 2273064ac3..582c9458e1 100644 --- a/e-util/e-pilot-util.c +++ b/e-util/e-pilot-util.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-pilot-util.h b/e-util/e-pilot-util.h index 8559918eb3..0d7aebbd87 100644 --- a/e-util/e-pilot-util.h +++ b/e-util/e-pilot-util.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-plugin-ui.c b/e-util/e-plugin-ui.c index 099efd0d65..2331af0f63 100644 --- a/e-util/e-plugin-ui.c +++ b/e-util/e-plugin-ui.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ @@ -28,7 +28,7 @@ struct _EPluginUIHookPrivate { - /* Table of GtkUIManager ID's to UI definitions. + /* Table of GtkUIManager ID's to UI definitions. * * For example: * diff --git a/e-util/e-plugin-ui.h b/e-util/e-plugin-ui.h index 74d5bdc092..c9bddafb64 100644 --- a/e-util/e-plugin-ui.h +++ b/e-util/e-plugin-ui.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ diff --git a/e-util/e-plugin.c b/e-util/e-plugin.c index d43238be0a..7516fb3f09 100644 --- a/e-util/e-plugin.c +++ b/e-util/e-plugin.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -459,7 +459,7 @@ ep_load(const char *filename, int load_level) if (load_level == 1) e_plugin_invoke (ep, "load_plugin_type_register_function", NULL); } - } + } } else if (load_level == 2) { ep = ep_load_plugin(root, pdoc); } diff --git a/e-util/e-plugin.h b/e-util/e-plugin.h index 0b31409c96..54855d0b95 100644 --- a/e-util/e-plugin.h +++ b/e-util/e-plugin.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -376,8 +376,8 @@ struct _EPluginTypeHookClass { GType e_plugin_type_hook_get_type(void); -/* README: Currently there is only one flag. - But we may need more in the future and hence makes +/* README: Currently there is only one flag. + But we may need more in the future and hence makes sense to keep as an enum */ typedef enum _EPluginFlags { diff --git a/e-util/e-popup.c b/e-util/e-popup.c index 41428c3c5a..bcd152713c 100644 --- a/e-util/e-popup.c +++ b/e-util/e-popup.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-popup.h b/e-util/e-popup.h index 877f5dfce4..65c51ce65f 100644 --- a/e-util/e-popup.h +++ b/e-util/e-popup.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-print.c b/e-util/e-print.c index 4cc3b8155e..8faeafc0f5 100644 --- a/e-util/e-print.c +++ b/e-util/e-print.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-print.h b/e-util/e-print.h index 93cbe2d10d..9469b63636 100644 --- a/e-util/e-print.h +++ b/e-util/e-print.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-profile-event.c b/e-util/e-profile-event.c index 4fdd5d958a..ee98ad8b75 100644 --- a/e-util/e-profile-event.c +++ b/e-util/e-profile-event.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-profile-event.h b/e-util/e-profile-event.h index dd84671902..c20a5f1044 100644 --- a/e-util/e-profile-event.h +++ b/e-util/e-profile-event.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-request.c b/e-util/e-request.c index 1977b9b0fe..2175c75b2a 100644 --- a/e-util/e-request.c +++ b/e-util/e-request.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-request.h b/e-util/e-request.h index a84da2941a..ae822db83e 100644 --- a/e-util/e-request.h +++ b/e-util/e-request.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-signature-list.c b/e-util/e-signature-list.c index d2b575c15a..eaedddaf50 100644 --- a/e-util/e-signature-list.c +++ b/e-util/e-signature-list.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-signature-list.h b/e-util/e-signature-list.h index cfaa64c28a..8d8caed0a8 100644 --- a/e-util/e-signature-list.h +++ b/e-util/e-signature-list.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-signature-utils.c b/e-util/e-signature-utils.c index 0114ce6e06..1321fc59e1 100644 --- a/e-util/e-signature-utils.c +++ b/e-util/e-signature-utils.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ diff --git a/e-util/e-signature-utils.h b/e-util/e-signature-utils.h index 41472f45d0..56f8564131 100644 --- a/e-util/e-signature-utils.h +++ b/e-util/e-signature-utils.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ diff --git a/e-util/e-signature.c b/e-util/e-signature.c index 2d0df59579..1cbed6b66b 100644 --- a/e-util/e-signature.c +++ b/e-util/e-signature.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-signature.h b/e-util/e-signature.h index cc5309c7c1..cc8591b421 100644 --- a/e-util/e-signature.h +++ b/e-util/e-signature.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-sorter-array.c b/e-util/e-sorter-array.c index 582ed959ad..060c3f441a 100644 --- a/e-util/e-sorter-array.c +++ b/e-util/e-sorter-array.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-sorter-array.h b/e-util/e-sorter-array.h index f31d9b06cc..a02f5d9635 100644 --- a/e-util/e-sorter-array.h +++ b/e-util/e-sorter-array.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-sorter.c b/e-util/e-sorter.c index 6176b58715..f63e5e1172 100644 --- a/e-util/e-sorter.c +++ b/e-util/e-sorter.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-sorter.h b/e-util/e-sorter.h index 365d66a461..d64851bc70 100644 --- a/e-util/e-sorter.h +++ b/e-util/e-sorter.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-text-event-processor-emacs-like.c b/e-util/e-text-event-processor-emacs-like.c index 60da48d375..f44019165d 100644 --- a/e-util/e-text-event-processor-emacs-like.c +++ b/e-util/e-text-event-processor-emacs-like.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -29,8 +29,6 @@ #include "e-text-event-processor-emacs-like.h" #include "e-util.h" -static void e_text_event_processor_emacs_like_init (ETextEventProcessorEmacsLike *card); -static void e_text_event_processor_emacs_like_class_init (ETextEventProcessorEmacsLikeClass *klass); static gint e_text_event_processor_emacs_like_event (ETextEventProcessor *tep, ETextEventProcessorEvent *event); G_DEFINE_TYPE (ETextEventProcessorEmacsLike, e_text_event_processor_emacs_like, E_TEXT_EVENT_PROCESSOR_TYPE) diff --git a/e-util/e-text-event-processor-emacs-like.h b/e-util/e-text-event-processor-emacs-like.h index 87e3fa797d..99635e2341 100644 --- a/e-util/e-text-event-processor-emacs-like.h +++ b/e-util/e-text-event-processor-emacs-like.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-text-event-processor-types.h b/e-util/e-text-event-processor-types.h index 9caf2abe6d..6e9d155f8c 100644 --- a/e-util/e-text-event-processor-types.h +++ b/e-util/e-text-event-processor-types.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -83,8 +83,8 @@ typedef enum { typedef struct { ETextEventProcessorCommandPosition position; ETextEventProcessorCommandAction action; - int value; - char *string; + gint value; + const gchar *string; guint32 time; } ETextEventProcessorCommand; @@ -102,7 +102,7 @@ typedef struct { guint state; guint keyval; gint length; - gchar *string; + const gchar *string; } ETextEventProcessorEventKey; typedef struct { diff --git a/e-util/e-text-event-processor.c b/e-util/e-text-event-processor.c index b515f33f57..6496a63294 100644 --- a/e-util/e-text-event-processor.c +++ b/e-util/e-text-event-processor.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -27,9 +27,6 @@ #include "e-text-event-processor.h" #include "e-util.h" -static void e_text_event_processor_init (ETextEventProcessor *card); -static void e_text_event_processor_class_init (ETextEventProcessorClass *klass); - static void e_text_event_processor_set_property (GObject *object, guint prop_id, const GValue *value, diff --git a/e-util/e-text-event-processor.h b/e-util/e-text-event-processor.h index 1f88407823..a9d329c140 100644 --- a/e-util/e-text-event-processor.h +++ b/e-util/e-text-event-processor.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-unicode.c b/e-util/e-unicode.c index 9d660b6600..2769001120 100644 --- a/e-util/e-unicode.c +++ b/e-util/e-unicode.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -665,8 +665,8 @@ e_unicode_get_utf8 (const gchar *text, gunichar *out) typedef struct { - unsigned short ch; - char *expansion; + gushort ch; + const gchar *expansion; } e_decomposition; static e_decomposition e_decomp_table[] = diff --git a/e-util/e-unicode.h b/e-util/e-unicode.h index b745876b6d..77d1a351cb 100644 --- a/e-util/e-unicode.h +++ b/e-util/e-unicode.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -102,7 +102,6 @@ gint e_unichar_to_utf8 (gint c, gchar *outbuf); gchar *e_unicode_get_utf8 (const gchar *text, gunichar *out); -guint32 gdk_keyval_to_unicode (guint keysym); gchar *e_xml_get_translated_utf8_string_prop_by_name (const xmlNode *parent, const xmlChar *prop_name); diff --git a/e-util/e-util-private.h b/e-util/e-util-private.h index cca11e2477..f7d84dea37 100644 --- a/e-util/e-util-private.h +++ b/e-util/e-util-private.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-util.c b/e-util/e-util.c index e4658c1bd7..86589858af 100644 --- a/e-util/e-util.c +++ b/e-util/e-util.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -1321,7 +1321,7 @@ e_file_lock_destroy () } } -gboolean +gboolean e_file_lock_exists () { const char *fname = get_lock_filename (); @@ -1358,7 +1358,7 @@ e_util_guess_mime_type (const char *filename, gboolean localfile) fi = g_file_query_info (file, G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE, G_FILE_QUERY_INFO_NONE, NULL, NULL); if (fi) { mime_type = g_content_type_get_mime_type (g_file_info_get_content_type (fi)); - + g_object_unref (fi); } @@ -1484,7 +1484,7 @@ e_util_read_file (const char *filename, gboolean filename_is_uri, char **buffer, if (err) res = FALSE; - + if (res) *buffer = buff; else diff --git a/e-util/e-util.h b/e-util/e-util.h index 458bef77a7..940cfc470f 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -148,16 +148,6 @@ GSList * e_util_get_category_filter_options #define E_TYPE_CAMEL_OBJECT (e_camel_object_get_type ()) GType e_camel_object_get_type (void); -/* Camel uses its own object system, so we have to box - * CamelObjects to safely use them as GObject properties. */ -#define E_TYPE_CAMEL_OBJECT (e_camel_object_get_type ()) -GType e_camel_object_get_type (void); - -/* Camel uses its own object system, so we have to box - * CamelObjects to safely use them as GObject properties. */ -#define E_TYPE_CAMEL_OBJECT (e_camel_object_get_type ()) -GType e_camel_object_get_type (void); - G_END_DECLS #endif /* _E_UTIL_H_ */ diff --git a/e-util/e-win32-reloc.c b/e-util/e-win32-reloc.c index 1c8c5d3f18..04c70afd75 100644 --- a/e-util/e-win32-reloc.c +++ b/e-util/e-win32-reloc.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-xml-utils.c b/e-util/e-xml-utils.c index 653669b381..73dd415a6d 100644 --- a/e-util/e-xml-utils.c +++ b/e-util/e-xml-utils.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/e-util/e-xml-utils.h b/e-util/e-xml-utils.h index 59d11c63fe..c327d61e17 100644 --- a/e-util/e-xml-utils.h +++ b/e-util/e-xml-utils.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -92,8 +92,6 @@ void e_xml_set_string_prop_by_name (xmlNode *parent, gchar *e_xml_get_translated_string_prop_by_name (const xmlNode *parent, const xmlChar *prop_name); -int e_xml_save_file (const char *filename, xmlDocPtr doc); - G_END_DECLS #endif /* __E_XML_UTILS__ */ diff --git a/e-util/gconf-bridge.c b/e-util/gconf-bridge.c index 852d5f8f53..5a3693730f 100644 --- a/e-util/gconf-bridge.c +++ b/e-util/gconf-bridge.c @@ -1,4 +1,4 @@ -/* +/* * (C) 2005 OpenedHand Ltd. * * Author: Jorn Baayen <jorn@openedhand.com> @@ -29,7 +29,7 @@ struct _GConfBridge { GConfClient *client; - + GHashTable *bindings; }; @@ -43,7 +43,7 @@ typedef enum { typedef struct { BindingType type; guint id; - + gboolean delayed_mode; char *key; @@ -107,11 +107,6 @@ typedef union { static void unbind (Binding *binding); -#if !HAVE_DECL_GCONF_VALUE_COMPARE /* Not in headers in GConf < 2.13 */ -int gconf_value_compare (const GConfValue *value_a, - const GConfValue *value_b); -#endif - static GConfBridge *bridge = NULL; /* Global GConfBridge object */ /* Free up all resources allocated by the GConfBridge. Called on exit. */ @@ -154,7 +149,7 @@ gconf_bridge_get (void) * gconf_bridge_get_client * @bridge: A #GConfBridge * - * Returns the #GConfClient used by @bridge. This is the same #GConfClient + * Returns the #GConfClient used by @bridge. This is the same #GConfClient * as returned by gconf_client_get_default(). * * Return value: A #GConfClient. @@ -188,7 +183,7 @@ prop_binding_sync_pref_to_prop (PropBinding *binding, GConfValue *pref_value) { GValue src_value, value; - + /* Make sure we don't enter an infinite synchronizing loop */ g_signal_handler_block (binding->object, binding->prop_notify_id); @@ -234,7 +229,7 @@ prop_binding_sync_pref_to_prop (PropBinding *binding, "transform a \"%s\" to a \"%s\".", g_type_name (src_value.g_type), g_type_name (value.g_type)); - + goto done; } @@ -244,7 +239,7 @@ prop_binding_sync_pref_to_prop (PropBinding *binding, g_object_set_property (binding->object, binding->prop->name, &src_value); } - + done: g_value_unset (&src_value); g_value_unset (&value); @@ -402,7 +397,7 @@ prop_binding_pref_changed (GConfClient *client, prop_binding_sync_pref_to_prop (binding, gconf_value); } -/* Performs a scheduled prop-to-pref sync for a prop binding in +/* Performs a scheduled prop-to-pref sync for a prop binding in * delay mode */ static gboolean prop_binding_perform_scheduled_sync (PropBinding *binding) @@ -412,7 +407,7 @@ prop_binding_perform_scheduled_sync (PropBinding *binding) binding->sync_timeout_id = 0; g_object_unref (binding->object); - + return FALSE; } @@ -456,7 +451,7 @@ prop_binding_object_destroyed (gpointer user_data, binding = (PropBinding *) user_data; binding->object = NULL; /* Don't do anything with the object at unbind() */ - + g_hash_table_remove (bridge->bindings, GUINT_TO_POINTER (binding->id)); } @@ -521,7 +516,7 @@ gconf_bridge_bind_property_full (GConfBridge *bridge, binding->object = object; binding->prop = pspec; binding->sync_timeout_id = 0; - + /* Watch GConf key */ binding->val_notify_id = gconf_client_notify_add (bridge->client, key, @@ -562,7 +557,7 @@ prop_binding_unbind (PropBinding *binding) if (binding->delayed_mode && binding->sync_timeout_id > 0) { /* Perform any scheduled syncs */ g_source_remove (binding->sync_timeout_id); - + /* The object will still be around as we have * a reference */ prop_binding_perform_scheduled_sync (binding); @@ -701,7 +696,7 @@ window_binding_window_destroyed (gpointer user_data, binding = (WindowBinding *) user_data; binding->window = NULL; /* Don't do anything with the window at unbind() */ - + g_hash_table_remove (bridge->bindings, GUINT_TO_POINTER (binding->id)); } @@ -713,7 +708,7 @@ window_binding_window_destroyed (gpointer user_data, * @window: A #GtkWindow * @bind_size: TRUE to bind the size of @window * @bind_pos: TRUE to bind the position of @window - * + * * On calling this function @window will be resized to the values * specified by "@key_prefix<!-- -->_width" and "@key_prefix<!-- -->_height" * and maximixed if "@key_prefix<!-- -->_maximized is TRUE if @@ -789,7 +784,7 @@ gconf_bridge_bind_window (GConfBridge *bridge, if (bind_pos) { char *key; GConfValue *x_val, *y_val; - + key = g_strconcat (key_prefix, "_x", NULL); x_val = gconf_client_get (bridge->client, key, NULL); g_free (key); @@ -884,7 +879,7 @@ list_store_binding_sync_pref_to_store (ListStoreBinding *binding, binding->row_inserted_id); g_signal_handler_block (binding->list_store, binding->row_deleted_id); - + gtk_list_store_clear (binding->list_store); list = gconf_value_get_list (value); @@ -1001,7 +996,7 @@ list_store_binding_store_destroyed (gpointer user_data, binding = (ListStoreBinding *) user_data; binding->list_store = NULL; /* Don't do anything with the store at unbind() */ - + g_hash_table_remove (bridge->bindings, GUINT_TO_POINTER (binding->id)); } @@ -1024,7 +1019,7 @@ list_store_binding_store_changed_cb (ListStoreBinding *binding) * @bridge: A #GConfBridge * @key: A GConf key to be bound * @list_store: A #GtkListStore - * + * * On calling this function single string column #GtkListStore @list_store * will be kept synchronized with the GConf string list value pointed to by * @key. On calling this function @list_store will be populated with the @@ -1197,7 +1192,7 @@ gconf_bridge_unbind (GConfBridge *bridge, /* This will trigger the hash tables value destruction * function, which will take care of further cleanup */ - g_hash_table_remove (bridge->bindings, + g_hash_table_remove (bridge->bindings, GUINT_TO_POINTER (binding_id)); } diff --git a/e-util/gconf-bridge.h b/e-util/gconf-bridge.h index ba67f4f8e6..7edd2476dd 100644 --- a/e-util/gconf-bridge.h +++ b/e-util/gconf-bridge.h @@ -1,4 +1,4 @@ -/* +/* * (C) 2005 OpenedHand Ltd. * * Author: Jorn Baayen <jorn@openedhand.com> @@ -81,7 +81,7 @@ guint gconf_bridge_bind_window (GConfBridge *bridge, * @bridge: A #GConfBridge * @key_prefix: The prefix of the GConf keys * @window: A #GtkWindow - * + * * On calling this function @window will be resized to the values specified by * "@key_prefix<!-- -->_width" and "@key_prefix<!-- -->_height". The respective * GConf values will be updated when the window is resized. See @@ -95,7 +95,7 @@ guint gconf_bridge_bind_window (GConfBridge *bridge, * @bridge: A #GConfBridge * @key_prefix: The prefix of the GConf keys * @window: A #GtkWindow - * + * * On calling this function @window will be moved to the values specified by * "@key_prefix<!-- -->_x" and "@key_prefix<!-- -->_y". The respective GConf * values will be updated when the window is moved. See diff --git a/em-format/em-format-quote.c b/em-format/em-format-quote.c index 5503cca916..7918b94d88 100644 --- a/em-format/em-format-quote.c +++ b/em-format/em-format-quote.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -211,7 +211,7 @@ emfq_format_text_header (EMFormatQuote *emfq, CamelStream *stream, const char *l g_free (mhtml); } -static char *addrspec_hdrs[] = { +static const gchar *addrspec_hdrs[] = { "Sender", "From", "Reply-To", "To", "Cc", "Bcc", "Resent-Sender", "Resent-from", "Resent-Reply-To", "Resent-To", "Resent-cc", "Resent-Bcc", NULL @@ -285,22 +285,22 @@ static void canon_header_name (char *name) { char *inptr = name; - + /* canonicalise the header name... first letter is * capitalised and any letter following a '-' also gets * capitalised */ - + if (*inptr >= 'a' && *inptr <= 'z') *inptr -= 0x20; - + inptr++; - + while (*inptr) { if (inptr[-1] == '-' && *inptr >= 'a' && *inptr <= 'z') *inptr -= 0x20; else if (*inptr >= 'A' && *inptr <= 'Z') *inptr += 0x20; - + inptr++; } } @@ -326,24 +326,24 @@ emfq_format_header (EMFormat *emf, CamelStream *stream, CamelMedium *part, const break; } } - + label = _(name); - + if (addrspec) { struct _camel_header_address *addrs; GString *html; if (!(txt = camel_medium_get_header (part, name))) return; - + buf = camel_header_unfold (txt); if (!(addrs = camel_header_address_decode (txt, emf->charset ? emf->charset : emf->default_charset))) { g_free (buf); return; } - + g_free (buf); - + html = g_string_new (""); emfq_format_address (html, addrs); camel_header_address_unref (addrs); @@ -361,15 +361,15 @@ emfq_format_header (EMFormat *emf, CamelStream *stream, CamelMedium *part, const if (!(txt = camel_medium_get_header (part, "x-newsreader"))) if (!(txt = camel_medium_get_header (part, "x-mimeole"))) return; - + txt = value = camel_header_format_ctext (txt, charset); - + label = _("Mailer"); flags |= EM_FORMAT_HEADER_BOLD; } else if (!strcmp (name, "Date") || !strcmp (name, "Resent-Date")) { if (!(txt = camel_medium_get_header (part, name))) return; - + flags |= EM_FORMAT_HEADER_BOLD; } else { txt = camel_medium_get_header (part, name); @@ -562,18 +562,18 @@ emfq_ignore(EMFormat *emf, CamelStream *stream, CamelMimePart *part, EMFormatHan } static EMFormatHandler type_builtin_table[] = { - { "text/plain",(EMFormatFunc)emfq_text_plain }, - { "text/enriched",(EMFormatFunc)emfq_text_enriched }, - { "text/richtext",(EMFormatFunc)emfq_text_enriched }, - { "text/html",(EMFormatFunc)emfq_text_html }, -/* { "multipart/related",(EMFormatFunc)emfq_multipart_related },*/ - { "message/external-body", (EMFormatFunc)emfq_ignore }, - { "multipart/appledouble", (EMFormatFunc)emfq_ignore }, + { (gchar *) "text/plain", (EMFormatFunc)emfq_text_plain }, + { (gchar *) "text/enriched", (EMFormatFunc)emfq_text_enriched }, + { (gchar *) "text/richtext", (EMFormatFunc)emfq_text_enriched }, + { (gchar *) "text/html", (EMFormatFunc)emfq_text_html }, +/* { (gchar *) "multipart/related",(EMFormatFunc)emfq_multipart_related },*/ + { (gchar *) "message/external-body", (EMFormatFunc)emfq_ignore }, + { (gchar *) "multipart/appledouble", (EMFormatFunc)emfq_ignore }, /* internal evolution types */ - { "x-evolution/evolution-rss-feed", (EMFormatFunc)emfq_text_html }, - { "x-evolution/message/rfc822", (EMFormatFunc)emfq_format_message }, - { "x-evolution/message/prefix", (EMFormatFunc)emfq_format_message_prefix }, + { (gchar *) "x-evolution/evolution-rss-feed", (EMFormatFunc)emfq_text_html }, + { (gchar *) "x-evolution/message/rfc822", (EMFormatFunc)emfq_format_message }, + { (gchar *) "x-evolution/message/prefix", (EMFormatFunc)emfq_format_message_prefix }, }; static void diff --git a/em-format/em-format-quote.h b/em-format/em-format-quote.h index d34548a3a6..8aca4b8e3f 100644 --- a/em-format/em-format-quote.h +++ b/em-format/em-format-quote.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/em-format/em-format.c b/em-format/em-format.c index 7128644052..c2669e7c5b 100644 --- a/em-format/em-format.c +++ b/em-format/em-format.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -239,7 +239,7 @@ em_format_class_add_handler(EMFormatClass *emfc, EMFormatHandler *info) { d(printf("adding format handler to '%s' '%s'\n", g_type_name_from_class((GTypeClass *)emfc), info->mime_type)); info->old = g_hash_table_lookup(emfc->type_handlers, info->mime_type); - g_hash_table_insert(emfc->type_handlers, info->mime_type, info); + g_hash_table_insert(emfc->type_handlers, (gpointer) info->mime_type, info); } struct _class_handlers { @@ -294,7 +294,7 @@ em_format_class_remove_handler(EMFormatClass *emfc, EMFormatHandler *info) if (current == info) { current = info->old; if (current) - g_hash_table_insert(emfc->type_handlers, current->mime_type, current); + g_hash_table_insert(emfc->type_handlers, (gpointer) current->mime_type, current); else g_hash_table_remove(emfc->type_handlers, info->mime_type); } else { @@ -1591,8 +1591,9 @@ emf_multipart_related(EMFormat *emf, CamelStream *stream, CamelMimePart *part, c if (puri->func == emf_write_related) { g_string_printf(emf->part_id, "%s", puri->part_id); em_format_part(emf, stream, puri->part); - } else + } else { d(printf("unreferenced uri generated by format code: %s\n", puri->uri?puri->uri:puri->cid)); + } } puri = purin; purin = purin->next; @@ -1829,28 +1830,28 @@ emf_inlinepgp_encrypted(EMFormat *emf, CamelStream *stream, CamelMimePart *ipart static EMFormatHandler type_builtin_table[] = { #ifdef ENABLE_SMIME - { "application/x-pkcs7-mime", (EMFormatFunc)emf_application_xpkcs7mime, EM_FORMAT_HANDLER_INLINE_DISPOSITION }, + { (gchar *) "application/x-pkcs7-mime", (EMFormatFunc)emf_application_xpkcs7mime, EM_FORMAT_HANDLER_INLINE_DISPOSITION }, #endif - { "multipart/alternative", emf_multipart_alternative }, - { "multipart/appledouble", emf_multipart_appledouble }, - { "multipart/encrypted", emf_multipart_encrypted }, - { "multipart/mixed", emf_multipart_mixed }, - { "multipart/signed", emf_multipart_signed }, - { "multipart/related", emf_multipart_related }, - { "multipart/*", emf_multipart_mixed }, - { "message/rfc822", emf_message_rfc822, EM_FORMAT_HANDLER_INLINE }, - { "message/news", emf_message_rfc822, EM_FORMAT_HANDLER_INLINE }, - { "message/delivery-status", emf_message_deliverystatus }, - { "message/*", emf_message_rfc822, EM_FORMAT_HANDLER_INLINE }, + { (gchar *) "multipart/alternative", emf_multipart_alternative }, + { (gchar *) "multipart/appledouble", emf_multipart_appledouble }, + { (gchar *) "multipart/encrypted", emf_multipart_encrypted }, + { (gchar *) "multipart/mixed", emf_multipart_mixed }, + { (gchar *) "multipart/signed", emf_multipart_signed }, + { (gchar *) "multipart/related", emf_multipart_related }, + { (gchar *) "multipart/*", emf_multipart_mixed }, + { (gchar *) "message/rfc822", emf_message_rfc822, EM_FORMAT_HANDLER_INLINE }, + { (gchar *) "message/news", emf_message_rfc822, EM_FORMAT_HANDLER_INLINE }, + { (gchar *) "message/delivery-status", emf_message_deliverystatus }, + { (gchar *) "message/*", emf_message_rfc822, EM_FORMAT_HANDLER_INLINE }, /* Insert brokenly-named parts here */ #ifdef ENABLE_SMIME - { "application/pkcs7-mime", (EMFormatFunc)emf_application_xpkcs7mime, EM_FORMAT_HANDLER_INLINE_DISPOSITION }, + { (gchar *) "application/pkcs7-mime", (EMFormatFunc)emf_application_xpkcs7mime, EM_FORMAT_HANDLER_INLINE_DISPOSITION }, #endif /* internal types */ - { "application/x-inlinepgp-signed", (EMFormatFunc)emf_inlinepgp_signed }, - { "application/x-inlinepgp-encrypted", (EMFormatFunc)emf_inlinepgp_encrypted }, + { (gchar *) "application/x-inlinepgp-signed", (EMFormatFunc)emf_inlinepgp_signed }, + { (gchar *) "application/x-inlinepgp-encrypted", (EMFormatFunc)emf_inlinepgp_encrypted }, }; static void diff --git a/em-format/em-format.h b/em-format/em-format.h index 281766140e..a9d9356778 100644 --- a/em-format/em-format.h +++ b/em-format/em-format.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -85,7 +85,7 @@ typedef enum _em_format_mode_t { * **/ struct _EMFormatHandler { - char *mime_type; + gchar *mime_type; EMFormatFunc handler; guint32 flags; diff --git a/em-format/em-stripsig-filter.c b/em-format/em-stripsig-filter.c index 7dd8a87416..1600eeaed0 100644 --- a/em-format/em-stripsig-filter.c +++ b/em-format/em-stripsig-filter.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/em-format/em-stripsig-filter.h b/em-format/em-stripsig-filter.h index be72cef3df..761d46691f 100644 --- a/em-format/em-stripsig-filter.h +++ b/em-format/em-stripsig-filter.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/filter-code.c b/filter/filter-code.c index 1de9c3aba6..fb0880b260 100644 --- a/filter/filter-code.c +++ b/filter/filter-code.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/filter-code.h b/filter/filter-code.h index 7199bcef68..38336fc450 100644 --- a/filter/filter-code.h +++ b/filter/filter-code.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/filter-colour.c b/filter/filter-colour.c index 0d0388de94..a5cc3534ad 100644 --- a/filter/filter-colour.c +++ b/filter/filter-colour.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/filter-colour.h b/filter/filter-colour.h index 1de46ab70b..ff19d66686 100644 --- a/filter/filter-colour.h +++ b/filter/filter-colour.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/filter-datespec.c b/filter/filter-datespec.c index cf92b804f5..d0a7b591a5 100644 --- a/filter/filter-datespec.c +++ b/filter/filter-datespec.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/filter-datespec.h b/filter/filter-datespec.h index cbb79a46c5..c8eee1bae7 100644 --- a/filter/filter-datespec.h +++ b/filter/filter-datespec.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/filter-element.c b/filter/filter-element.c index c14365cc8a..1fa0a14ee8 100644 --- a/filter/filter-element.c +++ b/filter/filter-element.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/filter-element.h b/filter/filter-element.h index 6124b364a2..76894542a2 100644 --- a/filter/filter-element.h +++ b/filter/filter-element.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/filter-file.c b/filter/filter-file.c index 4126c4b937..2c0ac87c7f 100644 --- a/filter/filter-file.c +++ b/filter/filter-file.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -208,7 +208,7 @@ xml_encode (FilterElement *fe) { FilterFile *file = (FilterFile *) fe; xmlNodePtr cur, value; - char *type; + const gchar *type; type = file->type ? file->type : "file"; diff --git a/filter/filter-file.h b/filter/filter-file.h index 81e6b8c1cd..02dabdb2e8 100644 --- a/filter/filter-file.h +++ b/filter/filter-file.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/filter-input.c b/filter/filter-input.c index be88a06835..30d6ed9c45 100644 --- a/filter/filter-input.c +++ b/filter/filter-input.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -237,7 +237,7 @@ xml_encode (FilterElement *fe) xmlNodePtr value; GList *l; FilterInput *fi = (FilterInput *)fe; - char *type; + const gchar *type; type = fi->type ? fi->type : "string"; diff --git a/filter/filter-input.h b/filter/filter-input.h index b6c6019052..ac71847a76 100644 --- a/filter/filter-input.h +++ b/filter/filter-input.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/filter-int.c b/filter/filter-int.c index 969a477331..170657e2dd 100644 --- a/filter/filter-int.c +++ b/filter/filter-int.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/filter-int.h b/filter/filter-int.h index 06add3fd05..60e1b2bf85 100644 --- a/filter/filter-int.h +++ b/filter/filter-int.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/filter-option.c b/filter/filter-option.c index 7c5bbe901c..f4b208c59d 100644 --- a/filter/filter-option.c +++ b/filter/filter-option.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/filter-option.h b/filter/filter-option.h index 6cf56645b8..8a4931a009 100644 --- a/filter/filter-option.h +++ b/filter/filter-option.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/filter-part.c b/filter/filter-part.c index 08434eadac..799e7fcb36 100644 --- a/filter/filter-part.c +++ b/filter/filter-part.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/filter-part.h b/filter/filter-part.h index 6c83b1d734..1827433b1c 100644 --- a/filter/filter-part.h +++ b/filter/filter-part.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/filter-rule.c b/filter/filter-rule.c index 7972de13d0..cdc9f374f1 100644 --- a/filter/filter-rule.c +++ b/filter/filter-rule.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -635,7 +635,7 @@ part_combobox_changed (GtkComboBox *combobox, struct _part_data *data) g_return_if_fail (part != NULL); g_return_if_fail (i == index); - + /* dont update if we haven't changed */ if (!strcmp (part->title, data->part->title)) return; @@ -809,7 +809,7 @@ more_parts (GtkWidget *button, struct _rule_data *data) adjustment = gtk_scrolled_window_get_vadjustment (GTK_SCROLLED_WINDOW (w)); if (adjustment) gtk_adjustment_set_value (adjustment, adjustment->upper); - + } } } diff --git a/filter/filter-rule.h b/filter/filter-rule.h index b1683e1c8b..24419fec09 100644 --- a/filter/filter-rule.h +++ b/filter/filter-rule.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/rule-context.c b/filter/rule-context.c index 0a7438b12c..4bd364f0b8 100644 --- a/filter/rule-context.c +++ b/filter/rule-context.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/rule-context.h b/filter/rule-context.h index ba7e47c381..539c5b3b56 100644 --- a/filter/rule-context.h +++ b/filter/rule-context.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/filter/rule-editor.c b/filter/rule-editor.c index dc4c65a24c..07ea3fd1e4 100644 --- a/filter/rule-editor.c +++ b/filter/rule-editor.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -639,7 +639,7 @@ rule_bottom (GtkWidget *widget, RuleEditor *re) } static struct { - char *name; + const gchar *name; GCallback func; } edit_buttons[] = { { "rule_add", G_CALLBACK (rule_add) }, diff --git a/filter/rule-editor.h b/filter/rule-editor.h index 555b5e8263..40cc90ef90 100644 --- a/filter/rule-editor.h +++ b/filter/rule-editor.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/help/el/el.po b/help/el/el.po index 86945b5077..e42fd1a601 100644 --- a/help/el/el.po +++ b/help/el/el.po @@ -1,14 +1,11 @@ -# Evolution User Guide Greek translation -# -# -# -# Fotis Tsamis <ftsamis@gmail.com>, 2009. +# Greek translation of Evolution User Guide +# Μάριος Ζηντίλης <m.zindilis@dmajor.org>, 2009. msgid "" msgstr "" "Project-Id-Version: el\n" -"POT-Creation-Date: 2009-03-18 11:12+0000\n" -"PO-Revision-Date: 2009-04-02 16:11+0300\n" -"Last-Translator: Fotis Tsamis <ftsamis@gmail.com>\n" +"POT-Creation-Date: 2009-04-24 19:00+0000\n" +"PO-Revision-Date: 2009-05-22 08:39+0300\n" +"Last-Translator: Μάριος Ζηντίλης <m.zindilis@dmajor.org>\n" "Language-Team: Greek <team@gnome.gr>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -817,7 +814,6 @@ msgid "March 2008" msgstr "Μάρτιος 2008" #: C/evolution.xml:45(revnumber) -#| msgid "2.10" msgid "2.12" msgstr "2.12" @@ -847,7 +843,7 @@ msgstr "5 Οκτωβρίου 2006" #: C/evolution.xml:70(releaseinfo) msgid "This manual describes version 2.26 of Evolution" -msgstr "Αυτός ο οδηγός περιγράφει την έκδοση 2.12 του Evolution." +msgstr "Αυτός ο οδηγός περιγράφει την έκδοση 2.26 του Evolution." #: C/evolution.xml:74(para) msgid "" @@ -895,7 +891,7 @@ msgstr "Αποστολή και λήψη μηνυμάτων" #: C/evolution.xml:97(link) C/evolution.xml:2500(title) msgid "Organizing Your Email" -msgstr "Οργάνωση των μηνυμάτων σας" +msgstr "Οργάνωση της αλληλογραφίας σας" #: C/evolution.xml:100(link) C/evolution.xml:3399(title) msgid "Evolution Contacts: the Address Book" @@ -906,9 +902,8 @@ msgid "Evolution Calendar" msgstr "Ημερολόγιο του Evolution" #: C/evolution.xml:106(link) C/evolution.xml:5160(title) -#, fuzzy msgid "Connecting to Exchange Servers" -msgstr "Γίνεται σύνδεση στον εξυπηρετητή..." +msgstr "Σύνδεση με διακομιστές Exchange" #: C/evolution.xml:109(link) C/evolution.xml:5713(title) msgid "Connecting to GroupWise" @@ -963,12 +958,11 @@ msgstr "" #: C/evolution.xml:142(para) msgid "In the Evolution interface, click Help > Contents." -msgstr "Στο περιβάλλον του Evolution, κάντε κλικ στο Βοήθεια > Περιεχόμενα." +msgstr "Στο περιβάλλον του Evolution, πατήστε στο Βοήθεια > Περιεχόμενα." #: C/evolution.xml:146(title) -#, fuzzy msgid "Documentation Conventions:" -msgstr "Ενότητες Εγγράφου" +msgstr "Συμβάσεις τεκμηρίωσης:" #: C/evolution.xml:147(para) msgid "" @@ -977,6 +971,11 @@ msgid "" "symbol (<trademark class=\"registered\"/>, <trademark/>, etc.) denotes a " "Novell trademark. An asterisk (*) denotes a third-party trademark." msgstr "" +"Στην τεκμηρίωση της Novell, το σύμβολο «μεγαλύτερο» (>) χρησιμοποιείται " +"για να διαχωρίζει βήματα ενεργειών και αντικείμενα σε μια διαδρομή με " +"αλληλοαναφορά. Ένα σύμβολο εμπορικού σήματος (<trademark class=\"registered" +"\"/>, <trademark/>, κ.λπ.) σημειώνει εμπορικό σήμα της Novell. Ένας " +"αστερίσκος (*) σημειώνει ένα εμπορικό σήμα τρίτου." #: C/evolution.xml:153(para) msgid "" @@ -986,10 +985,16 @@ msgid "" "organizing, and retrieving your personal information easy, so you can work " "and communicate effectively with others." msgstr "" +"Το <trademark>Evolution</trademark> είναι μια <link linkend=\"groupware" +"\">groupware</link> εφαρμογή που σας βοηθά να εργάζεστε σε μια ομάδα καθώς " +"χειρίζεται αλληλογραφία, διευθύνσεις, υπενθυμίσεις, εργασίες, και ένα ή " +"περισσότερα ημερολόγια. Αυτό κάνει τις εργασίες αποθήκευσης, οργάνωσης και " +"ανάκτησης των προσωπικών σας πληροφοριών εύκολες, ώστε να μπορείτε να " +"εργάζεστε και να επικοινωνείτε αποτελεσματικά με τους άλλους." #: C/evolution.xml:156(link) C/evolution.xml:164(title) msgid "Starting Evolution for the First Time" -msgstr "Εκκίνηση του Evolution για πρώτη φορά." +msgstr "Εκκίνηση του Evolution για πρώτη φορά" #: C/evolution.xml:159(link) C/evolution.xml:863(title) msgid "Using Evolution: An Overview" @@ -1005,7 +1010,7 @@ msgstr "GNOME:" #: C/evolution.xml:178(para) msgid "Click Applications > Office > Evolution." -msgstr "Κάντε κλικ στο Εφαρμογές > Γραφείο > Evolution." +msgstr "Πατήστε στο Εφαρμογές > Γραφείο > Evolution." #: C/evolution.xml:183(para) msgid "KDE:" @@ -1014,6 +1019,7 @@ msgstr "KDE:" #: C/evolution.xml:186(para) msgid "Click the K menu > Office > More Programs > Evolution." msgstr "" +"Πατήστε το μενού Κ > Γραφείο > Περισσότερα προγράμματα > Evolution." #: C/evolution.xml:191(para) msgid "Command Line:" @@ -1025,7 +1031,7 @@ msgstr "Γράψτε <command>evolution</command>." #: C/evolution.xml:204(title) msgid "Using the First-Run Assistant" -msgstr "Χρήση του βοηθού πρώτης-εκκίνησης" +msgstr "Χρήση του βοηθού πρώτης εκκίνησης" #: C/evolution.xml:205(para) msgid "" @@ -1035,14 +1041,14 @@ msgid "" "accounts and import data from other applications." msgstr "" "Την πρώτη φορά που εκτελείτε το Evolution, δημιουργεί έναν κατάλογο με όνομα " -"<emphasis>.evolution</emphasis> στον αρχικό σας κατάλογο, όπου αποθηκεύει " -"όλα τα τοπικά του δεδομένα. Μετά, ανοίγει έναν βοηθό πρώτης-εκκίνησης για να " +"<emphasis>.evolution</emphasis> στον προσωπικό σας φάκελο, όπου αποθηκεύει " +"όλα τα τοπικά του δεδομένα. Μετά, ανοίγει ένα βοηθό πρώτης εκκίνησης για να " "σας βοηθήσει να ρυθμίσετε λογαριασμούς αλληλογραφίας και να εισάγετε " "δεδομένα από άλλες εφαρμογές." #: C/evolution.xml:206(para) msgid "Using the first-run assistant takes two to five minutes." -msgstr "Η χρήση του βοηθού πρώτης-εκκίνησης παίρνει δύο με πέντε λεπτά." +msgstr "Η χρήση του βοηθού πρώτης εκκίνησης παίρνει δύο με πέντε λεπτά." #: C/evolution.xml:207(para) msgid "" @@ -1052,18 +1058,24 @@ msgid "" "by clicking Add. See <link linkend=\"config-prefs-mail\">Mail Preferences</" "link> for details." msgstr "" +"Αργότερα, αν θέλετε να αλλάξετε αυτόν το λογαριασμό, ή αν θέλετε να " +"δημιουργήσετε έναν καινούριο, πατήστε Επεξεργασία > Προτιμήσεις και μετά " +"πατήστε Λογαριασμοί αλληλογραφίας. Επιλέξτε το λογαριασμό που θέλετε να " +"αλλάξετε και πατήστε Επεξεργασία. Εναλλακτικά, προσθέστε ένα νέο λογαριασμό " +"πατώντας Προσθήκη. Δείτε τις <link linkend=\"config-prefs-mail\">Προτιμήσεις " +"αλληλογραφίας</link> για λεπτομέρειες." #: C/evolution.xml:208(para) msgid "" "The First-Run Assistant helps you provide the information Evolution needs to " "get started." msgstr "" -"Ο βοηθός πρώτης-εκκίνησης σας βοηθάει να παρέχετε τις πληροφορίες που " +"Ο βοηθός πρώτης εκκίνησης σας βοηθάει να παρέχετε τις πληροφορίες που " "χρειάζεται το Evolution για να ξεκινήσει." #: C/evolution.xml:211(link) C/evolution.xml:231(title) msgid "Defining Your Identity" -msgstr "Προσδιορισμός της ταυτότητας σας" +msgstr "Προσδιορισμός της ταυτότητάς σας" #: C/evolution.xml:214(link) C/evolution.xml:261(title) msgid "Receiving Mail" @@ -1075,11 +1087,11 @@ msgstr "Επιλογές λήψης αλληλογραφίας" #: C/evolution.xml:220(link) C/evolution.xml:771(title) msgid "Sending Mail" -msgstr "Αποστολή Αλληλογραφίας" +msgstr "Αποστολή αλληλογραφίας" #: C/evolution.xml:223(link) C/evolution.xml:825(title) msgid "Account Management" -msgstr "Διαχείριση Λογαριασμού" +msgstr "Διαχείριση λογαριασμού" #: C/evolution.xml:226(link) C/evolution.xml:831(title) msgid "Time Zone" @@ -1087,7 +1099,7 @@ msgstr "Ζώνη ώρας " #: C/evolution.xml:232(para) msgid "The Identity window is the first step in the assistant." -msgstr "Το παράθυρο ταυτότητας είναι το πρώτο βήμα στον βοηθό." +msgstr "Το παράθυρο ταυτότητας είναι το πρώτο βήμα στο βοηθό." #: C/evolution.xml:234(para) msgid "" @@ -1096,16 +1108,16 @@ msgid "" "Accounts." msgstr "" "Εδώ, εισάγετε κάποιες βασικές προσωπικές πληροφορίες. Μπορείτε να ορίσετε " -"πολλαπλές ταυτότητες αργότερα κάνοντας κλικ στο Επεξεργασία > Προτιμήσεις " -"και μετά Λογαριασμοί αλληλογραφίας." +"πολλαπλές ταυτότητες αργότερα επιλέγοντας Επεξεργασία > Προτιμήσεις και " +"μετά Λογαριασμοί αλληλογραφίας." #: C/evolution.xml:235(para) msgid "" "When the First-Run Assistant starts, the Welcome page is displayed. Click " "Forward to proceed to the Identity window." msgstr "" -"Όταν ο βοηθός πρώτης-εκκίνησης ξεκινήσει, η αρχική σελίδα εμφανίζεται. Κάντε " -"κλικ στο Επόμενο για να προχωρήσετε στο παράθυρο ταυτότητας." +"Όταν ο βοηθός πρώτης εκκίνησης ξεκινήσει, η αρχική σελίδα εμφανίζεται. " +"Πατήστε Επόμενο για να προχωρήσετε στο παράθυρο ταυτότητας." #: C/evolution.xml:238(para) msgid "Type your full name in the Full Name field." @@ -1114,7 +1126,7 @@ msgstr "Πληκτρολογήστε το πλήρες όνομά σας στο #: C/evolution.xml:241(para) msgid "Type your email address in the Email Address field." msgstr "" -"Πληκτρολογήστε την διεύθυνση αλληλογραφίας σας στο πεδίο Διεύθυνση Email." +"Πληκτρολογήστε τη διεύθυνση αλληλογραφίας σας στο πεδίο Διεύθυνση Email." #: C/evolution.xml:244(para) msgid "(Optional) Select if this account is your default account." @@ -1157,12 +1169,12 @@ msgstr "" #: C/evolution.xml:817(para) C/evolution.xml:2571(para) #: C/evolution.xml:2597(para) msgid "Click Forward." -msgstr "Κάντε κλικ στο Επόμενο." +msgstr "Πατήστε Μπροστά." #: C/evolution.xml:262(para) msgid "The Receiving Email option lets you determine where you get your email." msgstr "" -"Η επιλογή Λήψη μηνυμάτων σας επιτρέπει να ορίσετε που θα λαμβάνετε την " +"Η επιλογή Λήψη μηνυμάτων σας επιτρέπει να ορίσετε πού θα λαμβάνετε την " "αλληλογραφία σας." #: C/evolution.xml:264(para) @@ -1172,8 +1184,8 @@ msgid "" "or ISP." msgstr "" "Πρέπει να ορίσετε το είδος του διακομιστή με τον οποίο θέλετε να λαμβάνετε " -"αλληλογραφία. Αν δεν είστε σίγορος για το είδος του διακομιστή που πρέπει να " -"επιλέξετε, ρωτήστε τον διαχειριστή συστήματός σας ή τον παροχέα υπηρεσιών " +"αλληλογραφία. Αν δεν είστε σίγουρος για το είδος του διακομιστή που πρέπει " +"να επιλέξετε, ρωτήστε το διαχειριστή συστήματός σας ή τον παροχέα υπηρεσιών " "Internet σας." #: C/evolution.xml:267(para) @@ -1182,8 +1194,7 @@ msgstr "Επιλέξτε έναν τύπο διακομιστή στην λίσ� #: C/evolution.xml:268(para) msgid "The following is a list of server types that are available:" -msgstr "" -"Το ακόλουθο είναι μια λίστα με τύπους διακομιστών που είναι διαθέσιμοι:" +msgstr "Η ακόλουθη είναι μια λίστα με τύπους διακομιστών που είναι διαθέσιμοι:" #: C/evolution.xml:270(title) msgid "Novell GroupWise:" @@ -1194,7 +1205,7 @@ msgid "" "Select this option if you connect to a Novell <trademark class=\"registered" "\">GroupWise</trademark> server." msgstr "" -"Επιλέξτε αυτό αν συνδέεστε σε έναν διακομιστή Novell <trademark class=" +"Επιλέξτε αυτό αν συνδέεστε σε ένα διακομιστή Novell <trademark class=" "\"registered\">GroupWise</trademark>." #: C/evolution.xml:273(para) C/evolution.xml:279(para) @@ -1204,6 +1215,8 @@ msgid "" "For configuration instructions, see <link linkend=\"bstfw13\">Remote " "Configuration Options</link>." msgstr "" +"Για οδηγίες ρύθμισης, δείτε τις <link linkend=\"bstfw13\">Επιλογές " +"απομακρυσμένης ρύθμισης</link>." #: C/evolution.xml:275(title) msgid "Microsoft Exchange:" @@ -1214,12 +1227,14 @@ msgid "" "Available only if the evolution-exchange package is installed. Select this " "option if you connect to a Microsoft Exchange 2000 or 2003 server." msgstr "" -"Διαθέσιμο μόνο αν το πακέτο evolution-exchange είναι διαθέσιμο. Επιλέξτε " -"αυτό αν συνδέεστε σε έναν διακομιστή Microsoft Exchange 2000 ή 2003." +"Διαθέσιμο μόνο αν το πακέτο evolution-exchange είναι εγκατεστημένο. Επιλέξτε " +"αυτό αν συνδέεστε σε ένα διακομιστή Microsoft Exchange 2000 ή 2003." #: C/evolution.xml:278(para) C/evolution.xml:284(para) msgid "Email, calendar, and contact information are stored on the server." msgstr "" +"Οι πληροφορίες αλληλογραφίας, ημερολογίου και επαφών αποθηκεύονται στο " +"διακομιστή." #: C/evolution.xml:281(title) msgid "MAPI Exchange:" @@ -1231,6 +1246,10 @@ msgid "" "Exchange MAPI plugin from the Edit > Plugins menu is enabled. It allows " "you to connect to a Microsoft Exchange 2007 server." msgstr "" +"Διαθέσιμο μόνο αν είναι εγκατεστημένο το πακέτο evolution-mapi και αν είναι " +"ενεργοποιημένη η πρόσθετη λειτουργία Exchange MAPI στο μενού Επεξεργασία " +"> Πρόσθετες λειτουργίες. Σας επιτρέπει να συνδέεστε σε ένα διακομιστή " +"Microsoft Exchange 2007." #: C/evolution.xml:286(title) msgid "IMAP:" @@ -1241,7 +1260,7 @@ msgid "" "Keeps the email on your server so you can access your email from multiple " "systems." msgstr "" -"Κρατάει την αλληλογραφία στον διακομιστή σας ώστε να μπορείτε να έχετε " +"Κρατάει την αλληλογραφία στο διακομιστή σας ώστε να μπορείτε να έχετε " "πρόσβαση σε αυτή από πολλαπλά συστήματα." #: C/evolution.xml:291(title) @@ -1253,8 +1272,8 @@ msgid "" "Downloads your email to your hard disk for permanent storage, freeing up " "space on the email server." msgstr "" -"Κάνει λήψη της αλληλογραφίας σας στον σκληρό σας δίσκο για μόνιμη " -"αποθήκευση, ελευθερώνοντας χώρο στον διακομιστή αλληλογραφίας." +"Κάνει λήψη της αλληλογραφίας σας στο σκληρό σας δίσκο για μόνιμη αποθήκευση, " +"ελευθερώνοντας χώρο στον διακομιστή αλληλογραφίας." #: C/evolution.xml:296(title) msgid "USENET News:" @@ -1264,7 +1283,7 @@ msgstr "Ειδήσεις USENET:" msgid "" "Connects to a news server and downloads a list of available news digests." msgstr "" -"Συνδέεται σε έναν διακομιστή ειδήσεων και κάνει λήψη μιας λίστας διαθέσιμων " +"Συνδέεται σε ένα διακομιστή ειδήσεων και κάνει λήψη μιας λίστας διαθέσιμων " "ειδήσεων." #: C/evolution.xml:301(title) @@ -1279,16 +1298,21 @@ msgid "" "email in your system's spool files, choose the Standard Unix Mbox Spool " "option instead." msgstr "" +"Διαλέξτε αυτήν την επιλογή αν θέλετε να μεταφέρετε την αλληλογραφία από το " +"spool (την τοποθεσία όπου η αλληλογραφία περιμένει για παράδοση) και να την " +"αποθηκεύετε στον προσωπικό σας φάκελο. Πρέπει να παρέχετε τη διαδρομή προς " +"το spool αλληλογραφίας που θέλετε να χρησιμοποιείτε. Αν αντί αυτού, θέλετε " +"να αφήνετε την αλληλογραφία στα αρχεία spool του συστήματός σας, επιλέξτε " +"Απλό αρχείο UNIX Mbox Spool." #: C/evolution.xml:304(para) C/evolution.xml:310(para) #: C/evolution.xml:316(para) C/evolution.xml:321(para) #: C/evolution.xml:326(para) -#, fuzzy msgid "" "For configuration instructions, see <link linkend=\"bstgbqn\">Local " "Configuration Options</link>." msgstr "" -"Για οδηγίες ρύθμισης, δείτε <link linkend=\"bstgbqn\">Επιλογές τοπικής " +"Για οδηγίες ρύθμισης, δείτε τις <link linkend=\"bstgbqn\">Επιλογές τοπικής " "ρύθμισης</link>." #: C/evolution.xml:306(title) @@ -1318,13 +1342,12 @@ msgid "" "If you download your email using Qmail or another Maildir-style program, you " "should use this option." msgstr "" -"Αν κάνετε λήψη της αλληλογραφίας σας με την χρήση του Qmail ή άλλου Maildir-" -"style προγράμματος, πρέπει να χρησιμοποιήσετε αυτή την επιλογή." +"Αν κάνετε λήψη της αλληλογραφίας σας με την χρήση του Qmail ή άλλου " +"προγράμματος τύπου Maildir, πρέπει να χρησιμοποιήσετε αυτή την επιλογή." #: C/evolution.xml:318(title) -#, fuzzy msgid "Standard Unix mbox Spool File:" -msgstr "Standard Unix mbox Spool File:" +msgstr "Απλό αρχείο Unix mbox Spool:" #: C/evolution.xml:319(para) msgid "" @@ -1332,11 +1355,14 @@ msgid "" "system, choose this option. You need to provide the path to the mail spool " "file you want to use." msgstr "" +"Αν θέλετε να διαβάζετε και να αποθηκεύετε αλληλογραφία στο αρχείο " +"αλληλογραφίας spool στο τοπικό σας σύστημα, διαλέξτε αυτήν την επιλογή. Θα " +"χρειαστεί να παρέχετε τη διαδρομή προς το αρχείο spool που θέλετε να " +"χρησιμοποιήσετε." #: C/evolution.xml:323(title) -#, fuzzy msgid "Standard Unix mbox Spool Directory:" -msgstr "Unix mbox spool ή κατάλογος" +msgstr "Απλός κατάλογος Unix mbox Spool:" #: C/evolution.xml:324(para) msgid "" @@ -1344,6 +1370,10 @@ msgid "" "local system, choose this option. You need to provide the path to the mail " "spool directory you want to use." msgstr "" +"Αν θέλετε να διαβάζετε και να αποθηκεύετε αλληλογραφία στον κατάλογο " +"αλληλογραφίας spool στο τοπικό σας σύστημα, διαλέξτε αυτή την επιλογή. Θα " +"χρειαστεί να παρέχετε τη διαδρομή προς τον τοπικό κατάλογο spool που θέλετε " +"να χρησιμοποιήσετε." # #-#-#-#-# nautilus.HEAD.el.po (el) #-#-#-#-# # @@ -1359,29 +1389,33 @@ msgid "" "Select this if you do not plan to check email with this account. If you " "select this, there are no configuration options." msgstr "" +"Διαλέξτε το αν δε σκοπεύετε να ελέγχετε την αλληλογραφία σας με αυτόν το " +"λογαριασμό. Αν το διαλέξετε αυτό, δεν υπάρχουν επιλογές ρύθμισης." #: C/evolution.xml:335(title) -#, fuzzy msgid "Remote Configuration Options" -msgstr "Εργαλείο ρύθμισης ώρας" +msgstr "Επιλογές απομακρυσμένης ρύθμισης" #: C/evolution.xml:336(para) msgid "" "If you selected Novell GroupWise, IMAP, POP, or USENET News as your server, " "you need to specify additional information." msgstr "" +"Αν διαλέξατε διακομιστή Novell GroupWise, IMAP, POP, ή Ειδήσεις USENET, θα " +"χρειαστεί να καθορίσετε επιπλέον πληροφορίες." #: C/evolution.xml:339(para) C/evolution.xml:793(para) -#, fuzzy msgid "Type the server name of your email server in the Server field." -msgstr "από." +msgstr "" +"Πληκτρολογείστε το όνομα του διακομιστή αλληλογραφίας σας στο πεδίο " +"Διακομιστής." #: C/evolution.xml:340(para) C/evolution.xml:794(para) msgid "" "If you are unsure what your server address is, contact your system " "administrator." msgstr "" -"Αν δεν είστε σίγουρος για το ποια είναι η διεύθυνση του διακομιστή σας, " +"Αν δεν είστε σίγουρος ποια είναι η διεύθυνση του διακομιστή σας, " "επικοινωνήστε με τον διαχειριστή του συστήματός σας." #: C/evolution.xml:343(para) C/evolution.xml:806(para) @@ -1389,13 +1423,14 @@ msgid "Type your username in the Username field." msgstr "Εισάγετε το όνομα χρήστη στο πεδίο Όνομα χρήστη." #: C/evolution.xml:346(para) C/evolution.xml:814(para) -#, fuzzy msgid "Select if you want to use a secure connection (SSL or TLS)." -msgstr "Να αποσταλούν αυτές οι πληροφορίες μέσω μη ασφαλούς σύνδεσης;" +msgstr "Επιλέξτε αν θέλετε να χρησιμοποιείτε μια ασφαλή σύνδεση (SSL ή TLS)." #: C/evolution.xml:347(para) msgid "You should enable this option if your server supports it." msgstr "" +"Θα πρέπει να ενεργοποιήσετε αυτή την επιλογή αν ο διακομιστής σας την " +"υποστηρίζει." #: C/evolution.xml:348(para) C/evolution.xml:354(para) msgid "" @@ -1403,11 +1438,15 @@ msgid "" "options can be used. If you are in an organizational environment, you may " "want to contact your system administrator for more information." msgstr "" +"Οι παροχείς δωρεάν webmail συνήθως παρέχουν πληροφορίες για το ποιες από " +"αυτές τις επιλογές μπορούν να χρησιμοποιηθούν. Αν είστε σε έναν οργανισμό, " +"μπορεί να χρειαστεί να επικοινωνήσετε με το διαχειριστή του συστήματός σας " +"για περισσότερες πληροφορίες." #: C/evolution.xml:351(para) C/evolution.xml:801(para) #: C/evolution.xml:5378(para) msgid "Select your authentication type in the Authentication list." -msgstr "" +msgstr "Επιλέξτε τον τύπο πιστοποίησης από τη λίστα Τύπος πιστοποίησης." #: C/evolution.xml:352(para) C/evolution.xml:802(para) #: C/evolution.xml:835(para) C/evolution.xml:2078(para) @@ -1436,6 +1475,11 @@ msgid "" "mechanisms they support, so clicking this button is not a guarantee that " "available mechanisms actually work." msgstr "" +"Πατήστε Έλεγχος για υποστηριζόμενους τύπους για να ελέγξει το Evolution για " +"μηχανισμούς πιστοποίησης που υποστηρίζονται. Μερικοί διακομιστές δεν " +"ανακοινώνουν τους μηχανισμούς πιστοποίησης που υποστηρίζουν, οπότε δεν είναι " +"εγγυημένο ότι με το πάτημα αυτού του κουμπιού θα δουλέψουν πραγματικά οι " +"διαθέσιμοι μηχανισμοί." #: C/evolution.xml:357(para) C/evolution.xml:809(para) msgid "Select if you want Evolution to remember your password." @@ -1450,17 +1494,26 @@ msgid "" "include mailbox path, for example http://<varname>server name</varname>/" "exchange/<varname>mail box path</varname>." msgstr "" +"(Εξαρτώμενο) Αν επιλέξατε Microsoft Exchange ως το είδος του διακομιστή, " +"δώστε το όνομα χρήστη στο πεδίο Όνομα χρήστη και το Outlook Web Access (OWA) " +"URL στο πεδίο OWA URL. Το URL και τα ονόματα χρήστη θα πρέπει να " +"χρησιμοποιούν τη μορφή του Outlook. Αν η διαδρομή του mailbox είναι " +"διαφορετική από το όνομα χρήστη, τότε η διαδρομή OWA θα πρέπει επίσης να " +"συμπεριλαμβάνει τη διαδρομή του mailbox, για παράδειγμα http://" +"<varname>όνομα διακομιστή</varname>/exchange/<varname>διαδρομή mailbox</" +"varname>." #: C/evolution.xml:364(para) msgid "" "When you have finished, continue with <link linkend=\"more-mail-options" "\">Receiving Mail Options</link>." msgstr "" +"Όταν τελειώσετε, συνεχίστε με τις <link linkend=\"more-mail-options" +"\">Επιλογές λήψης αλληλογραφίας</link>." #: C/evolution.xml:368(title) -#, fuzzy msgid "Local Configuration Options" -msgstr "Ρύθμιση Αλληλογραφίας" +msgstr "Επιλογές τοπικής ρύθμισης" #: C/evolution.xml:369(para) msgid "" @@ -1470,12 +1523,19 @@ msgid "" "Continue with <link linkend=\"more-mail-options\">Receiving Mail Options</" "link>." msgstr "" +"Αν επιλέξατε Τοπική παράδοση, Κατάλογοι σε φορμά MH, Κατάλογοι μηνυμάτος σε " +"φορμά Maildir, Απλό αρχείο Unix mbox spool ή Απλός κατάλογος Unix mbox " +"spool, θα πρέπει να καθορίσετε τη διαδρομή στα τοπικά αρχεία στο πεδίο της " +"διαδρομής. Συνεχίστε με τις <link linkend=\"more-mail-options\">Επιλογές " +"λήψης αλληλογραφίας</link>." #: C/evolution.xml:375(para) msgid "" "After you have selected a mail delivery mechanism, you can set some " "preferences for its behavior." msgstr "" +"Αφού διαλέξετε ένα μηχανισμό παράδοσης της αλληλογραφίας, μπορείτε να " +"ορίσετε μερικές προτιμήσεις για τη συμπεριφορά του." #: C/evolution.xml:378(link) C/evolution.xml:407(title) msgid "Novell GroupWise Receiving Options" @@ -1495,27 +1555,23 @@ msgstr "Επιλογές λήψης POP" #: C/evolution.xml:390(link) C/evolution.xml:645(title) msgid "USENET News Receiving Options" -msgstr "Επιλογές λήψης USENET News" +msgstr "Επιλογές λήψης Ειδήσεων USENET" #: C/evolution.xml:393(link) C/evolution.xml:669(title) -#, fuzzy msgid "Local Delivery Receiving Options" -msgstr "Επιλογές Λήψης" +msgstr "Επιλογές λήψης Τοπικής παράδοσης" #: C/evolution.xml:396(link) C/evolution.xml:684(title) -#, fuzzy msgid "MH-Format Mail Directories Receiving Options" -msgstr "Κατάλογοι σε φορμά ΜΗ" +msgstr "Επιλογές λήψης Καταλόγων σε φορμά ΜΗ" #: C/evolution.xml:399(link) C/evolution.xml:704(title) -#, fuzzy msgid "Maildir-Format Mail Directories Receiving Options" -msgstr "Κατάλογοι μηνυμάτων σε φορμά Maildir" +msgstr "Επιλογές λήψης Καταλόγων μηνυμάτων σε φορμά Maildir" #: C/evolution.xml:402(link) -#, fuzzy msgid "Standard Unix mbox spool file Receiving Options" -msgstr "Unix mbox spool ή κατάλογος" +msgstr "Επιλογές λήψης απλού αρχείου Unix mbox spool" #: C/evolution.xml:408(para) C/evolution.xml:448(para) #: C/evolution.xml:580(para) C/evolution.xml:625(para) @@ -1523,7 +1579,7 @@ msgstr "Unix mbox spool ή κατάλογος" #: C/evolution.xml:685(para) C/evolution.xml:705(para) #: C/evolution.xml:748(para) msgid "You need to specify the following options for this server type:" -msgstr "" +msgstr "Πρέπει να καθορίσετε τις εξής επιλογές για αυτόν τον τύπο διακομιστή:" #: C/evolution.xml:411(para) C/evolution.xml:452(para) #: C/evolution.xml:584(para) C/evolution.xml:628(para) @@ -1533,6 +1589,7 @@ msgstr "" #: C/evolution.xml:5956(para) msgid "Select if you want Evolution to automatically check for new mail." msgstr "" +"Επιλέξτε αν θέλετε το Evolution να ελέγχει αυτόματα για νέα αλληλογραφία." #: C/evolution.xml:412(para) C/evolution.xml:453(para) #: C/evolution.xml:585(para) C/evolution.xml:629(para) @@ -1544,23 +1601,24 @@ msgid "" "If you select this option, you need to specify how often Evolution should " "check for new messages." msgstr "" +"Αν διαλέξετε αυτήν την επιλογή, θα πρέπει να καθορίσετε πόσο συχνά το " +"Evolution θα ελέγχει για νέα μηνύματα." #: C/evolution.xml:415(para) C/evolution.xml:456(para) #: C/evolution.xml:521(para) C/evolution.xml:5962(para) -#, fuzzy msgid "Select if you want to check for new messages in all folders." -msgstr "Έλεγχος για νέα μηνύματα σε όλους τους φακέλους" +msgstr "Επιλέξτε αν θέλετε έλεγχο για νέα μηνύματα σε όλους τους φακέλους." #: C/evolution.xml:418(para) C/evolution.xml:474(para) #: C/evolution.xml:555(para) C/evolution.xml:600(para) #: C/evolution.xml:712(para) C/evolution.xml:732(para) #: C/evolution.xml:755(para) C/evolution.xml:5965(para) -#, fuzzy msgid "" "Select Apply filters to new messages in inbox on this server if you want to " "apply filters." msgstr "" -"Ε_φαρμογή φίλτρων στα νέα μηνύματα στα Εισερχόμενα αυτού του διακομιστή" +"Επιλέξτε Εφαρμογή φίλτρων στα νέα μηνύματα στα Εισερχόμενα αυτού του " +"διακομιστή αν θέλετε να εφαρμόζετε φίλτρα." #: C/evolution.xml:419(para) C/evolution.xml:601(para) #: C/evolution.xml:713(para) C/evolution.xml:5966(para) @@ -1568,13 +1626,16 @@ msgid "" "For additional information on filtering, see <link linkend=\"usage-mail-org-" "filters-new\">Creating New Filter Rules</link>." msgstr "" +"Για περισσότερες πληροφορίες σχετικά με το φιλτράρισμα, δείτε τη <link " +"linkend=\"usage-mail-org-filters-new\">Δημιουργία νέων κανόνων φίλτρων</" +"link>." #: C/evolution.xml:422(para) C/evolution.xml:477(para) #: C/evolution.xml:563(para) C/evolution.xml:604(para) #: C/evolution.xml:5969(para) -#, fuzzy msgid "Select if you want to check new messages for junk content." -msgstr "Έλεγχος νέων μηνυμάτων για ανεπι_θύμητη αλληλογραφία" +msgstr "" +"Επιλέξτε αν θέλετε να ελέγχονται τα νέα μηνύματα για ανεπιθύμητο περιεχόμενο." #: C/evolution.xml:423(para) C/evolution.xml:478(para) #: C/evolution.xml:564(para) C/evolution.xml:605(para) @@ -1583,19 +1644,25 @@ msgid "" "organize-spam\">Stopping Junk Mail (Spam)</link> and <link linkend=\"mail-" "prefs-junk\">Junk</link>." msgstr "" +"Για περισσότερες πληροφορίες σχετικά με το ανεπιθύμητο περιεχόμενο, δείτε τα " +"<link linkend=\"usage-mail-organize-spam\">Εμπόδιση ανεπιθύμητης " +"αλληλογραφίες (Spam)</link> και <link linkend=\"mail-prefs-junk" +"\">Ανεπιθύμητα</link>." #: C/evolution.xml:426(para) C/evolution.xml:5973(para) -#, fuzzy msgid "Select if you want to only check for junk messages in the Inbox folder." -msgstr "Να γίνεται έλεγχος μόνο στα Εισεχόμενα για ανε_πιθύμητη αλληλογραφία" +msgstr "" +"Επιλέξτε αν θέλετε να γίνεται έλεγχος για ανεπιθύμητη αλληλογραφία μόνο στα " +"Εισερχόμενα." #: C/evolution.xml:429(para) C/evolution.xml:471(para) #: C/evolution.xml:547(para) C/evolution.xml:611(para) -#, fuzzy msgid "" "Select Automatically synchronize remote mail locally to download the " "messages to your local system." -msgstr "Αυτόματος συγ_χρονισμός απομακρυσμένης αλληλογραφίας τοπικά" +msgstr "" +"Επιλέξτε αυτόματο συγχρονισμό του λογαριασμού τοπικά για να κατεβάζετε τα " +"μηνύματα στο τοπικό σας σύστημα." #: C/evolution.xml:430(para) C/evolution.xml:612(para) msgid "" @@ -1605,6 +1672,11 @@ msgid "" "network usage. This is useful when you don't read all the messages you " "receive." msgstr "" +"Το Evolution από προεπιλογή λαμβάνει μόνο τις πληροφορίες κεφαλίδας όπως τον " +"αποστολέα, το θέμα και την ημερομηνία. Το σώμα του μηνύματος και τα " +"συνημμένα αρχεία λαμβάνονται όταν πατήσετε στο μήνυμα. Έτσι μπορείτε να " +"εξοικονομήσετε χρόνο και κίνηση στο δίκτυο. Αυτό είναι χρήσιμο όταν δε " +"διαβάζετε όλα τα μηνύματα που παραλαμβάνετε." #: C/evolution.xml:431(para) C/evolution.xml:613(para) msgid "" @@ -1613,21 +1685,27 @@ msgid "" "message is comparatively less. In addition, you can download the mail for " "reading them offline, when you have checked this option." msgstr "" +"Αν διαλέξετε αυτή την επιλογή, το Evolution λαμβάνει τόσο τις κεφαλίδες όσο " +"και το σώμα του μηνύματος ταυτόχρονα. Σ' αυτή την περίπτωση, ο χρόνος που " +"χρειάζεται για να ανοίξει ένα μήνυμα είναι σχετικά μικρότερος. Επιπλέον, " +"μπορείτε να λαμβάνετε τα μηνύματα για να τα διαβάζετε εκτός σύνδεσης, όταν " +"έχετε διαλέξει αυτήν την επιλογή." #: C/evolution.xml:434(para) msgid "" "Type your Post Office Agent SOAP port in the Post Office Agent SOAP Port " "field." msgstr "" +"Πληκτρολογείστε τη θύρα Post Office Agent SOAP στο πεδίο Post Office Agent " +"SOAP Port." #: C/evolution.xml:435(para) C/evolution.xml:5984(para) -#, fuzzy msgid "" "If you are unsure what your Post Office Agent SOAP port is, contact your " "system administrator." msgstr "" -"Αδυναμία ρύθμισης της ομάδας χρήστη, δεν είναι δυνατή η είσοδος, " -"επικοινωνήστε με το διαχειριστή του συστήματος σας." +"Αν δεν είστε σίγουροι ποιά είναι η θύρα Post Office Agent SOAP, " +"επικοινωνήστε με το διαχειριστή του συστήματός σας." #: C/evolution.xml:443(para) C/evolution.xml:484(para) #: C/evolution.xml:573(para) C/evolution.xml:619(para) @@ -1639,13 +1717,16 @@ msgid "" "When you have finished, continue with <link linkend=\"third-step\">Sending " "Mail</link>." msgstr "" +"Όταν τελειώσετε, συνεχίστε με την <link linkend=\"third-step\">Αποστολή " +"αλληλογραφίας</link>." #: C/evolution.xml:459(para) C/evolution.xml:529(para) -#, fuzzy msgid "" "Specify the Global Catalog server name in the Global Catalog Server Name " "field." -msgstr "Βεβαιωθείτε ότι το όνομα του Global Catalog Server είναι σωστό." +msgstr "" +"Καθορίστε το όνομα του Global Catalog server στο πεδίο Global Catalog Server " +"Name." #: C/evolution.xml:460(para) C/evolution.xml:530(para) msgid "" @@ -1653,50 +1734,61 @@ msgid "" "are unsure what your Global Catalog server name is, contact your system " "administrator." msgstr "" +"Ο Global Catalog Server περιέχει τις πληροφορίες για τους χρήστες. Αν δεν " +"είστε σίγουροι ποιο είναι το όνομα του Global Catalog Server, επικοινωνήστε " +"με το διαχειριστή του συστήματός σας." #: C/evolution.xml:463(para) C/evolution.xml:538(para) msgid "" "Select if you want to limit the number of Global Address List (GAL) " "responses." msgstr "" +"Διαλέξτε να θέλετε να οριοθετήσετε τον αριθμό αποκρίσεων Global Address List " +"(GAL)." #: C/evolution.xml:464(para) C/evolution.xml:539(para) msgid "" "The GAL contains a list of all email addresses. If you select this option, " "you need to specify the maximum number of responses." msgstr "" +"Η GAL περιέχει μια λίστα με όλες τις διευθύνσεις αλληλογραφίας. Αν διαλέξετε " +"αυτή την επιλογή, πρέπει να ορίσετε το μέγιστο αριθμό αποκρίσεων." #: C/evolution.xml:467(para) -#, fuzzy msgid "Select if you want to use a password expiry warning time period." -msgstr "Αντίγραφο στο διακομιστή" +msgstr "" +"Διαλέξτε αν θέλετε να χρησιμοποιήσετε μια προειδοποίηση για την περίοδο " +"λήξης του κωδικού." #: C/evolution.xml:468(para) msgid "" "If you select this option, you need to specify how often Evolution should " "send the password expire message." msgstr "" +"Αν διαλέξετε αυτή την επιλογή, θα πρέπει να ορίσετε πόσο συχνά το Evolution " +"θα στέλνει το μήνυμα λήξης του κωδικού." #: C/evolution.xml:488(title) -#, fuzzy msgid "Exchange MAPI Receiving Options" -msgstr "Επιλογές Λήψης" +msgstr "Επιλογές λήψης Exchange MAPI" #: C/evolution.xml:489(para) msgid "" "If you select Microsoft Exchange MAPI as your receiving server type, you " "need to specify the following options:" msgstr "" +"Αν επιλέξατε Microsoft Exchange MAPI ως τον τύπο διακομιστή λήψης, θα πρέπει " +"να καθορίσετε τις εξής επιλογές:" #: C/evolution.xml:492(para) -#, fuzzy msgid "" "Select the desired options as given in the following table, then click " "Forward." -msgstr "Επιλογή ενός φακέλου για εισαγωγή σε" +msgstr "" +"Διαλέξτε τις επιθυμητές επιλογές όπως φαίνονται στον ακόλουθο πίνακα, και " +"μετά πατήστε Μπροστά." #: C/evolution.xml:500(para) -#| msgid "Send Options" msgid "Options" msgstr "Επιλογές" @@ -1731,16 +1823,15 @@ msgstr "Έλεγχος για νέα μηνύματα σε όλους τους � #: C/evolution.xml:526(para) msgid "Global Catalog server name" -msgstr "" +msgstr "Όνομα Global Catalog server" #: C/evolution.xml:535(para) msgid "Limit number of GAL responses" -msgstr "" +msgstr "Περιορισμός αριθμοί αποκρίσεων GAL" #: C/evolution.xml:544(para) -#, fuzzy msgid "Automatically synchronize account locally" -msgstr "Αυτόματος συγ_χρονισμός απομακρυσμένης αλληλογραφίας τοπικά" +msgstr "Αυτόματος συγχρονισμός λογαριασμού τοπικά" #: C/evolution.xml:552(para) msgid "Apply filters to new messages in Inbox on this server" @@ -1751,40 +1842,49 @@ msgid "Check new messages for Junk contents" msgstr "Έλεγχος νέων μηνυμάτων για ανεπιθύμητη αλληλογραφία" #: C/evolution.xml:588(para) -#, fuzzy msgid "" "Select if you want Evolution to use custom commands to connect to the IMAP " "server." -msgstr "Επιλέξτε αν θέλετε το Evolution να χρησιμοποιεί " +msgstr "" +"Επιλέξτε αν θέλετε το Evolution να χρησιμοποιεί ειδικές εντολές για να " +"συνδέεται με το διακομιστή IMAP." #: C/evolution.xml:589(para) msgid "" "If you select this option, specify the custom command you want Evolution to " "use." msgstr "" +"Αν διαλέξετε αυτή την επιλογή, ορίστε την ειδική εντολή που θέλετε το " +"Evolution να χρησιμοποιεί." #: C/evolution.xml:592(para) -#, fuzzy msgid "Select if you want Evolution to show only subscribed folders." -msgstr "Εμ_φάνιση μόνο των φακέλων με συνδρομή" +msgstr "" +"Διαλέξτε αν θέλετε το Evolution να δείχνει μόνο τους φακέλους με συνδρομή." #: C/evolution.xml:593(para) msgid "" "Subscribed folders are folders that you have chosen to receive mail from by " "subscribing to them." msgstr "" +"Οι φάκελοι με συνδρομή είναι φάκελοι από τους οποίους έχετε διαλέξει να " +"λαμβάνετε αλληλογραφία, με το να κάνετε συνδρομή σε αυτούς." #: C/evolution.xml:596(para) -#, fuzzy msgid "" "Select if you want Evolution to override server-supplied folder namespaces." -msgstr "Παρά_καμψη φακέλου namespace που παρέχεται από το διακομιστή" +msgstr "" +"Διαλέξτε αν θέλετε το Evolution να παρακάμπτει φακέλους namespace που " +"παρέχονται από το διακομιστή." #: C/evolution.xml:597(para) msgid "" "By choosing this option you can rename the folders that the server provides. " "If you select this option, you need to specify the namespace to use." msgstr "" +"Διαλέγοντας αυτή την επιλογή, μπορείτε να μετονομάζετε τους φακέλους που " +"παρέχει ο διακομιστής. Αν διαλέξετε αυτή την επιλογή, πρέπει να ορίσετε το " +"namespace που χρησιμοποιείται." #: C/evolution.xml:608(para) msgid "Select if you want to check for junk messages in the Inbox folder." @@ -1804,7 +1904,7 @@ msgstr "" #: C/evolution.xml:654(para) msgid "Select if you want to show folders in short notation." -msgstr "" +msgstr "Επιλέξτε αν θέλετε να φαίνονται οι φάκελοι με σύντομη σήμανση." #: C/evolution.xml:655(para) msgid "For example, comp.os.linux would appear as c.o.linux." @@ -1815,6 +1915,8 @@ msgid "" "Select if you want to show relative folder names in the subscription dialog " "box." msgstr "" +"Επιλέξτε αν θέλετε να εμφανίζονται σχετικά ονόματα φακέλων στο διάλογο " +"συνδρομής." #: C/evolution.xml:659(para) msgid "" @@ -1822,51 +1924,52 @@ msgid "" "the name of the folder is displayed. For example the folder evolution.mail " "would appear as evolution." msgstr "" +"Αν διαλέξετε να εμφανίζονται σχετικά ονόματα φακέλων στη σελίδα συνδρομών, " +"μόνο το όνομα του φακέλου θα εμφανίζεται. Για παράδειγμα ο φάκελος evolution." +"mail θα εμφανίζεται ως evolution." #: C/evolution.xml:692(para) -#, fuzzy msgid "" "Select if you want to use the <emphasis>.folders</emphasis> summary file." -msgstr "Έλεγχος για νέα μηνύματα σε όλους τους φακέλους" +msgstr "" +"Διαλέξτε αν θέλετε να χρησιμοποιείτε το αρχείο περίληψης <emphasis>.folders</" +"emphasis>." #: C/evolution.xml:725(title) -#, fuzzy msgid "Standard Unix mbox Spool File Receiving Options" -msgstr "Unix mbox spool ή κατάλογος" +msgstr "Επιλογές λήψης Απλού αρχείου Unix mbox spool" #: C/evolution.xml:735(para) C/evolution.xml:758(para) -#, fuzzy msgid "" "Select if you want to store status headers in Elm, Pine, and Mutt formats." -msgstr "Αποθήκευση κατάστασης κεφαλίδων σε μορφή Elm/Pine/Mutt" +msgstr "" +"Διαλέξτε αν θέλετε να αποθηκεύονται οι κεφαλίδες κατάστασης σε μορφή Elm, " +"Pine και Mutt." #: C/evolution.xml:747(title) -#, fuzzy msgid "Standard Unix mbox Spool Directory Receiving Options" -msgstr "Unix mbox spool ή κατάλογος" +msgstr "Επιλογές λήψης απλού καταλόγου Unix mbox Spool." #: C/evolution.xml:772(para) msgid "" "Now that you have entered information about how you plan to get mail, " "Evolution needs to know about how you want to send it." msgstr "" +"Τώρα που έχετε εισάγει τις πληροφορίες για τον τρόπο που θέλετε να λαμβάνετε " +"αλληλογραφία, το Evolution χρειάζεται να ξέρει και τον τρόπο που θα την " +"αποστέλλετε." #: C/evolution.xml:775(para) -#, fuzzy msgid "Select a server type from the Server Type list." -msgstr "Επιλέξτε μια επιλογή αναζήτησης από την κυλιόμενη λίστα" +msgstr "Διαλέξτε έναν τύπο διακομιστή από τη λίστα Τύπος διακομιστή." #: C/evolution.xml:776(para) -#, fuzzy msgid "The following server types are available:" -msgstr "" -"Το παιγνίδι τελείωσε.\n" -"Δεν υπάρχουν άλλες υποδείξεις" +msgstr "Οι ακόλουθοι τύποι διακομιστή είναι διαθέσιμοι:" #: C/evolution.xml:778(title) -#, fuzzy msgid "Sendmail:" -msgstr "Sendmail" +msgstr "Sendmail:" #: C/evolution.xml:779(para) msgid "" @@ -1874,6 +1977,10 @@ msgid "" "flexible, but is not as easy to configure, so you should select this option " "only if you know how to set up a Sendmail service." msgstr "" +"Χρησιμοποιεί το πρόγραμμα Sendmail για να στέλνει αλληλογραφία από το " +"σύστημά σας. Το Sendmail είναι πιο ευέλικτο, αλλά δεν είναι τόσο εύκολο στη " +"ρύθμιση, οπότε θα πρέπει να διαλέξετε αυτή την επιλογή μόνο αν ξέρετε πώς να " +"ρυθμίσετε μια υπηρεσία Sendmail." #: C/evolution.xml:782(title) msgid "SMTP:" @@ -1886,6 +1993,11 @@ msgid "" "options. See <link linkend=\"bsthwzo\">SMTP Configuration</link> for more " "information." msgstr "" +"Στέλνει την αλληλογραφία χρησιμοποιώντας έναν εξωτερικό διακομιστή " +"αλληλογραφίας. Αυτή είναι η πιο συνηθισμένη επιλογή για αποστολή " +"αλληλογραφίας. Αν επιλέξετε το SMPT, υπάρχουν επιπλέον επιλογές ρύθμισης. " +"Δείτε τη <link linkend=\"bsthwzo\">Ρύθμιση SMTP</link> για περισσότερες " +"λεπτομέρειες." #: C/evolution.xml:789(title) msgid "SMTP Configuration" @@ -1906,6 +2018,7 @@ msgstr "" #: C/evolution.xml:820(para) msgid "Continue with <link linkend=\"bsti1ty\">Account Management</link>." msgstr "" +"Συνεχίστε με τη <link linkend=\"bsti1ty\">Διαχείριση λογαριασμού</link>." #: C/evolution.xml:826(para) msgid "" @@ -1913,28 +2026,34 @@ msgid "" "the account a name. The name can be any name you prefer. Type your account " "name on the Name field, then click Forward." msgstr "" +"Τώρα που τελειώσατε τη διαδικασία ρύθμισης της αλληλογραφίας πρέπει να " +"δώσετε ένα όνομα για το λογαριασμό. Το όνομα μπορεί να είναι οποιοδήποτε " +"όνομα προτιμάτε εσείς. Πληκτρολογήστε το όνομα του λογαριασμού στο πεδίο " +"Όνομα, και μετά πατήστε Μπροστά." #: C/evolution.xml:827(para) msgid "" "Continue with <link linkend=\"step-three-b\">Time Zone</link><link linkend=" "\"step-three-b\"/>." msgstr "" +"Συνεχίστε με τη <link linkend=\"step-three-b\">Ζώνη ώρας</link><link linkend=" +"\"step-three-b\"/>." #: C/evolution.xml:834(para) msgid "Select your time zone on the map." -msgstr "Επιλέξτε την ζώνη ώρας σας στον χάρτη." +msgstr "Επιλέξτε την ζώνη ώρας σας στο χάρτη." #: C/evolution.xml:836(para) msgid "Select from the time zone drop-down list." -msgstr "Επιλέξτε από την κυλιόμενη λίστα ζωνών ώρας." +msgstr "Επιλέξτε από την αναδιπλούμενη λίστα ζωνών ώρας." #: C/evolution.xml:841(para) msgid "Click OK, then click Apply." -msgstr "Κάντε κλικ στο ΟΚ, μετά στο Εφαρμογή." +msgstr "Πατήστε ΟΚ, μετά στο Εφαρμογή." #: C/evolution.xml:842(para) msgid "Evolution opens with your new account created." -msgstr "" +msgstr "Το Evolution ανοίγει με το νέο λογαριασμό δημιουργημένο." #: C/evolution.xml:845(para) msgid "" @@ -1942,10 +2061,14 @@ msgid "" "linkend=\"fourth-step\">Importing Mail (Optional)</link>. If not, skip to " "<link linkend=\"ui-intro\">Using Evolution: An Overview</link>." msgstr "" +"Αν θέλετε να εισάγετε αλληλογραφία από έναν άλλο πελάτη αλληλογραφίας, " +"συνεχίστε με την <link linkend=\"fourth-step\">Εισαγωγή αλληλογραφίας " +"(Προαιρετική)</link>. Αν όχι, προχωρήστε στη <link linkend=\"ui-intro" +"\">Χρήση του Evolution: Μια περίληψη</link>." #: C/evolution.xml:849(title) msgid "Importing Mail (Optional)" -msgstr "" +msgstr "Εισαγωγή αλληλογραφίας (Προαιρετική)" #: C/evolution.xml:850(para) msgid "" @@ -1954,12 +2077,20 @@ msgid "" "of the import feature, see <link linkend=\"importing-mail\">Importing Single " "Files</link>." msgstr "" +"Μετά που θα έχετε διαλέξει τη ζώνη ώρας σας, αν το Evolution εντοπίσει " +"αλληλογραφία ή αρχεία διευθύνσεων από άλλη εφαρμογή, θα σας προσφέρει τη " +"δυνατότητα να τα εισάγετε. Για μια πλήρη περιγραφή της λειτουργίας " +"εισαγωγής, δείτε την <link linkend=\"importing-mail\">Εισαγωγή μοναδικών " +"αρχείων</link>." #: C/evolution.xml:851(para) C/evolution.xml:2606(para) msgid "" "Microsoft Outlook* and versions of Outlook Express after version 4 use " "proprietary formats that Evolution cannot read or import." msgstr "" +"Το Microsoft Outlook* και οι εκδόσεις του Outlook Express μετά την έκδοση 4 " +"χρησιμοποιούν ιδιόκτητες μορφές τις οποίες το Evolution δε μπορεί να " +"διαβάσει ή να εισάγει." #: C/evolution.xml:852(para) msgid "" @@ -1967,6 +2098,9 @@ msgid "" "See the instructions in <link linkend=\"outlook-migration-mail\">Migrating " "Local Outlook Mail Folders</link>." msgstr "" +"Για να εισάγετε πληροφορίες, ίσως χρειαστεί να χρησιμοποιήσετε το εργαλείο " +"Εξαγωγής στα Windows*. Δείτε τις οδηγίες στη <link linkend=\"outlook-" +"migration-mail\">Μετάβαση τοπικών φακέλων αλληλογραφίας Outlook</link>." #: C/evolution.xml:853(para) C/evolution.xml:2611(para) msgid "" @@ -1975,6 +2109,11 @@ msgid "" "mail tool. Otherwise, Evolution imports and undeletes the messages in your " "Trash folders." msgstr "" +"Πριν την εισαγωγή αλληλογραφίας από το Netscape*, οι χρήστες του Mozilla και " +"του Netscape πρέπει να επιλέξουν Αρχείο > Συμπίεση > Όλοι οι φάκελοι, " +"μέσα από το εργαλείο αλληλογραφίας του Netscape ή του Mozilla. Σε αντίθετη " +"περίπτωση, το Evolution εισάγει και επαναφέρει τα μηνύματα από το φάκελο των " +"διαγραμμένων μηνυμάτων σας." #: C/evolution.xml:855(para) msgid "" @@ -1983,6 +2122,11 @@ msgid "" "directory. The file formats used are <emphasis>mbox</emphasis> for email and " "<emphasis>iCal</emphasis> for calendar information." msgstr "" +"Το Evolution χρησιμοποιεί πρότυπους τύπους αρχείων για τις πληροφορίες της " +"αλληλογραφίας και του ημερολογίου, οπότε μπορείτε να αντιγράψετε αυτές τις " +"πληροφορίες από το φάκελο <command>~/.evolution</command>. Οι μορφές αρχείων " +"που χρησιμοποιούνται είναι η <emphasis>mbox</emphasis> για την αλληλογραφία " +"και η <emphasis>iCal</emphasis> για τις πληροφορίες ημερολογίου." #: C/evolution.xml:856(para) msgid "" @@ -1991,6 +2135,10 @@ msgid "" "\". If you want to export only one contact, click File > Save Contact as " "VCard." msgstr "" +"Τα αρχεία των επαφών αποθηκεύονται σε μια βάση δεδομένων, αλλά μπορούν να " +"αποθηκευτούν ως απλά vCard*. Για να εξάγετε ένα βιβλίο διευθύνσεων, επιλέξτε " +"Αρχείο > Αποθήκευση βιβλίου διευθύνσεων ως VCard. Αν θέλετε να εξάγετε " +"μόνο μια επαφή, επιλέξτε Αρχείο > Αποθήκευση επαφής ως VCard." #: C/evolution.xml:864(para) msgid "" @@ -1998,6 +2146,9 @@ msgid "" "using Evolution. Here's a quick explanation of what's happening in your main " "Evolution window." msgstr "" +"Τώρα που η αρχική ρύθμιση έχει τελειώσει, είστε έτοιμοι να ξεκινήσετε να " +"χρησιμοποιείτε το Evolution. Να μια γρήγορη επεξήγηση του τι συμβαίνει στο " +"κύριο παράθυρο του Evolution." #: C/evolution.xml:867(title) msgid "Menu Bar:" @@ -2009,6 +2160,9 @@ msgid "" "information, see <link linkend=\"usage-mainwindow-menubar\">The Menu Bar</" "link>." msgstr "" +"Η γραμμή μενού σας παρέχει πρόσβαση στα περισσότερα χαρακτηριστικά του " +"Evolution. Για περισσότερες πληροφορίες δείτε το <link linkend=\"usage-" +"mainwindow-menubar\">Η γραμμή μενού</link>." #: C/evolution.xml:871(title) msgid "Folder List:" @@ -2020,6 +2174,9 @@ msgid "" "To see the contents of a folder, click the folder name and the contents are " "displayed in the message list." msgstr "" +"Η λίστα φακέλων σας δίνει μια λίστα με τους διαθέσιμους φάκελους για κάθε " +"λογαριασμό. Για να δείτε τα περιεχόμενα ενός φακέλου, πατήστε στο όνομα του " +"φακέλου και τα περιεχόμενά του προβάλλονται στη λίστα μηνυμάτων." #: C/evolution.xml:875(title) msgid "Toolbar:" @@ -2030,6 +2187,8 @@ msgid "" "The toolbar gives you fast and easy access to the frequently used features " "in each component." msgstr "" +"Η εργαλειοθήκη παρέχει γρήγορη και εύκολη πρόσβαση στις συχνά " +"χρησιμοποιούμενες λειτουργίες σε κάθε συστατικό." #: C/evolution.xml:879(title) msgid "Search Tool:" @@ -2040,6 +2199,9 @@ msgid "" "The search tool lets you search your email, contacts, calendar, and tasks to " "easily find what you're looking for." msgstr "" +"Το εργαλείο αναζήτησης σας επιτρέπει να ψάχνετε μέσα στην αλληλογραφία, τις " +"επαφές, τα ημερολόγια και τις εργασίες σας και να βρίσκετε εύκολα αυτό που " +"θέλετε." #: C/evolution.xml:883(title) C/evolution.xml:1042(title) msgid "Message List:" @@ -2050,10 +2212,13 @@ msgid "" "The message list displays a list of email that you have received. To view an " "email in the preview pane, click the email in the message list." msgstr "" +"Η λίστα μηνυμάτων εμφανίζει μια λίστα με αλληλογραφία που έχετε λάβει. Για " +"να δείτε ένα μήνυμα στο πλαίσιο προεπισκόπησης, πατήστε στο μήνυμα στη λίστα " +"μηνυμάτων." #: C/evolution.xml:887(title) msgid "Side Bar:" -msgstr "Πλαϊνή μπάρα:" +msgstr "Πλευρική στήλη:" #: C/evolution.xml:888(para) msgid "" @@ -2063,17 +2228,25 @@ msgid "" "tool. For additional information, see <link linkend=\"usage-mainwindow-" "shortcutbar\">The Side Bar</link>." msgstr "" +"Η πλευρική στήλη σας επιτρέπει να εναλλάσεστε μεταξύ φακέλων και μεταξύ " +"εργαλείων του Evolution. Στο κάτω μέρος της πλευρικής στήλης βρίσκεται ο " +"εναλλάκτης που σε επιτρέπει να διαλέξετε ανάμεσα στα εργαλεία του Evolution, " +"και από πάνω βρίσκεται μια λίστα με όλους τους διαθέσιμους φακέλους για κάθε " +"τρέχον εργαλείο. Για περισσότερες πληροφορίες δείτε το <link linkend=\"usage-" +"mainwindow-shortcutbar\">Η πλευρική στήλη</link>." #: C/evolution.xml:891(title) -#, fuzzy msgid "Switcher:" -msgstr "Διακόπτες" +msgstr "Εναλλάκτης:" #: C/evolution.xml:892(para) msgid "" "The switcher at the bottom of the side bar lets you switch between the " "Evolution tools - Mail, Contacts, Calendars, Memos and Tasks." msgstr "" +"Ο εναλλάκτης στο κάτω μέρος της πλευρικής στήλης σας επιτρέπει να " +"εναλλάσεστε μεταξύ των εργαλείων του Evolution: Αλληλογραφία, Επαφές, " +"Ημερολόγια, Memos και Εργασίες." #: C/evolution.xml:895(title) msgid "Status Bar:" @@ -2086,30 +2259,27 @@ msgid "" "progress queues are shown in the previous figure. The Online/Offline " "indicator is here, too, in the lower left of the window." msgstr "" +"Η γραμμή κατάστασης περιοδικά εμφανίζει ένα μήνυμα, ή σας ενημερώνει για την " +"πρόοδο μιας εργασίας. Αυτό συμβαίνει πιο συχνά όταν ελέγχετε ή αποστέλλετε " +"αλληλογραφία. Αυτές οι σειρές προόδου φαίνονται στην προηγούμενη εικόνα. Η " +"ένδειξη Σε σύνδεση/Εκτός σύνδεσης είναι επίσης εδώ, στο κάτω αριστερά μέρος " +"του παραθύρου." #: C/evolution.xml:899(title) C/evolution.xml:1046(title) -#, fuzzy msgid "Preview Pane:" -msgstr "Προεπισκόπηση:" +msgstr "Πλαίσιο προεπισκόπησης:" #: C/evolution.xml:900(para) msgid "" "The preview pane displays the contents of the email that is selected in the " "message list." msgstr "" +"Το πλαίσιο προεπισκόπησης εμφανίζει τα περιεχόμενα του μηνύματος που είναι " +"επιλεγμένο στη λίστα μηνυμάτων." #: C/evolution.xml:904(title) -#, fuzzy msgid "The Menu Bar" -msgstr "" -"#-#-#-#-# gnome-panel.HEAD.el.po (el) #-#-#-#-#\n" -"Εργαλειοθήκη Μενού\n" -"#-#-#-#-# sabayon.HEAD.el.po (sabayon.HEAD.el) #-#-#-#-#\n" -"Γραμμή μενού\n" -"#-#-#-#-# gdm2.HEAD.el.po (el) #-#-#-#-#\n" -"Γραμμή μενού\n" -"#-#-#-#-# glade3.HEAD.el.po (glade3.HEAD) #-#-#-#-#\n" -"Γραμμή Μενού" +msgstr "Η γραμμή μενού" #: C/evolution.xml:905(para) msgid "" @@ -2118,6 +2288,11 @@ msgid "" "items relate to email. Some content relates to other components of Evolution " "and some, especially in the File menu, relates to the application as a whole." msgstr "" +"Τα περιεχόμενα της γραμμής μενού πάντα παρέχουν όλες τις δυνατές ενέργειες " +"για κάθε προβολή των δεδομένων σας. Αν βλέπετε τα Εισερχόμενά σας, τότε οι " +"περισσότερες καταχωρήσεις τα μενού θα σχετίζονται με την αλληλογραφία. " +"Κάποιες άλλες καταχωρήσεις σχετίζονται με άλλα συστατικά του Evolution, και " +"κάποιες, ειδικά στο μενού Αρχείο, σχετίζονται με ολόκληρη την εφαρμογή." #: C/evolution.xml:907(title) msgid "File:" @@ -2129,6 +2304,9 @@ msgid "" "in this menu, such as creating things, saving them to disk, printing them, " "and quitting the program itself." msgstr "" +"Οτιδήποτε έχει να κάνει με ένα αρχείο ή με τις λειτουργίες της εφαρμογής " +"εμφανίζεται σε αυτό το μενού, όπως η δημιουργία, η αποθήκευση, η εκτύπωση " +"και το κλείσιμο της ίδιας της εφαρμογής." #: C/evolution.xml:911(title) msgid "Edit:" @@ -2139,6 +2317,9 @@ msgid "" "Holds useful tools that help you edit text and move it around. Also lets you " "access the settings and configuration options." msgstr "" +"Περιέχει χρήσιμα εργαλεία που σας βοηθούν να επεξεργάζεστε κείμενο και να το " +"μετακινείτε. Επίσης σας παρέχει πρόσβαση στις ρυθμίσεις και τις επιλογές " +"προτιμήσεων." # #-#-#-#-# gnome-terminal.HEAD.el.po (el) #-#-#-#-# # #-#-#-#-# memory.el.po (abiword 1.0) #-#-#-#-# @@ -2179,6 +2360,9 @@ msgid "" "appearance of Evolution as a whole, and others the way a particular kind of " "information appears." msgstr "" +"Σας επιτρέπει να αποφασίσετε πώς θα φαίνεται το Evolution. Μερικά από τα " +"χαρακτηριστικά επηρεάζουν ολόκληρο το Evolution, και άλλα την τρόπο που " +"εμφανίζεται ένα συγκεκριμένο είδος πληροφορίας." #: C/evolution.xml:919(title) msgid "Folder:" @@ -2189,6 +2373,8 @@ msgid "" "Holds actions that can be performed on folders. You can find things like " "copy, rename, delete, and so on." msgstr "" +"Περιέχει ενέργειες που μπορούν να εφαρμοστούν σε φακέλους. Μπορείτε να " +"βρείτε ενέργειες όπως η αντιγραφή, η μετονομασία, ή διαγραφή και άλλα." #: C/evolution.xml:923(title) msgid "Message:" @@ -2200,6 +2386,9 @@ msgid "" "for the action, such as replying to a message, you can normally find it in " "the Message menu." msgstr "" +"Περιέχει ενέργειες που μπορούν να εφαρμοστούν σε ένα μήνυμα. Αν υπάρχει μόνο " +"ένας στόχος για την ενέργεια, όπως η απάντηση σε ένα μήνυμα, τότε κανονικά " +"θα τη βρείτε στο μενού Μήνυμα." #: C/evolution.xml:927(title) msgid "Search:" @@ -2212,6 +2401,12 @@ msgid "" "is a text entry box in the toolbar that you can use to search for messages. " "You can also create a search folder from a search." msgstr "" +"Σας επιτρέπει να αναζητάτε για μηνύματα ή για φράσεις μέσα σ' ένα μήνυμα. " +"Μπορείτε επίσης να δείτε προηγούμενες αναζητήσεις που έχετε κάνει. Επιπλέον " +"από το μενού Αναζήτηση, υπάρχει ένα πεδίο εισαγωγής κειμένου στην " +"εργαλειοθήκη το οποίο μπορείτε να χρησιμοποιήσετε για αναζήτηση για " +"μηνύματα. Μπορείτε επίσης να δημιουργήσετε ένα φάκελο αναζήτησης από μια " +"αναζήτηση." # #-#-#-#-# gnome-terminal.HEAD.el.po (el) #-#-#-#-# # #-#-#-#-# galeon-el.po (galeon 1.0) #-#-#-#-# @@ -2240,7 +2435,7 @@ msgstr "Ανοίγει τα αρχεία βοήθειας του Evolution." #: C/evolution.xml:937(title) msgid "The Sidebar" -msgstr "" +msgstr "Η πλευρική στήλη" #: C/evolution.xml:938(para) msgid "" @@ -2250,6 +2445,12 @@ msgid "" "Above the Switcher is a list of folders related to the current Evolution " "tool." msgstr "" +"Η πλευρική στήλη είναι το κάθετο πλαίσιο στην αριστερή πλευρά του κύριου " +"παράθυρου του Evolution. Στο κάτω μέρος της Πλευρικής στήλης είναι ο " +"Εναλλάκτης. Αυτός σας επιτρέπει να εναλλάσσεστε μεταξύ των εργαλείων του " +"Evolution όπως η Αλληλογραφία, τα Memo, οι εργασίες και οι Επαφές. Πάνω από " +"τον Εναλλάκτη βρίσκεται μια λίστα με φακέλους που σχετίζονται με το τρέχον " +"εργαλείο του Evolution." #: C/evolution.xml:939(para) msgid "" @@ -2263,20 +2464,34 @@ msgid "" "in <link linkend=\"usage-mail-organize-vfolders\">Using Search Folders</" "link>." msgstr "" +"Στη λίστα φακέλων οργανώνεται η αλληλογραφία, τα ημερολόγια, τα βιβλία " +"διευθύνσεων, οι λίστες εργασιών και οι λίστες memo σε μια δενδρική δομή, " +"όμοια με ένα <link linkend=\"filetree\">δένδρο αρχείων</link>. Οι " +"περισσότεροι θα βρείτε έναν εώς τέσσερις φακέλους στη βάση του δέντρου, " +"ανάλογα με το εργαλείο και τη ρύθμιση του συστήματος. Κάθε εργαλείο του " +"Evolution έχει τουλάχιστον ένα φάκελο, που ονομάζεται Σε αυτόν τον " +"υπολογιστή, για τοπικές πληροφορίες. Για παράδειγμα, η λίστα φακέλων για το " +"εργαλείο αλληλογραφίας εμφανίζει οποιαδήποτε απομακρυσμένη αποθήκευση " +"αλληλογραφίας που έχετε ρυθμίσει, όπως επίσης και τους τοπικούς φακέλους και " +"τους φακέλους αναζήτησης, για τους οποίους μπορείτε να διαβάσετε στη <link " +"linkend=\"usage-mail-organize-vfolders\">Χρήση τοπικών φακέλων</link>." #: C/evolution.xml:940(para) msgid "" "If you get large amounts of email, you might want more folders than just " "your Inbox. You can also create multiple calendar, task, or contacts folders." msgstr "" +"Αν λαμβάνετε τεράστιες ποσότητες αλληλογραφίας, πιθανότατα θα χρειάζεστε " +"περισσότερους φακέλους από το Εισερχόμενα. Μπορείτε επίσης να δημιουργείτε " +"πολλαπλούς φακέλους ημερολογίου, εργασιών ή επαφών." #: C/evolution.xml:941(para) msgid "To create a new folder:" -msgstr "Για να δημιουργήσετε έναν νέο φάκελο:" +msgstr "Δημιουργία νέου φακέλου:" #: C/evolution.xml:944(para) msgid "Click Folder > New." -msgstr "" +msgstr "Επιλέξτε Φάκελος > Νέο." #: C/evolution.xml:947(para) msgid "Type the name of the folder in the Folder Name field." @@ -2312,12 +2527,11 @@ msgstr "Επιλέξτε την τοποθεσία του νέου φακέλο� #: C/evolution.xml:6507(para) C/evolution.xml:7177(para) #: C/evolution.xml:7275(para) C/evolution.xml:7409(para) msgid "Click OK." -msgstr "Κάντε κλικ στο ΟΚ." +msgstr "Πατήστε δημιουργία." #: C/evolution.xml:958(title) -#, fuzzy msgid "Changing Switcher Appearance:" -msgstr "Ενα_λλαγή εμφάνισης" +msgstr "Αλλαγή της εμφάνισης του Εναλλάκτη:" #: C/evolution.xml:959(para) msgid "" @@ -2325,6 +2539,9 @@ msgid "" "Appearance</emphasis> from the Menu Bar. Under Switcher Appearance you can " "select:" msgstr "" +"Για να αλλάξετε την εμφάνιση του εναλλάκη επιλέξτε <emphasis>Προβολή > " +"Εμφάνιση Εναλλάκτη</emphasis> από τη γραμμή μενού. Κάτω από την Εμφάνιση " +"Εναλλάκτη μπορείτε να επιλέξετε:" #: C/evolution.xml:961(title) msgid "Icons and Text:" @@ -2333,10 +2550,11 @@ msgstr "Εικονίδια και κείμενο:" #: C/evolution.xml:962(para) msgid "Displays buttons with the label and the icon corresponding to it." msgstr "" +"Εμφανίζει κουμπιά με την ετικέτα και το εικονίδιο που τους αντιστοιχεί." #: C/evolution.xml:965(title) msgid "Icons Only:" -msgstr "Μόνο εικονίδια:" +msgstr "Εικονίδια μόνο:" #: C/evolution.xml:966(para) msgid "Shows only the icons." @@ -2344,23 +2562,21 @@ msgstr "Εμφανίζει μόνο τα εικονίδια." #: C/evolution.xml:969(title) msgid "Texts Only:" -msgstr "Μόνο κείμενο:" +msgstr "Κείμενο μόνο:" #: C/evolution.xml:970(para) -#, fuzzy msgid "Displays buttons with the label, not the icons." -msgstr "Εμφάνιση κουμπιών παραθύρου μόνο με κείμενο" +msgstr "Εμφανίζει κουμπιά μόνο με την ετικέτα, όχι τα εικονίδια." #: C/evolution.xml:973(title) msgid "Toolbar Style:" -msgstr "Στυλ εργαλειοθήκης" +msgstr "Στυλ εργαλειοθήκης:" #: C/evolution.xml:974(para) -#, fuzzy msgid "Shows buttons using the desktop toolbar settings." msgstr "" -"Εμφάνιση κουμπιών παραθύρου με χρήση της ρύθμισης της εργαλειοθήκης " -"επιφάνειας εργασίας" +"Εμφανίζει κουμπιά χρησιμοποιώντας τη ρύθμιση της επιφάνειας εργασίας για την " +"εργαλειοθήκη." #: C/evolution.xml:977(title) msgid "Hide Buttons:" @@ -2368,7 +2584,7 @@ msgstr "Απόκρυψη κουμπιών:" #: C/evolution.xml:978(para) msgid "This option hides all the shortcut buttons of switcher." -msgstr "" +msgstr "Αυτή η επιλογή κρύβει όλα τα κουμπιά συντόμευσης από τον εναλλάκτη." #: C/evolution.xml:983(title) msgid "Folder Management" @@ -2379,6 +2595,8 @@ msgid "" "Right-click a folder or subfolder to display a menu with the following " "options:" msgstr "" +"Κάντε δεξί κλικ σ' ένα φάκελο ή υποφάκελο για να εμφανίσετε ένα μενού με τις " +"ακόλουθες επιλογές:" # #-#-#-#-# gnome-terminal.HEAD.el.po (el) #-#-#-#-# # #-#-#-#-# memory.el.po (abiword 1.0) #-#-#-#-# @@ -2411,26 +2629,26 @@ msgid "Copy:" msgstr "Αντιγραφή:" #: C/evolution.xml:987(para) -#, fuzzy msgid "" "Copies the folder to a different location. When you select this item, " "Evolution offers a choice of locations to copy the folder to." msgstr "" -"Αντιγράφει τον φάκελο σε μια διαφορετική τοποθεσία. Όταν επιλέξετε αυτή την " -"επιλογή, το Evolution δίνει μια " +"Αντιγράφει το φάκελο σε μια διαφορετική τοποθεσία. Όταν επιλέξετε αυτή την " +"καταχώρηση, το Evolution δίνει μια επιλογή από τοποθεσίες στις οποίες " +"μπορείτε να αντιγράψετε το φάκελο." #: C/evolution.xml:990(title) msgid "Move:" msgstr "Μετακίνηση:" #: C/evolution.xml:991(para) -#, fuzzy msgid "" "Moves the folder to another location. When you select this item, Evolution " "offers a choice of locations to move the folder to." msgstr "" -"Μετακινεί τον φάκελο σε μια άλλη τοποθεσία. Όταν επιλέξετε αυτή την επιλογή, " -"το Evolution " +"Μετακινεί το φάκελο σε μια άλλη τοποθεσία. Όταν επιλέξετε αυτή την " +"καταχώρηση, το Evolution δίνει μια επιλογή από τοποθεσίες στις οποίες " +"μπορείτε να μετακινήσετε το φάκελο." #: C/evolution.xml:994(title) msgid "Mark Messages As Read:" @@ -2438,7 +2656,7 @@ msgstr "Σήμανση μηνυμάτων ως αναγνωσμένα:" #: C/evolution.xml:995(para) msgid "Marks all the messages in the folder as read." -msgstr "Σήμανση όλων των μηνυμάτων σε αυτό τον φάκελο ως αναγνωσμένα." +msgstr "Σήμανση όλων των μηνυμάτων σε αυτό το φάκελο ως αναγνωσμένα." #: C/evolution.xml:998(title) msgid "New Folder:" @@ -2446,7 +2664,7 @@ msgstr "Νέος φάκελος:" #: C/evolution.xml:999(para) msgid "Creates another folder in the same location." -msgstr "Δημιουργεί έναν άλλον φάκελο στην ίδια τοποθεσία." +msgstr "Δημιουργεί έναν ακόμα φάκελο στην ίδια τοποθεσία." #: C/evolution.xml:1002(title) C/evolution.xml:3135(title) msgid "Delete:" @@ -2454,7 +2672,7 @@ msgstr "Διαγραφή:" #: C/evolution.xml:1003(para) msgid "Deletes the folder and all its contents." -msgstr "Διαγράφει τον φάκελο και όλα τα περιεχόμενά του." +msgstr "Διαγράφει το φάκελο και όλα τα περιεχόμενά του." #: C/evolution.xml:1006(title) msgid "Rename:" @@ -2498,19 +2716,18 @@ msgid "" "Any time new email arrives in a email folder, that folder label is displayed " "in bold text, along with the number of new messages in that folder." msgstr "" -"Κάθε φορά που ένα νέο μήνυμα λαμβάνεται σε έναν φάκελο αλληλογραφίας, αυτός " -"ο φάκελος εμφανίζεται με έντονο κείμενο, και με τον αριθμό των νέων " -"μηνυμάτων σε αυτόν τον φάκελο." +"Κάθε φορά που ένα νέο μήνυμα λαμβάνεται σε ένα φάκελο αλληλογραφίας, αυτός ο " +"φάκελος εμφανίζεται με έντονο κείμενο, και με τον αριθμό των νέων μηνυμάτων " +"σε αυτόν τον φάκελο." #: C/evolution.xml:1023(title) -#| msgid "E-Mail" msgid "Email" msgstr "Αλληλογραφία" #: C/evolution.xml:1024(para) msgid "Evolution email is like other email programs in several ways:" msgstr "" -"Η αλληλογραφία του Evolution είναι σαν άλλα προγράμματα αλληλογραφίας σε " +"Η αλληλογραφία του Evolution μοιάζει με άλλα προγράμματα αλληλογραφίας σε " "πολλά σημεία:" #: C/evolution.xml:1027(para) @@ -2522,7 +2739,6 @@ msgstr "" "κάνει εύκολη την αποστολή και την λήψη πολλαπλών συνημμένων αρχείων." #: C/evolution.xml:1030(para) -#, fuzzy msgid "" "It supports multiple email sources, including <link linkend=\"imap\">IMAP</" "link>, <link linkend=\"pop\">POP3</link>, and local mbox or MH spools and " @@ -2530,6 +2746,8 @@ msgid "" msgstr "" "Υποστηρίζει πολλαπλές πηγές αλληλογραφίας, συμπεριλαμβανομένων των <link " "linkend=\"imap\">IMAP</link>, <link linkend=\"pop\">POP3</link>, και τοπικά " +"mbox ή MH spool και αρχεία που δημιουργούνται από άλλα προγράμματα " +"αλληλογραφίας." #: C/evolution.xml:1033(para) msgid "" @@ -2557,20 +2775,36 @@ msgid "" "especially useful. Here's a quick explanation of what's happening in your " "main Evolution email window." msgstr "" +"Ωστόσο, το Evolution έχει μερικές σημαντικές διαφορές από άλλες εφαρμογές " +"αλληλογραφίας. Κατ' αρχήν, είναι δημιουργημένο για να χειρίζεται τεράστιες " +"ποσότητες αλληλογραφίας. Οι λειτουργίες <link linkend=\"usage-mail-organize-" +"spam\">ανεπιθύμητης αλληλογραφίας</link>, <link linkend=\"usage-mail-" +"organize-filters\">φιλτραρίσματος</link> μηνυμάτων και <link linkend=\"usage-" +"mail-organize-search\">αναζήτησης</link> δημιουργήθηκαν για ταχύτητα και " +"παραγωγικότητα. Υπάρχουν επίσης οι <link linkend=\"usage-mail-organize-" +"vfolders\">φάκελοι αναζήτησης</link>, ένα προχωρημένο χαρακτηριστικό " +"οργάνωσης που δεν το βρίσκεται σε μερικούς πελάτες αλληλογραφίας. Αν " +"λαμβάνετε πολλή αλληλογραφία, ή αν θέλετε να αποθηκεύετε κάθε μήνυμα που " +"λαμβάνετε για να αναφερθείτε σ' αυτό αργότερα, θα βρείτε αυτό το " +"χαρακτηριστικό πολύ χρήσιμο. Να μια γρήγορη εξήγηση του τι συμβαίνει στο " +"κύριο παράθυρο της αλληλογραφίας του Evolution." #: C/evolution.xml:1043(para) msgid "" "The message list displays all the messages that you have. This includes all " "your read and unread messages, and email that is flagged to be deleted." msgstr "" +"Η λίστα μηνυμάτων εμφανίζει όλα τα μηνύματα που έχετε. Αυτό συμπεριλαμβάνει " +"όλα τα αναγνωσμένα και τα μη αναγνωσμένα μηνύματα, και αλληλογραφία που έχει " +"επισημανθεί προς διαγραφή." #: C/evolution.xml:1047(para) msgid "" "The preview pane displays the message that is currently chosen in the " "message list." msgstr "" -"Το ταμπλώ προεπισκόπησης εμφανίζει το μήνυμα που είναι επιλεγμένο στην λίστα " -"μηνυμάτων." +"Το πλαίσιο προεπισκόπησης εμφανίζει το μήνυμα που είναι επιλεγμένο στην " +"λίστα μηνυμάτων." #: C/evolution.xml:1049(para) msgid "" @@ -2579,11 +2813,11 @@ msgid "" "open in a new window. To change the size of a pane, drag the divider between " "the two panes." msgstr "" -"Αν το ταμπλό προεπισκόπησης σας φαίνεται πολύ μικρό, μπορείτε να του " +"Αν το πλαίσιο προεπισκόπησης σας φαίνεται πολύ μικρό, μπορείτε να του " "αλλάξετε το μέγεθος, να μεγεθύνετε ολόκληρο το παράθυρο, ή να κάνετε διπλό " -"κλικ στο μήνυμα στην λίστα μηνυμάτων για να το ανοίξετε σε νέο παράθυρο. Για " -"να αλλάξετε το μέγεθος ενός ταμπλό, σύρετε τη διαχωριστική γραμμή ανάμεσα " -"στα δύο ταμπλό." +"κλικ στο μήνυμα στη λίστα μηνυμάτων για να το ανοίξετε σε νέο παράθυρο. Για " +"να αλλάξετε το μέγεθος ενός πλαισίου, σύρετε τη διαχωριστική γραμμή ανάμεσα " +"στα δύο πλαίσια." #: C/evolution.xml:1050(para) msgid "" @@ -2591,6 +2825,11 @@ msgid "" "menu of possible actions, including moving or deleting them, creating " "filters or search folders based on them, and marking them as junk mail." msgstr "" +"Όπως και με τους φακέλους, μπορείτε να κάνετε δεξί κλικ στη λίστα μηνυμάτων " +"και να δείτε μια λίστα με δυνατές ενέργειες, συμπεριλαμβανομένων της " +"μετακίνησης και της διαγραφής μηνυμάτων, της δημιουργίας φίλτρων ή φακέλων " +"αναζήτησης βασισμένων στα μηνύματα, και της επισήμανσης ως ανεπιθύμητη " +"αλληλογραφία." #: C/evolution.xml:1051(para) msgid "" @@ -2599,12 +2838,20 @@ msgid "" "like Reply and Forward, also appear as buttons in the toolbar. Most of them " "are also located in the right-click menu and as keyboard shortcuts." msgstr "" +"Οι περισσότερες ενέργειες που θα θέλετε να εκτελέσετε σχετικά με την " +"αλληλογραφία σας, βρίσκονται στα μενού Μήνυμα και Φάκελος, στη γραμμή μενού. " +"Οι πιο συχνές από αυτές, όπως η Απάντηση και η προώθηση, εμφανίζονται επίσης " +"και ως κουμπιά στην εργαλειοθήκη. Οι περισσότερες από αυτές βρίσκονται " +"επίσης στο αναδυόμενο μενού στο δεξί κλικ, και ως συντομεύσεις πληκτρολογίου." #: C/evolution.xml:1052(para) msgid "" "For an in-depth guide to the email capabilities of Evolution, read <link " "linkend=\"usage-mail\">Sending and Receiving Email</link>." msgstr "" +"Για έναν εκτεταμένο οδηγό των δυνατοτήτων αλληλογραφίας του Evolution, " +"διαβάστε την <link linkend=\"usage-mail\">Αποστολή και λήψη αλληλογραφίας</" +"link>." #: C/evolution.xml:1056(title) msgid "The Calendar" @@ -2618,20 +2865,25 @@ msgid "" "there is a task list, where you can keep a list of tasks separate from your " "calendar appointments. Below that, there is a memo list." msgstr "" +"Για να αρχίσετε να χρησιμοποιείτε το ημερολόγιο, πατήστε Ημερολόγιο στον " +"Εναλλάκτη. Από προεπιλογή, το ημερολόγιο εμφανίζει το σημερινό πρόγραμμα σε " +"ένα διαγραμμισμένο παρασκήνιο. Κάτω αριστερά βρίσκεται ένα μηνιαίο " +"ημερολόγιο που μπορείτε να χρησιμοποιήσετε για να αλλάζετε ημέρες. Πάνω " +"δεξιά βρίσκεται η λίστα εργασιών, όπου μπορείτε να διατηρείτε μια λίστα με " +"εργασίες ξεχωριστά από τα ραντεβού του ημερολογίου. Κάτω από αυτήν, υπάρχει " +"μια λίστα με memo." #: C/evolution.xml:1060(title) -#, fuzzy msgid "Appointment List:" -msgstr "Ραντεβού" +msgstr "Λίστα ραντεβού:" #: C/evolution.xml:1061(para) msgid "The appointment list displays all your scheduled appointments." -msgstr "" +msgstr "Η λίστα ραντεβού εμφανίζει όλα σας τα προγραμματισμένα ραντεβού." #: C/evolution.xml:1064(title) -#, fuzzy msgid "Month Pane:" -msgstr "Όχι αλλαγή μήνα" +msgstr "Πλαίσιο μήνα:" #: C/evolution.xml:1065(para) msgid "" @@ -2640,6 +2892,10 @@ msgid "" "days in the month pane to display a custom range of days in the appointment " "list." msgstr "" +"Το πλαίσιο μήνα είναι μια μικρή προβολή ενός μηνιαίου ημερολογίου. Για να " +"εμφανίσετε περισσότερους μήνες, σύρετε το περίγραμμα του πλαισίου προς τα " +"δεξιά. Μπορείτε επίσης να επιλέξετε πολλές συνεχόμενες μέρες στο πλαίσιο " +"μήνα για να εμφανίσετε ένα τροποποιημένο φάσμα ημερών στη λίστα ραντεβού." #: C/evolution.xml:1068(title) msgid "Task List:" @@ -2651,12 +2907,17 @@ msgid "" "associated with them. You can use the list in a larger window by clicking " "the Tasks button in the side bar." msgstr "" +"Οι εργασίες είναι ξεχωριστές από τα ραντεβού γιατί συνήθως δεν ανατίθενται " +"σε συγκεκριμένη ώρα. Μπορείτε να χρησιμοποιήσετε αυτή τη λίστα σε ένα " +"μεγαλύτερο παράθυρο πατώντας στο κουμπί Εργασίες της πλευρικής στήλης." #: C/evolution.xml:1071(para) msgid "" "For more information about the calendar, see <link linkend=\"usage-calendar" "\">Evolution Calendar</link>." msgstr "" +"Για περισσότερες πληροφορίες σχετικά με το ημερολόγιο, δείτε το <link " +"linkend=\"usage-calendar\">Ημερολόγιο του Evolution</link>." #: C/evolution.xml:1075(title) msgid "The Contacts" @@ -2670,6 +2931,11 @@ msgid "" "OS* devices and use <link linkend=\"ldap\">LDAP</link> directories on a " "network." msgstr "" +"Οι επαφές του Evolution χειρίζονται όλες τις λειτουργίες ενός βιβλίου " +"διευθύνσεων ή τηλεφωνικού καταλόγου. Ωστόσο, είναι πιο εύκολο να ενημερώνετε " +"το Evolution απ' ότι να αλλάζετε ένα πραγματικό χάρτινο βιβλίο, εν μέρει " +"επειδή το Evolution μπορεί να συγχρονιστεί με συσκευές Palm OS* και να " +"χρησιμοποιήσει καταλόγους <link linkend=\"ldap\">LDAP</link> σ' ένα δίκτυο." #: C/evolution.xml:1077(para) msgid "" @@ -2678,6 +2944,11 @@ msgid "" "You can select other views from the View menu, and adjust the width of the " "columns by clicking and dragging the gray column dividers." msgstr "" +"Για να χρησιμοποιήσετε το εργαλείο επαφών, πατήστε Επαφές στον Εναλλάκτη. " +"Από προεπιλογή, η προβολή εμφανίζει όλες σας τις επαφές σε αλφαβητική σειρά, " +"σε προβολή καρτών διευθύνσεων. Μπορείτε να επιλέξετε άλλες προβολές από το " +"μενού Προβολή, και να τροποποιήσετε το πλάτος των στηλών πατώντας και " +"σύροντας τα γκρι διαχωριστικά στηλών." #: C/evolution.xml:1079(para) msgid "" @@ -2685,6 +2956,10 @@ msgid "" "of the application. For example, you can right-click an email address in " "Evolution mail to instantly create a contact entry." msgstr "" +"Ένα ακόμα πλεονέκτημα των επαφών του Evolution είναι η ενσωμάτωσή τους με " +"την υπόλοιπη εφαρμογή. Για παράδειγμα, μπορείτε να κάνετε δεξί κλικ σε μια " +"διεύθυνση αλληλογραφίας στην αλληλογραφία του Evolution για να φτιάξετε " +"αμέσως μια καταχώρηση στις επαφές." #: C/evolution.xml:1080(emphasis) msgid "Contact List" @@ -2696,12 +2971,19 @@ msgid "" "contacts. You can also search the contacts in the same way that you search " "email folders, using the search tool on the right side of the toolbar." msgstr "" +"Το μεγαλύτερο τμήμα της προβολής επαφών εμφανίζει μια λίστα με ξεχωριστές " +"επαφές. Μπορείτε επίσης να αναζητάτε τις επαφές με τον ίδιο τρόπο που " +"αναζητάτε φακέλους αλληλογραφίας, χρησιμοποιώντας το εργαλείο αναζήτησης στα " +"δεξιά της εργαλειοθήκης." #: C/evolution.xml:1082(para) msgid "" "For detailed instructions on how to use the address book, read <link linkend=" "\"usage-contact\">Evolution Contacts: the Address Book</link>." msgstr "" +"Για λεπτομερείς οδηγίες για τη χρήση του βιβλίου διευθύνσεων, διαβάστε τις " +"<link linkend=\"usage-contact\">Επαφές του Evolution: το βιβλίο διευθύνσεων</" +"link>." #: C/evolution.xml:1087(title) msgid "Backing Up and Restoring Evolution" @@ -2714,76 +2996,95 @@ msgid "" "saves your Evolution settings, mail, contacts, tasks, memos, and calendars " "and creates an archive." msgstr "" +"Με ενεργοποιημένη την πρόσθετη λειτουργία για αντίγραφα ασφαλείας και " +"ανάκτηση, μπορείτε επιτυχώς να πάρετε αντίγραφο ασφαλείας του Evolution στον " +"υπολογιστή σας και να το επαναφέρετε όποτε είναι αναγκαίο. Το αντίγραφο " +"ασφαλείας αποθηκεύει τις ρυθμίσεις του Evolution, την αλληλογραφία, τις " +"επαφές, τις εργασίες, τα memo και τα ημερολόγια, και δημιουργεί ένα " +"συμπιεσμένο αρχείο." #: C/evolution.xml:1091(para) -#, fuzzy msgid "" "Select File > Backup Settings to select the folder where you want to save " "the backup." -msgstr "Ορίστε που θα δημιουργηθεί ο φάκελος:" +msgstr "" +"Επιλέξτε Αρχείο > Αντίγραφο ασφαλείας ρυθμίσεων για να επιλέξετε το " +"φάκελο στον οποίο θέλετε να αποθηκεύσετε το αντίγραφο ασφαλείας." #: C/evolution.xml:1093(para) msgid "Evolution is always backed up as evolution-backup.tar.gz." msgstr "" +"Το αντίγραφο ασφαλείας του Evolution ονομάζεται πάντα evolution-backup.tar." +"gz." #: C/evolution.xml:1094(para) msgid "" "Before the backup process starts, it asks you to close Evolution and " "displays a warning as shown below:" msgstr "" +"Προτού αρχίσει η διαδικασία λήψης του αντίγραφου ασφαλείας, σας ζητείται να " +"κλείσετε το Evolution και εμφανίζεται μια προειδοποίηση όπως η ακόλουθη:" #: C/evolution.xml:1099(para) -#, fuzzy msgid "" "Select Restart Evolution after backup to restart Evolution immediately after " "the backup process." -msgstr "Διεργασία backend για Evolution Exchange" +msgstr "" +"Επιλέξτε Επανεκκίνηση Evolution μετά από backup για να επανεκκινηθεί το " +"Evolution αμέσως μετά από τη διαδικασία δημιουργίας του αντίγραφου ασφαλείας." #: C/evolution.xml:1102(para) -#, fuzzy msgid "Click Yes to close Evolution and start the backup." -msgstr "Επανεκ_κίνηση Evolution μετά από backup" +msgstr "" +"Πατήστε Ναι για να κλείσετε το Evolution και να αρχίσει η δημιουργία του " +"αντίγραφου ασφαλείας." #: C/evolution.xml:1104(para) C/evolution.xml:1122(para) msgid "Evolution will auto-restart after the process." -msgstr "" +msgstr "Το Evolution θα επανεκκινίσει αυτόματα μετά τη διαδικασία." #: C/evolution.xml:1109(title) msgid "Restoring Evolution" msgstr "Επαναφορά Evolution" #: C/evolution.xml:1110(para) -#, fuzzy msgid "This feature restores your settings from the archive." -msgstr "Διαγραφή επιλογής από το συμπιεσμένο αρχείο" +msgstr "" +"Αυτή η λειτουργία επαναφέρει τις ρυθμίσεις σας από το συμπιεσμένο αρχείο." #: C/evolution.xml:1113(para) msgid "" "Select File > Restore Settings to open the available evolution-backup.tar." "gz files." msgstr "" +"Επιλέξτε Αρχείο > Επαναφορά ρυθμίσεων για να ανοίξετε τα διαθέσιμα αρχεία " +"evolution-backup.tar.gz." #: C/evolution.xml:1116(para) -#, fuzzy msgid "Select the evolution-backup.tar.gz and click Save." -msgstr "Επιλέξτε το όνομα αρχείου Evolution" +msgstr "Επιλέξτε το αρχείο evolution-backup.tar.gz και πατήστε Άνοιγμα." #: C/evolution.xml:1117(para) msgid "" "Before the process starts, a pop-up window appears and asks you to close " "Evolution. Close all the windows and then click Restore in the pop-up window." msgstr "" +"Πριν ξεκινήσει η διαδικασία, θα εμφανιστεί ένα αναδυόμενο παράθυρο και θα " +"σας ζητήσει να κλείσετε το Evolution. Κλείστε όλα τα παράθυρα και πατήστε " +"Επαναφορά στο αναδυόμενο παράθυρο." #: C/evolution.xml:1119(para) msgid "" "If you are creating your first account via the Startup Wizard, you can use " "the option to restore from the archive if it is available locally." msgstr "" +"Αν δημιουργείτε τον πρώτο σας λογαριασμό μέσω του Βοηθού εκκίνησης, μπορείτε " +"να ενεργοποιήσετε την επιλογή για επαναφορά από το συμπιεσμένο αρχείο αν " +"αυτό είναι διαθέσιμο τοπικά." #: C/evolution.xml:1129(title) -#, fuzzy msgid "Command Line Options" -msgstr "Αποτέλεσμα Γραμμής _Εντολών" +msgstr "Επιλογές γραμμής εντολών" #: C/evolution.xml:1130(para) msgid "" @@ -2791,10 +3092,14 @@ msgid "" "information about command line options, open a terminal window and type " "<command>evolution --help</command>." msgstr "" +"Το Evolution έχει μερικές επιλογές που μπορείτε να χρησιμοποιήσετε στη " +"γραμμή εντολών. Για περισσότερες πληροφορίες για τις επιλογές γραμμής " +"εντολών, ανοίξτε ένα παράθυρο τερματικού και πληκτρολογήστε " +"<command>evolution --help</command>." #: C/evolution.xml:1131(para) msgid "The most important command line options are:" -msgstr "" +msgstr "Οι πιο σημαντικές επιλογές γραμμής εντολών είναι:" #: C/evolution.xml:1139(para) msgid "Command" @@ -2815,6 +3120,7 @@ msgstr "evolution --disable-preview" #: C/evolution.xml:1160(para) msgid "Disables all the preview panes when you launch Evolution." msgstr "" +"Απενεργοποιεί όλα τα πλαίσια προεπισκόπησης όταν εκκινείτε το Evolution." #: C/evolution.xml:1161(para) msgid "" @@ -2822,42 +3128,45 @@ msgid "" "task or contact, thus providing a way to avoid an application crash caused " "by previewing the message, task or contact." msgstr "" +"Αυτό αποτρέπει το Evolution από του να ανοίξει το πιο πρόσφατα επιλεγμένο " +"μήνυμα, εργασία ή επαφή, παρέχοντας έτσι έναν τρόπο για να αποφεύγεται η " +"κατάρρευση της εφαρμογής όταν γίνεται προεπισκόπηση ενός μηνύματος, μιας " +"εργασίας ή μιας επαφής." #: C/evolution.xml:1166(para) msgid "evolution mailto:<varname>joe@somewhere.net</varname>" -msgstr "" +msgstr "evolution mailto:<varname>joe@somewhere.net</varname>" #: C/evolution.xml:1169(para) msgid "" "Starts Evolution and begins composing a message to the email address listed." msgstr "" +"Εκκινεί το Evolution και αρχίζει τη σύνθεση ενός μηνύματος στη διεύθυνση " +"αλληλογραφίας που καταχωρήθηκε." #: C/evolution.xml:1174(para) msgid "evolution -c mail" msgstr "evolution -c mail" #: C/evolution.xml:1177(para) -#, fuzzy msgid "Starts Evolution in mail mode." -msgstr "Επεξεργαστής μηνυμάτων του Evolution" +msgstr "Εκκινεί το Evolution σε λειτουργία αλληλογραφίας." #: C/evolution.xml:1182(para) msgid "evolution -c calendar" msgstr "evolution -c calendar" #: C/evolution.xml:1185(para) -#, fuzzy msgid "Starts Evolution in calendar mode." -msgstr "Εισαγωγέας iCalendar Evolution" +msgstr "Εκκινεί το Evolution σε λειτουργία ημερολογίου." #: C/evolution.xml:1190(para) msgid "evolution -c contacts" msgstr "evolution -c contacts" #: C/evolution.xml:1193(para) -#, fuzzy msgid "Starts Evolution in contacts mode." -msgstr "Επανε_κκίνηση Evolution μετά από επαναφορά" +msgstr "Εκκινεί το Evolution σε λειτουργία επαφών." #: C/evolution.xml:1198(para) msgid "evolution --force-shutdown" @@ -2865,7 +3174,7 @@ msgstr "evolution --force-shutdown" #: C/evolution.xml:1201(para) msgid "Forces every part of Evolution to shut down immediately." -msgstr "" +msgstr "Εξαναγκάζει το κλείσιμο όλων των μερών του Evolution άμεσα." #: C/evolution.xml:1206(para) msgid "evolution <quote>%s</quote>" @@ -2876,6 +3185,8 @@ msgid "" "Makes Evolution your default email handler for your Web browser and in the " "GNOME* Control Center." msgstr "" +"Κάνει το Evolution την προεπιλεγμένη εφαρμογή διαχείρισης της αλληλογραφίας " +"για τον περιηγητή ιστού και το Κέντρο ελέγχου του GNOME*." #: C/evolution.xml:1220(para) msgid "" @@ -2885,29 +3196,31 @@ msgid "" "to customize your mail account, see <link linkend=\"config-prefs-mail\">Mail " "Preferences</link>." msgstr "" +"Αυτή η ενότητα, όπως και η <link linkend=\"usage-mail-organize\">Οργάνωση " +"της αλληλογραφίας σας</link>, σας παρέχουν έναν εκτεταμένο οδηγό των " +"δυνατοτήτων του <trademark>Evolution</trademark> ως πελάτη αλληλογραφίας. " +"Για πληροφορίες για την τροποποίηση ενός λογαριασμού αλληλογραφίας, δείτε " +"τις <link linkend=\"config-prefs-mail\">Προτιμήσεις αλληλογραφίας</link>." #: C/evolution.xml:1223(link) C/evolution.xml:1243(title) msgid "Reading Mail" msgstr "Ανάγνωση αλληλογραφίας" #: C/evolution.xml:1226(link) C/evolution.xml:1511(title) -#, fuzzy msgid "Composing New Email Messages" -msgstr "Συγγραφή _νέου μηνύματος" +msgstr "Συγγραφή νέου μηνύματος αλληλογραφίας" #: C/evolution.xml:1229(link) C/evolution.xml:2121(title) msgid "Templates" msgstr "Πρότυπα" #: C/evolution.xml:1232(link) C/evolution.xml:2222(title) -#, fuzzy msgid "Sending Invitations by Mail" -msgstr "Αποστολή Αλληλογραφίας" +msgstr "Αποστολή προσκλήσεων μέσω αλληλογραφίας" #: C/evolution.xml:1235(link) C/evolution.xml:2245(title) -#, fuzzy msgid "IMAP Subscriptions Manager" -msgstr "_Συνδρομές" +msgstr "Διαχείριση συνδρομών IMAP" #: C/evolution.xml:1238(link) C/evolution.xml:2269(title) msgid "Encryption" @@ -2920,6 +3233,11 @@ msgid "" "message list; if you'd like to see it in its own window, either double-click " "it, press Enter, or press Ctrl+O." msgstr "" +"Αν δε βλέπετε ήδη την αλληλογραφία σας, μεταβείτε το εργαλείο αλληλογραφίας " +"πατώντας το κουμπί συντόμευσης Αλληλογραφία, ή πιέζοντας Ctrl+1. Για να " +"διαβάσετε ένα μήνυμα, επιλέξτε το στη λίστα μηνυμάτων. Αν θέλετε να το δείτε " +"σε δικό του παράθυρο, είτε κάντε πάνω του διπλό κλικ, είτε πατήστε Enter, " +"είτε πιέστε Ctrl+O." #: C/evolution.xml:1246(para) msgid "" @@ -2927,6 +3245,10 @@ msgid "" "press Backspace to page up while reading an email. Ensure that you use the " "keys when the message list is enabled." msgstr "" +"Για να διαβάσετε αλληλογραφία με το πληκτρολόγιο, μπορείτε να πιέσετε το " +"Spacebar για να προχωρήσετε κάτω κατά μια σελίδα, και το Backspace για να " +"προχωρήσετε πάνω κατά μια σελίδα ενώ διαβάζετε ένα μήνυμα. Βεβαιωθείτε ότι " +"χρησιμοποιείτε τα πλήκτρα όταν η λίστα μηνυμάτων είναι ενεργοποιημένη." #: C/evolution.xml:1247(para) msgid "" @@ -2938,10 +3260,18 @@ msgid "" "(]) for the next unread message, and the left square bracket ([) for the " "previous unread message." msgstr "" +"Περιηγηθείτε στη λίστα μηνυμάτων χρησιμοποιώντας τα βελάκια στο " +"πληκτρολόγιο. Για να μεταβείτε στο επόμενο και στο προηγούμενο αδιάβαστο " +"μήνυμα, πιέστε την τελεία (.) ή το κόμμα (,). Σε μερικά πληκτρολόγια, αυτά " +"τα πλήκτρα είναι επίσης μαρκαρισμένα με τα σύμβολα > και <, και αυτός " +"είναι ένας βολικός τρόπος για να θυμάστε ότι σας μετακινούν μπροστά και πίσω " +"στη λίστα μηνυμάτων. Μπορείτε επίσης να χρησιμοποιείτε τη δεξιά τετράγωνη " +"αγκύλη (]) για το επόμενο αδιάβαστο μήνυμα, και την αριστερή τετράγωνη " +"αγκύλη ([) για το προηγούμενο αδιάβαστο μήνυμα." #: C/evolution.xml:1251(title) msgid "Magic Spacebar for Reading Mail" -msgstr "" +msgstr "Το μαγικό πλήκτρο διαστήματος στην ανάγνωση αλληλογραφίας" #: C/evolution.xml:1252(para) msgid "" @@ -2949,47 +3279,59 @@ msgid "" "folders. You can read mail, scroll through mail and switch folders by using " "the Spacebar on your keyboard." msgstr "" +"Με το μαγικό πλήκτρο διαστήματος, μπορείτε να διαβάζετε εύκολο τα αδιάβαστα " +"μηνύματα σε όλους τους φακέλους αλληλογραφίας. Μπορείτε να διαβάζετε " +"μηνύματα, να περιηγήστε ανάμεσα στην αλληλογραφία και να αλλάζετε φακέλους " +"χρησιμοποιώντας το πλήκτρο διαστήματος (spacebar) στο πληκτρολόγιό σας." #: C/evolution.xml:1253(para) msgid "To enable Magic Spacebar:" -msgstr "" +msgstr "Για να ενεργοποιήσετε το μαγικό πλήκτρο διαστήματος:" #: C/evolution.xml:1256(para) C/evolution.xml:1403(para) #: C/evolution.xml:2368(para) C/evolution.xml:2410(para) #: C/evolution.xml:2471(para) C/evolution.xml:5360(para) #: C/evolution.xml:5631(para) C/evolution.xml:5914(para) #: C/evolution.xml:5930(para) C/evolution.xml:6356(para) -#, fuzzy msgid "Select Edit > Preferences, then select Mail Accounts." -msgstr "Προτιμήσεις gedit" +msgstr "" +"Επιλέξτε Επεξεργασία > Προτιμήσεις, και μετά επιλέξτε Λογαριασμοί " +"αλληλογραφίας." #: C/evolution.xml:1259(para) msgid "Select the Enable Magic Spacebar check box." msgstr "" +"Επιλέξτε το κουτάκι επιλογής Ενεργοποίηση μαγικού πλήκτρου διαστήματος." #: C/evolution.xml:1262(para) msgid "When you are in the Mail view, the Spacebar has the following behavior:" msgstr "" +"Όταν είστε στην προβολή αλληλογραφίας, το πλήκτρο διαστήματος έχει την " +"ακόλουθη συμπεριφορά:" #: C/evolution.xml:1265(para) msgid "" "When you press the Spacebar for the first time, it takes you to the next " "unread message." msgstr "" +"Όταν πατήσετε το πλήκτρο διαστήματος για πρώτη φορά, σας πηγαίνει στο " +"επόμενο αδιάβαστο μήνυμα." #: C/evolution.xml:1268(para) msgid "" "If the message is more than one screen long, the Spacebar works as Page Down " "key." msgstr "" +"Αν το μήνυμα είναι μακρύτερο από μια οθόνη, τότε το πλήκτρο διαστήματος " +"λειτουργεί όπως το πλήκτρο Page Down." #: C/evolution.xml:1271(para) msgid "" "If you press the Spacebar after you reach the bottom of the page, it takes " "you to the next unread message." msgstr "" -"Αν πατήσετε το Spacebar αφού έχετε φτάσει στο τέλος της σελίδας, σας πάει " -"στο επόμενο μη αναγνωσμένο μήνυμα." +"Αν πατήσετε το πλήκτρο διαστήματος αφού έχετε φτάσει στο τέλος της σελίδας, " +"σας πάει στο επόμενο μη αναγνωσμένο μήνυμα." #: C/evolution.xml:1274(para) msgid "" @@ -2997,8 +3339,8 @@ msgid "" "takes you to the next unread message in the next folder." msgstr "" "Αν δεν υπάρχουν άλλα μη αναγνωσμένα μηνύματα στο ταχυδρομικό σας κουτί, με " -"το πάτημα του Spacebar θα μεταβείτε στο επόμενο μη αναγνωσμένο μήνυμα στον " -"επόμενο φάκελο." +"το πάτημα του πλήκτρου διαστήματος θα μεταβείτε στο επόμενο μη αναγνωσμένο " +"μήνυμα στον επόμενο φάκελο." #: C/evolution.xml:1277(para) msgid "" @@ -3006,10 +3348,10 @@ msgid "" "those folders. This feature allows you to switch to the next unread message " "in a different folder without clicking the folder." msgstr "" -"Εάν τα νέα μηνύματα φθάνουν σε διάφορους φακέλους, το Spacebar κάνει " -"εναλλαγή μεταξύ αυτών των φακέλων. Αυτή η λειτουργία σας επιτρέπει να " +"Εάν τα νέα μηνύματα φθάνουν σε διάφορους φακέλους, το πλήκτρο διαστήματος " +"κάνει εναλλαγή μεταξύ αυτών των φακέλων. Αυτή η λειτουργία σας επιτρέπει να " "μεταβείτε στο επόμενο μη αναγνωσμένο μήνυμα σε ένα διαφορετικό φάκελο χωρίς " -"να κάνετε κλικ στον φάκελο." +"να πατήστε στον φάκελο." #: C/evolution.xml:1283(title) msgid "Checking for New Mail" @@ -3023,12 +3365,12 @@ msgid "" "accounts, see <link linkend=\"usage-mainwindow-starting\">Starting Evolution " "for the First Time</link>." msgstr "" -"Για να ελέγξετε την αλληλογραφία σας, κάντε κλικ στο Αποστολή/Λήψη στην " -"εργαλειοθήκη. Αν δεν έχετε δημιουργήσει κανέναν λογαριασμό αλληλογραφίας " +"Για να ελέγξετε την αλληλογραφία σας, πατήστε το Αποστολή/Λήψη στην " +"εργαλειοθήκη. Αν δεν έχετε δημιουργήσει κανένα λογαριασμό αλληλογραφίας " "ακόμη, ο βοηθός ρύθμισης σας ζητάει τις πληροφορίες που χρειάζεται για τον " "έλεγχο της αλληλογραφίας σας. Για πληροφορίες σχετικά με την δημιουργία " -"λογαριασμών αλληλογραφίας, δείτε: <link linkend=\"usage-mainwindow-starting" -"\">Εκκίνηση του Evolution για πρώτη φορά</link>." +"λογαριασμών αλληλογραφίας, δείτε την <link linkend=\"usage-mainwindow-" +"starting\">Εκκίνηση του Evolution για πρώτη φορά</link>." #: C/evolution.xml:1285(para) msgid "" @@ -3038,11 +3380,10 @@ msgid "" msgstr "" "Αν αυτή είναι η πρώτη φορά που ελέγχετε την αλληλογραφία σας, ή δεν έχετε " "ρυθμίσει το Evolution ώστε να αποθηκεύει τους κωδικούς σας, σας ζητείται ο " -"κωδικός πρόσβασης. Εισάγετε τον κωδικό πρόσβασης σας για να κάνετε λήψη της " -"αλληλογραφίας σας." +"κωδικός πρόσβασης. Εισάγετε τον κωδικό πρόσβασής σας για να λάβετε την " +"αλληλογραφία σας." #: C/evolution.xml:1286(para) -#, fuzzy msgid "" "If you get an error message instead of mail, you probably need to check your " "network settings. To learn how to do that, see <link linkend=\"mail-prefs-" @@ -3050,21 +3391,21 @@ msgid "" msgstr "" "Αν λαμβάνετε ένα μήνυμα σφάλματος αντί της αλληλογραφίας σας, μάλλον " "χρειάζεται να ελέγξετε τις ρυθμίσεις δικτύου σας. Για να μάθετε πώς γίνεται " -"αυτό, δείτε: <link linkend=\"mail-prefs-headers\">Mail Header Preferences</" -"link>, ή ρωτήστε τον διαχειριστή του συστήματός σας." +"αυτό, δείτε τις <link linkend=\"mail-prefs-headers\">Προτιμήσεις κεφαλίδας " +"αλληλογραφίας</link>, ή ρωτήστε το διαχειριστή του συστήματός σας." #: C/evolution.xml:1290(title) msgid "New Mail Notification" msgstr "Ειδοποίηση νέου μηνύματος" #: C/evolution.xml:1291(para) -#, fuzzy msgid "" "Evolution can notify you of new messages. When you receive a new message in " "your inbox, a blinking icon appears on the Switcher." msgstr "" "Το Evolution μπορεί να σας ειδοποιεί για νέα μηνύματα. Όταν λαμβάνετε ένα " -"νέο μήνυμα στα Εισερχόμενά σας, ένα εικονίδιο που αναβοσβήνει εμφανίζεται στο" +"νέο μήνυμα στα Εισερχόμενά σας, ένα εικονίδιο που αναβοσβήνει εμφανίζεται " +"στον Εναλλάκτη." #: C/evolution.xml:1292(para) msgid "" @@ -3075,7 +3416,8 @@ msgid "" msgstr "" "Μπορείτε επίσης να εμφανίσετε ένα εικονίδιο που αναβοσβήνει (<inlinegraphic " "format=\"PNG\" fileref=\"figures/evo_blink.png\"/>) στην περιοχή " -"ειδοποιήσεων που εξαφανίζεται όταν ανοίγετε το νέο μήνυμα. Αφήστε" +"ειδοποιήσεων το οποίο εξαφανίζεται όταν ανοίγετε το νέο μήνυμα. Αφήστε το " +"ποντίκι πάνω από το εικονίδιο για να προβάλετε το μήνυμα ειδοποίησης." #: C/evolution.xml:1294(para) msgid "" @@ -3083,21 +3425,27 @@ msgid "" "Notification check box. You can configure the plugin by specifing the " "following in the Plugin Manager." msgstr "" +"Για να ενεργοποιήσετε αυτή τη δυνατότητα, επιλέξτε Επεξεργασία > " +"Πρόσθετες λειτουργίες, και μετά ενεργοποιήστε το κουτάκι επιλογής Ειδοποίηση " +"νέου μηνύματος. Μπορείτε να ρυθμίσετε την πρόσθετη λειτουργία καθορίζοντας " +"τα ακόλουθα στο διαχειριστή πρόσθετων λειτουργιών." #: C/evolution.xml:1297(title) msgid "Notify new messages for Inbox only:" -msgstr "" +msgstr "Ειδοποίηση μόνο για νέα μηνύματα που φτάνουν στα εισερχόμενα:" #: C/evolution.xml:1298(para) msgid "" "Select this option to restrict the mail notification to Inbox. With this " "option enabled, you are notified of each new message arrival in the Inbox." msgstr "" +"Διαλέξτε αυτή την επιλογή για να περιορίσετε την ειδοποίηση σε αλληλογραφία " +"που φτάνει στα Εισερχόμενα. Με αυτή την επιλογή ενεργοποιημένη, ειδοποιήστε " +"για τη λήψη νέων μηνυμάτων στα Εισερχόμενα." #: C/evolution.xml:1301(title) -#, fuzzy msgid "Generate D-Bus message:" -msgstr "Δεν υπάρχει τέτοιο μήνυμα" +msgstr "Δημιουργία ενός μηνύματος D-Bus:" #: C/evolution.xml:1302(para) msgid "" @@ -3105,6 +3453,10 @@ msgid "" "communicate with each other. Select this option to generate a D-Bus message " "on the session bus whenever a new message arrives." msgstr "" +"Το D-Bus είναι ένας γρήγορος, ελαφρύς δίαυλος μεταφοράς μηνυμάτων που " +"επιτρέπει στις εφαρμογές να επικοινωνούν μεταξύ τους. Διαλέξτε αυτή την " +"επιλογή για να δημιουργείται ένα μήνυμα D-Bus στο δίαυλο της συνεδρίας κάθε " +"φορά που φτάνει ένα νέο μήνυμα." #: C/evolution.xml:1305(title) msgid "Show icon in the notification area:" @@ -3145,7 +3497,7 @@ msgstr "" #: C/evolution.xml:1323(title) msgid "Play sound when new messages arrive:" -msgstr "Αναπαραγωγή ήχου όταν ένα νέο μήνυμα έρχεται:" +msgstr "Αναπαραγωγή ήχου κατά την άφιξη νέου μηνύματος:" #: C/evolution.xml:1324(para) msgid "You have two options to select from:" @@ -3180,20 +3532,19 @@ msgstr "Για να ορίσετε το αρχείο ήχου που θέλετ� #: C/evolution.xml:1343(para) msgid "Click None to open the Select Sound File browser window." -msgstr "" -"Κάντε κλικ στο κανένα για να ανοίξετε το παράθυρο Επιλογή αρχείου ήχου." +msgstr "Πατήστε στο Κανένα για να ανοίξετε το παράθυρο Επιλογή αρχείου ήχου." #: C/evolution.xml:1346(para) msgid "Browse to find the sound file of your choice." -msgstr "Περιηγηθείτε για να βρείτε το αρχείο ήχου της προτίμησης σας." +msgstr "Περιηγηθείτε για να βρείτε το αρχείο ήχου της προτίμησής σας." #: C/evolution.xml:1349(para) msgid "Click Open to select the sound file." -msgstr "Κάντε κλικ στο Άνοιγμα για να επιλέξετε το αρχείο ήχου." +msgstr "Πατήστε Άνοιγμα για να επιλέξετε το αρχείο ήχου." #: C/evolution.xml:1352(para) msgid "Click Play to listen to the file." -msgstr "Κάντε κλικ στο Αναπαραγωγή για να ακούσετε το αρχείο." +msgstr "Πατήστε Αναπαραγωγή για να ακούσετε το αρχείο." #: C/evolution.xml:1358(title) msgid "Vertical View Versus Classical View" @@ -3209,10 +3560,10 @@ msgid "" msgstr "" "Το Evolution παρέχει μια κάθετη προβολή εκτός από την κλασσική προβολή. Στην " "κάθετη προβολή, το πλαίσιο προεπισκόπησης μηνύματος εμφανίζεται στην δεξιά " -"πλευρά της λίστας μηνυμάτων αντίθετα από την κλασσική προβολή που το πλαίσιο " -"προεπισκόπησης μηνύματος εμφανίζεται κάτω από την λίστα μηνυμάτων. Η κάθετη " -"προβολή σας επιτρέπει να χρησιμοποιείτε το επιπλέον πλάτος των οθονών wide " -"screen." +"πλευρά της λίστας μηνυμάτων, αντίθετα από την κλασσική προβολή που το " +"πλαίσιο προεπισκόπησης μηνύματος εμφανίζεται κάτω από την λίστα μηνυμάτων. Η " +"κάθετη προβολή σας επιτρέπει να χρησιμοποιείτε το επιπλέον πλάτος των οθονών " +"wide screen." #: C/evolution.xml:1361(title) msgid "Vertical View:" @@ -3221,8 +3572,8 @@ msgstr "Κάθετη προβολή:" #: C/evolution.xml:1362(para) msgid "To switch to vertical view, click View > Preview > Vertical View." msgstr "" -"Για να γυρίσετε στην κάθετη προβολή, κάντε κλικ στο Προβολή > " -"Προεπισκόπηση > Κάθετη προβολή." +"Για να γυρίσετε στην κάθετη προβολή, επιλέξτε Προβολή > Προεπισκόπηση " +"> Κάθετη προβολή." #: C/evolution.xml:1364(para) msgid "" @@ -3233,9 +3584,9 @@ msgid "" msgstr "" "Στην κάθετη προβολή, η λίστα μηνυμάτων περιέχει διπλές γραμμές συμπιεσμένων " "κεφαλίδων, που σας επιτρέπουν να χρησιμοποιήσετε το επιπλέον πλάτος στην " -"στήλη προεπισκόπησης. Οι συμπιεσμένες στήλες έχουν το όνομα και την " -"διεύθυνση αλληλογραφίας του αποστολέα, το εικονίδιο συνημμένων, την " -"ημερομηνία και το θέμα στην δεύτερη γραμμή." +"στήλη προεπισκόπησης. Οι συμπιεσμένες στήλες έχουν το όνομα και τη διεύθυνση " +"αλληλογραφίας του αποστολέα, το εικονίδιο συνημμένων, την ημερομηνία και το " +"θέμα στη δεύτερη γραμμή." #: C/evolution.xml:1367(title) msgid "Classical View:" @@ -3249,9 +3600,8 @@ msgstr "" "Προεπισκόπηση > Κλασσική προβολή." #: C/evolution.xml:1373(title) -#, fuzzy msgid "Collapsible Message Headers" -msgstr "Όλες οι κε_φαλίδες μηνυμάτων" +msgstr "Επεκτάσιμες κεφαλίδες μηνυμάτων" #: C/evolution.xml:1374(para) msgid "" @@ -3259,34 +3609,39 @@ msgid "" "only limited addresses. You can set the limit of the number of addresses to " "be displayed in the preview pane." msgstr "" +"Το Evolution συμπιέζει τις κεφαλίδες Προς, Κοιν. και Κρυφ.Κοιν. της " +"εισερχόμενης αλληλογραφίας και εμφανίζει μόνο περιορισμένες διευθύνσεις. " +"Μπορείτε να ορίσετε το όριο του αριθμού των διευθύνσεων που θα εμφανίζονται " +"στο πλαίσιο προεπισκόπησης." #: C/evolution.xml:1376(para) msgid "" "Use the following procedure to set the limit of addresses to be displayed:" msgstr "" +"Ακολουθήστε την εξής διαδικασία για να ορίσετε το όριο των διευθύνσεων που " +"θα εμφανίζονται:" #: C/evolution.xml:1379(para) C/evolution.xml:2016(para) #: C/evolution.xml:2447(para) C/evolution.xml:5335(para) #: C/evolution.xml:5527(para) C/evolution.xml:6642(para) -#, fuzzy msgid "Select Edit > Preferences." -msgstr "Προτιμήσεις gedit" +msgstr "Επιλέξτε Επεξεργασία > Προτιμήσεις." #: C/evolution.xml:1382(para) -#, fuzzy msgid "Select Mail Preferences." -msgstr "Προτιμήσεις αλληλογραφίας" +msgstr "Επιλέξτε Προτιμήσεις αλληλογραφίας." #: C/evolution.xml:1385(para) msgid "" "Check <guilabel>Shrink To/CC/Bcc headers to column</guilabel> to limit the " "address." msgstr "" +"Ενεργοποιήστε το <guilabel>Σύπτυξη των κεφαλίδων Προς/Κοιν./Κρυφ.Κοιν.</" +"guilabel> για να περιορίσετε τις διευθύνσεις." #: C/evolution.xml:1388(para) -#, fuzzy msgid "Enter the limit in the field." -msgstr "Εισάγετε το χρήστη για finger" +msgstr "Εισάγετε το όριο στο πεδίο." #: C/evolution.xml:1391(para) msgid "" @@ -3296,6 +3651,12 @@ msgid "" "click the <inlinegraphic format=\"PNG\" fileref=\"figures/minus.png\"/> icon " "in the preview pane." msgstr "" +"Μπορείτε να επεκτείνετε τις κεφαλίδες του μηνύματος πατώντας το εικονίδιο " +"<inlinegraphic format=\"PNG\" fileref=\"figures/plus.png\"/> η τα " +"αποσιωπητικά (<guilabel>...</guilabel>) στο πλαίσιο προεπισκόπησης " +"μηνύματος. Για συμπτύξετε τις κεφαλίδες μηνύματος, πατήστε το εικονίδιο " +"<inlinegraphic format=\"PNG\" fileref=\"figures/minus.png\"/> στο πλαίσιο " +"προεπισκόπησης." #: C/evolution.xml:1395(title) msgid "Sharing Mailboxes with Other Mail Programs" @@ -3307,7 +3668,7 @@ msgid "" "same time, use the following procedure:" msgstr "" "Αν θέλετε να χρησιμοποιείτε το Evolution και έναν άλλον πελάτη " -"αλληλογραφίας, όπως το Mutt, την ίδια στιγμή, ακολουθήστε την ακόλουθη " +"αλληλογραφίας, όπως το Mutt, την ίδια στιγμή, ακολουθήστε την εξής " "διαδικασία:" #: C/evolution.xml:1399(para) @@ -3316,7 +3677,6 @@ msgstr "" "Κάντε λήψη της αλληλογραφίας σας στην άλλη εφαρμογή όπως θα κάνατε κανονικά." #: C/evolution.xml:1402(para) -#| msgid "Evolution" msgid "In Evolution:" msgstr "Στο Evolution:" @@ -3326,10 +3686,10 @@ msgid "" "Edit, you might want to create a new account just for this source of mail by " "clicking New." msgstr "" -"Επιλέξτε τον λογαριασμό που θέλετε να χρησιμοποιείτε για την κοινή χρήση " -"αλληλογραφίας και κάντε κλικ στο Επεξεργασία. Αντί για Επεξεργασία, μπορεί " -"να θέλετε να δημιουργήσετε έναν νέο λογαριασμό αλληλογραφίας μόνο για αυτή " -"την πηγή αλληλογραφίας κάνοντας κλικ στο Προσθήκη." +"Επιλέξτε το λογαριασμό που θέλετε να χρησιμοποιείτε για την κοινή χρήση " +"αλληλογραφίας και πατήστε Επεξεργασία. Αντί για Επεξεργασία, μπορεί να " +"θέλετε να δημιουργήσετε έναν νέο λογαριασμό αλληλογραφίας μόνο για αυτή την " +"πηγή αλληλογραφίας πατώντας Προσθήκη." #: C/evolution.xml:1407(para) msgid "" @@ -3338,6 +3698,10 @@ msgid "" "typical choice would be mbox files, with the path /home/<varname>username</" "varname>/Mail/." msgstr "" +"Στην καρτέλα Λήψη αλληλογραφίας, επιλέξτε τον τύπο αρχείου αλληλογραφία που " +"χρησιμοποιεί η άλλη σας εφαρμογή, και μετά καθορίστε την πλήρη διαδρομή προς " +"εκείνη την τοποθεσία. Μια τυπική επιλογή θα ήταν τα αρχεία mbox, με τη " +"διαδρομή /home/<varname>username</varname>/Mail/." #: C/evolution.xml:1413(para) msgid "" @@ -3347,13 +3711,12 @@ msgid "" msgstr "" "Μπορείτε να χρησιμοποιήσετε μόνο έναν πελάτη αλληλογραφίας την ίδια στιγμή. " "Τα αρχεία αλληλογραφίας κλειδώνονται από το πρόγραμμα αλληλογραφίας που τα " -"χρησιμοποιεί εκείνη τη στιγμή, ώστε τα αρχεία αλληλογραφίας να μην μπορούν " -"να χρησιμοποιηθούν από οποιοδήποτε άλλο πρόγραμμα αλληλογραφίας." +"χρησιμοποιεί εκείνη τη στιγμή, ώστε τα αρχεία αλληλογραφίας να μη μπορούν να " +"χρησιμοποιηθούν από οποιοδήποτε άλλο πρόγραμμα αλληλογραφίας." #: C/evolution.xml:1417(title) -#, fuzzy msgid "Working with Attachments and HTML Mail" -msgstr "Εργασίες με συνημμένα και αλληλογραφία HTML" +msgstr "Εργασία με συνημμένα και αλληλογραφία HTML" #: C/evolution.xml:1418(para) msgid "" @@ -3370,10 +3733,10 @@ msgstr "" "έχει επισυναφθεί. Το κείμενο, συμπεριλαμβανομένης και της μορφοποίησης HTML, " "και των ενσωματωμένων εικόνων εμφανίζεται σαν μέρος του μηνύματος, αντί για " "ξεχωριστό συνημμένο. Τα συνημμένα απαριθμούνται επίσης κάτω από την λίστα " -"διευθύνσεων. Για να προβάλετε τα συνημμένα, κάντε κλικ στο βέλος για να " -"γίνει ανάπτυξη του παραθύρου συνημμένων. Για να ανοίξετε ένα συνημμένο, " -"κάντε διπλό κλικ σε αυτό. Κάντε κλικ στο κουμπί Αποθήκευση όλων για να " -"αποθηκεύσετε όλα τα συνημμένα." +"διευθύνσεων. Για να προβάλετε τα συνημμένα, πατήστε στο βέλος για να γίνει " +"ανάπτυξη του παραθύρου συνημμένων. Για να ανοίξετε ένα συνημμένο, κάντε " +"διπλό κλικ σε αυτό. Πατήστε το κουμπί Αποθήκευση όλων για να αποθηκεύσετε " +"όλα τα συνημμένα." #: C/evolution.xml:1421(title) msgid "Saving or Opening Attachments" @@ -3396,7 +3759,7 @@ msgid "" msgstr "" "Το Evolution εμφανίζει ένα εικονίδιο δεξιού βέλους, τον αριθμό των " "συνημμένων, και ένα κουμπί Αποθήκευση ή Αποθήκευση όλων για να αποθηκεύσετε " -"όλα τα συνημμένα. Κάντε κλικ στο εικονίδιο δεξιού βέλους για να εμφανιστεί η " +"όλα τα συνημμένα. Πατήστε στο εικονίδιο δεξιού βέλους για να εμφανιστεί η " "μπάρα συνημμένων." #: C/evolution.xml:1424(para) @@ -3408,12 +3771,12 @@ msgid "" "Click the down-arrow on the attachment icon or right-click the attachment " "icon in the attachment bar." msgstr "" -"Κάντε κλικ στο κάτω βέλος στο εικονίδιο συνημμένων ή κάντε δεξί κλικ στο " +"Πατήστε στο κάτω βέλος στο εικονίδιο συνημμένων ή κάντε δεξί κλικ στο " "εικονίδιο συνημμένων στην μπάρα συνημμένων." #: C/evolution.xml:1430(para) msgid "Click Save As." -msgstr "Κάντε κλικ στο Αποθήκευση ως." +msgstr "Πατήστε Αποθήκευση ως." #: C/evolution.xml:1433(para) msgid "Select a location and name for the file." @@ -3443,7 +3806,7 @@ msgstr "" #: C/evolution.xml:1455(title) msgid "Inline Images in HTML Mail" -msgstr "" +msgstr "Εικόνες ενσωματωμένες σε αλληλογραφία HTML" #: C/evolution.xml:1456(para) msgid "" @@ -3457,7 +3820,7 @@ msgstr "" "του μηνύματος (για παράδειγμα, το μήνυμα καλωσορίσματος στα Εισερχόμενά " "σας), το Evolution εμφανίζει την εικόνα μέσα στο μήνυμα. Μπορείτε να " "δημιουργήσετε μηνύματα όπως αυτό χρησιμοποιώντας το εργαλείο Εισαγωγή " -"εικόνας στον συγγραφέα μηνυμάτων. Εναλλακτικά, απλά σύρετε μια εικόνα στην " +"εικόνας στο συγγραφέα μηνυμάτων. Εναλλακτικά, απλά σύρετε μια εικόνα στην " "περιοχή συγγραφής του μηνύματος." #: C/evolution.xml:1457(para) @@ -3470,41 +3833,40 @@ msgid "" msgstr "" "Κάποιες εικόνες είναι σύνδεσμοι σε ένα μήνυμα, αντί να είναι μέρος του " "μηνύματος. Το Evolution μπορεί να κάνει λήψη αυτών των εικόνων από το " -"διαδίκτυο, αλλά δεν θα το κάνει πριν το ζητήσετε. Αυτό γίνεται επειδή οι " +"διαδίκτυο, αλλά δε θα το κάνει πριν το ζητήσετε. Αυτό γίνεται επειδή οι " "εικόνες που είναι αποθηκευμένες απομακρυσμένα μπορεί να αργούν να φορτώσουν " "και να εμφανιστούν, και μπορεί ακόμη να χρησιμοποιούνται από spammers για να " -"προσελκύσουν όποιον διαβάζει το μήνυμα. Οι εικόνες που φορτώνονται αυτόματα " -"δεν θα σας βοηθήσουν να κρατήσετε την ιδιωτικότητα σας" +"ανιχνεύσουν ποιος διαβάζει το μήνυμα. Οι εικόνες που φορτώνονται αυτόματα " +"δεν θα σας βοηθήσουν να κρατήσετε την ιδιωτικότητά σας." #: C/evolution.xml:1458(para) -#, fuzzy msgid "To load the images for one message, click View > Load Images." -msgstr "Έλεγχος για νέα μηνύματα" +msgstr "" +"Για να φορτώσετε τις εικόνες για ένα μήνυμα, επιλέξτε Προβολή > Φόρτωση " +"εικόνων." #: C/evolution.xml:1459(para) -#, fuzzy msgid "To set the default action for loading images:" -msgstr "Καθορισμός της προεπιλεγμένης γραμματοσειράς εφαρμογών" +msgstr "Καθορισμός της προεπιλεγμένης ενέργειας για τη φόρτωση εικόνων:" #: C/evolution.xml:1462(para) -#, fuzzy msgid "Select Edit > Preferences, then select Mail Preferences." -msgstr "Προτιμήσεις gedit" +msgstr "" +"Επιλέξτε Επεξεργασία > Προτιμήσεις, και μετά επιλέξτε Προτιμήσεις " +"αλληλογραφίας." #: C/evolution.xml:1465(para) -#, fuzzy msgid "Click the HTML Mail tab." -msgstr "Κλικ εδώ για προσθήκη εργασίας" +msgstr "Πατήστε στην καρτέλα Μηνύματα HTML." #: C/evolution.xml:1468(para) -#, fuzzy msgid "" "Select one of the items: Never Load Images Off the Net, Load Images in Mail " "From Contacts, or Always Load Images Off the Net." msgstr "" -"Φόρτωση εικόνων για μηνύματα HTML σε http(s). Πιθανές τιμές είναι: 0 - Να μη " -"φορτώνονται ποτέ εικόνες από το δίκτυο 1 - Φόρτωση εικόνων αν ο αποστολέας " -"είναι στις επαφές 2 - Να φορτώνονται πάντοτε εικόνες από το δίκτυο" +"Επιλέξτε μία από τις καταχωρήσεις: Να μη φορτώνονται ποτέ εικόνες από το " +"διαδίκτυο, Φόρτωση εικόνων από μηνύματα που προέρχονται από τις επαφές, ή Να " +"γίνεται πάντα φόρτωση των εικόνων από το διαδίκτυο." #: C/evolution.xml:1471(para) C/evolution.xml:1489(para) #: C/evolution.xml:1694(para) C/evolution.xml:1929(para) @@ -3513,11 +3875,11 @@ msgstr "" #: C/evolution.xml:2459(para) C/evolution.xml:2491(para) #: C/evolution.xml:5991(para) C/evolution.xml:6377(para) msgid "Click Close." -msgstr "Κάντε κλικ στο Κλείσιμο." +msgstr "Πατήστε Κλείσιμο." #: C/evolution.xml:1478(title) msgid "Using Evolution for News" -msgstr "Χρήση του Evolution για ειδήσεις." +msgstr "Χρήση του Evolution για ειδήσεις" #: C/evolution.xml:1479(para) msgid "" @@ -3528,16 +3890,26 @@ msgid "" "appear as a remote mail server, and each newsgroup works like an IMAP " "folder. When you click Send/Receive, Evolution also checks for news messages." msgstr "" +"Οι ομάδες ειδήσεων USENET είναι παρόμοιες με την αλληλογραφία, οπότε είναι " +"συχνά βολικά να διαβάζετε μαζί την αλληλογραφία σας και τις ειδήσεις. " +"Μπορείτε να προσθέσετε μια πηγή ειδήσεων, που ονομάζεται διακομιστής NNTP, " +"με τον ίδιο τρόπο που προσθέτετε έναν <link linkend=\"bse54o0\">νέο " +"λογαριασμό αλληλογραφίας</link>, επιλέγοντας Ειδήσεις USENET ως τον τύπο " +"διακομιστή. Ο διακομιστής ειδήσεων εμφανίζεται ως απομακρυσμένος διακομιστής " +"αλληλογραφίας, και κάθε ομάδα ειδήσεων δουλεύει σαν ένας φάκελος IMAP. Όταν " +"πατάτε Αποστολή/Λήψη, το Evolution ελέγχει επίσης για μηνύματα ειδήσεων." #: C/evolution.xml:1480(para) msgid "" "When you create a newsgroup account, you are not subscribed to any groups. " "To subscribe to a newsgroup:" msgstr "" +"Όταν δημιουργείτε ένα λογαριασμό newsgroup, δεν εγγράφεστε σε κάποια ομάδα. " +"Για να εγγραφείτε σε μια ομάδα ειδήσεων:" #: C/evolution.xml:1483(para) C/evolution.xml:5601(para) msgid "Click Folder > Subscriptions." -msgstr "Κάντε κλικ στο Φάκελος > Συνδρομές" +msgstr "Επιλέξτε Φάκελος > Συνδρομές" #: C/evolution.xml:1486(para) msgid "" @@ -3545,7 +3917,7 @@ msgid "" "click Subscribe." msgstr "" "Επιλέξτε τον NNTP λογαριασμό σας, επιλέξτε τις ομάδες στις οποίες θέλετε να " -"γίνετε συνδρομητής, μετά κάντε κλικ στο Συνδρομή." +"γίνετε συνδρομητής, και μετά πατήστε Συνδρομή." #: C/evolution.xml:1495(title) msgid "Deleting Mail" @@ -3558,9 +3930,9 @@ msgid "" "toolbar, or press Ctrl+D, or right-click the message, then click Delete." msgstr "" "Το Evolution σας επιτρέπει να διαγράψετε ανεπιθύμητα μηνύματα. Για να " -"διαγράψετε ένα μήνυμα, επιλέξτε το και πατήστε το Delete, ή κάντε κλικ στο " -"κουμπί Διαγραφή στην εργαλειοθήκη, ή πατήστε Ctrl+D, ή κάντε δεξί κλικ στο " -"μήνυμα, μετά πατήστε Διαγραφή." +"διαγράψετε ένα μήνυμα, επιλέξτε το και πιέστε το πλήκτρο Delete, ή πατήστε " +"το κουμπί Διαγραφή στην εργαλειοθήκη, ή πιέστε Ctrl+D, ή κάντε δεξί κλικ στο " +"μήνυμα και μετά πατήστε Διαγραφή." #: C/evolution.xml:1497(para) msgid "" @@ -3572,20 +3944,22 @@ msgid "" "striken off for later deletion. You can also find deleted messages in your " "Trash folder." msgstr "" -"Όταν πατάτε Διαγραφή ή κάνετε κλικ στον φάκελο απορριμάτων, το μήνυμά σας " -"δεν διαγράφεται πραγματικά, αλλά σημειώνεται για διαγραφή. Το μήνυμά σας " -"μπορεί να ανακτηθεί αν δεν έχετε εξαλείψει την αλληλογραφία σας. Όταν " -"εξαλείφετε έναν φάκελο, αφαιρείτε όλη την αλληλογραφία που έχετε σημειώσει " -"για διαγραφή. Για να δείτε τα διαγραμμένα μηνύματα, απενεργοποιήστε την " -"επιλογή Απόκρυψη διαγραμμένων μηνυμάτων από το μενού Προβολή. Μπορείτε να " -"δείτε τα μηνύματα που προορίζονται για διαγραφή. Μπορείτε επίσης να βρείτε " -"τα διαγραμμένα μηνύματα σας στον φάκελο απορριμάτων σας." +"Όταν πατάτε Διαγραφή ή πατάτε στο φάκελο απορριμάτων, το μήνυμά σας δε " +"διαγράφεται πραγματικά, αλλά σημειώνεται για διαγραφή. Το μήνυμά σας μπορεί " +"να ανακτηθεί αν δεν έχετε εξαλείψει την αλληλογραφία σας. Όταν εξαλείφετε " +"ένα φάκελο, αφαιρείτε όλη την αλληλογραφία που έχετε σημειώσει για διαγραφή. " +"Για να δείτε τα διαγραμμένα μηνύματα, απενεργοποιήστε την επιλογή Απόκρυψη " +"διαγραμμένων μηνυμάτων από το μενού Προβολή. Μπορείτε να δείτε τα μηνύματα " +"που προορίζονται για διαγραφή. Μπορείτε επίσης να βρείτε τα διαγραμμένα " +"μηνύματα σας στον φάκελο απορριμάτων σας." #: C/evolution.xml:1498(para) msgid "" "To permanently erase all the deleted messages in a folder, click Folder > " "Expunge or press Ctrl+E." msgstr "" +"Για να σβήσετε μόνιμα όλα τα διαγραμμένα μηνύματα σ' ένα φάκελο, επιλέξτε " +"Φάκελος > Εξάλειψη ή πιέστε Ctrl+E." #: C/evolution.xml:1499(para) msgid "" @@ -3594,6 +3968,12 @@ msgid "" "Hence, emptying Trash is nothing but expunging deleted mail from all your " "folders in the account." msgstr "" +"Οι φάκελοι απορριμμάτων στους λογαριασμούς GroupWise, τους τοπικούς " +"λογαριασμούς και τους λογαριασμούς IMAP, είναι στην πραγματικότητα εικονικοί " +"φάκελοι αναζήτησης οι οποίοι εμφανίζουν όλα τα μηνύματα που έχετε σημειώσει " +"για μελλοντική διαγραφή. Επομένως, το άδειασμα των απορριμμάτων δεν είναι " +"τίποτα άλλο από την εξάλειψη της διαγραμμένης αλληλογραφίας από όλους τους " +"φακέλους σας στο λογαριασμό." #: C/evolution.xml:1500(para) msgid "" @@ -3602,6 +3982,11 @@ msgid "" "actual messages in it. For more information about search folders, see <link " "linkend=\"usage-mail-organize-vfolders\">Using Search Folders</link>." msgstr "" +"Ωστόσο, αυτό δεν ισχύει για τους φακέλους απορριμμάτων στους διακομιστές " +"Exchange, οι οποίοι συμπεριφέρονται όπως ακριβώς και στο Outlook. Είναι " +"απλοί φάκελοι με μηνύματα μέσα τους. Για περισσότερες πληροφορίες για τους " +"φακέλους αναζήτησης, δείτε τη <link linkend=\"usage-mail-organize-vfolders" +"\">Χρήση των φακέλων αναζήτησης</link>." #: C/evolution.xml:1504(title) msgid "Undeleting Messages" @@ -3613,12 +3998,19 @@ msgid "" "undelete a message, select the message, click Edit > Undelete. Note that " "View > Hide Deleted messages in the menubar must be disabled for this." msgstr "" +"Μπορείτε να ακυρώσετε την διαγραφή ενός μηνύματος το οποίο έχει διαγραφεί " +"αλλά δεν έχει εξαλειφθεί. Για να ακυρώσετε τη διαγραφή ενός μηνύματος, " +"επιλέξτε το μήνυμα, και επιλέξτε Επεξεργασία > Ακύρωση διαγραφής " +"μηνύματος. Σημειώστε ότι θα πρέπει να είναι απενεργοποιημένη η επιλογή " +"Προβολή > Απόκρυψη διαγραμμένων μηνυμάτων για να το κάνετε αυτό." #: C/evolution.xml:1506(para) msgid "" "If you have marked a message for deletion, undeleting it unmarks it, and the " "message is removed from the Trash folder." msgstr "" +"Αν έχετε σημειώσει ένα μήνυμα για διαγραφή, η ακύρωση της διαγραφής του " +"αφαιρεί τη σημείωση και το μήνυμα αφαιρείται από το φάκελο απορριμμάτων." #: C/evolution.xml:1512(para) msgid "" @@ -3626,6 +4018,9 @@ msgid "" "Mail Message, by pressing Ctrl+N when in the mail tool, or by clicking New " "in the toolbar." msgstr "" +"Μπορείτε να να ξεκινήσετε να γράφετε ένα νέο μήνυμα αλληλογραφίας " +"επιλέγοντας Αρχείο > Νέο > Μήνυμα αλληλογραφίας, ή πιέζοντας Ctrl+N " +"όταν είστε στο εργαλείο αλληλογραφίας, ή πατώντας Νέο στην εργαλειοθήκη." #: C/evolution.xml:1513(para) msgid "" @@ -3635,24 +4030,28 @@ msgid "" "Subject field, and a message in the box at the bottom of the window. After " "you have written your message, click Send." msgstr "" +"Εισάγετε μια διεύθυνση στο πεδίο Προς. Αν θέλετε να εισάγετε πολλαπλές " +"διευθύνσεις αλληλογραφίας, πληκτρολογήστε τις διευθύνσεις διαχωρισμένες με " +"κόμμα. Μπορείτε επίσης να χρησιμοποιήσετε τη λίστα επαφών σας για να " +"στείλετε μηνύματα σε πολλαπλούς παραλήπτες. Εισάγετε ένα θέμα στο πεδίο " +"Θέμα, και ένα μήνυμα στο πεδίο στο κάτω μέρος του παραθύρου. Μετά που θα " +"έχει γράψει το μήνυμά σας, πατήστε Αποστολή." #: C/evolution.xml:1514(para) msgid "New mail message window look like this:" -msgstr "" +msgstr "Το παράθυρο νέου μηνύματος αλληλογραφίας μοιάζει με αυτό:" #: C/evolution.xml:1516(para) C/evolution.xml:6257(para) -#, fuzzy msgid "This section contains the following topics:" -msgstr "Παρακαλώ επιλέξτε μεταξύ των παρακάτω επιλογών" +msgstr "Η ενότητα αυτή περιέχει τα εξής θέματα:" #: C/evolution.xml:1519(link) C/evolution.xml:1557(title) msgid "Unicode, ASCII, and Non-Latin Alphabets" -msgstr "" +msgstr "Unicode, ASCII, και μη Λατινικά αλφάβητα" #: C/evolution.xml:1522(link) C/evolution.xml:1593(title) -#, fuzzy msgid "Sending Composed Messages Later" -msgstr "Γίνεται αποστολή μηνύματος" +msgstr "Αναβολή της αποστολής δημιουργημένων μηνυμάτων" #: C/evolution.xml:1525(link) C/evolution.xml:1609(title) msgid "Working Offline" @@ -3664,24 +4063,23 @@ msgstr "Συνημμένα" #: C/evolution.xml:1531(link) C/evolution.xml:1699(title) msgid "Specifying Additional Recipients for Email" -msgstr "" +msgstr "Καθορισμός επιπρόσθετων παραληπτών αλληλογραφίας" #: C/evolution.xml:1534(link) C/evolution.xml:1724(title) -#, fuzzy msgid "Choosing Recipients Quickly" -msgstr "Παραλήπτες" +msgstr "Γρήγορη επιλογή παραληπτών" #: C/evolution.xml:1537(link) C/evolution.xml:1732(title) msgid "Replying to Email Messages" -msgstr "Απαντώντας σε μηνύματα ηλ. αλληλογραφίας" +msgstr "Απάντηση σε μηνύματα αλληλογραφίας" #: C/evolution.xml:1540(link) C/evolution.xml:1798(title) msgid "Searching and Replacing with the Composer" -msgstr "Αναζήτηση και αντικατάσταση στον συγγραφέα" +msgstr "Αναζήτηση και αντικατάσταση στο συγγραφέα" #: C/evolution.xml:1543(link) C/evolution.xml:1820(title) msgid "Enhancing Your Email with HTML" -msgstr "Ενίσχυση της της αλληλογραφίας σας με HTML" +msgstr "Εμπλουτισμός της αλληλογραφίας σας με HTML" #: C/evolution.xml:1546(link) C/evolution.xml:1994(title) msgid "Mail Send Options" @@ -3693,7 +4091,7 @@ msgstr "Προώθηση αλληλογραφίας" #: C/evolution.xml:1552(link) C/evolution.xml:2093(title) msgid "Tips for Email Courtesy" -msgstr "" +msgstr "Συμβουλές καλής συμπεριφοράς στην αλληλογραφία" #: C/evolution.xml:1558(para) msgid "" @@ -3707,6 +4105,17 @@ msgid "" "single Cyrillic letters, and the single-quote (') produces a soft sign " "character." msgstr "" +"Αν θέλετε να γράψετε σε ένα μη Λατινικό αλφάβητο ενώ χρησιμοποιείτε ένα " +"λατινικό πληκτρολόγιο, δοκιμάστε να επιλέξετε μια διαφορετική μέθοδο " +"εισαγωγής κατά τη δημιουργία ενός μηνύματος. Κάντε δεξί κλικ στην περιοχή " +"συγγραφής και επιλέξτε μια μέθοδο εισαγωγής από το μενού Μέθοδοι εισαγωγής, " +"και μετά αρχίστε την πληκτρολόγηση. Τα πλήκτρα στην πραγματικότητα διαφέρουν " +"ανάλογα με τη γλώσσα και το στυλ εισαγωγής. Για παράδειγμα, η μέθοδος " +"εισαγωγής Κυριλλικών χρησιμοποιεί μεταγλωττισμένους συνδυασμούς λατινικών " +"πλήκτρων για να πετύχει το Κυριλλικό αλφάβητο, συνδυάζοντας γράμματα όπου " +"αυτό είναι απαραίτητο. Το <quote>Zh</quote> και το <quote>ya</quote> " +"παράγουν τα κατάλληλα Κυριλλικά γράμματα, και απόστροφος (') παράγει το " +"χαρακτήρα soft sign." #: C/evolution.xml:1559(para) msgid "" @@ -3716,11 +4125,15 @@ msgid "" "which offers the greatest range of character displays for the greatest range " "of languages." msgstr "" +"Για περισσότερες δυνατότητες προβολής γλωσσών, επιλέξτε Επεξεργασία > " +"Προτιμήσεις, μετά διαλέξτε τις επιλογές κωδικοποίησης χαρακτήρων στις " +"ενότητες Προτιμήσεις αλληλογραφίας και Προτιμήσεις επεξεργαστή. Αν δεν είστε " +"σίγουροι ποιά να χρησιμοποιήσετε, επιλέξτε τη UTF-8, η οποία προσφέρει το " +"πλατύτερο φάσμα προβολής χαρακτήρων για το πλατύτερο φάσμα γλωσσών." #: C/evolution.xml:1562(title) -#, fuzzy msgid "Using Character Sets" -msgstr "Κωδικοποίηση _Χαρακτήρων:" +msgstr "Χρήση των κωδικοποιήσεων χαρακτήρων" #: C/evolution.xml:1563(para) msgid "" @@ -3734,6 +4147,16 @@ msgid "" "organizations developed the UTF-8 Unicode* character set to provide a single " "compatible set of codes for everyone." msgstr "" +"Μια κωδικοποίηση χαρακτήρων είναι η εκδοχή του υπολογιστή για το αλφάβητο. " +"Στο παρελθόν, η κωδικοποίηση ASCII χρησιμοποιούνταν σχεδόν παντού. Ωστόσο, " +"περιέχει μόνο 128 χαρακτήρες, που σημαίνει ότι δε μπορεί να εμφανίσει " +"χαρακτήρες στα Κυριλλικά, τα Kanjii, ή άλλα μη Λατινικά αλφάβητα. Για να " +"παρακαμφθούν τα προβλήματα εμφάνισης γλωσσών, οι προγραμματιστές ανέπτυξαν " +"μια γκάμα από μεθόδους, ώστε πολλές ανθρώπινες γλώσσες σήμερα έχουν τη δική " +"τους ειδική κωδικοποίηση χαρακτήρων, οπότε λέξεις γραμμένες σε άλλη " +"κωδικοποίηση εμφανίζονται λανθασμένα. Σταδιακά, οργανισμοί προτύπων " +"ανέπτυξαν την κωδικοποίηση χαρακτήρων UTF-8 Unicode* η οποία παρέχει ένα " +"μοναδικό σετ κωδικών για όλους." #: C/evolution.xml:1564(para) msgid "" @@ -3747,6 +4170,18 @@ msgid "" "set. However, the best choice for most users is UTF-8, which offers the " "widest range of characters for the widest range of languages." msgstr "" +"Τα περισσότερα μηνύματα αλληλογραφίας δηλώνουν από την αρχή ποια " +"κωδικοποίηση χαρακτήρων χρησιμοποιούν, ώστε το Evolution να προβάλλει αυτά " +"τα μηνύματα σωστά. Ωστόσο, αν δείτε ότι τα μηνύματα εμφανίζονται ως σειρές " +"από ακατανόητους χαρακτήρες, προσπαθήστε να επιλέξετε μια διαφορετική " +"κωδικοποίηση χαρακτήρων στην οθόνη ρύθμισης της αλληλογραφίας. Αν οι " +"παραλήπτες σας δε μπορούν να διαβάσουν τα μηνύματά σας, δοκιμάστε να " +"διαλέξετε μια διαφορετική κωδικοποίηση χαρακτήρων στις ρυθμίσεις " +"επεξεργαστή. Για μερικές γλώσσες, όπως τα Τουρκικά και τα Κορεατικά, μπορεί " +"να είναι καλύτερο να επιλέξετε την κωδικοποίηση χαρακτήρων που αντιστοιχεί " +"σ' εκείνη τη γλώσσα. Ωστόσο, η καλύτερη επιλογή για τους περισσότερους " +"χρήστες είναι η UTF-8, η οποία προσφέρει την πλατύτερη γκάμα χαρακτήρων για " +"το μεγαλύτερο φάσμα γλωσσών." #: C/evolution.xml:1569(title) msgid "Custom Header" @@ -3761,13 +4196,13 @@ msgid "Select Edit > Plugins." msgstr "Επιλέξτε Επεξεργασία > Πρόσθετες λειτουργίες." #: C/evolution.xml:1572(para) -#, fuzzy msgid "" "Then select Custom Header. You can configure custom headers to set " "sensitivity and caveats to the outgoing messages." msgstr "" "Μετά επιλέξτε Προσαρμοσμένες κεφαλίδες. Μπορείτε να τροποποιήσετε τις " -"προσαρμοσμένες κεφαλίδες για να ορίσετε την " +"προσαρμοσμένες κεφαλίδες για να ορίσετε την εμπιστευτικότητα και τις " +"προειδοποιήσεις των εξερχόμενων μηνυμάτων." #: C/evolution.xml:1574(para) msgid "" @@ -3777,28 +4212,42 @@ msgid "" "title of the Custom Header. You can enter multiple values for the keys. You " "must use a semicolon to separate every value you enter." msgstr "" +"Στο Διαχειριστή πρόσθετων λειτουργιών, επιλέξτε την καρτέλα Ρύθμιση για να " +"τροποποιήσετε τα πεδία κεφαλίδας. Μπορείτε να προσθέσετε, να επεξεργαστείτε " +"ή να αφαιρέσετε τα πεδία κεφαλίδας. Το κλειδί χρησιμοποιείτε όπως και στον " +"τίτλο της Τροποποιημένης κεφαλίδας. Μπορείτε να εισάγετε πολλαπλές τιμές για " +"τα κλειδιά. Πρέπει να χρησιμοποιήσετε ένα ερωτηματικό (;) για να διαχωρίσετε " +"τις τιμές που εισάγετε." #: C/evolution.xml:1577(para) msgid "" "Select New > Mail Message or Shift+Ctrl+M to open a Compose Message " "window." msgstr "" +"Επιλέξτε Νέο > Μήνυμα αλληλογραφίας ή πιέστε Shift+Ctrl+M για να ανοίξετε " +"ένα παράθυρο συγγραφής μηνύματος." #: C/evolution.xml:1580(para) msgid "" "Select Insert > Custom Header to open the Email Custom Header window." msgstr "" +"Επιλέξτε Εισαγωγή > Προσαρμοσμένη κεφαλίδα για να ανοίξετε το παράθυρο " +"Προσαρμοσμένη κεφαλίδα μηνύματος." #: C/evolution.xml:1582(para) msgid "" "In the Email Custom Header window, you can view all the header fields and " "values you add." msgstr "" +"Στο παράθυρο Προσαρμοσμένη κεφαλίδα μηνύματος, μπορείτε να δείτε όλα τα " +"πεδία κεφαλίδας και τις τιμές που προσθέσατε." #: C/evolution.xml:1585(para) msgid "" "Set the values for the header fields by using the respective drop-down list." msgstr "" +"Ορίστε τις τιμές για τα πεδία κεφαλίδας χρησιμοποιώντας την αντίστοιχη " +"αναδιπλούμενη λίστα." #: C/evolution.xml:1594(para) msgid "" @@ -3815,20 +4264,26 @@ msgid "" "Outbox queue. The next time you connect to the Internet and send or receive " "mail, that message is sent." msgstr "" +"Αν είστε εκτός σύνδεσης όταν πατήσετε Αποστολή, τότε το Evolution προσθέτει " +"το μήνυμά σας στη λίστα Εξερχόμενα. Την επόμενη φορά που θα συνδεθείτε στο " +"διαδίκτυο και θα στείλετε ή θα λάβετε αλληλογραφία, το μήνυμά σας θα " +"αποσταλεί." #: C/evolution.xml:1600(para) msgid "" "Click File > Save Draft to store your messages in the Drafts folder for " "later revision." msgstr "" +"Επιλέξτε Αρχείο > Αποθήκευση ως πρόχειρο για να αποθηκεύσετε τα μηνύματά " +"σας στο φάκελο Πρόχειρα για να τα αναθεωρήσετε αργότερα." #: C/evolution.xml:1603(para) msgid "" "If you prefer to save your message as a text file, click File > Save As, " "then specify a filename." msgstr "" -"Αν προτιμάτε να αποθηκεύετε τα μηνύματά σας σαν ένα αρχείο κειμένου, κάντε " -"κλικ στο Αρχείο > Αποθήκευση ως, μετά καθορίστε ένα όνομα αρχείου." +"Αν προτιμάτε να αποθηκεύετε τα μηνύματά σας σαν ένα αρχείο κειμένου, " +"επιλέξτε Αρχείο > Αποθήκευση ως, μετά καθορίστε ένα όνομα αρχείου." #: C/evolution.xml:1610(para) msgid "" @@ -3838,9 +4293,15 @@ msgid "" "Evolution keeps a local copy of one or more folders to allow you to compose " "messages, storing them in your Outbox to be sent the next time you connect." msgstr "" +"Η λειτουργία εκτός σύνδεσης σας βοηθά να επικοινωνείτε με συστήματα " +"απομακρυσμένης αποθήκευσης αλληλογραφίας όπως το <trademark class=" +"\"registered\">GroupWise</trademark>, το IMAP ή το Exchange, σε περιπτώσεις " +"που δεν είστε συνδεδεμένοι στο δίκτυο συνέχεια. Το Evolution κρατάει ένα " +"τοπικό αντίγραφο από έναν ή περισσότερους φακέλους για να σας επιτρέπει να " +"δημιουργήσετε μηνύματα, να τα αποθηκεύσετε στα Εξερχόμενά σας για να σταλούν " +"την επόμενη φορά που θα συνδεθείτε." #: C/evolution.xml:1611(para) -#, fuzzy msgid "" "POP mail downloads all messages to your local system, but other connections " "usually download just the headers, and get the rest only when you want to " @@ -3859,12 +4320,12 @@ msgstr "Για να σημειώσετε ένα φάκελο για εργασί #: C/evolution.xml:1615(para) msgid "Right-click the folder, then click Properties." -msgstr "" +msgstr "Κάντε δεξί κλικ στο φάκελο και επιλέξτε Ιδιότητες." #: C/evolution.xml:1618(para) -#, fuzzy msgid "Click Copy Folder Content Locally for Offline Operation." -msgstr "Αντιγραφή περιεχομένων φακέλου τοπικά για εργασία χωρίς σύνδεση" +msgstr "" +"Πατήστε Αντιγραφή περιεχομένων φακέλου τοπικά για εργασία χωρίς σύνδεση." #: C/evolution.xml:1621(para) msgid "" @@ -3872,17 +4333,23 @@ msgid "" "of the Evolution main window. When you are online, it displays two connected " "cables. When you go offline, the cables separate." msgstr "" +"Η κατάσταση της σύνδεσής σας φαίνεται από το μικρό εικονίδιο στην κάτω " +"αριστερή γωνία του κύριου παράθυρου του Evolution. Όταν είστε συνδεδεμένοι " +"εμφανίζει δύο συνδεδεμένα καλώδια. Όταν βγείτε εκτός σύνδεσης τα καλώδια " +"διαχωρίζονται." #: C/evolution.xml:1622(para) msgid "To cache your selected folders and disconnect from the network," msgstr "" +"Για να αποθηκεύσετε τους επιλεγμένους φακέλους σας και να αποσυνδεθείτε από " +"το δίκτυο," #: C/evolution.xml:1625(para) msgid "" "Click File > Work Offline, or click the connection status icon in the " "lower left of the screen." msgstr "" -"Κάντε κλικ στο Αρχείο > Εργασία χωρίς σύνδεση, ή κάντε κλικ στο εικονίδιο " +"Επιλέξτε Αρχείο > Εργασία χωρίς σύνδεση, ή πατήστε στο εικονίδιο " "κατάστασης σύνδεσης που βρίσκεται κάτω αριστερά στην οθόνη." #: C/evolution.xml:1626(para) @@ -3898,8 +4365,8 @@ msgid "" "Click Synchronize to download all the messages to the folders marked for " "offline." msgstr "" -"Κάντε κλικ στο Συγχρονισμός για να κάνετε λήψη όλων των μηνυμάτων στους " -"φακέλους που σημειώθηκαν για εργασία εκτός σύνδεσης." +"Πατήστε Συγχρονισμός για να κάνετε λήψη όλων των μηνυμάτων στους φακέλους " +"που σημειώθηκαν για εργασία εκτός σύνδεσης." #: C/evolution.xml:1632(para) C/evolution.xml:3987(para) msgid "Or" @@ -3910,8 +4377,8 @@ msgid "" "Click Do not synchronize to go offline immediately, without downloading the " "messages locally for offline operations." msgstr "" -"Κάντε κλικ στο Να μην γίνει συγχρονισμός για να βγείτε εκτός σύνδεσης " -"αμέσως, χωρίς να γίνει λήψη των μηνυμάτων τοπικά για εργασία εκτός σύνδεσης." +"Πατήστε Να μη γίνει συγχρονισμός για να βγείτε εκτός σύνδεσης αμέσως, χωρίς " +"να γίνει λήψη των μηνυμάτων τοπικά για εργασία εκτός σύνδεσης." #: C/evolution.xml:1634(para) msgid "" @@ -3919,7 +4386,7 @@ msgid "" "is to not synchronize while going offline." msgstr "" "Επιλέξτε Να μην εμφανιστεί ξανά αυτό το μήνυμα για να απενεργοποιήσετε αυτό " -"το αναδυόμενο. Η προεπιλογή είναι να μην γίνεται συγχρονισμός όταν βγαίνετε " +"το αναδυόμενο. Η προεπιλογή είναι να μη γίνεται συγχρονισμός όταν βγαίνετε " "εκτός σύνδεσης." #: C/evolution.xml:1637(para) @@ -3927,8 +4394,8 @@ msgid "" "When you want to reconnect, click File > Work Online, or click the " "connection status icon again." msgstr "" -"Όταν θέλετε να επανασυνδεθείτε, κάντε κλικ στο Αρχείο > Εργασία εντός " -"δικτύου, ή κάντε κλικ στο εικονίδιο κατάστασης σύνδεσης ξανά." +"Όταν θέλετε να επανασυνδεθείτε, επιλέξτε Αρχείο > Εργασία εντός δικτύου, " +"ή πατήστε στο εικονίδιο κατάστασης σύνδεσης ξανά." #: C/evolution.xml:1640(title) msgid "Download Messages for Offline Operations" @@ -3941,6 +4408,11 @@ msgid "" "otherwise, by default, it goes offline when you click the offline button " "without downloading the message." msgstr "" +"Αυτό το χαρακτηριστικό σας προετοιμάζει για να βγείτε εκτός σύνδεσης και για " +"να λειτουργήσετε εκτός σύνδεσης. Σας βοηθά να λαμβάνεται όλα τα μηνύματα " +"τοπικά προτού βγείτε εκτός σύνδεσης. Σε αντίθετη περίπτωση, από προεπιλογή, " +"βγαίνει εκτός σύνδεσης όταν πατήσετε το κουμπί για να βγείτε εκτός σύνδεσης, " +"χωρίς να κατεβάζει το μήνυμα." #: C/evolution.xml:1642(para) msgid "" @@ -3951,9 +4423,8 @@ msgstr "" "> Λήψη μηνυμάτων για εργασία χωρίς σύνδεση." #: C/evolution.xml:1646(title) -#, fuzzy msgid "Automatic Network State Handling" -msgstr "Αυτόματος προσανατολισμός" +msgstr "Αυτόματος χειρισμός της κατάστασης του δικτύου" #: C/evolution.xml:1647(para) msgid "" @@ -3962,6 +4433,11 @@ msgid "" "and automatically switches on when the network is up again. Ensure that your " "system has Network Manager installed on to enable this feature." msgstr "" +"Το Evolution αντιλαμβάνεται αυτόματα την κατάσταση του δικτύου και ενεργεί " +"ανάλογα. Για παράδειγμα, το Evolution αλλάζει σε λειτουργία εκτός σύνδεσης " +"όταν πέσει το δίκτυο και αυτόματα αλλάζει πάλι όταν το δίκτυο λειτουργήσει. " +"Βεβαιωθείτε ότι το σύστημά σας έχει το Διαχειριστή δικτύου εγκατεστημένο για " +"να ενεργοποιήσετε αυτό το χαρακτηριστικό." #: C/evolution.xml:1653(para) msgid "To attach a file to your email:" @@ -3969,8 +4445,7 @@ msgstr "Για να επισυνάψετε ένα αρχείο στο μήνυμ #: C/evolution.xml:1656(para) msgid "Click the Attach button in the composer toolbar." -msgstr "" -"Κάντε κλικ στο κουμπί Επισύναψη στην εργαλειοθήκη του συγγραφέα μηνυμάτων." +msgstr "Πατήστε το κουμπί Επισύναψη στην εργαλειοθήκη του συγγραφέα μηνυμάτων." #: C/evolution.xml:1659(para) msgid "Select the file you want to attach." @@ -3982,19 +4457,24 @@ msgid "" "you want to send it as an inline attachment, right-click the attachment and " "click Properties, then select Automatic Display of Attachments." msgstr "" +"Μπορείτε επίσης να σύρετε ένα αρχείο στη μπάρα συνημμένων του παράθυρου του " +"συγγραφέα. Αν θέλετε να το στείλετε ως ενσωματωμένο συνημμένο, κάντε δεξί " +"κλικ στο συνημμένο και πατήστε Ιδιότητες, και μετά επιλέξτε Πρόταση για " +"αυτόματη προβολή του συνημμένου." #: C/evolution.xml:1666(para) msgid "" "When you send the message, a copy of the attached file goes with it. Be " "aware that large attachments can take a long time to send and receive." msgstr "" +"Όταν στείλετε το μήνυμα, ένα αντίγραφο του συνημμένου αρχείου πάει μαζί. " +"Προσέξτε ότι τα μεγάλα συνημμένα θα αργήσουν να σταλούν και να ληφθούν." #: C/evolution.xml:1669(title) msgid "Attachment Reminder" msgstr "Υπενθύμιση συνημμένου" #: C/evolution.xml:1670(para) -#, fuzzy msgid "" "Evolution has an Attachment Reminder plugin you can use to remind yourself " "to attach a file to an email. If it determines that you have not attached " @@ -4002,13 +4482,17 @@ msgid "" msgstr "" "Το Evolution έχει την πρόσθετη λειτουργία Υπενθύμιση συνημμένου την οποία " "μπορείτε να χρησιμοποιήσετε για να υπενθυμίσετε στον εαυτό σας να " -"επισυνάψετε ένα αρχείο σε ένα μήνυμα ηλεκτρονικού ταχυδρομείου. " +"επισυνάψετε ένα αρχείο σε ένα μήνυμα ηλεκτρονικού ταχυδρομείου. Αν " +"ανακαλύψει ότι δεν έχετε επισυνάψει το αρχείο, τότε προβάλλει το ακόλουθο " +"μήνυμα:" #: C/evolution.xml:1674(para) msgid "" "Click Continue Editing to attach the missing file, or click Send to send the " "message without any attachment." msgstr "" +"Πατήστε Επεξεργασία μηνύματος για να επισυνάψετε το αρχείο που λείπει, ή " +"πατήστε Αποστολή για να στείλετε το μήνυμα χωρίς συνημμένο." #: C/evolution.xml:1677(para) msgid "To enable the Attachment Reminder:" @@ -4020,11 +4504,12 @@ msgstr "" "Επιλέξτε Επεξεργασία > Πρόσθετες λειτουργίες > Υπενθύμιση συνημμένου." #: C/evolution.xml:1683(para) -#, fuzzy msgid "" "Click Configuration, then make sure that Remind Missing Attachments is " "selected." -msgstr "Κάντε κλικ στο Ρύθμιση, μετά βεβαιωθείτε πως η υπενθύμιση " +msgstr "" +"Πατήστε Ρύθμιση, μετά βεβαιωθείτε πως η Υπενθύμιση για συνημμένα που λείπουν " +"είναι επιλεγμένη." #: C/evolution.xml:1687(para) msgid "" @@ -4052,8 +4537,8 @@ msgid "" "modify the word as desired." msgstr "" "Για να επεξεργαστείτε οποιαδήποτε από τις υπάρχουσες λέξεις κλειδιά, " -"επιλέξτε την λέξη κλειδί, κάντε κλικ στο Επεξεργασία, μετά τροποποιήστε την " -"λέξη όπως επιθυμείτε." +"επιλέξτε την λέξη κλειδί, πατήστε Επεξεργασία, μετά τροποποιήστε τη λέξη " +"όπως επιθυμείτε." #: C/evolution.xml:1700(para) msgid "" @@ -4080,9 +4565,9 @@ msgid "" msgstr "" "Οι διευθύνσεις στην λίστα Κρυφής κοινοποίησης είναι κρυμμένες από τους " "άλλους παραλήπτες του μηνύματος. Μπορείτε να το χρησιμοποιήσετε για να " -"στείλετε αλληλογραφία σε μεγάλες ομάδες ανθρώπων, ειδικά αν δεν γνωρίζονται " +"στείλετε αλληλογραφία σε μεγάλες ομάδες ανθρώπων, ειδικά αν δε γνωρίζονται " "μεταξύ τους ή αν ανησυχείτε για την ιδιωτικότητα. Αν δεν υπάρχει το πεδίο " -"Κρυφή κοινοποίηση, κάντε κλικ στο Προβολή > Πεδίο κρυφής κοινοποίησης." +"Κρυφή κοινοποίηση, επιλέξτε Προβολή > Πεδίο κρυφής κοινοποίησης." #: C/evolution.xml:1702(para) msgid "" @@ -4091,26 +4576,34 @@ msgid "" "have a single address. To learn how to do that, see <link linkend=\"usage-" "contact-organize-group-list\">Creating a List of Contacts</link>." msgstr "" +"Αν γράφετε συχνά αλληλογραφία στην ίδια ομάδα ανθρώπων, μπορείτε να " +"δημιουργήσετε λίστες διευθύνσεων στο εργαλείο επαφών, και μετά να να τους " +"στέλνετε αλληλογραφία σαν να είχαν μια μοναδική διεύθυνση. Για να μάθετε πώς " +"να το κάνετε αυτή δείτε τη <link linkend=\"usage-contact-organize-group-list" +"\">Δημιουργία λίστας επαφών</link>." #: C/evolution.xml:1703(para) msgid "" "Evolution allows you to specify the Reply-To header in an email. To do this:" msgstr "" +"Το Evolution σας επιτρέπει να καθορίζετε την κεφαλίδα Απάντηση σε ένα " +"μήνυμα. Για να το κάνετε αυτό:" #: C/evolution.xml:1706(para) -#, fuzzy msgid "Open a compose window." -msgstr "Άνοιγμα ενός νέου παραθύρου." +msgstr "Ανοίξετε ένα παράθυρο συγγραφέα." #: C/evolution.xml:1709(para) msgid "Open the Reply-To field by clicking View > Reply To." -msgstr "" +msgstr "Ανοίξτε το πεδίο Απάντηση σε επιλέγοντας Προβολή > Πεδίο απάντησης." #: C/evolution.xml:1712(para) msgid "" "Specify the address you want as the Reply-To address in the new Reply-To " "field." msgstr "" +"Καθορίστε τη διεύθυνση που θέλετε ως διεύθυνση απάντησης στο πεδίο Απάντηση " +"σε." #: C/evolution.xml:1715(para) msgid "Complete the rest of your message." @@ -4120,7 +4613,7 @@ msgstr "Ολοκληρώστε το υπόλοιπο του μηνύματός � #: C/evolution.xml:2194(para) C/evolution.xml:2401(para) #: C/evolution.xml:5511(para) msgid "Click Send." -msgstr "Κάντε κλικ στο Αποστολή" +msgstr "Πατήστε Αποστολή." #: C/evolution.xml:1725(para) msgid "" @@ -4133,10 +4626,10 @@ msgid "" "card, Evolution opens a dialog box to ask you which person you meant." msgstr "" "Η αυτόματη συμπλήρωση διεύθυνσης είναι ενεργή στο Evolution από προεπιλογή " -"όταν δημιουργείτε επαφές. Το Evolution σας διευκολύνει στην συμπλήρωση του " -"πεδίου διεύθυνσης χωρίς να χρειάζεται να θυμάστε την διεύθυνση αλληλογραφίας " +"όταν δημιουργείτε επαφές. Το Evolution σας διευκολύνει στη συμπλήρωση του " +"πεδίου διεύθυνσης χωρίς να χρειάζεται να θυμάστε τη διεύθυνση αλληλογραφίας " "των παραληπτών. Μπορείτε να πληκτρολογήσετε ψευδώνυμα ή άλλα δεδομένα " -"διευθύνσεως στο πεδίο διεύθυνση και το Evolution θα εμφανίσει μια λίστα " +"διευθύνσεως στο πεδίο διεύθυνσης και το Evolution θα εμφανίσει μια λίστα " "πιθανών συμπληρώσεων διευθύνσεων από τις επαφές σας. Αν πληκτρολογήσετε ένα " "όνομα ή ψευδώνυμο που μπορεί να υπάρχει σε παραπάνω από μια κάρτες, το " "Evolution θα ανοίξει ένα παράθυρο διαλόγου για να σας ρωτήσει ποιο άτομο " @@ -4148,10 +4641,10 @@ msgid "" "Preferences, then click Autocompletion. Then, select the address book you " "want to use for address autocompletion in the mailer." msgstr "" -"Αν το Evolution δεν συμπληρώνει διευθύνσεις αυτόματα, κάντε κλικ στο " -"Επεξεργασία > Προτιμήσεις, μετά κάντε κλικ στο Αυτόματη συμπλήρωση. Μετά, " -"επιλέξτε το βιβλίο διευθύνσεων που θέλετε να χρησιμοποιήσετε στην αυτόματη " -"συμπλήρωση στο πρόγραμμα αλληλογραφίας." +"Αν το Evolution δε συμπληρώνει διευθύνσεις αυτόματα, επιλέξτε Επεξεργασία " +"> Προτιμήσεις, μετά πατήστε στο Αυτόματη συμπλήρωση. Μετά, επιλέξτε το " +"βιβλίο διευθύνσεων που θέλετε να χρησιμοποιήσετε στην αυτόματη συμπλήρωση " +"στο πρόγραμμα αλληλογραφίας." #: C/evolution.xml:1727(para) msgid "" @@ -4159,6 +4652,10 @@ msgid "" "the email addresses in your contacts. Select addresses and click the arrows " "to move them into the appropriate address columns." msgstr "" +"Εναλλακτικά μπορείτε να πατήσετε τα κουμπιά Προς:, Κοινοποίηση: ή Κρυφή " +"κοινοποίηση για να δείτε μια λίστα με διευθύνσεις αλληλογραφίας από τις " +"επαφές σας. Διαλέξτε διευθύνσεις και πατήστε τα βέλη για να τις μετακινήσετε " +"στις κατάλληλες στήλες διευθύνσεων." #: C/evolution.xml:1728(para) msgid "" @@ -4167,6 +4664,11 @@ msgid "" "Adding New Cards Quickly</link> and <link linkend=\"usage-calendar-apts" "\">Scheduling With the Evolution Calendar</link>." msgstr "" +"Για περισσότερες πληροφορίες πάνω στη χρήση αλληλογραφίας με το διαχειριστή " +"επαφών και το ημερολόγιο, δείτε την <link linkend=\"contact-automation-basic" +"\">Αποστολή κάρτας: Γρήγορη προσθήκη νέων καρτών</link> και τον <link " +"linkend=\"usage-calendar-apts\">Προγραμματισμό με το ημερολόγιο του " +"Evolution</link>." #: C/evolution.xml:1733(para) msgid "" @@ -4179,6 +4681,15 @@ msgid "" "or with the > character before each line (in plain text mode), to " "indicate that it is part of the previous message." msgstr "" +"Για να απαντήσετε σε ένα μήνυμα, επιλέξτε το μήνυμα στο οποίο θα απαντήσετε " +"στη λίστα μηνυμάτων και πατήστε το κουμπί Απάντηση στην εργαλειοθήκη, ή " +"κάντε δεκί κλικ μέσα στο μήνυμα και επιλέξτε Απάντηση στον αποστολέα. Αυτό " +"ανοίγει το συγγραφέα μηνυμάτων. Τα πεδία Προς: και Θέμα: είναι ήδη " +"συμπληρωμένα, παρόλο που μπορείτε να τα αλλάξετε αν θέλετε. Επιπλέον, το " +"πλήρες κείμενο του παλιού μηνύματος εισάγεται στο νέο μήνυμα, είτε με γκρι " +"γράμματα και μια μπλε γραμμή στο πλάι (για προβολή HTML) είτε με το " +"χαρακτήρα > πριν από κάθε γραμμή (για απλή προβολή κειμένου), δείχνοντας " +"ότι είναι μέρος του προηγούμενου μηνύματος." #: C/evolution.xml:1734(para) msgid "" @@ -4186,10 +4697,14 @@ msgid "" "All instead of Reply. If there are large numbers of people in the Cc: or To: " "fields, this can save substantial amounts of time." msgstr "" +"Αν διαβάζετε ένα μήνυμα με πολλαπλούς παραλήπτες, μπορείτε να " +"χρησιμοποιήσετε την Απάντηση σε όλους αντί την Απάντηση. Αν υπάρχει μεγάλος " +"αριθμός ανθρώπων στα πεδία Κοινοποίηση: ή Προς:, αυτό μπορεί να σας γλιτώσει " +"αρκετό χρόνο." #: C/evolution.xml:1737(title) msgid "Using the Reply To All Feature" -msgstr "" +msgstr "Χρήση του χαρακτηριστικού Απάντηση σε όλους" #: C/evolution.xml:1738(para) msgid "" @@ -4199,6 +4714,13 @@ msgid "" "that he agrees with her, he uses Reply. His reply does not reach anyone that " "Susan put on her Bcc list, because that list is not shared with anyone." msgstr "" +"Η Σουζάνα στέλνει ένα μήνυμα σε έναν πελάτη και στέλνει αντίγραφά του στον " +"Τίμο και σε μια εσωτερική λίστα ταχυδρομείου των συνεργατών της. Αν ο Τίμος " +"θέλει να κάνει ένα σχόλιο για να το διαβάσουν όλοι, χρησιμοποιεί την " +"Απάντηση σε όλους, αλλά αν θέλει μόνο να πει στη Σουζάνα ότι συμφωνεί, " +"χρησιμοποιεί την Απάντηση. Η απάντησή του δε φτάνει σε κανέναν από όσους η " +"Σουζάνα είχε βάλει στη λίστα Κρυφής κοινοποίησης, επειδή η λίστα εκείνη δε " +"μοιράζεται με κανέναν." #: C/evolution.xml:1739(para) msgid "" @@ -4206,6 +4728,9 @@ msgid "" "list rather than to the sender, select Reply to List instead of Reply or " "Reply to All." msgstr "" +"Αν γραφτείτε σε μια λίστα ταχυδρομείου, και θέλετε η απάντησή σας να πάει " +"μόνο στη λίστα αντί στον αποστολέα, επιλέξτε Απάντηση στη λίστα αντί για " +"Απάντηση σε όλους." #: C/evolution.xml:1743(title) msgid "Keyboard shortcuts" @@ -4255,6 +4780,7 @@ msgstr "Ctrl+F" msgid "" "The message composer makes several text searching features available to you." msgstr "" +"Ο συγγραφέας μηνυμάτων θέτει στη διάθεσή σας μερικά εργαλεία αναζήτησης." #: C/evolution.xml:1801(title) msgid "Find:" @@ -4262,16 +4788,11 @@ msgstr "Εύρεση:" #: C/evolution.xml:1802(para) msgid "Enter a word or phrase, and Evolution finds it in your message." -msgstr "" +msgstr "Εισάγετε μια λέξη ή φράση, και το Evolution θα τη βρει στο μήνυμά σας." #: C/evolution.xml:1805(title) -#, fuzzy msgid "Find Regex:" -msgstr "" -"#-#-#-#-# epiphany.HEAD.el.po (el) #-#-#-#-#\n" -"Εύρεση επομένου\n" -"#-#-#-#-# evince.HEAD.el.po (el) #-#-#-#-#\n" -"Εύρεση επόμενου" +msgstr "Εύρεση κανονικής έκφρασης:" #: C/evolution.xml:1806(para) msgid "" @@ -4280,6 +4801,10 @@ msgid "" "your composer window. If you're not sure what a regular expression is, you " "should ignore this feature." msgstr "" +"Μπορείτε να αναζητήσετε για ένα πολύπλοκο μοτίβο χαρακτήρων, που ονομάζεται " +"<link linkend=\"regular-expression\">κανονική έκφραση</link> στο παράθυρο " +"του συγγραφέα. Αν δεν είστε σίγουροι τι είναι μια κανονική έκφραση, μπορείτε " +"να αγνοήσετε αυτό το χαρακτηριστικό." #: C/evolution.xml:1809(title) msgid "Find Again:" @@ -4297,7 +4822,7 @@ msgstr "Αντικατάσταση:" #: C/evolution.xml:1814(para) msgid "Find a word or phrase, and replace it with something else." -msgstr "Εύρεση μια λέξης ή φράσης, και αντικατάσταση της με κάτι άλλο." +msgstr "Εύρεση μια λέξης ή φράσης, και αντικατάστασή της με κάτι άλλο." #: C/evolution.xml:1816(para) msgid "" @@ -4305,6 +4830,10 @@ msgid "" "the document from the point where your cursor is. You can also determine " "whether the search is to be case sensitive in determining a match." msgstr "" +"Για όλες αυτές τις καταχωρήσεις του μενού, μπορείτε να επιλέξετε αν θα γίνει " +"αναζήτηση προς τα πίσω στο έγγραφο από το σημείο που βρίσκεται ο δρομέας. " +"Μπορείτε επίσης να καθορίσετε αν η αναζήτηση θα διακρίνει ανάμεσα σε πεζά " +"και κεφαλαία για να αποφασίσει για ένα αποτέλεσμα." #: C/evolution.xml:1821(para) msgid "" @@ -4313,6 +4842,11 @@ msgid "" "basic alignment and paragraph formatting. They do this with <link linkend=" "\"html\">HTML</link>, just like Web pages do." msgstr "" +"Κανονικά, δε μπορείτε να ορίσετε στυλ κειμένου ή να εισάγετε εικόνες σε ένα " +"μήνυμα. Ωστόσο, τα περισσότερα καινούρια προγράμματα αλληλογραφίας μπορούν " +"να εμφανίζουν εικόνες και στυλ κειμένου όπως επίσης και βασική στοίχιση και " +"μορφοποίηση παραγράφων. Αυτό γίνεται με την <link linkend=\"html\">HTML</" +"link>, όπως κάνουν και οι ιστοσελίδες." #: C/evolution.xml:1822(para) msgid "" @@ -4320,6 +4854,10 @@ msgid "" "HTML-enhanced mail because it is slower to download and display. Because of " "this, Evolution sends plain text unless you explicitly ask for HTML." msgstr "" +"Μερικοί άνθρωποι έχουν πελάτες αλληλογραφίας που δεν υποστηρίζουν HTML, ή " +"που προτιμούν να μη λαμβάνουν αλληλογραφία εμπλουτισμένη με HTML, γιατί " +"είναι πιο αργή στη λήψη και την προβολή. Γι' αυτό το λόγο, το Evolution " +"στέλνει απλό κείμενο, εκτός κι αν ρητά ζητήσετε να στέλνει HTML." #: C/evolution.xml:1825(title) msgid "Basic HTML Formatting" @@ -4330,8 +4868,8 @@ msgid "" "You can change the format of an email message from plain text to HTML by " "choosing Format > HTML from the menu bar." msgstr "" -"Μπορείτε να αλλάξετε την μορφή ενός μηνύματος ηλεκτρονικής αλληλογραφίας από " -"απλό κείμενο σε HTML επιλέγοντας Μορφοποίηση > HTML από την μπάρα μενού." +"Μπορείτε να αλλάξετε τη μορφή ενός μηνύματος ηλεκτρονικής αλληλογραφίας από " +"απλό κείμενο σε HTML επιλέγοντας Μορφοποίηση > HTML από τη γραμμή μενού." #: C/evolution.xml:1827(para) msgid "" @@ -4342,7 +4880,7 @@ msgstr "" "Για να στέλνετε όλη την αλληλογραφία σας σαν HTML από προεπιλογή, καθορίστε " "τις προτιμήσεις μορφοποίησης στο παράθυρο διαλόγου ρύθμισης αλληλογραφίας. " "Για περισσότερες πληροφορίες δείτε <link linkend=\"config-prefs-mail-composer" -"\">Προτιμήσεις επεξεργαστή</link>" +"\">Προτιμήσεις επεξεργαστή</link>." #: C/evolution.xml:1828(para) msgid "" @@ -4350,6 +4888,9 @@ msgid "" "you actually compose the message. They also appear in the Insert and Format " "menus." msgstr "" +"Τα εργαλεία μορφοποίησης της HTML βρίσκονται στην εργαλειοθήκη ακριβώς πάνω " +"από το χώρο που γράφετε το μήνυμα. Εμφανίζονται επίσης στα μενού Εισαγωγή " +"και Μορφοποίηση." #: C/evolution.xml:1829(para) msgid "" @@ -4357,11 +4898,13 @@ msgid "" "tips</link>, which appear when you hold your mouse pointer over the buttons. " "The buttons fall into five categories:" msgstr "" +"Τα εικονίδια στην εργαλειοθήκη εξηγούνται με <link linkend=\"tooltip" +"\">αναδυόμενες συμβουλές</link>, οι οποίες εμφανίζονται όταν κρατήσετε το " +"ποντίκι πάνω από τα κουμπιά. Τα κουμπιά εμπίπτουν σε πέντε κατηγορίες:" #: C/evolution.xml:1831(title) -#, fuzzy msgid "Headers and Lists:" -msgstr "Κεφα_λίδες και υποσέλιδα:" +msgstr "Κεφαλίδες και λίστες:" #: C/evolution.xml:1832(para) msgid "" @@ -4370,6 +4913,12 @@ msgid "" "(1) to tiny (6). Other styles include preformat, to use the HTML tag for " "preformatted blocks of text, and three types of bullet points for lists." msgstr "" +"Στο αριστερό άκρο της εργαλειοθήκης, μπορείτε να επιλέξετε Κανονικό για το " +"προεπιλεγμένο στυλ μορφοποίησης ή Κεφαλίδα 1 εώς Κεφαλίδα 6 για διάφορα " +"μεγέθη κεφαλίδας, από τεράστιο (1) ως μικροσκοπικό (6). Άλλα στυλ " +"περιλαμβάνουν Προμορφοποίηση, για να χρησιμοποιηθούν οι ετικέτες της HTML " +"για τα προμορφοποιημένα τμήματα του κειμένου, και τρεις τύπους τελείων για " +"λίστες." #: C/evolution.xml:1834(para) msgid "" @@ -4378,10 +4927,15 @@ msgid "" "different bullet styles, and handles word wrap and multiple levels of " "indentation." msgstr "" +"Για παράδειγμα, αντί να χρησιμοποιείτε αστερίσκους για να σημειώσετε μια " +"λίστα με τελείες, μπορείτε να χρησιμοποιήσετε τη Λίστα σημείων από την " +"αναδιπλούμενη λίστα με τα στυλ. Το Evolution χρησιμοποιεί διαφορετικά είδη " +"τελείων, και χειρίζεται την αναδίπλωση των λέξεων και πολλαπλά επίπεδα " +"προχώρησης κειμένου." #: C/evolution.xml:1836(title) msgid "Text Styles:" -msgstr "Στυλ Κειμένου:" +msgstr "Στυλ κειμένου:" #: C/evolution.xml:1837(para) msgid "" @@ -4389,6 +4943,10 @@ msgid "" "selected, the style applies to the selected text. If you do not have text " "selected, the style applies to whatever you type next." msgstr "" +"Χρησιμοποιήστε αυτά τα κουμπιά για να καθορίσετε τον τρόπο που φαίνεται η " +"αλληλογραφία σας. Αν έχετε επιλεγμένο κείμενο, το στυλ εφαρμόζεται στο " +"επιλεγμένο κείμενο. Αν δεν έχετε επιλεγμένο κείμενο, το στυλ εφαρμόζεται σε " +"οτιδήποτε πληκτρολογήσετε στη συνέχεια." #: C/evolution.xml:1846(para) msgid "Button" @@ -4403,13 +4961,14 @@ msgid "" "Typewriter text, which is approximately the same as the Courier monospace " "font." msgstr "" +"Κείμενο γραφομηχανής, το οποίο είναι περίπου ίδιο με τη γραμματοσειρά " +"σταθερού πλάτους Courier." # #-#-#-#-# gtkhtml.HEAD.el.po (el) #-#-#-#-# # #: C/evolution.xml:1864(para) -#, fuzzy msgid "Bold A" -msgstr "Έντονα " +msgstr "Έντονα" # #: C/evolution.xml:1867(para) @@ -4419,7 +4978,6 @@ msgstr "Κάνει το κείμενο έντονο." # #-#-#-#-# gtkhtml.HEAD.el.po (el) #-#-#-#-# # #: C/evolution.xml:1872(para) -#, fuzzy msgid "Italic A" msgstr "Πλάγια" @@ -4428,9 +4986,8 @@ msgid "Italicizes the text." msgstr "Κάνει το κείμενο πλάγιο." #: C/evolution.xml:1880(para) -#, fuzzy msgid "Underlined A" -msgstr "Χωρίς όριο" +msgstr "Υπογραμμισμένα" # #: C/evolution.xml:1883(para) @@ -4438,20 +4995,10 @@ msgid "Underlines the text." msgstr "Υπογραμμίζει το κείμενο." #: C/evolution.xml:1888(para) -#, fuzzy msgid "Strike through A" -msgstr "" -"#-#-#-#-# gedit.HEAD.el.po (el) #-#-#-#-#\n" -"Διακριτή γραφή\n" -"#-#-#-#-# gnopernicus.HEAD.el.po (el) #-#-#-#-#\n" -"Strikethrough\n" -"#-#-#-#-# libgnomecanvas.HEAD.el.po (el) #-#-#-#-#\n" -"Επισήμανση\n" -"#-#-#-#-# gtk+-properties.HEAD.el.po (el) #-#-#-#-#\n" -"Επισήμανση" +msgstr "Διακριτή διαγραφή" #: C/evolution.xml:1891(para) -#, fuzzy msgid "Marks a line through the text." msgstr "Σημειώνει μια γραμμή πάνω από το κείμενο." @@ -4466,17 +5013,23 @@ msgid "" "aligns your text to the left, the center button centers text, and the right " "button aligns the text to the right." msgstr "" +"Δίπλα στα κουμπιά στυλ κειμένου βρίσκονται τα τρία εικονίδια παραγράφου, τα " +"οποία θα πρέπει να είναι οικεία στους χρήστες των περισσότερων εφαρμογών " +"επεξεργασίας κειμένου. Το κουμπί στα αριστερά στοιχίζει το κείμενό σας στα " +"αριστερά, το κουμπί στο κέντρο κεντράρει το κείμενο, και το κουμπί στα δεξιά " +"στοιχίζει το κείμενο στα δεξιά." #: C/evolution.xml:1902(title) -#, fuzzy msgid "Indentation Rules:" -msgstr "Εσοχές" +msgstr "Κανόνες εσοχής:" #: C/evolution.xml:1903(para) msgid "" "The button with the arrow pointing left decreases a paragraph's indentation, " "and the right arrow increases its indentation." msgstr "" +"Το κουμπί με το βελάκι που δείχνει αριστερά μειώνει την εσοχή της " +"παραγράφου, και με το βελάκι δεξιά αυξάνει την εσοχή." #: C/evolution.xml:1906(title) msgid "Color Selection:" @@ -4492,12 +5045,12 @@ msgid "" "then selecting Style > Page Style." msgstr "" "Στα δεξιά υπάρχει το εργαλείο επιλογής χρώματος, όπου ένα κουτί εμφανίζει το " -"τρέχον χρώμα κειμένου. Για να επιλέξετε ένα νέο χρώμα, κάντε κλικ στο βέλος " -"στα δεξιά. Αν έχετε επιλεγμένο κείμενο, γίνεται εφαρμογή του χρώματος στο " +"τρέχον χρώμα κειμένου. Για να επιλέξετε ένα νέο χρώμα, πατήστε στο βέλος στα " +"δεξιά. Αν έχετε επιλεγμένο κείμενο, γίνεται εφαρμογή του χρώματος στο " "επιλεγμένο κείμενο. Αν δεν έχετε επιλεγμένο κείμενο, γίνεται εφαρμογή του " "χρώματος στα επόμενα που θα γράψετε. Μπορείτε να επιλέξετε ένα χρώμα " "παρασκηνίου ή μια εικόνα κάνοντας δεξί κλικ στο παρασκήνιο του μηνύματος, " -"μετά επιλέγοντας Στυλ > Στυλ σελίδας." +"μετά επιλέγοντας Ιδιότητες > Σελίδα." #: C/evolution.xml:1912(title) msgid "Advanced HTML Formatting" @@ -4512,8 +5065,8 @@ msgstr "" "Στο μενού Εισαγωγή, υπάρχουν αρκετές περισσότερες επιλογές που μπορείτε να " "χρησιμοποιήσετε για να μορφοποιήσετε το μήνυμά σας. Για να χρησιμοποιήσετε " "αυτά και άλλα εργαλεία μορφοποίησης HTML, βεβαιωθείτε πως έχετε " -"ενεργοποιήσει την λειτουργία HTML με την χρήση της επιλογής Μορφοποίηση > " -"HTML από την μπάρα μενού," +"ενεργοποιήσει τη λειτουργία HTML με τη χρήση της επιλογής Μορφοποίηση > " +"HTML από την γραμμή μενού." #: C/evolution.xml:1916(title) msgid "Inserting a Link" @@ -4525,19 +5078,22 @@ msgid "" "don't want special link text, you can just enter the address directly, and " "Evolution recognizes it as a link." msgstr "" +"Χρησιμοποιήστε το εργαλείο Εισαγωγή συνδέσμου για να βάλετε συνδέσμους στα " +"HTML μηνύματά σας. Αν δε θέλετε ειδικό κείμενο στους συνδέσμους, μπορείτε " +"απλά να εισάγετε απ' ευθείας τη διεύθυνση, και το Evolution θα την " +"αναγνωρίσει ως σύνδεσμο." #: C/evolution.xml:1920(para) -#, fuzzy msgid "Select the text you want to link from." -msgstr "Επιλέξτε τα παιχνίδια που θέλετε να αποθηκεύσετε:" +msgstr "Επιλέξτε το κείμενο στο οποίο θέλετε να εφαρμόσετε το σύνδεσμο." #: C/evolution.xml:1923(para) msgid "Right-click in the text, then click Insert Link." -msgstr "" +msgstr "Κάντε δεξί κλικ στο κείμενο και επιλέξτε Εισαγωγή συνδέσμου." #: C/evolution.xml:1926(para) msgid "Type the URL in the URL field." -msgstr "" +msgstr "Πληκτρολογήστε το URL στο πεδίο URL." #: C/evolution.xml:1935(title) msgid "Inserting an Image" @@ -4564,11 +5120,11 @@ msgstr "" #: C/evolution.xml:1954(para) msgid "Click Insert > Rule in the menubar." -msgstr "Κάντε κλικ στο Εισαγωγή > Κανόνας στην μπάρα μενού." +msgstr "Επιλέξτε Εισαγωγή > Κανόνας στη γραμμή μενού." #: C/evolution.xml:1957(para) msgid "Select the width, size, and alignment." -msgstr "Επιλέξτε το πλάτος, το μέγεθος, και την στοίχιση." +msgstr "Επιλέξτε το πλάτος, το μέγεθος, και τη στοίχιση." #: C/evolution.xml:1960(para) msgid "Select Shade if necessary." @@ -4584,7 +5140,7 @@ msgstr "Μπορείτε να εισάγετε έναν πίνακα στο κε #: C/evolution.xml:1973(para) msgid "Click Insert > Table in the menubar." -msgstr "Κάντε κλικ στο Εισαγωγή > Πίνακας στην μπάρα μενού." +msgstr "Επιλέξτε Εισαγωγή > Πίνακας στη γραμμή μενού." #: C/evolution.xml:1976(para) msgid "Select the number of rows and columns." @@ -4603,7 +5159,7 @@ msgid "" "To insert a picture for the background, click the filechooser button and " "select the desired image." msgstr "" -"Για να εισάγετε μια εικόνα για παρασκήνιο, κάντε κλικ στο κουμπί επιλογέα " +"Για να εισάγετε μια εικόνα για παρασκήνιο, πατήστε το κουμπί επιλογέα " "αρχείων και επιλέξτε την επιθυμητή εικόνα." #: C/evolution.xml:1995(para) @@ -4626,13 +5182,12 @@ msgstr "" "Το Evolution σας επιτρέπει να ζητήσετε μια βεβαίωση για τα απεσταλμένα " "μηνύματά σας ώστε να ενημερωθείτε όταν ο παραλήπτης διαβάζει το μήνυμά σας. " "Οι βεβαιώσεις είναι χρήσιμες όταν στέλνετε αλληλογραφία που σας ενδιαφέρει ο " -"χρόνος. Για να ζητήσετε μια βεβαίωση, κάντε κλικ στο Εισαγωγή > Αίτηση " +"χρόνος. Για να ζητήσετε μια βεβαίωση, επιλέξτε Εισαγωγή > Αίτηση " "βεβαίωσης ανάγνωσης στο παράθυρο του επεξεργαστή." #: C/evolution.xml:2001(title) -#, fuzzy msgid "Prioritize Message:" -msgstr "Αλλαγή _προτεραιότητας μηνύματος" +msgstr "Προτεραιότητα μηνύματος" #: C/evolution.xml:2002(para) msgid "" @@ -4640,16 +5195,22 @@ msgid "" "relative importance.To prioritize a message, click Insert > Prioritize " "Message in the composer window." msgstr "" +"Μπορείτε να ορίσετε την προτεραιότητα του μηνύματος που θα στείλετε, ώστε ο " +"παραλήπτης να δει τη σχετική του σημαντικότητα. Για να ορίσετε την " +"προτεραιότητα ενός μηνύματος, επιλέξτε Εισαγωγή > Αλλαγή προτεραιότητας " +"μηνύματος στο παράθυρο του επεξεργαστή." #: C/evolution.xml:2005(para) msgid "" "Evolution will ignore the message priority, because it assumes that the " "recipient should decide whether the message is important or not." msgstr "" +"Το Evolution θα αγνοήσει την προτεραιότητα του μηνύματος, γιατί υποθέτει ότι " +"ο παραλήπτης θα πρέπει να αποφασίσει αν το μήνυμα είναι σημαντικό ή όχι." #: C/evolution.xml:2010(title) msgid "Default Settings" -msgstr "Προεπιλεγμένες Ρυθμίσεις" +msgstr "Προεπιλεγμένες ρυθμίσεις" #: C/evolution.xml:2011(para) msgid "" @@ -4658,6 +5219,11 @@ msgid "" "carbon copies and blind carbon copies to. You can also change the settings " "for message receipts." msgstr "" +"Το Evolution σας επιτρέπει να αλλάζετε τις προεπιλεγμένες ρυθμίσεις. " +"Μπορείτε να οργανώσετε το φάκελο Πρόχειρα και το φάκελο Απεσταλμένα, να " +"ορίσετε διευθύνσεις στις οποίες να στέλνετε ακριβή αντίγραφα και κρυφά " +"αντίγραφα. Μπορείτε επίσης να αλλάξετε τις ρυθμίσεις για την παραλαβή των " +"μηνυμάτων." #: C/evolution.xml:2013(para) msgid "To change your default settings," @@ -4666,30 +5232,33 @@ msgstr "Για να αλλάξετε τις προεπιλεγμένες σας #: C/evolution.xml:2019(para) msgid "Select the mail account whose settings you want to change." msgstr "" -"Επιλέξτε τον λογαριασμό αλληλογραφίας για τον οποίον θέλετε να αλλάξετε τις " +"Επιλέξτε το λογαριασμό αλληλογραφίας για τον οποίον θέλετε να αλλάξετε τις " "ρυθμίσεις." #: C/evolution.xml:2022(para) C/evolution.xml:6578(para) #: C/evolution.xml:6646(para) msgid "Click Edit to open the Account Editor." -msgstr "Κάντε κλικ στο Επεξεργασία για να ανοίξει ο Επεξεργαστής λογαριασμών." +msgstr "Πατήστε Επεξεργασία για να ανοίξει ο Επεξεργαστής λογαριασμών." #: C/evolution.xml:2025(para) msgid "Click the Default tab." -msgstr "Κάντε κλικ στην καρτέλα Προεπιλογές." +msgstr "Πατήστε στην καρτέλα Προεπιλογές." #: C/evolution.xml:2028(para) msgid "" "Click the respective check boxes and enter the email addresses you want to " "always CC and BCC." msgstr "" +"Ενεργοποιήστε τα αντίστοιχα κουτάκια επιλογής και εισάγετε τις διευθύνσεις " +"αλληλογραφίας στις οποίες θέλετε πάντα να κάνετε κοινοποίηση και κρυφή " +"κοινοποίηση." #: C/evolution.xml:2031(para) msgid "" "Select the desired option for send message receipts from the drop-down list." msgstr "" "Επιλέξτε την επιθυμητή επιλογή για αποστολή βεβαιώσεων μηνυμάτων από την " -"λίστα." +"αναδιπλούμενη λίστα." #: C/evolution.xml:2036(title) msgid "Changing Default Folder for Sent and Draft Items" @@ -4710,11 +5279,11 @@ msgstr "" #: C/evolution.xml:2040(para) msgid "Click the Drafts button to open the folder selection window." msgstr "" -"Κάντε κλικ στο κουμπί Πρόχειρα για να ανοίξετε το παράθυρο επιλογής φακέλου." +"Πατήστε το κουμπί Πρόχειρα για να ανοίξετε το παράθυρο επιλογής φακέλου." #: C/evolution.xml:2043(para) msgid "Select the folder you want to save drafts to." -msgstr "Επιλέξτε τον φάκελο στον οποίο θέλετε να αποθηκεύονται τα πρόχειρα." +msgstr "Επιλέξτε το φάκελο στον οποίο θέλετε να αποθηκεύονται τα πρόχειρα." #: C/evolution.xml:2049(para) C/evolution.xml:2065(para) msgid "Click the Revert button to revert back to previous settings." @@ -4728,15 +5297,13 @@ msgstr "Για να αλλάξετε τον προεπιλεγμένο φάκε� #: C/evolution.xml:2056(para) msgid "Click the Sent button to open the folder selection window." msgstr "" -"Κάντε κλικ στο κουμπί Απεσταλμένα για να ανοίξετε το παράθυρο επιλογής " -"φακέλου." +"Πατήστε το κουμπί Απεσταλμένα για να ανοίξετε το παράθυρο επιλογής φακέλου." #: C/evolution.xml:2059(para) msgid "Select the desired folder for sent items." msgstr "Επιλέξτε τον επιθυμητό φάκελο για απεσταλμένα αντικείμενα." #: C/evolution.xml:2073(para) -#, fuzzy msgid "" "When you receive an email, you can forward it to other individuals or groups " "that might be interested. You can forward a message as an attachment to a " @@ -4748,10 +5315,15 @@ msgid "" "different sections of the message you are forwarding. Remember to note from " "whom the message came, and whether you have removed or altered content." msgstr "" -"Όταν λαμβάνετε ένα μήνυμα, μπορείτε να το προωθήσετε σε άλλους άτομα ή " -"ομάδες που μπορεί να ενδιαφέρονται. Μπορείτε να προωθήσετε ένα μήνυμα σαν " -"συνημμένο σε ένα νέο μήνυμα (αυτή είναι η προεπιλογή) ή μπορείτε να το " -"στείλετε <link linkend=\"inline\"></link>" +"Όταν λαμβάνετε ένα μήνυμα, μπορείτε να το προωθήσετε σε άλλα άτομα ή ομάδες " +"που μπορεί να ενδιαφέρονται. Μπορείτε να προωθήσετε ένα μήνυμα σαν συνημμένο " +"σε ένα νέο μήνυμα (αυτή είναι η προεπιλογή) ή μπορείτε να το στείλετε <link " +"linkend=\"inline\">ενσωματωμένο</link> σε παράθεση στο μήνυμα που στέλνετε. " +"Η προώθηση ως συνημμένο είναι καλύτερη αν θέλετε να στείλετε το πλήρες, " +"αμετάβλητο μήνυμα σε κάποιον άλλο. Η προώθηση ως ενσωματωμένη παράθεση είναι " +"καλύτερη αν θέλετε να στείλετε μέρη του μηνύματος που προωθείτε. Θυμηθείτε " +"να σημειώσετε από ποιόν προέρχεται το μήνυμα, και κατά πόσο έχετε αφαιρέσει " +"ή μεταβάλει το περιεχόμενό του." #: C/evolution.xml:2074(para) msgid "To forward a message you are reading:" @@ -4759,13 +5331,16 @@ msgstr "Για να προωθήσετε ένα μήνυμα που διαβάζ #: C/evolution.xml:2077(para) msgid "Click Forward on the toolbar." -msgstr "Κάντε κλικ στο Προώθηση στην εργαλειοθήκη." +msgstr "Πατήστε Προώθηση στην εργαλειοθήκη." #: C/evolution.xml:2079(para) msgid "" "If you prefer to forward the message <link linkend=\"inline\">inline</link> " "instead of attached, click Message > Forward As > Inline from the menu." msgstr "" +"Αν προτιμάτε να στείλετε το μήνυμα <link linkend=\"inline\">ενσωματωμένο</" +"link> αντί για συνημμένο, επιλέξτε Μήνυμα > Προώθηση ως > Μέσα στο " +"μήνυμα." #: C/evolution.xml:2082(para) msgid "" @@ -4777,7 +5352,7 @@ msgstr "" #: C/evolution.xml:2085(para) msgid "Add your comments on the message in the composition frame" -msgstr "" +msgstr "Προσθέστε τα σχόλιά σας στο μήνυμα στο πλαίσιο σύνθεσης." #: C/evolution.xml:2089(para) msgid "" @@ -4785,6 +5360,9 @@ msgid "" "the original message as an attachment. Inline messages do not forward any " "attachments." msgstr "" +"Τα συνημμένα σε ένα μήνυμα που προωθείτε, προωθούνται μόνο όταν στέλνετε το " +"αρχικό μήνυμα ως συνημμένο. Τα ενσωματωμένα μηνύματα δεν προωθούν καθόλου " +"συνημμένα." #: C/evolution.xml:2096(para) msgid "" @@ -4792,6 +5370,10 @@ msgid "" "legends, and make sure the message doesn't have multiple layers of greater-" "than signs (>), indicating multiple layers of careless in-line forwarding." msgstr "" +"Μην προωθείτε γράμματα αλυσίδες. Αν πρέπει οπωσδήποτε να το κάνετε, " +"προσέχετε από φάρσες και αστικούς μύθους, και βεβαιωθείτε ότι το μήνυμα δεν " +"έχει πολλαπλά επίπεδα από σύμβολα \"μεγαλύτερο από\" (>), δείχνοντας έτσι " +"πολλαπλά επίπεδα απερίσκεπτης ενσωματωμένης πρόώθησης." #: C/evolution.xml:2099(para) msgid "" @@ -4799,34 +5381,45 @@ msgid "" "<quote>thank you,</quote> just like you do in real life. You can keep your " "pleasantries short, but be polite." msgstr "" +"Πάντα ξεκινήστε και τελειώστε με ένα χαιρετισμό. Πείτε <quote>παρακαλώ</" +"quote> και <quote>ευχαριστώ</quote>, ακριβώς όπως θα κάνατε και στην " +"πραγματικότητα. Μπορείτε να κρατήσετε τις ευγένειες σύντομες, αλλά να είστε " +"ευγενικός." #: C/evolution.xml:2102(para) msgid "" "WRITING IN CAPITAL LETTERS MEANS YOU'RE SHOUTING! Don't write a whole " "message in capital letters. It hurts people's ears." msgstr "" -"ΟΤΑΝ ΓΡΑΦΕΤΕ ΜΕ ΚΕΦΑΛΑΙΑ ΓΡΑΜΜΑΤΑ ΣΗΜΑΙΝΕΙ ΟΤΙ ΦΩΝΑΖΕΤΕ! Μην γράφετε " -"ολόκληρα μηνύματα με κεφαλαία γράμματα. Είναι κουραστικό." +"ΟΤΑΝ ΓΡΑΦΕΤΕ ΜΕ ΚΕΦΑΛΑΙΑ ΓΡΑΜΜΑΤΑ ΣΗΜΑΙΝΕΙ ΟΤΙ ΦΩΝΑΖΕΤΕ! Μη γράφετε ολόκληρα " +"μηνύματα με κεφαλαία γράμματα. Είναι κουραστικό." #: C/evolution.xml:2105(para) msgid "" "Check your spelling and use complete sentences. By default, Evolution puts a " "red line beneath words it doesn't recognize, as you type them." msgstr "" +"Χρησιμοποιείτε πλήρης προτάσεις και ελέγξτε την ορθογραφία τους. Από " +"προεπιλογή, το Evolution βάζει μια κόκκινη γραμμή κάτω από λέξεις που δεν " +"αναγνωρίζει, καθώς τις πληκτρολογείτε." #: C/evolution.xml:2108(para) msgid "Don't send nasty emails (flames). If you get one, don't write back." msgstr "" +"Μη στέλνετε κακόβουλα μηνύματα (flames). Αν λάβετε ένα τέτοιο, μην " +"απαντήσετε." #: C/evolution.xml:2111(para) msgid "" "When you reply or forward, include enough of the previous message to provide " "context." msgstr "" +"Όταν απαντάτε ή προωθείτε, συμπεριλάβετε αρκετό από το προηγούμενο μήνυμα " +"για να ξεκαθαρίζετε το περιεχόμενο." #: C/evolution.xml:2114(para) msgid "Don't send spam." -msgstr "Μην στέλνετε spam." +msgstr "Μη στέλνετε spam." #: C/evolution.xml:2122(para) msgid "" @@ -4834,32 +5427,35 @@ msgid "" "send mail with the same pattern. Evolution allows you to create and edit " "message templates." msgstr "" +"Ένα πρότυπο μηνύματος είναι ένα προτυποποιημένο μήνυμα το οποίο μπορείτε να " +"χρησιμοποιήσετε ανά πάσα στιγμή για να στείλετε αλληλογραφία στο ίδιο " +"μοτίβο. Το Evolution σας επιτρέπει να δημιουργείτε και να επεξεργάζεστε " +"πρότυπα μηνυμάτων." #: C/evolution.xml:2125(link) C/evolution.xml:2145(title) msgid "Creating a Message Template from an Existing Message" -msgstr "" +msgstr "Δημιουργία πρότυπου μηνύματος από υφιστάμενο μήνυμα" #: C/evolution.xml:2128(link) C/evolution.xml:2172(title) msgid "Saving a New Message as a Template" -msgstr "" +msgstr "Αποθήκευση ενός νέου μηνύματος ως πρότυπο" #: C/evolution.xml:2131(link) C/evolution.xml:2184(title) msgid "Using a Message Template as a Reply" -msgstr "" +msgstr "Χρήση ενός πρότυπου μηνύματος ως απάντηση" #: C/evolution.xml:2134(link) C/evolution.xml:2201(title) -#, fuzzy msgid "Configuring Message Templates" -msgstr "Αρχεία Ρυθμίσεων" +msgstr "Ρύθμιση πρότυπων μηνυμάτων" #: C/evolution.xml:2137(para) msgid "To enable the Message Template Plugin:" -msgstr "" +msgstr "Για να ενεργοποιήσετε την πρόσθετη λειτουργία πρότυπων μηνυμάτων:" #: C/evolution.xml:2140(para) -#, fuzzy msgid "Select Edit > Plugins, then select Templates." -msgstr "Επιλογή γραμματοσειράς επεξεργαστή" +msgstr "" +"Επιλέξτε Επεξεργασία > Πρόσθετες λειτουργίες και μετά επιλέξτε Πρότυπα." #: C/evolution.xml:2148(para) msgid "Select the message." @@ -4867,24 +5463,27 @@ msgstr "Επιλέξτε το μήνυμα." #: C/evolution.xml:2151(para) msgid "Right-click > Move to folder / Copy to folder." -msgstr "" +msgstr "Κάντε δεξί κλικ > Μετακίνηση σε φάκελο." #: C/evolution.xml:2154(para) -#, fuzzy msgid "Select the Template local folder." -msgstr "Η τοποθεσία δεν είναι φάκελος." +msgstr "Επιλέξτε τον τοπικό φάκελο Πρότυπα." #: C/evolution.xml:2157(para) msgid "You can also edit an existing message and save it as a template." msgstr "" +"Μπορείτε επίσης να επεξεργαστείτε ένα υφιστάμενο μήνυμα και να το " +"αποθηκεύσετε ως πρότυπο." #: C/evolution.xml:2160(para) msgid "Open the message and click Reply." -msgstr "" +msgstr "Ανοίξτε το μήνυμα και πατήστε Απάντηση." #: C/evolution.xml:2163(para) msgid "Edit the message body or the addresses according to your requirements." msgstr "" +"Επεξεργαστείτε το σώμα του μηνύματος ή τις διευθύνσεις σύμφωνα με τις " +"απαιτήσεις σας." #: C/evolution.xml:2166(para) C/evolution.xml:2178(para) msgid "Select File > Save as Template." @@ -4895,26 +5494,31 @@ msgid "" "Click New and enter the information in the New Message window, according to " "your requirements." msgstr "" +"Πατήστε Νέο και εισάγετε τις πληροφορίες στο παράθυρο Νέο μήνυμα, σύμφωνα με " +"τις απαιτήσεις σας." #: C/evolution.xml:2187(para) -#, fuzzy msgid "Right-click the message you are replying to, then click Templates." -msgstr "Εμφάνιση διαγραμμένων μηνυμάτων στη λίστα μηνυμάτων" +msgstr "Κάντε δεξί κλικ στο μήνυμα στο οποίο απαντάτε και επιλέξτε Πρότυπα." #: C/evolution.xml:2188(para) msgid "This option lists all the message templates in the Template folder." -msgstr "" +msgstr "Αυτή η επιλογή εμφανίζει όλα τα πρότυπα μηνυμάτων στο φάκελο Πρότυπα." #: C/evolution.xml:2191(para) msgid "" "Select Open the message template of your choice and make changes if required." msgstr "" +"Επιλέξτε Άνοιγμα πρότυπου μηνύματος της επιλογής σας και κάντε αλλαγές αν " +"χρειάζεται." #: C/evolution.xml:2195(para) msgid "" "When you select a message template for replying, the subject of the reply is " "preserved." msgstr "" +"Όταν επιλέγετε ένα πρότυπο μηνύματος για απάντηση, το θέμα της απάντησης " +"διατηρείται." #: C/evolution.xml:2202(para) msgid "" @@ -4922,6 +5526,10 @@ msgid "" "message templates. You can add, edit or remove the key-value pairs. You can " "specify any number of key-value pairs." msgstr "" +"Στο διαχειριστή πρόσθετων λειτουργιών, επιλέξτε την καρτέλα Ρύθμιση για να " +"τροποποιήσετε τα πρότυπα μηνυμάτων. Μπορείτε να προσθέσετε, να επεξεργαστεί " +"ή να αφαιρέσετε ζεύγη κλειδιών και τιμών. Μπορείτε να καθορίσετε οποιοδήποτε " +"αριθμό ζευγών κλειδιών και τιμών." #: C/evolution.xml:2203(para) msgid "" @@ -4930,6 +5538,10 @@ msgid "" "value to Harry, any occurrence of $Manager is replaced by Harry in the " "message." msgstr "" +"Σε οποιοδήποτε πρότυπο, αν υπάρχει οποιοδήποτε $κλειδί αντικαθιστάται από " +"την τιμή που έχει στη ρύθμιση. Για παράδειγμα, αν ορίσετε το κλειδί σε " +"Διαχειριστής και την τιμή σε Χάρης, κάθε φορά που βρίσκεται το $Διαχειριστής " +"θα αντικαθίσταται στο μήνυμα από το Χάρης." #: C/evolution.xml:2204(para) msgid "" @@ -4939,6 +5551,12 @@ msgid "" "messages. If the messages have a $Manager key value, you can reset the value " "in the Configuration tab of this plugin." msgstr "" +"Αν υποθέσουμε ότι έχετε 1000 πρότυπα μηνυμάτων με το τρέχον όνομα το " +"Διαχειριστή σας να αναφέρετε μέσα τους. Όταν ο τρέχον διαχειριστής αλλάξει " +"από έναν καινούριο, δεν είναι εύκολο για σας να αντικαταστήσετε χειρωνακτικά " +"το όνομα του διαχειριστή σας στα 1000 μηνύματα. Αν τα μηνύματα έχουν ένα " +"κλειδί $Διαχειριστής, τότε μπορείτε να ορίσετε την τιμή στην καρτέλα Ρύθμιση " +"για αυτήν την πρόσθετη λειτουργία." #: C/evolution.xml:2205(para) msgid "" @@ -4947,28 +5565,40 @@ msgid "" "example, an occurrence of $PATH in your template is replaced by its value " "when the template is used." msgstr "" +"Από προεπιλογή, όλες οι μεταβλητές περιβάλλοντος χρησιμοποιούνται ως ζεύγη " +"κλειδιού και τιμής. Όταν υπάρχει στο μήνυμα κάποιο $μεταβλητή_περιβάλλοντος " +"τότε αυτή αντικαθίσταται από την αξία που της έχει ανατεθεί. Για παράδειγμα, " +"αν υπάρχει στο πρότυπο το $PATH τότε αυτό αντικαθίσταται από την τιμή του " +"όταν χρησιμοποιείται το πρότυπο." #: C/evolution.xml:2206(para) msgid "The replacement process uses the following order of precedence:" msgstr "" +"Η διαδικασία αντικατάστασης χρησιμοποιεί την ακόλουθη σειρά προτεραιότητας:" #: C/evolution.xml:2209(para) msgid "" "$key is replaced by the value set for it in the Configuration tab of the " "Templates plugin." msgstr "" +"Το $κλειδί αντικαθίσταται από την τιμή που έχει οριστεί στη Ρύθμιση της " +"πρόσθετης λειτουργίας Πρότυπα." #: C/evolution.xml:2212(para) msgid "" "If the key is not found, it is then replaced with the value of its " "environment variable." msgstr "" +"Αν δε βρεθεί το κλειδί, τότε αντικαθίσταται από την τιμή που έχει ως " +"μεταβλητή περιβάλλοντος." #: C/evolution.xml:2215(para) msgid "" "If key is neither a configuration option nor an environment variable, no " "changes are made." msgstr "" +"Αν το κλειδί δεν είναι ούτε ρυθμισμένο ούτε μεταβλητή περιβάλλοντος, δε " +"γίνεται καμιά αλλαγή." #: C/evolution.xml:2223(para) msgid "" @@ -4976,16 +5606,21 @@ msgid "" "invitations to the attendee list through the Evolution email tool. The " "invitation card is sent as an attachment in iCal format." msgstr "" +"Αν δημιουργήσετε ένα γεγονός στο ημερολόγιο, μπορείτε να στείλετε " +"προσκλήσεις στη λίστα παρευρισκομένων μέσα από το εργαλείο αλληλογραφίας του " +"Evolution. Η κάρτα πρόσκλησης αποστέλλεται ως συνημμένο στη μορφή iCal." #: C/evolution.xml:2224(para) msgid "" "To send an invitation, right click on the calendar item and click Forward as " "iCalendar." msgstr "" +"Για να στείλετε μια πρόσκληση, κάντε δεξί κλικ στο ημερολόγιο και επιλέξτε " +"Προώθηση ως iCalendar." #: C/evolution.xml:2225(para) msgid "When you receive an invitation, you have several options:" -msgstr "" +msgstr "Όταν λαμβάνετε μια πρόσκληση, έχετε μερικές επιλογές:" #: C/evolution.xml:2227(title) msgid "Accept:" @@ -4996,11 +5631,12 @@ msgid "" "Indicates you will attend the meeting. When you click the OK button, the " "meeting is entered into your calendar." msgstr "" +"Υποδεικνύει ότι θα παραβρεθείτε στη συνάντηση. Όταν πατήσετε το κουμπί ΟΚ, η " +"συνάντηση καταχωρείται και στο δικό σας ημερολόγιο." #: C/evolution.xml:2231(title) -#, fuzzy msgid "Tentatively Accept:" -msgstr "Δοκιμαστική Αποδοχή" +msgstr "Δοκιμαστική αποδοχή:" #: C/evolution.xml:2232(para) msgid "" @@ -5008,6 +5644,9 @@ msgid "" "button, the meeting is entered into your calendar, but is marked as " "tentative." msgstr "" +"Υποδεικνύει ότι πιθανότατα θα παραβρεθείτε στη συνάντηση. Όταν πατήσετε το " +"κουμπί ΟΚ, η συνάντηση καταχωρείται και στο δικό σας ημερολόγιο, αλλά " +"σημειώνεται ως δοκιμαστική." #: C/evolution.xml:2235(title) msgid "Decline:" @@ -5019,19 +5658,21 @@ msgid "" "into your calendar when you click OK, although your response is sent to the " "meeting host if you have selected the Send reply to sender option." msgstr "" +"Υποδεικνύει ότι δε θα μπορέσετε να παραβρεθείτε στη συνάντηση. Η συνάντηση " +"δεν καταχωρείται στο ημερολόγιό σας όταν πατήσετε ΟΚ, ωστόσο η απάντησή σας " +"αποστέλλεται σ' εκείνον που φιλοξενεί τη συνάντηση αν έχετε διαλέξει την " +"επιλογή Απάντηση στον αποστολέα." #: C/evolution.xml:2239(title) -#, fuzzy msgid "Send reply to sender:" -msgstr "Α_πάντηση στον αποστολέα" +msgstr "Απάντηση στον αποστολέα" #: C/evolution.xml:2240(para) -#, fuzzy msgid "" "Select this option if you want your response sent to the meeting organizers." msgstr "" -"Επιλέξτε τις ιδιότητες που θέλετε να επαναφέρετε στις προεπιλεγμένες τιμές " -"τους" +"Διαλέξτε αυτή την επιλογή αν θέλετε η απάντησή σας να σταλεί στους " +"διοργανωτές της συνάντησης." #: C/evolution.xml:2246(para) msgid "" @@ -5042,6 +5683,14 @@ msgid "" "However, if you want to choose specific items in your mailbox, and exclude " "others, you can use the subscription management tool to do that." msgstr "" +"Επειδή οι φάκελοι IMAP βρίσκονται στον εξυπηρετητή, και το άνοιγμά τους ή ο " +"έλεγχός τους παίρνει χρόνο, χρειάζεστε ενδελεχή έλεγχο στον τρόπο που " +"χρησιμοποιείτε φακέλους IMAP. Γι' αυτό το σκοπό χρησιμοποιείτε το " +"διαχειριστή συνδρομών IMAP. Αν προτιμάτε να προβάλλονται όλοι οι φάκελοι " +"αλληλογραφίας, μπορείτε επίσης να διαλέξετε κι αυτή την επιλογή. Ωστόσο, αν " +"θέλετε να επιλέξετε συγκεκριμένα αντικείμενα στο κουτί αλληλογραφίας σας, " +"και να εξαιρέσετε άλλα, μπορείτε να χρησιμοποιήσετε το εργαλείο διαχείρισης " +"συνδρομών γι' αυτό το σκοπό." #: C/evolution.xml:2249(para) msgid "Select Folder > Subscriptions." @@ -5052,14 +5701,16 @@ msgid "" "If you have accounts on multiple IMAP servers, select the server where you " "want to manage your subscriptions." msgstr "" +"Αν έχετε λογαριασμούς σε πολλαπλούς διακομιστές IMAP, επιλέξτε το διακομιστή " +"στον οποίο θέλετε να διαχειριστείτε τις συνδρομές σας." #: C/evolution.xml:2253(para) msgid "Evolution displays a list of available files and folders." -msgstr "" +msgstr "Το Evolution εμφανίζει μια λίστα από διαθέσιμα αρχεία και φακέλους." #: C/evolution.xml:2256(para) msgid "Select a file or folder by clicking it." -msgstr "Επιλέξτε ένα αρχείο ή φάκελο κάνοντας κλικ πάνω του." +msgstr "Επιλέξτε ένα αρχείο ή φάκελο πατώντας πάνω του." #: C/evolution.xml:2257(para) msgid "" @@ -5067,22 +5718,31 @@ msgid "" "IMAP server is configured, the list of available files might include non-" "mail folders. If it does, you can ignore them." msgstr "" +"Θα πρέπει να επιλέξετε τουλάχιστον το φάκελο Εισερχόμενα. Ανάλογα με τον " +"τρόπο με τον οποίο ο διακομιστής IMAP είναι ρυθμισμένος, η λίστα διαθέσιμων " +"αρχείων μπορεί να περιλαμβάνει και φακέλους χωρίς αλληλογραφία. Αν είναι " +"έτσι, μπορείτε να τους αγνοήσετε." #: C/evolution.xml:2260(para) msgid "" "Enable the corresponding checkbox to add a folder to the subscribed list." msgstr "" +"Ενεργοποιήστε το αντίστοιχο κουτάκι επιλογής για να προσθέσετε ένα φάκελο " +"στη λίστα συνδρομών." #: C/evolution.xml:2263(para) -#, fuzzy msgid "When you have subscribed to the folders you want, close the window." -msgstr "Αποθήκευση αυτού του αρχείου και κλείσιμο του παραθύρου" +msgstr "" +"Όταν θα έχετε κάνει τις συνδρομές στους φακέλους που θέλετε, κλείστε το " +"παράθυρο." #: C/evolution.xml:2270(para) msgid "" "To protect and encode your email transmissions, Evolution offers two " "encryption methods:" msgstr "" +"Για να προστατεύσετε και να κρυπτογραφήσετε τη διακίνηση της αλληλογραφίας " +"σας, το Evolution προσφέρει δύο μεθόδους κρυπτογράφησης:" #: C/evolution.xml:2273(para) msgid "GPG Encryption" @@ -5098,6 +5758,10 @@ msgid "" "an implementation of strong <link linkend=\"public-key-encryption\">Public " "Key Encryption.</link>" msgstr "" +"Το Evolution σας βοηθά να προστατεύετε την ιδιωτικότητά σας χρησιμοποιώντας " +"το GNU Privacy Guard (GPG), μια υλοποίηση της δυνατής <link linkend=" +"\"public-key-encryption\">Κρυπτογράφησης δημόσιου κλειδιού</link> (Public " +"key encryption)." #: C/evolution.xml:2280(para) msgid "" @@ -5108,7 +5772,7 @@ msgid "" "the message. The recipient then uses his/her private key to decrypt (and " "read) the encrypted message." msgstr "" -"Για να στείλετε και να λάβετε κρυπτογραφημένη αλληλογραφία με την χρήση του " +"Για να στείλετε και να λάβετε κρυπτογραφημένη αλληλογραφία με τη χρήση του " "GPG, είναι απαραίτητο να χρησιμοποιήσετε δύο είδη κλειδιών κρυπτογράφησης: " "το δημόσιο και το ιδιωτικό. Τα δημόσια κλειδιά χρησιμοποιούνται για να " "κρυπτογραφήσουν μηνύματα και τα ιδιωτικά κλειδιά για να τα " @@ -5125,12 +5789,20 @@ msgid "" "may place your public key on a public key server. Private keys should not be " "shared with others." msgstr "" +"Εκείνοι που θέλουν να σας στείλουν κρυπτογραφημένη αλληλογραφία θα πρέπει " +"πρώτα να έχουν ένα αντίγραφο από το δικό σας δημόσιο κλειδί στο keyring. Για " +"το σκοπό αυτό, τα δημόσια κλειδιά μπορείτε να τα μοιραστείτε με όσους θέλουν " +"να σας στείλουν κρυπτογραφημένα μηνύματα. Για να το κάνετε αυτό, μπορείτε να " +"τοποθετήσετε το κλειδί σας σε ένα δημόσιο διακομιστή κλειδιών. Τα ιδιωτικά " +"κλειδιά δε θα πρέπει να τα μοιράζεστε με άλλους." #: C/evolution.xml:2282(para) msgid "" "Evolution does not support older versions of PGP, such as OpenPGP and Inline " "PGP." msgstr "" +"Το Evolution δεν υποστηρίζει παλιότερους τύπους του PGP, όπως το OpenPGP και " +"το Inline PGP." #: C/evolution.xml:2283(para) msgid "You can use encryption in two different ways:" @@ -5142,7 +5814,7 @@ msgid "" "You can encrypt the entire message, so that nobody but the recipient can " "read it." msgstr "" -"Μπορείτε να κρυπτογραφήσετε ολόκληρο το μήνυμα, ώστε να μην μπορεί κανείς, " +"Μπορείτε να κρυπτογραφήσετε ολόκληρο το μήνυμα, ώστε να μη μπορεί κανείς, " "εκτός από τον παραλήπτη, να το διαβάσει." #: C/evolution.xml:2289(para) @@ -5213,7 +5885,7 @@ msgid "" "press Enter." msgstr "" "Επιλέξτε ένα μήκος κλειδιού, μετά πατήστε Enter. Για να αποδεχτείτε το " -"προεπιλεγμένο, 1024 ψηφία, πατήστε Enter." +"προεπιλεγμένο, 1024 bit, πατήστε Enter." #: C/evolution.xml:2310(para) msgid "Enter how long your key should be valid for." @@ -5224,6 +5896,8 @@ msgid "" "To accept the default of no expiration, press Enter, then press Y when you " "are prompted to verify the selection." msgstr "" +"Για να αποδεχτείτε την προεπιλογή του να είναι έγκυρο για πάντα, πατήστε " +"Enter, και μετά πατήστε Ν όταν σας ζητηθεί να επιβεβαιώσετε την επιλογή σας." #: C/evolution.xml:2315(para) msgid "Type your real name, then press Enter." @@ -5231,7 +5905,7 @@ msgstr "Πληκτρολογήστε το πραγματικό σας όνομα #: C/evolution.xml:2318(para) msgid "Type your email address, then press Enter." -msgstr "Πληκτρολογήστε την διεύθυνση αλληλογραφίας σας, μετά πατήστε Enter." +msgstr "Πληκτρολογήστε τη διεύθυνση αλληλογραφίας σας, μετά πατήστε Enter." #: C/evolution.xml:2321(para) msgid "(Optional) Type a comment, then press Enter." @@ -5240,6 +5914,7 @@ msgstr "(Προαιρετικό) Πληκτρολογήστε ένα σχόλι� #: C/evolution.xml:2324(para) msgid "Review your selected user ID. If it is correct, press O." msgstr "" +"Ρίξτε μια ματιά στο επιλεγμένο σας ID χρήστη. Αν είναι σωστό, πατήστε Ο." #: C/evolution.xml:2327(para) msgid "Type a passphrase, then press Enter." @@ -5248,6 +5923,7 @@ msgstr "Πληκτρολογήστε ένα συνθηματικό, μετά π� #: C/evolution.xml:2330(para) msgid "Move your mouse randomly to generate the keys." msgstr "" +"Κινείστε το ποντίκι σας με τυχαίες κινήσεις για να δημιουργηθούν τα κλειδιά." #: C/evolution.xml:2333(para) msgid "" @@ -5258,6 +5934,12 @@ msgid "" "you@example.com> sub 1024g/289sklj3 2001-06-20 [expires: 2002-11-14] </" "computeroutput>" msgstr "" +"Μετά που θα έχουν δημιουργηθεί τα κλειδιά, μπορείτε να δείτε τις πληροφορίες " +"του κλειδιού σας πληκτρολογώντας <command>gpg --list-keys</command>. Θα " +"πρέπει να δείτε κάτι παρόμοιο με αυτό: <computeroutput> /home/you/.gnupg/" +"pubring.gpg ---------------------------- pub 1024D/32j38dk2 2001-06-20 you " +"<you@example.com> sub 1024g/289sklj3 2001-06-20 [expires: 2002-11-" +"14] </computeroutput>" #: C/evolution.xml:2334(para) msgid "" @@ -5265,11 +5947,15 @@ msgid "" "private keys. All the public keys you know are stored in the file ~/.gnupg/" "pubring.gpg. If you want to give other people your key, send them that file." msgstr "" +"Το GPG δημιουργεί μια λίστα, ή keyring, για τα δημόσια κλειδιά σας και μια " +"για τα ιδιωτικά κλειδιά σας. Όλα τα δημόσια κλειδιά που ξέρετε αποθηκεύονται " +"στο αρχείο ~/.gnupg/pubring.gpg. Αν θέλετε να δώσετε σε άλλους ανθρώπους το " +"κλειδί, στείλτε τους εκείνο το αρχείο." #: C/evolution.xml:2335(para) msgid "If you want, you can upload your keys to a key server." msgstr "" -"Αν θέλετε, μπορείτε να ανεβάσετε τα κλειδιά σας σε έναν διακομιστή κλειδιών." +"Αν θέλετε, μπορείτε να ανεβάσετε τα κλειδιά σας σε ένα διακομιστή κλειδιών." #: C/evolution.xml:2338(para) msgid "" @@ -5277,6 +5963,10 @@ msgid "" "<quote>1024D</quote> on the line beginning with <quote>pub</quote>. In the " "example above, it is <quote>32j38dk2</quote>." msgstr "" +"Ελέγξτε το ID του δημόσιου κλειδιού σας με το gpg--list-keys. Είναι η " +"συμβολοσειρά μετά το <quote>1024D</quote> στη γραμμή που ξεκινά με " +"<quote>pub</quote>. Στο παραπάνω παράδειγμα, είναι το <quote>32j38dk2</" +"quote>." #: C/evolution.xml:2341(para) msgid "" @@ -5284,6 +5974,10 @@ msgid "" "<varname>32j38dk2</varname></command>. Substitute your key ID for " "<quote>32j38dk2</quote>. You need your password to do this." msgstr "" +"Πληκτρολογήστε την εντολή <command>gpg --send-keys --keyserver wwwkeys.pgp." +"net <varname>32j38dk2</varname></command>. Αντικαταστήστε το " +"<quote>32j38dk2</quote> με το ID του κλειδιού. Χρειάζεστε το συνθηματικό σας " +"για να το κάνετε αυτό." #: C/evolution.xml:2344(para) msgid "" @@ -5293,6 +5987,13 @@ msgid "" "Web page. However, it is easier to publish a key once, and then let people " "download it from a central place when they want." msgstr "" +"Οι διακομιστές κλειδιών αποθηκεύουν τα δημόσια κλειδιά για σας ώστε οι φίλοι " +"σας να μπορούν αποκρυπτογραφήσουν τα μηνύματά σας. Αν επιλέξετε να μη " +"χρησιμοποιείτε ένα διακομιστή κλειδιών, μπορείτε χειρωνακτικά να στέλνετε το " +"δημόσιο κλειδί, να το συμπεριλαμβάνετε στο αρχείο υπογραφής σας, ή να το " +"βάζετε στην ιστοσελίδα σας. Ωστόσο, είναι ευκολότερο να δημοσιεύσετε ένα " +"κλειδί μια φορά, και μετά να αφήνετε τους ανθρώπους να το κατεβάζουν από ένα " +"κεντρικό μέρος όποτε το χρειάζονται." #: C/evolution.xml:2345(para) msgid "" @@ -5300,10 +6001,13 @@ msgid "" "encryption tool to look it up automatically. If it can't find the key, an " "error message appears." msgstr "" +"Αν δεν έχετε ένα κλειδί για να ξεκλειδώσετε ή να κρυπτογραφήσετε ένα μήνυμα, " +"μπορείτε να ορίζετε το εργαλείο κρυπτογράφησης για να το ψάξει αυτόματα. Αν " +"δε μπορεί να βρει το κλειδί, εμφανίζεται ένα μήνυμα λάθους." #: C/evolution.xml:2349(title) msgid "Getting and Using GPG Public Keys" -msgstr "" +msgstr "Λήψη και χρήση δημόσιων κλειδιών GPG" #: C/evolution.xml:2350(para) msgid "" @@ -5311,6 +6015,10 @@ msgid "" "combination with your private key. Evolution handles the encryption, but you " "need to get the public key and add it to your keyring." msgstr "" +"Για να στείλετε ένα κρυπτογραφημένο μήνυμα, θα πρέπει να χρησιμοποιήσετε το " +"δημόσιο κλειδί του παραλήπτη σε συνδυασμό με το δικό σας ιδιωτικό κλειδί. Το " +"Evolution χειρίζεται την κρυπτογράφηση, αλλά χρειάζεται να λάβετε το δημόσιο " +"κλειδί και να το προσθέσετε στο keyring σας." #: C/evolution.xml:2351(para) msgid "" @@ -5319,6 +6027,11 @@ msgid "" "substituting <varname>keyid</varname> for your recipient's ID. You need to " "enter your password, and the ID is automatically added to your keyring." msgstr "" +"Για να λάβετε δημόσια κλειδιά από ένα διακομιστή δημόσιων κλειδιών, " +"πληκτρολογήστε την εντολή <command> gpg --recv-keys --keyserver wwwkeys.pgp." +"net <varname>keyid</varname></command>, αντικαθιστώντας το <varname>keyid</" +"varname> με το ID του παραλήπτη. Θα χρειαστεί να εισάγετε το συνθηματικό " +"σας, και το ID προστίθεται αυτόματα στο keyring σας." #: C/evolution.xml:2353(para) msgid "" @@ -5327,6 +6040,10 @@ msgid "" "one in the current network; and if that particular host is down, it fails " "with a time-out." msgstr "" +"Ο τομέας <quote><emphasis>wwwkeys.pgp.net</emphasis></quote> ανατίθεται σε " +"πολλαπλά συστήματα σε διάφορα δίκτυα. Η εφαρμογή gpg προσπαθεί να συνδεθεί " +"στο σε ένα σύστημα στο τρέχον δίκτυο, και αν εκείνο το συγκεκριμένο σύστημα " +"δε λειτουργεί, τότε παρουσιάζει σφάλμα λήξης χρόνου." #: C/evolution.xml:2356(para) msgid "" @@ -5336,6 +6053,12 @@ msgid "" "in the gpg --recv-keys --keyserver wwwkeys.pgp.net keyid command with that " "explicit IP number as returned by the host utility." msgstr "" +"Για να το αποφύγετε αυτό, πληκτρολογήστε <command>$ host wwwkeys.pgp.net</" +"command> σε μια κονσόλα τερματικού και πάρτε τη διεύθυνση IP των συστημάτων. " +"Μπορείτε να κάνετε ping σε καθέναν από αυτούς για να βρείτε εκείνον που " +"λειτουργεί. Τώρα, μπορείτε να αντικαταστήσετε το wwwkeys.pgp.net στην εντολή " +"gpg --recv-keys --keyserver wwwkeys.pgp.net keyid με εκείνον τον IP αριθμό " +"όπως σας επιστράφηκε από την εφαρμογή στο σύστημα." #: C/evolution.xml:2361(para) msgid "" @@ -5343,23 +6066,27 @@ msgid "" "enter the command <command>gpg <varname>--import</varname></command> to add " "it to your keyring." msgstr "" +"Αν κάποιος σας στείλει ένα δημόσιο κλειδί απ' ευθείας, αποθηκεύστε το ως " +"απλό αρχείο κειμένου και πληκτρολογήστε την εντολή <command>gpg <varname>--" +"import</varname></command> για να το προσθέσετε στο keyring σας." #: C/evolution.xml:2365(title) msgid "Setting up GPG Encryption" msgstr "Ρύθμιση κρυπτογράφησης GPG" #: C/evolution.xml:2371(para) C/evolution.xml:2413(para) -#, fuzzy msgid "Select the account you want to use securely, then click Edit." -msgstr "Επι_λέξτε τα έγγραφα που θέλετε να αποθηκεύσετε:" +msgstr "" +"Επιλέξτε το λογαριασμό τον οποίο θέλετε να χρησιμοποιήσετε με ασφάλεια, και " +"πατήστε Επεξεργασία." #: C/evolution.xml:2374(para) C/evolution.xml:2416(para) msgid "Click the Security tab." -msgstr "Κάντε κλικ στην καρτέλα Ασφάλεια." +msgstr "Επιλέξτε την καρτέλα Ασφάλεια." #: C/evolution.xml:2377(para) msgid "Specify your key ID in the PGP/GPG Key ID field." -msgstr "" +msgstr "Καθορίστε το ID του κλειδιού στο πεδίο PGP/GPG Key ID." #: C/evolution.xml:2386(para) msgid "" @@ -5368,6 +6095,10 @@ msgid "" "window. Your key ID is an eight-character string with random numbers and " "letters." msgstr "" +"Το Evolution απαιτεί να γνωρίζετε το ID του κλειδιού σας. Αν δεν το θυμάστε, " +"μπορείτε να το βρείτε πληκτρολογώντας <command>gpg --list-keys</command> σε " +"ένα παράθυρο τερματικού. Το ID του κλειδιού σας είναι μια οκταψήφια " +"συμβολοσειρά με τυχαίους αριθμούς και γράμματα." #: C/evolution.xml:2390(title) msgid "Encrypting Messages" @@ -5383,7 +6114,7 @@ msgstr "Ανοίξτε ένα παράθυρο Συγγραφής νέου μη� #: C/evolution.xml:2397(para) msgid "Click Security > PGP Encrypt." -msgstr "Κάντε κλικ στο Ασφάλεια > Κρυπτογράφηση PGP." +msgstr "Επιλέξτε Ασφάλεια > Κρυπτογράφηση PGP." #: C/evolution.xml:2400(para) msgid "Compose your message." @@ -5394,7 +6125,7 @@ msgid "" "The Subject line of the message will not be encrypted and should not be used " "for sensitive information." msgstr "" -"Το Θέμα του μηνύματος δεν θα κρυπτογραφηθεί και δεν θα πρέπει να " +"Το Θέμα του μηνύματος δε θα κρυπτογραφηθεί και δε θα πρέπει να " "χρησιμοποιείται για ευαίσθητες πληροφορίες." #: C/evolution.xml:2407(para) @@ -5442,6 +6173,16 @@ msgid "" "certificate, your system automatically receives the public portion of the " "certificate and decrypts or verifies the message." msgstr "" +"Η κρυπτογράφηση S/MIME χρησιμοποιεί επίσης μια προσέγγιση βασισμένη σε " +"κλειδιά, αλλά έχει μερικά σημαντικά πλεονεκτήματα στην ευκολία και την " +"ασφάλεια. Η S/MIME χρησιμοποιεί πιστοποιητικά, τα οποία είναι παρόμοια με τα " +"κλειδιά. Το δημόσιο μέρος κάθε πιστοποιητικού το κρατάει ο αποστολέας ενός " +"μηνύματος, και μία από τις διάφορες αρχές πιστοποίησης, οι οποίες " +"πληρώνονται για να εγγυούνται την ταυτότητα του αποστολέα και την ασφάλεια " +"του μηνύματος. Το Evolution ήδη αναγνωρίζει ένα τεράστιο αριθμό από αρχές " +"πιστοποίησης, οπότε όταν λαμβάνετε ένα μήνυμα με πιστοποιητικό S/MIME, το " +"σύστημά σας αυτόματα λαμβάνει το δημόσιο μέρος του πιστοποιητικού και " +"αποκρυπτογραφεί ή επιβεβαιώνει το μήνυμα." #: C/evolution.xml:2439(para) msgid "" @@ -5452,6 +6193,13 @@ msgid "" "authority such as VeriSign* or Thawte*. In either case, the system " "administrator provides you with a certificate file." msgstr "" +"Το S/MIME χρησιμοποιείται πιο συχνά σε περιβάλλοντα μεγάλων οργανισμών. Σε " +"αυτές τις περιπτώσεις, οι διαχειριστές παρέχουν πιστοποιητικά τα οποία έχουν " +"αγοράσει από μια αρχή πιστοποίησης. Σε μερικές περιπτώσεις, ένας οργανισμός " +"μπορεί να δρά ο ίδιος ως η δικιά του αρχή πιστοποίησης, με ή χωρίς κάποια " +"εγγύηση από μια εξειδικευμένη αρχή όπως η VeriSign* ή η Thawte*. Σε κάθε " +"περίπτωση, ο διαχειριστής του συστήματος σας παρέχει ένα αρχείο " +"πιστοποιητικού." #: C/evolution.xml:2440(para) msgid "" @@ -5460,31 +6208,34 @@ msgid "" "\"http://www.mozilla.org/projects/security/pki/psm/help_21/using_certs_help." "html\">Mozilla Help</ulink> for more information on security certificates." msgstr "" +"Αν θέλετε να χρησιμοποιήσετε το S/MIME ανεξάρτητα, μπορείτε να εξάγετε ένα " +"πιστοποιητικό ταυτοποίησης από τον περιηγητή Mozilla* ή Netscape*. Δείτε τη " +"<ulink url=\"http://www.mozilla.org/projects/security/pki/psm/help_21/" +"using_certs_help.html\">Βοήθεια του Mozilla</ulink> για περισσότερες " +"πληροφορίες στα πιστοποιητικά ασφαλείας." #: C/evolution.xml:2441(para) msgid "The certificate file is a password-protected file on your computer." msgstr "" +"Το αρχείο πιστοποιητικού είναι ένα αρχείο στον υπολογιστή σας, προστατευμένο " +"με κωδικό πρόσβασης." #: C/evolution.xml:2444(title) -#, fuzzy msgid "Adding a Signing Certificate" -msgstr "Πιστοποιητικό υπογρα_φής:" +msgstr "Προσθήκη ενός πιστοποιητικού υπογραφής" #: C/evolution.xml:2450(para) -#, fuzzy #| msgid "Certificates" msgid "Click Certificates." -msgstr "Πιστοποιητικά" +msgstr "Επιλέξτε Πιστοποιητικά." #: C/evolution.xml:2453(para) C/evolution.xml:2584(para) -#, fuzzy msgid "Click Import." -msgstr "Εισαγωγή" +msgstr "Επιλέξτε Εισαγωγή." #: C/evolution.xml:2456(para) -#, fuzzy msgid "Select the file to import, then click Open." -msgstr "Επιλογή ενός φακέλου για εισαγωγή σε" +msgstr "Επιλέξτε ένα αρχείο για εισαγωγή, και μετά πατήστε Άνοιγμα." #: C/evolution.xml:2462(para) msgid "" @@ -5493,47 +6244,56 @@ msgid "" "import tool. You can also add new certificate authorities, which have their " "own certificate files, in the same way." msgstr "" +"Ομοίως, μπορείτε να προσθέσετε πιστοποιητικά που σας αποστέλνονται " +"ανεξάρτητα από κάποια αρχή, επιλέγοντας την καρτέλα Πιστοποιητικά επαφών και " +"χρησιμοποιώντας το ίδιο εργαλείο εισαγωγής. Μπορείτε επίσης να προσθέσετε " +"νέες αρχές πιστοποίησης, οι οποίες έχουν τα δικά τους αρχεία πιστοποίησης, " +"με τον ίδιο τρόπο." #: C/evolution.xml:2466(title) -#, fuzzy msgid "Signing or Encrypting Every Message" -msgstr "Κρυπτογράφηση μηνύματος" +msgstr "Υπογραφή ή κρυπτογράφηση όλων των μηνυμάτων" #: C/evolution.xml:2467(para) msgid "" "After you have added your certificate, you can sign or encrypt a message by " "clicking Security > S/MIME Sign or S/MIME Encrypt in the message composer." msgstr "" +"Μέτα που θα έχετε προσθέχει το πιστοποιητικό σας, μπορείτε να υπογράφετε ή " +"να κρυπτογραφείτε ένα μήνυμα επιλέγοντας Ασφάλεια > Υπογραφή S/MIME ή " +"Κρυπτογράφηση S/MIME στον επεξεργαστή μηνυμάτων." #: C/evolution.xml:2468(para) msgid "To have every message signed or encrypted:" -msgstr "" +msgstr "Για να υπογράφετε ή να κρυπτογραφείτε όλα τα μηνύματα:" #: C/evolution.xml:2474(para) -#, fuzzy msgid "Select the account to encrypt the messages in." -msgstr "Είστε βέβαιοι για τη διαγραφή αυτού του ραντεβού;" +msgstr "Επιλέξτε το λογαριασμό στον οποίο θα κρυπτογραφείτε τα μηνύματα." #: C/evolution.xml:2477(para) msgid "Click Edit, then click Security." -msgstr "Κάντε κλικ στο Επεξεργασία, μετά στο Ασφάλεια." +msgstr "Επιλέξτε Επεξεργασία, μετά Ασφάλεια." #: C/evolution.xml:2480(para) msgid "" "Click Select next to Signing Certificate and specify the path to your " "signing certificate." msgstr "" +"Πατήστε στο Επιλογή δίπλα στο Πιστοποιητικό υπογραφής και καθορίστε τη " +"διαδρομή προς το πιστοποιητικό υπογραφής σας." #: C/evolution.xml:2482(para) msgid "" "Click Select next to Encryption Certificate and specify the path to your " "encryption certificate." msgstr "" +"Πατήστε στο Επιλογή δίπλα στο Πιστοποιητικό κρυπτογράφησης και καθορίστε τη " +"διαδρομή προς το πιστοποιητικό κρυπτογράφησής σας." #: C/evolution.xml:2485(para) -#, fuzzy msgid "Select the appropriate options." -msgstr "Επιλογή περισσότερων επιλογών" +msgstr "Διαλέξτε τις κατάλληλες επιλογές." #: C/evolution.xml:2501(para) msgid "" @@ -5567,13 +6327,12 @@ msgid "Create Rules to Automatically Organize Mail" msgstr "Δημιουργία κανόνων για αυτόματη οργάνωση της αλληλογραφίας" #: C/evolution.xml:2519(link) C/evolution.xml:3254(title) -#, fuzzy msgid "Using Search Folders" -msgstr "Φάκελοι αναζήτησης" +msgstr "Χρήση των φακέλων αναζήτησης" #: C/evolution.xml:2522(link) C/evolution.xml:3384(title) msgid "Stopping Junk Mail (Spam)" -msgstr "" +msgstr "Αντιμετώπιση της ανεπιθύμητης αλληλογραφίας (Spam)" #: C/evolution.xml:2528(para) msgid "" @@ -5581,12 +6340,11 @@ msgid "" "to worry about losing your old information." msgstr "" "Το Evolution σας επιτρέπει να εισάγετε παλιά αλληλογραφία και επαφές ώστε να " -"μην χρειάζεται να ανησυχείτε για το χάσιμο των παλιών πληροφοριών σας." +"μη χρειάζεται να ανησυχείτε για το χάσιμο των παλιών πληροφοριών σας." #: C/evolution.xml:2531(title) -#, fuzzy msgid "Importing Single Files" -msgstr "Εισαγωγή αρχείων" +msgstr "Εισαγωγή μοναδικών αρχείων" #: C/evolution.xml:2532(para) msgid "Evolution can import the following types of files:" @@ -5639,6 +6397,8 @@ msgstr "Evolution/Mozilla/Outlook CSV/Tab (.csv, .tab):" msgid "" "CSV or Tab files saved by using Evolution, Microsoft Outlook and Mozilla." msgstr "" +"Τα αρχεία CSV και TAB αποθηκεύονται από το Evolution, το Microsoft Outlook " +"και το Mozilla." #: C/evolution.xml:2550(title) msgid "Microsoft Outlook Express 4 (.mbx):" @@ -5650,10 +6410,13 @@ msgid "" "versions of Microsoft Outlook and Outlook Express, see the workaround " "described in <link linkend=\"bsawgkk\">Step 1</link>." msgstr "" +"Η μορφή αρχείων αλληλογραφίας που χρησιμοποιείται από το Outlook Express 4. " +"Για άλλες εκδόσεις του Microsoft Outlook και του Outlook Express, δείτε την " +"παράκαμψη που περιγράφεται στο <link linkend=\"bsawgkk\">Βήμα 1</link>." #: C/evolution.xml:2554(title) msgid "Personal Storage Table (.pst):" -msgstr "" +msgstr "Personal Storage Table (.pst):" #: C/evolution.xml:2555(para) msgid "" @@ -5661,26 +6424,30 @@ msgid "" "other items within Microsoft software such as Microsoft Exchange Client, " "Windows Messaging, and Microsoft Outlook." msgstr "" +"Μια μορφή αρχείου που χρησιμοποιείται για την αποθήκευση τοπικών αντιγράφων " +"των μηνυμάτων, των γεγονότων ημερολογίου, και άλλων αντικειμένων στο " +"λογισμικό της Microsoft, όπως το Microsoft Exchange Client, το Windows " +"Messaging και το Microsoft Outlook." #: C/evolution.xml:2558(title) -#, fuzzy msgid "LDAP Data Interchange Format (.LDIF):" -msgstr "LDAP Data Interchange Format (.ldif)" +msgstr "LDAP Data Interchange Format (.LDIF):" #: C/evolution.xml:2559(para) msgid "A standard data format for contact cards." -msgstr "" +msgstr "Μια πρότυπη μορφή πληροφορίας για κάρτες επαφών." #: C/evolution.xml:2562(title) -#, fuzzy msgid "Berkley Mailbox (.mbox or null extension):" -msgstr "Berkeley Mailbox (mbox)" +msgstr "Berkley Mailbox (.mbox ή χωρίς επέκταση):" #: C/evolution.xml:2563(para) msgid "" "The email format used by Mozilla, Netscape, Evolution, Eudora*, and many " "other email clients." msgstr "" +"Η μορφή αλληλογραφίας που χρησιμοποιείται από το Mozilla, το Netscape, το " +"Evolution, το Eudora και πολλούς άλλους πελάτες αλληλογραφίας." #: C/evolution.xml:2565(para) msgid "To import your old email:" @@ -5689,20 +6456,22 @@ msgstr "Για να εισάγετε την παλιά σας αλληλογρα #: C/evolution.xml:2568(para) C/evolution.xml:2594(para) #: C/evolution.xml:3751(para) msgid "Click File > Import." -msgstr "Κάντε κλικ στο Αρχείο > Εισαγωγή." +msgstr "Επιλέξτε Αρχείο > Εισαγωγή." #: C/evolution.xml:2574(para) msgid "Select Import a Single File, then click Forward." -msgstr "Επιλέξτε Εισαγωγή μοναδικού αρχείου, μετά κάντε κλικ στο Μπροστά." +msgstr "Επιλέξτε Εισαγωγή μοναδικού αρχείου, μετά πατήστε Μπροστά." #: C/evolution.xml:2578(para) msgid "" "Browse and find the location to save the imported email, then click Forward." msgstr "" +"Περιηγηθείτε και βρείτε την τοποθεσία που θα αποθηκευτεί η εισαγώμενη " +"αλληλογραφία και μετά πατήστε Μπροστά." #: C/evolution.xml:2581(para) msgid "Select the file to import, then click Forward." -msgstr "Επιλέξτε το αρχείο που θα εισάγετε, μετά κάντε κλικ στο Μπροστά." +msgstr "Επιλέξτε το αρχείο που θα εισάγετε και μετά πατήστε Μπροστά." #: C/evolution.xml:2590(title) msgid "Importing Multiple Files" @@ -5713,21 +6482,23 @@ msgid "" "Evolution automates the import process for several applications it can " "recognize." msgstr "" -"Το Evolution αυτοματοποιεί την διαδικασία εισαγωγής για αρκετές εφαρμογές " -"που μπορεί να αναγνωρίσει." +"Το Evolution αυτοματοποιεί τη διαδικασία εισαγωγής για αρκετές εφαρμογές που " +"μπορεί να αναγνωρίσει." #: C/evolution.xml:2600(para) msgid "" "Select Import Data and Settings From Older Programs, then click Forward." msgstr "" -"Επιλέξτε Εισαγωγή δεδομένων και ρυθμίσεων από παλαιότερα προγράμματα, μετά " -"κάντε κλικ στο Μπροστά." +"Επιλέξτε Εισαγωγή δεδομένων και ρυθμίσεων από παλαιότερα προγράμματα και " +"μετά πατήστε Μπροστά." #: C/evolution.xml:2601(para) msgid "" "Follow the steps <link linkend=\"bsawely\">Step 3</link> through <link " "linkend=\"bsawf2t\">Step 5</link> to import." msgstr "" +"Ακολουθήστε τα βήματα από το <link linkend=\"bsawely\">Βήμα 3</link> ως το " +"<link linkend=\"bsawf2t\">Βήμα 5</link> για να κάνετε την εισαγωγή." #: C/evolution.xml:2602(para) msgid "" @@ -5744,21 +6515,32 @@ msgid "" "ulink> for additional information. You can also import data into another " "Windows mail client such as Mozilla." msgstr "" +"Μια μέθοδος μετάβασης που λειτουργεί καλά είναι να χρησιμοποιήσετε την " +"εφαρμογή Outport. Δείτε το <ulink url=\"http://outport.sourceforge.net" +"\">outport.sourceforge.net</ulink> για περισσότερες πληροφορίες. Μπορείτε " +"επίσης να εισάγετε πληροφορίες σε έναν άλλο πελάτη αλληλογραφίας για τα " +"Windows, όπως το Mozilla." #: C/evolution.xml:2610(para) msgid "" "While in Windows, import your .pst files into Mozilla Mail (or another mail " "program such as Netscape or Eudora that uses the standard mbox format)." msgstr "" +"Ενώ είστε στα Windows, εισάγετε το .pst αρχείο σας στο Mozilla Mail (ή σε " +"οποιοδήποτε άλλο πρόγραμμα αλληλογραφίας όπως το Netscape ή το Eudora τα " +"οποία χρησιμοποιούν την απλή μορφή mbox)." #: C/evolution.xml:2614(para) msgid "" "Copy the files to the system or partition that Evolution is installed on." msgstr "" +"Αντιγράψτε τα αρχεία στο σύστημα ή στην κατάτμηση στην οποία είναι " +"εγκατεστημένο το Evolution." #: C/evolution.xml:2617(para) msgid "Use the Evolution import tool to import the files." msgstr "" +"Χρησιμοποιήστε το εργαλείο εισαγωγής του Evolution για να εισάγετε τα αρχεία." #: C/evolution.xml:2620(para) msgid "" @@ -5769,6 +6551,13 @@ msgid "" "to act on all messages in the folder, select the entire folder by pressing " "Ctrl+A, then apply the filters by pressing Ctrl+Y." msgstr "" +"Για την αλληλογραφία POP, τα φίλτρα εφαρμόζονται μόλις ληφθούν τα μηνύματα. " +"Για την αλληλογραφία IMAP, τα φίλτρα εφαρμόζονται στα νέα μηνύματα όταν " +"ανοίγετε το φάκελο εισερχομένων σας. Στους διακομιστές Exchange, τα φίλτρα " +"δεν εφαρμόζονται αν δεν επιλέξετε το φάκελο Εισερχόμενα και μετά επιλέξετε " +"Μήνυμα > Εφαρμογή φίλτρων, ή να πατήσετε Ctrl+Y. Για να αναγκάσετε τα " +"φίτρα να δρουν σε όλα τα μηνύματα στο φάκελο, επιλέξτε ολόκληρο το φάκελο " +"πατώντας Ctrl+A, και μετά εφαρμόστε όλα τα φίλτρα πατώντας Ctrl+Y." #: C/evolution.xml:2626(para) msgid "" @@ -5781,17 +6570,29 @@ msgid "" "message header bars to get a set of sorting options, and to add to or remove " "columns from the message list." msgstr "" +"Το Evolution σας βοηθά να δουλεύετε αφήνοντάς σας να ταξινομήσετε την " +"αλληλογραφία σας. Για να ταξινομήσετε κατά αποστολέα, θέμα ή ημερομηνία, " +"πατήστε στις μπάρες με εκείνους τους τίτλους στο πάνω μέρος της λίστας " +"μηνυμάτων. Η φορά του βέλους δίπλα από την ετικέτα υποδεικνύει την " +"κατεύθυνση της ταξινόμησης. Πατήστε ξανά για να ταξινομήσετε με την αντίθετη " +"σειρά. Για παράδειγμα, πατήστε Ημ/νία για να ταξινομήσετε τα μηνύματα από το " +"παλιότερο στο νεότερο. Πατήστε ξανά και το Evolution ταξινομεί τη λίστα από " +"νεότερο στο παλιότερο. Μπορείτε επίσης να κάνετε δεξί κλικ στις μπάρες " +"κεφαλίδας για να δείτε ένα σύνολο από επιλογές ταξινόμησης, και να " +"προσθέσετε ή να αφαιρέσετε στήλες από τη λίστα μηνυμάτων." #: C/evolution.xml:2627(para) msgid "" "To look at the complete headers for a message, click View > All Message " "Headers. To see all message data, click View > Message Source." msgstr "" +"Για να δείτε τις πλήρεις κεφαλίδες για ένα μήνυμα, επιλέξτε Προβολή > " +"Όλες οι κεφαλίδες μηνυμάτων. Για να δείτε όλες τις πληροφορίες του " +"μηνύματος, επιλέξτε Προβολή > Πηγαίος κώδικας μηνύματος." #: C/evolution.xml:2630(title) -#, fuzzy msgid "Sorting Mail In Email Threads" -msgstr "Ορισμός της κεφαλίδας στήλης" +msgstr "Ταξινόμηση αλληλογραφίας σε αλληλουχίες αλληλογραφίας" #: C/evolution.xml:2631(para) msgid "" @@ -5800,6 +6601,12 @@ msgid "" "Evolution groups the replies to a message with the original, so you can " "follow the thread of a conversation from one message to the next." msgstr "" +"Μπορείτε επίσης να επιλέξετε προβολή μηνυμάτων κατά αλληλουχίες. Επιλέξτε " +"Προβολή > Ομαδοποίηση κατά αλληλουχίες για να ενεργοποιήσετε και να " +"απενεργοποιήσετε την προβολή κατά αλληλουχίες. Όταν διαλέξετε αυτή την " +"επιλογή, το Evolution ομαδοποιεί τις απαντήσεις σε ένα μήνυμα με το αρχικό " +"μήνυμα, οπότε μπορείτε να παρακολουθήσετε την αλληλουχία μιας συζήτησης από " +"το ένα μήνυμα στο επόμενο." #: C/evolution.xml:2633(para) msgid "" @@ -5810,6 +6617,13 @@ msgid "" "the date of the recent message received. The threads are sorted by the date " "of most recent message in the threads." msgstr "" +"Στην προβολή μηνυμάτων σε αλληλουχία, κάθε νέο μήνυμα στοιβάζεται κάτω από " +"εκείνα που λήφθηκαν πριν από αυτό, ώστε το νεότερο μήνυμα να είναι πάντα " +"εκείνο που βλέπετε πρώτο. Κάθε φορά που φτάνει ένα νέο μήνυμα ως απάντηση σε " +"ένα παλιό θέμα, θα το δείτε κάτω από το γονικό του μήνυμα. Βλέπετε πάντα την " +"αλληλουχία βάσει της ημερομηνίας που λήφθηκε το πιο πρόσφατο μήνυμα. Οι " +"αλληλουχίες ταξινομούνται κατά την ημερομηνία του πιο πρόσφατου μηνύματος " +"στην αλληλουχία." #: C/evolution.xml:2635(para) msgid "" @@ -5820,11 +6634,17 @@ msgid "" "arranged to this state. This is a highly advanced option only for the " "advanced users." msgstr "" +"Υπάρχει ένα κλειδί του GConf για να εναλλάσσεστε μεταξύ την συμπτυγμένης και " +"της ανεπτυγμένης κατάστασης μιας αλληλουχίας μηνυμάτων. Από προεπιλογή, " +"είναι συμπτυγμένη, και μπορείτε να το αλλάξετε αυτό στο /apps/evolution/mail/" +"display/thread_expand. Αν η τιμή είναι ορισμένη σε false, τότε θα " +"απομνημονευθεί η ανεπτυγμένη κατάσταση. Όταν επανεκκινήσετε το Evolution, " +"όλες οι αλληλουχίες είναι τακτοποιημένες σε αυτή την κατάσταση. Αυτή είναι " +"μια πολύ προχωρημένη ρύθμιση, μόνο για τους προχωρημένους χρήστες." #: C/evolution.xml:2640(title) -#, fuzzy msgid "Sorting Mail with Column Headers" -msgstr "Ορισμός της κεφαλίδας στήλης" +msgstr "Ταξινόμηση αλληλογραφίας με τις κεφαλίδες στηλών" #: C/evolution.xml:2641(para) msgid "" @@ -5833,11 +6653,14 @@ msgid "" "and subject. You can change the column order, or add and remove columns by " "dragging and dropping them." msgstr "" +"Η λίστα μηνυμάτων κανονικά έχει στήλες που δείχνουν κατά πόσο ένα μήνυμα " +"έχει αναγνωστεί, αν έχει συνημμένα, πόσο σημαντικό είναι και τον αποστολέα, " +"την ημερομηνία και το θέμα. Μπορείτε να αλλάξετε τη σειρά των στηλών, ή να " +"προσθέσετε και να αφαιρέσετε στήλες τραβώντας τις και αφήνοντάς τις." #: C/evolution.xml:2645(title) -#, fuzzy msgid "Sorting Mail With Column Headers" -msgstr "Ορισμός της κεφαλίδας στήλης" +msgstr "Ταξινόμηση αλληλογραφίας με τις κεφαλίδες στηλών" #: C/evolution.xml:2646(para) msgid "" @@ -5847,21 +6670,24 @@ msgid "" "perform sorting. It returns the sorted email list that matches the criteria " "you have selected." msgstr "" +"Επιπλέον, το Evolution σας επιτρέπει να ταξινομείτε τα μηνύματά σας " +"χρησιμοποιώντας τη λίστα Ταξινόμηση κατά. Μπορείτε να χρησιμοποιήσετε " +"οποιοδήποτε από τα κριτήρια που δίνονται στη λίστα Ταξινόμηση κατά, όπως τα " +"<emphasis>αποστολέας, τοποθεσία, προς, από, μέγεθος</emphasis> και ούτω καθ' " +"εξής για να ταξινομήσετε. Αυτό επιστρέφει την ταξινομημένη λίστα μηνυμάτων " +"που ταιριάζει με τα κριτήρια που έχετε διαλέξει." #: C/evolution.xml:2647(para) -#, fuzzy msgid "To sort messages, perform the following procedure:" -msgstr "Για να αντιγράψετε ένα αρχείο, εκτελέστε τα παρακάτω βήματα:" +msgstr "Για να ταξινομήσετε μηνύματα, ακολουθήστε την εξής διαδικασία:" #: C/evolution.xml:2650(para) -#, fuzzy msgid "Right-click message header bar." -msgstr "Εμφάνιση διαγραμμένων μηνυμάτων στη λίστα μηνυμάτων" +msgstr "Κάντε δεξί κλικ στη γραμμή κεφαλίδων των μηνυμάτων." #: C/evolution.xml:2653(para) -#, fuzzy msgid "Click Sort by to get a list of options." -msgstr "Πατήστε για ανάπτυξη η σύμπτυξη μιας λίστας των διαθέσιμων επιλογών." +msgstr "Επιλέξτε Ταξινόμηση κατά για να πάρετε μια λίστα με επιλογές." #: C/evolution.xml:2655(title) msgid "Sort by:" @@ -5870,6 +6696,7 @@ msgstr "Ταξινόμηση κατά:" #: C/evolution.xml:2656(para) msgid "Sorts the message by different criteria as listed below:" msgstr "" +"Ταξινομεί τα μηνύματα με διαφορετικά κριτήρια, όπως φαίνονται πιο κάτω:" #: C/evolution.xml:2660(para) msgid "Recipients" @@ -5901,7 +6728,7 @@ msgstr "Σημαία παρακολούθησης" #: C/evolution.xml:2678(para) msgid "Flag Status" -msgstr "Κατάσταση Σημαίας" +msgstr "Κατάσταση σημαίας" # #-#-#-#-# nautilus.HEAD.el.po (el) #-#-#-#-# # @@ -6002,6 +6829,15 @@ msgid "" "messages by recipients in ascending order and for the second time, sorts in " "the reverse order. For the next click, messages will be displayed unsorted." msgstr "" +"Πατώντας σε καθένα από τα κριτήρια ταξινόμησης, εναλλάσσεστε μεταξύ τριών " +"δυνατοτήτων: ταξινόμηση κατά το κριτήριο με κανονική ή αντίστροφη σειρά, ή " +"ακύρωση ταξινόμησης των μηνυμάτων. Καθώς πατάτε σε οποιοδήποτε από τα " +"κριτήρια ταξινόμησης κυκλικά, το Evolution ταξινομεί τα μηνύματα σε μια " +"συνεχόμενη σειρά -αύξουσα, φθίνουσα και χωρίς σειρά. Για παράδειγμα, όταν " +"πατήσετε στο Παραλήπτες για πρώτη φορά, το Evolution ταξινομεί τα μηνύματα " +"κατά τους παραλήπτες σε αύξουσα σειρά, και για τη δεύτερη φορά, ταξινομεί σε " +"φθίνουσα σειρά. Στο επόμενο πάτημα, τα μηνύματα θα εμφανίζονται χωρίς " +"ταξινόμηση." #: C/evolution.xml:2718(title) msgid "Sort Ascending:" @@ -6012,6 +6848,8 @@ msgid "" "Sorts the messages top to bottom and returns you the sorted message list in " "the order of oldest to the latest." msgstr "" +"Ταξινομεί τα μηνύματα από πάνω προς τα κάτω και επιστρέφει την ταξινομημένη " +"λίστα με τη σειρά από το παλιότερο προς το νεότερο." #: C/evolution.xml:2722(title) msgid "Sort Descending:" @@ -6022,6 +6860,8 @@ msgid "" "Sort descending reverts the order and returns you the sorted message list in " "the order of newest to oldest." msgstr "" +"Η φθίνουσα ταξινόμηση αντιστρέφει τη σειρά και επιστρέφει τη λίστα μηνυμάτων " +"ταξινομημένη από το νεότερο στο παλιότερο." #: C/evolution.xml:2726(title) msgid "Unsort:" @@ -6032,6 +6872,8 @@ msgid "" "Unsort removes sorting from this column, reverting to the order of messages " "as they were added to the folder." msgstr "" +"Η ακύρωση ταξινόμησης αναιρεί την ταξινόμηση από αυτή τη στήλη, και την " +"επαναφέρει στη σειρά με την οποία τα μηνύματα προστέθηκαν στο φάκελο." #: C/evolution.xml:2730(title) msgid "Removing a Column:" @@ -6042,6 +6884,8 @@ msgid "" "Remove this column from the display. You can also remove columns by dragging " "the header off the list and letting it drop." msgstr "" +"Αφαίρεση αυτής της στήλης από την προβολή. Μπορείτε επίσης να αφαιρείτε " +"στήλες σύροντας την κεφαλίδα εκτός της λίστας και αφήνοντάς την." #: C/evolution.xml:2734(title) msgid "Adding a Column:" @@ -6053,6 +6897,10 @@ msgid "" "columns. Drag the column you want into a space between existing column " "headers. A red arrow shows where the column will be placed." msgstr "" +"Όταν επιλέξετε αυτό το στοιχείο, εμφανίζεται ένας διάλογος στον οποίο " +"παρουσιάζονται οι πιθανές στήλες. Σύρετε τη στήλη που θέλετε σε ένα σημείο " +"ανάμεσα στις υφιστάμενες στήλες. Ένα κόκκινο βέλος υποδεικνύει σε ποιο " +"σημείο θα τοποθετηθεί η στήλη." #: C/evolution.xml:2738(title) msgid "Best Fit:" @@ -6063,80 +6911,80 @@ msgid "" "Automatically adjusts the widths of the columns for the most efficient use " "of space." msgstr "" +"Μεταβάλλει αυτόματα το πλάτος των στηλών για την καλύτερη δυνατή χρήση του " +"χώρου." #: C/evolution.xml:2742(title) -#, fuzzy msgid "Customizing the Current View:" -msgstr "Προσαρμογή τρέχουσας εμφάνισης" +msgstr "Προσαρμογή τρέχουσας προβολής" #: C/evolution.xml:2743(para) msgid "" "Choose this item to pick a more complex sort order for messages, or to " "choose which columns of information about your messages you want to display." msgstr "" +"Διαλέξτε αυτό το στοιχείο για να επιλέξτε μια πιο πολύπλοκη σειρά " +"ταξινόμησης για τα μηνύματα, ή για να διαλέξετε ποιες στήλες πληροφοριών " +"σχετικά με τα μηνύματά σας θέλετε να προβάλλονται." #: C/evolution.xml:2747(para) -#, fuzzy msgid "Select the search criteria from the list." -msgstr "Επιλογή αντικειμένων από τη λίστα" +msgstr "Επιλέξτε τα κριτήρια αναζήτησης από τη λίστα." #: C/evolution.xml:2748(para) -#, fuzzy msgid "You can view the messages in the desired order in the message list." msgstr "" -"Εμφάνιση διαγραμμένων μηνυμάτων (με strike-through) στη λίστα μηνυμάτων." +"Μπορείτε να δείτε τα μηνύματα στην επιθυμητή σειρά στη λίστα μηνυμάτων." #: C/evolution.xml:2754(title) msgid "Using the Follow-Up Feature" -msgstr "" +msgstr "Χρήση της δυνατότητας Παρακολούθησης" #: C/evolution.xml:2755(para) msgid "" "To make sure you don't forget about a message, you can use the follow-up " "feature." msgstr "" +"Για να βεβαιωθείτε ότι δε θα ξεχάσετε για ένα μήνυμα, μπορείτε να " +"χρησιμοποιήσετε τη δυνατότητα παρακολούθησης." #: C/evolution.xml:2758(para) -#, fuzzy msgid "Select one or more messages." -msgstr "Επιλογή όλων των μηνυμάτων που εμφανίζονται" +msgstr "Επιλέξτε ένα ή περισσότερα μηνύματα." #: C/evolution.xml:2761(para) -#, fuzzy msgid "Right-click one of the messages." -msgstr "Ύψος του ταμπλό της λίστας μηνυμάτων." +msgstr "Κάντε δεξί κλικ σε ένα από τα μηνύματα." #: C/evolution.xml:2764(para) -#, fuzzy msgid "Click Mark for Follow Up." -msgstr "Σημείωση για παρα_κολούθηση..." +msgstr "Επιλέξτε Σημείωση για παρακολούθηση." #: C/evolution.xml:2767(para) msgid "You can also open the Flag to Follow Up window by" -msgstr "" +msgstr "Μπορείτε επίσης να ανοίξετε το παράθυρο Σημείωση για παρακολούθηση" #: C/evolution.xml:2770(para) -#, fuzzy msgid "Selecting the messages." -msgstr "Επιλογή _όλων των μηνυμάτων" +msgstr "Επιλέγοντας τα μηνύματα." #: C/evolution.xml:2773(para) -#, fuzzy msgid "Selecting the Message menu." -msgstr "Επιλογή αλληλου_χίας μηνυμάτων" +msgstr "Επιλέγοντας το μενού Μήνυμα." #: C/evolution.xml:2776(para) -#, fuzzy msgid "Clicking Mark as." -msgstr "Κλικ εδώ για προσθήκη εργασίας" +msgstr "Πατώντας στο Σήμανση ως." #: C/evolution.xml:2779(para) msgid "Selecting Follow Up or pressing Shift+Ctrl+G." -msgstr "" +msgstr "Επιλέγοντας Παρακολούθηση, ή πιέζοντας Shift+Ctrl+G." #: C/evolution.xml:2780(para) msgid "A window opens to allow you to set the type of flag and the due date." msgstr "" +"Ένα παράθυρο ανοίγει που σας επιτρέπει να ορίσετε τον τύπο σήμανσης και την " +"ημερομηνία λήξης." #: C/evolution.xml:2784(para) msgid "" @@ -6144,6 +6992,9 @@ msgid "" "provided for you, such as Call, Forward and Reply, but you can enter your " "own note or action if you want." msgstr "" +"Η σημαία καθαυτή είναι η ενέργεια για την οποία θέλετε να θυμίσετε τον εαυτό " +"σας. Παρέχονται μερικές για σας, όπως η Κλήση, η Προώθηση και η Απάντηση, " +"αλλά μπορείτε να εισάγετε τη δική σας σημείωση ή ενέργεια αν θέλετε." #: C/evolution.xml:2785(para) msgid "" @@ -6151,6 +7002,9 @@ msgid "" "entirely by right-clicking the message, then click either Flag Completed or " "Clear Flag." msgstr "" +"Μετά που έχετε προσθέσει μια σημαία, μπορείτε να τη σημειώσετε ως " +"συμπληρωμένη ή να την αφαιρέσετε εντελώς κάνοντας δεξί κλικ στο μήνυμα και " +"μετά πατώντας είτε Σημαία ολοκληρώθηκε είτε Εκκαθάριση σημαίας." #: C/evolution.xml:2786(para) msgid "" @@ -6158,6 +7012,10 @@ msgid "" "before the message headers. An overdue message might tell you " "<quote>Overdue: Call by April 07, 2003, 5:00 PM.</quote>" msgstr "" +"Όταν διαβάζετε ένα μήνυμα με σημαία, η κατάσταση της σημαίας του εμφανίζεται " +"στο πάνω μέρος, πριν τις κεφαλίδες του μηνύματος. Ένα ληγμένο μήνυμα μπορεί " +"να σας εμφανίζει <quote>Έχει λήξει: Κλήση από Απρίλιος 07, 2003, 5:00 πμ</" +"quote>." #: C/evolution.xml:2787(para) msgid "" @@ -6167,11 +7025,17 @@ msgid "" "messages, then clear the flags when you're done, so the search folder " "contains only messages with upcoming deadlines." msgstr "" +"Οι σημαίες μπορούν με διάφορους τρόπους να σας βοηθήσουν να οργανώσετε την " +"εργασία σας. Για παράδειγμα, μπορείτε να προσθέσετε μια στήλη Κατάσταση " +"σημαίας στη λίστα μηνυμάτων σας και να ταξινομείτε βάσει εκείνης. " +"Εναλλακτικά, θα μπορούσατε να δημιουργήσετε ένα φάκελο αναζήτησης που να " +"εμφανίζει όλα τα σημασμένα σας μηνύματα, και να καθαρίζεται τις σημαίες όταν " +"τελειώνετε με αυτά, οπότε ο φάκελος αναζήτησης θα περιέχει μόνο τα μηνύματα " +"με επερχόμενες προθεσμίες." #: C/evolution.xml:2789(title) -#, fuzzy msgid "Mark as Important Feature:" -msgstr "Σήμανση ως _Σημαντικό" +msgstr "Το χαρακτηριστικό Σήμανση ως σημαντικό:" #: C/evolution.xml:2790(para) msgid "" @@ -6179,6 +7043,10 @@ msgid "" "them as important by right-clicking the message, then click Mark as " "Important or select Message > Mark as > Important from the menubar." msgstr "" +"Αν προτιμάτε έναν πιο απλό τρόπο για να θυμίζετε τον εαυτό σας για κάποια " +"μηνύματα, μπορείτε να τα σημαίνετε ως σημαντικά κάνοντας δεξί κλικ στο " +"μήνυμα και μετά επιλέγοντας Σήμανση ως σημαντικό, ή επιλέγοντας από τη " +"γραμμή μενού Μήνυμα > Σήμανση ως > Σημαντικό." #: C/evolution.xml:2797(para) msgid "" @@ -6187,6 +7055,12 @@ msgid "" "create as many as you like. Create new folders by clicking Folder > New, " "or by right-clicking in the folder list and selecting New Folder." msgstr "" +"Το Evolution, όπως και τα περισσότερα συστήματα αλληλογραφίας, αποθηκεύει " +"την αλληλογραφία σε φακέλους. Ξεκινάτε με λίγους φάκελους αλληλογραφίας, " +"όπως τα Εισερχόμενα, τα Εξερχόμενα και τα Πρότυπα, αλλά μπορείτε να " +"δημιουργήσετε όσους θέλετε. Δημιουργήστε νέους φακέλους επιλέγοντας Φάκελος " +"> Νέο, ή κάνοντας δεξί κλικ στη λίστα φακέλων και επιλέγοντας Νέος " +"φάκελος." #: C/evolution.xml:2798(para) msgid "" @@ -6194,6 +7068,10 @@ msgid "" "move the messages to it by dragging and dropping them, or right click on the " "message and choose Move to folder, or press Shift+Ctrl+V." msgstr "" +"Όταν πατήσετε ΟΚ ο νέος σας φάκελος θα εμφανιστεί στην προβολή φακέλων. " +"Μπορείτε τότε να μετακινήσετε μηνύματα σ' αυτόν σύροντας και αφήνοντάς τα, ή " +"να κάνετε δεξί κλικ σε ένα μήνυμα και να επιλέξετε Μετακίνηση στο φάκελο, ή " +"να πιέσετε Shift+Ctrl+V." #: C/evolution.xml:2799(para) msgid "" @@ -6201,6 +7079,10 @@ msgid "" "> Move to folder. This will open the Select folder window, where you can " "drop your message to any of the folders listed." msgstr "" +"Μπορείτε επίσης να αφήσετε τα μηνύματα σε συγκεκριμένο φάκελο επιλέγοντας " +"Μήνυμα > Μετακίνηση σε φάκελο. Αυτό θα ανοίγει το παράθυρο επιλογής " +"φακέλου, όπου μπορείτε να αφήσετε το μήνυμά σας σε οποιοδήποτε από τους " +"φακέλους που εμφανίζονται." #: C/evolution.xml:2801(para) msgid "" @@ -6210,6 +7092,11 @@ msgid "" "another by selecting the message and then press the Move button at the " "bottom right." msgstr "" +"Αν θέλετε να δημιουργήστε ένα νέο φάκελο πατήστε Νέο στο κάτω αριστερά μέρος " +"του παραθύρου. Καθορίστε την τοποθεσία και εισάγετε την ετικέτα του φακέλου " +"στο πεδίο που εμφανίζεται στο πάνω μέρος. Μπορείτε επίσης να μετακινείτε " +"μηνύματα από ένα φάκελο σ' ένα άλλο επιλέγοντας το μήνυμα και μετά πατώντας " +"του κουμπί Μετακίνηση στο κάτω δεξιά μέρος." #: C/evolution.xml:2802(para) msgid "" @@ -6217,6 +7104,9 @@ msgid "" "automatically. Select Edit > Message Filters to bring up the Message " "Filters window." msgstr "" +"Αν δημιουργήσετε ένα φίλτρο με το βοηθό φίλτρων, μπορείτε να κάνετε την " +"αλληλογραφία σας να αρχειοθετείται αυτόματα. Επιλέξτε Επεξεργασία > " +"Φίλτρα μηνυμάτων για να ανοίξετε το παράθυρο Φίλτρα μηνυμάτων." #: C/evolution.xml:2804(para) msgid "" @@ -6225,6 +7115,10 @@ msgid "" "filtering, see <link linkend=\"usage-mail-org-filters-new\">Creating New " "Filter Rules</link>." msgstr "" +"Πατήστε το κουμπί Προσθήκη για να ανοίξετε το παράθυρο Προσθήκη κανόνα από " +"το οποίο μπορείτε να ορίσετε διαφορετικά κριτήρια φιλτραρίσματος μηνυμάτων. " +"Για περισσότερες πληροφορίες για το φιλτράρισμα, δείτε τη <link linkend=" +"\"usage-mail-org-filters-new\">Δημιουργία νέων κανόνων φίλτρων</link>." #: C/evolution.xml:2806(para) msgid "" @@ -6235,6 +7129,13 @@ msgid "" "to read messages that exist in your Inbox until you move the folders out of " "the way." msgstr "" +"Ο φάκελος Εισερχόμενα στους περισσότερους διακομιστές IMAP δε μπορεί να " +"περιέχει και υποφάκελους και μηνύματα. Όταν δημιουργείτε επιπρόσθετους " +"φάκελους στο διακομιστή IMAP, βάλτε τους στη ρίζα το δένδρου καταλόγων του " +"λογαριασμού IMAP και όχι στα Εισερχόμενα. Αν δημιουργήσετε υποφάκελους στο " +"φάκελο Εισερχόμενα, χάνετε τη δυνατότητα να διαβάζετε μηνύματα που " +"βρίσκονται μέσα στα Εισερχόμενά σας μέχρι να μετακινήσετε αυτούς τους " +"φακέλους αλλού." #: C/evolution.xml:2812(para) msgid "" @@ -6242,6 +7143,10 @@ msgid "" "differently and efficiently giving you faster search results with quick " "search, customized search and advanced search." msgstr "" +"Οι περισσότεροι πελάτες αλληλογραφίας μπορούν να αναζητήσουν μηνύματα για " +"σας, αλλά το Evolution το κάνει διαφορετικά και παραγωγικά, δίνοντάς σας " +"γρηγορότερα αποτελέσματα αναζήτησης με γρήγορη αναζήτηση, τροποποιημένη " +"αναζήτηση και προχωρημένη αναζήτηση." #: C/evolution.xml:2814(title) C/evolution.xml:3613(title) #: C/evolution.xml:4496(title) C/evolution.xml:4804(title) @@ -6255,6 +7160,9 @@ msgid "" "selected from the drop-down list at the top left side, just above the " "message list." msgstr "" +"Η γρήγορη αναζήτηση εμφανίζει όλα τα μηνύματα που ταιριάζουν με τα " +"ενσωματωμένα κριτήρια που επιλέξατε από την αναδιπλούμενη λίστα στο πάνω " +"αριστερά μέρος, ακριβώς πάνω από τη λίστα μηνυμάτων." #: C/evolution.xml:2817(para) msgid "To perform a quick search:" @@ -6268,13 +7176,14 @@ msgid "" "Click the search icon <inlinegraphic format=\"PNG\" fileref=\"figures/" "stock_search.png\"/> to expand the drop-down list." msgstr "" +"Πατήστε το κουμπί αναζήτησης <inlinegraphic format=\"PNG\" fileref=\"figures/" +"stock_search.png\"/> για να επεκτείνετε την αναδιπλούμενη λίστα." #: C/evolution.xml:2823(para) C/evolution.xml:3622(para) #: C/evolution.xml:4504(para) C/evolution.xml:4846(para) #: C/evolution.xml:5056(para) -#, fuzzy msgid "Select the search criteria from the list:" -msgstr "Επιλογή αντικειμένων από τη λίστα" +msgstr "Επιλέξτε τα κριτήρια αναζήτησης από τη λίστα:" #: C/evolution.xml:2826(para) msgid "All Messages" @@ -6310,9 +7219,8 @@ msgid "Personal" msgstr "Προσωπικό" #: C/evolution.xml:2844(para) C/evolution.xml:2886(para) -#, fuzzy msgid "To do" -msgstr "μετάβαση κάτω" +msgstr "Προς τακτοποίηση" #: C/evolution.xml:2847(para) C/evolution.xml:2889(para) msgid "Later" @@ -6340,13 +7248,15 @@ msgstr "Σημαντικά μηνύματα" #: C/evolution.xml:2865(para) msgid "Messages Not Junk" -msgstr "Τα μηνύματα είναι επιθυμητά" +msgstr "Μη ανεπιθύμητα μηνύματα" #: C/evolution.xml:2870(para) msgid "" "Evolution displays the messages matching the criteria present in the shown " "message list" msgstr "" +"Τα μηνύματα τα οποία ταιριάζουν με τα κριτήρια, τα εμφανίζει το Evolution " +"στη λίστα μηνυμάτων." #: C/evolution.xml:2874(para) msgid "" @@ -6354,17 +7264,23 @@ msgid "" "listed here. You can change the name of these labels by selecting Edit > " "Preferences > Mail Preferences > Colors." msgstr "" +"Οι πιο κάτω ετικέτες δεν είναι απαραίτητα οι ίδιες με τις προεπιλεγμένες που " +"εμφανίζονται εδώ. Μπορείτε να αλλάξετε το όνομα αυτών των ετικετών " +"επιλέγοντας Επεξεργασία > Προτιμήσεις > Προτιμήσεις αλληλογραφίας > " +"Χρώματα." #: C/evolution.xml:2894(title) C/evolution.xml:3571(title) #: C/evolution.xml:4443(title) C/evolution.xml:4759(title) #: C/evolution.xml:4995(title) msgid "Customized Search:" -msgstr "" +msgstr "Προσαρμοσμένη αναζήτηση:" #: C/evolution.xml:2895(para) msgid "" "Evolution allows you to perform customized search. To search for a message:" msgstr "" +"Το Evolution σας επιτρέπει να κάνετε προσαρμοσμένη αναζήτηση. Για να " +"αναζητήσετε ένα μήνυμα:" #: C/evolution.xml:2901(title) msgid "Subject or Sender Contain:" @@ -6375,6 +7291,8 @@ msgid "" "Finds messages that contain the search text in the subject or sender. It " "does not search in the message body." msgstr "" +"Βρίσκει μηνύματα που περιέχουν το κείμενο αναζήτησης στο θέμα ή τον " +"αποστολέα. Δε ψάχνει όλο το σώμα του μηνύματος." #: C/evolution.xml:2905(title) msgid "Recipients Contain:" @@ -6383,6 +7301,8 @@ msgstr "Παραλήπτες περιέχουν:" #: C/evolution.xml:2906(para) msgid "Finds messages with the search text in the To: and Cc: headers." msgstr "" +"Βρίσκει μηνύματα που περιέχουν το κείμενο αναζήτησης στις κεφαλίδες Προς: " +"και Κοινοποίηση:" #: C/evolution.xml:2909(title) msgid "Message Contains:" @@ -6391,6 +7311,8 @@ msgstr "Μήνυμα περιέχει:" #: C/evolution.xml:2910(para) msgid "Searches the message body and all headers for the specified text." msgstr "" +"Αναζητά στο σώμα του μηνύματος και σε όλες τις κεφαλίδες για το ορισμένο " +"κείμενο." #: C/evolution.xml:2913(title) msgid "Subject Contain:" @@ -6399,6 +7321,8 @@ msgstr "Θέμα περιέχει:" #: C/evolution.xml:2914(para) msgid "Shows messages where the search text is in the subject line." msgstr "" +"Δείχνει μηνύματα στα οποία το κείμενο αναζήτησης βρίσκεται στη γραμμή " +"θέματος." #: C/evolution.xml:2917(title) msgid "Sender Contain:" @@ -6408,6 +7332,8 @@ msgstr "Αποστολέας περιέχει:" msgid "" "Finds messages whose From: header contains a match for your search text." msgstr "" +"Βρίσκει μηνύματα των οποίων η κεφαλίδα Από: περιέχει ένα ταίριασμα με το " +"κείμενο αναζήτησης." #: C/evolution.xml:2921(title) msgid "Body Contains:" @@ -6415,12 +7341,12 @@ msgstr "Το σώμα περιέχει:" #: C/evolution.xml:2922(para) msgid "Searches only in message text, not any other header." -msgstr "" +msgstr "Ψάχνει μόνο στο κείμενο του μηνύματος, και όχι στις κεφαλίδες." #: C/evolution.xml:2926(para) -#, fuzzy msgid "Click the drop-down list to select the scope" -msgstr "Χρησιμοποιήστε αυτή τη λίστα για να διαλέξετε τον εισαγωγέα χαρτιού." +msgstr "" +"Πατήστε στην αναδιπλούμενη λίστα για να επιλέξετε το βάθος της αναζήτησης." #: C/evolution.xml:2929(para) msgid "Current Folder" @@ -6441,12 +7367,15 @@ msgstr "Αυτό το μήνυμα" #: C/evolution.xml:2943(para) msgid "Type the search string in the search entry and press Enter." msgstr "" +"Εισάγετε τη συμβολοσειρά αναζήτησης στο πεδίο αναζήτησης και πιέστε Enter." #: C/evolution.xml:2945(para) msgid "" "The folder list will be disabled while you perform search on All Accounts or " "Current Account." msgstr "" +"Η λίστα φακέλων θα είναι ανενεργή για όσο κάνετε αναζήτηση σε Όλους τους " +"λογαριασμούς ή σε Αυτό το λογαριασμό." #: C/evolution.xml:2949(para) msgid "" @@ -6454,6 +7383,10 @@ msgid "" "create a search folder instead; see <link linkend=\"usage-mail-organize-" "vfolders\">Using Search Folders</link> for more detail." msgstr "" +"Το Evolution εμφανίζει τα αποτελέσματα τη αναζήτησής σας στη λίστα " +"μηνυμάτων. Αντί γι' αυτό, ίσως θέλετε να δημιουργήσετε ένα φάκελο " +"αναζήτησης. Δείτε τη <link linkend=\"usage-mail-organize-vfolders\">Χρήση " +"των φακέλων αναζήτησης</link> για περισσότερες λεπτομέρειες." #: C/evolution.xml:2951(para) C/evolution.xml:3611(para) msgid "" @@ -6461,12 +7394,19 @@ msgid "" "field, or choose Search > Clear from the menubar, or enter a blank " "search. You can also press Shift+Ctrl+Q to clear the search." msgstr "" +"Για να καθαρίσετε την αναζήτησή σας μπορείτε να πατήσετε το εικονίδιο " +"Καθάρισμα στο πεδίο συμβολοσειράς αναζήτησης, ή να επιλέξετε Αναζήτηση > " +"Εκκαθάριση από τη γραμμή μενού, ή να εισάγετε μια κενή αναζήτηση. Μπορείτε " +"επίσης να πιέσετε Shift+Ctrl+Q για να καθαρίσετε την αναζήτηση." #: C/evolution.xml:2954(para) msgid "" "You can even perform a quick search on a customized search results as it " "just filters and displays the messages in the message list." msgstr "" +"Μπορείτε επίσης να κάνετε μια γρήγορη αναζήτηση ανάμεσα στα αποτελέσματα της " +"προσαρμοσμένης αναζήτησης καθώς φιλτράρει και εμφανίζει μόνο τα μηνύματα στη " +"λίστα μηνυμάτων." #: C/evolution.xml:2957(title) C/evolution.xml:4469(title) #: C/evolution.xml:4785(title) C/evolution.xml:5021(title) @@ -6477,22 +7417,23 @@ msgstr "Προχωρημένη αναζήτηση:" #: C/evolution.xml:4786(para) C/evolution.xml:5022(para) msgid "You can perform an advanced search based on any of the search types." msgstr "" +"Μπορείτε να κάνετε μια προχωρημένη αναζήτηση βασισμένη σε οποιονδήποτε από " +"τους τύπους αναζήτησης." #: C/evolution.xml:2962(para) C/evolution.xml:4474(para) #: C/evolution.xml:4790(para) -#, fuzzy msgid "Select the Search menu." -msgstr "Επι_λογή ενός θέματος:" +msgstr "Επιλέξτε το μενού Αναζήτηση." #: C/evolution.xml:2965(para) -#, fuzzy msgid "Click Advanced Search to open the Advanced Search window." -msgstr "Κάντε κλικ εδώ για κλείσιμο του τρέχοντος παραθύρου" +msgstr "" +"Πατήστε Προχωρημένη αναζήτηση για να ανοίξει το παράθυρο Προχωρημένη " +"αναζήτηση." #: C/evolution.xml:2970(para) -#, fuzzy msgid "Enter the Search name." -msgstr "Εισάγετε το χρήστη για finger" +msgstr "Εισάγετε το όνομα της αναζήτησης." #: C/evolution.xml:2973(para) msgid "" @@ -6500,17 +7441,20 @@ msgid "" "\"bsazsjd\">Step 4</link> under <link linkend=\"vfolder-create\">Creating A " "Search Folder</link>." msgstr "" +"Πατήστε Προσθήκη για να προσθέσετε κανόνες. Για περισσότερες πληροφορίες " +"πάνω στους κανόνες, αναφερθείτε στο <link linkend=\"bsazsjd\">Βήμα 4</link> " +"στη <link linkend=\"vfolder-create\">Δημιουργία ενός φακέλου αναζήτησης</" +"link>." #: C/evolution.xml:2979(para) C/evolution.xml:4492(para) #: C/evolution.xml:5044(para) -#, fuzzy msgid "Click Save to save your search results." -msgstr "Πατήστε για αναζήτηση." +msgstr "" +"Πατήστε Αποθήκευση για να αποθηκεύσετε τα αποτελέσματα της αναζήτησής σας." #: C/evolution.xml:2983(title) -#, fuzzy msgid "Save Search:" -msgstr "Αποθήκευση Αναζήτησης" +msgstr "Αποθήκευση Αναζήτησης:" #: C/evolution.xml:2984(para) msgid "" @@ -6518,42 +7462,45 @@ msgid "" "> Save Search. You can view the label of your search results listed under " "Search menu." msgstr "" +"Για να αποθηκεύσετε τα αποτελέσματα της αναζήτησής σας εκτός από την " +"προχωρημένη αναζήτηση, επιλέξτε Αναζήτηση > Αποθήκευση αναζήτησης. " +"Μπορείτε να δείτε την ετικέτα των αποτελεσμάτων της αναζήτησής σας " +"καταχωρημένη κάτω από το μενού Αναζήτηση." #: C/evolution.xml:2987(title) -#, fuzzy msgid "Edit Saved Searches:" -msgstr "_Επεξεργασία Αποθηκευμένων Αναζητήσεων..." +msgstr "Επεξεργασία αποθηκευμένων αναζητήσεων" #: C/evolution.xml:2988(para) -#, fuzzy msgid "To edit your saved searches," -msgstr "Επεξεργασία αποθηκευμένης αναζήτησης" +msgstr "Για να επεξεργαστείτε τις αποθηκευμένες αναζητήσεις σας." #: C/evolution.xml:2992(para) -#, fuzzy msgid "Select Search from the menu bar." -msgstr "Επι_λογή ενός θέματος:" +msgstr "Επιλέξτε αναζήτηση από τη γραμμή μενού." #: C/evolution.xml:2995(para) -#, fuzzy msgid "Click Edit Saved Searches to open the Searches window." -msgstr "Κάντε κλικ εδώ για κλείσιμο του τρέχοντος παραθύρου" +msgstr "" +"Επιλέξτε Επεξεργασία αποθηκευμένων αναζητήσεων για να ανοίξετε το παράθυρο " +"Αναζητήσεις." #: C/evolution.xml:3000(para) -#, fuzzy msgid "Click the Edit button to open the Edit Rule window." -msgstr "Πατήστε αυτό για να εκκινήσετε τον περιηγητή" +msgstr "" +"Πατήστε το κουμπί Επεξεργασία για να ανοίξετε το παράθυρο Επεξεργασία κανόνα." #: C/evolution.xml:3001(para) msgid "" "You can also add or remove searches from the list by using the respective " "buttons available at the right." msgstr "" +"Μπορείτε επίσης να προσθέσετε ή να αφαιρέσετε αναζητήσεις από τη λίστα " +"χρησιμοποιώντας τα αντίστοιχα κουμπιά στα δεξιά." #: C/evolution.xml:3006(para) -#, fuzzy msgid "Edit the title or search criteria from the dialog box." -msgstr "Επιλογή αντικειμένων από τη λίστα" +msgstr "Επεξεργαστείτε τον τίτλο ή τα κριτήρια αναζήτησης από το διάλογο." #: C/evolution.xml:3016(para) msgid "" @@ -6564,6 +7511,13 @@ msgid "" "of one message into multiple folders, or keep one copy and send one to " "another person." msgstr "" +"Τα φίλτρα λειτουργούν όμοια με το γραφείο αλληλογραφίας σε μια εταιρεία. Ο " +"σκοπός τους είναι να μαζεύουν, να ταξινομούν και να διανέμουν την " +"αλληλογραφία στους διάφορους φακέλους. Επιπλέον, μπορείτε να έχετε πολλαπλά " +"φίλτρα να διενεργούν πολλαπλές ενέργειες που να επηρεάζουν το ίδιο μήνυμα με " +"διαφορετικούς τρόπους. Για παράδειγμα, τα φίλτρα σας θα μπορούσαν να βάζουν " +"αντίγραφα ενός μηνύματος σε πολλαπλούς φάκελους, ή να κρατούν ένα αντίγραφο " +"και να στέλνουν ένα άλλο σε κάποιον άλλο άνθρωπο." #: C/evolution.xml:3019(title) msgid "Creating New Filter Rules" @@ -6571,33 +7525,29 @@ msgstr "Δημιουργία νέων κανόνων φίλτρων" #: C/evolution.xml:3022(para) C/evolution.xml:3226(para) #: C/evolution.xml:3241(para) -#, fuzzy msgid "Click Edit > Message Filters." -msgstr "Φίλτρα Μηνυμάτων" +msgstr "Επιλέξτε Επεξεργασία > Φίλτρα μηνυμάτων." #: C/evolution.xml:3025(para) C/evolution.xml:3276(para) #: C/evolution.xml:5338(para) C/evolution.xml:5917(para) -#, fuzzy msgid "Click Add." -msgstr "Λειτουργία κλικ" +msgstr "Πατήστε προσθήκη." #: C/evolution.xml:3028(para) -#, fuzzy msgid "Type a name for the filter in the Rule name field." -msgstr "" -"URI για το φάκελο που χρησιμοποιήθηκε τελευταία στο διάλογο επιλογής " -"ονομάτων." +msgstr "Πληκτρολογήστε ένα όνομα για τον κανόνα στο πεδίο Όνομα κανόνα." #: C/evolution.xml:3033(para) -#, fuzzy msgid "Define the criteria for the filter in the first section." -msgstr "Επιλέξτε την ταχύτητα που θα χρησιμοποιείτε για την εγγραφή" +msgstr "Ορίστε τα κριτήρια για το φίλτρο στο πρώτο μέρος." #: C/evolution.xml:3034(para) msgid "" "For each of the filter criteria, you must first select which parts of the " "message you want to filter:" msgstr "" +"Για κάθε κριτήριο φιλτραρίσματος, θα πρέπει πρώτα να επιλέξετε ποια μέρη του " +"μηνύματος θέλετε να φιλτράρετε:" #: C/evolution.xml:3036(title) C/evolution.xml:3286(title) msgid "Sender:" @@ -6605,9 +7555,8 @@ msgstr "Αποστολέας:" # #: C/evolution.xml:3037(para) -#, fuzzy msgid "The sender's email address or the name of the sender." -msgstr "Εισάγετε τη διεύθυνση e-mail σας" +msgstr "Η διεύθυνση αλληλογραφίας του αποστολέα ή το όνομα του αποστολέα." #: C/evolution.xml:3040(title) msgid "Recipient:" @@ -6630,11 +7579,8 @@ msgid "Specific Header:" msgstr "Συγκεκριμένη κεφαλίδα:" #: C/evolution.xml:3049(para) -#, fuzzy msgid "Any header including custom ones." -msgstr "" -"Χρήση προεπιλεγμένων χρωμάτων θέματος και γραμματοσειράς αντί των " -"προσαρμοσμένων." +msgstr "Οποιαδήποτε κεφαλίδα συμπεριλαμβανομένων και των προσαρμοσμένων." #: C/evolution.xml:3051(para) msgid "" @@ -6646,15 +7592,21 @@ msgid "" "declaration did not occur. To filter on messages that use headers multiple " "times, use a regular expression." msgstr "" +"Αν ένα μήνυμα χρησιμοποιεί μια κεφαλίδα περισσότερο από μία φορά, το " +"Evolution δίνει σημασία μόνο στην πρώτη φορά, ακόμα και αν τη δεύτερη φορά η " +"κεφαλίδα ορίζεται διαφορετικά. Για παράδειγμα, αν ένα μήνυμα καθορίζει την " +"κεφαλίδα Resent-From: σε <quote>engineering@example.com</quote> και μετά την " +"ξαναορίζει ως <quote>marketing@example.com,</quote> τότε το Evolution " +"φιλτράρει σα να μην συνάντησε το δεύτερο ορισμό. Για να φιλτράρετε μηνύματα " +"που περιέχουν κεφαλίδες πολλαπλές φορές, χρησιμοποιήστε μια κανονική έκφραση." #: C/evolution.xml:3053(title) C/evolution.xml:3298(title) msgid "Message Body:" msgstr "Σώμα μηνύματος:" #: C/evolution.xml:3054(para) C/evolution.xml:3299(para) -#, fuzzy msgid "Searches in the actual text of the message." -msgstr "Απλή εμφάνιση της πηγής του μηνύματος" +msgstr "Αναζητά στο κείμενο του μηνύματος." #: C/evolution.xml:3057(title) msgid "Expression:" @@ -6665,6 +7617,9 @@ msgid "" "(For programmers only) Match a message according to an expression you write " "in the Scheme language used to define filters in Evolution." msgstr "" +"(Μόνο για προγραμματιστές) Ταίριασμα ενός μηνύματος σύμφωνα με μια έκφραση " +"που γράφετε στη γλώσσα Scheme που χρησιμοποιείτε για τη δημιουργία φίλτρων " +"στο Evolution." #: C/evolution.xml:3061(title) C/evolution.xml:3306(title) msgid "Date Sent:" @@ -6680,6 +7635,13 @@ msgid "" "for a message within a range of time relative to the filter, such as two to " "four days ago." msgstr "" +"Φιλτράρει τα μηνύματα σύμφωνα με την ημερομηνία κατά την οποία αποστάληκαν. " +"Πρώτα, επιλέξτε τις συνθήκες τις οποίες θέλετε να πληρεί ένα μήνυμα, όπως " +"πριν ή μετά μια συγκεκριμένη ώρα. Μετά επιλέξτε την ώρα. Το φίλτρο συγκρίνει " +"την ώρα του μηνύματος με το ρολόι του συστήματος όταν τρέξει το φίλτρο, ή " +"μια μια συγκεκριμένη ώρα και ημερομηνία που διαλέγετε από το ημερολόγιο. " +"Μπορείτε επίσης να το κάνετε να ψάξει για ένα μήνυμα μέσα σε ένα χρονικό " +"φάσμα σχετικό με το φίλτρο, όπως δύο ή τέσσερις μέρες πριν." #: C/evolution.xml:3065(title) C/evolution.xml:3310(title) msgid "Date Received:" @@ -6690,6 +7652,8 @@ msgid "" "This works the same way as the Date Sent option, except that it compares the " "time you received the message with the dates you specify." msgstr "" +"Αυτό δουλεύει παρόμοια με το Ημερομηνία αποστολής, με τη διαφορά ότι " +"συγκρίνει την ώρα που λάβατε το μήνυμα με την ημερομηνία που ορίζετε." #: C/evolution.xml:3069(title) C/evolution.xml:3314(title) msgid "Label:" @@ -6700,6 +7664,9 @@ msgid "" "Messages can have labels of Important, Work, Personal, To Do, or Later. You " "can set labels with other filters or manually." msgstr "" +"Τα μηνύματα μπορούν να έχουν ετικέτες όπως Σημαντικό, Εργασία, Προσωπικό, " +"Προς τακτοποίηση, ή Αργότερα. Μπορείτε να ορίσετε ετικέτες με άλλα φίλτρα " +"χειρωνακτικά." #: C/evolution.xml:3073(title) C/evolution.xml:3318(title) msgid "Score:" @@ -6713,6 +7680,12 @@ msgid "" "particular: it is simply a number you can assign to messages so other " "filters can process them." msgstr "" +"Ορίζει το σκορ του μηνύματος σε οποιοδήποτε ακέραιο αριθμό μεγαλύτερο από το " +"0. Μπορείτε να έχετε ένα φίλτρο το οποίο να ορίζει ή να αλλάζει το σκορ ενός " +"μηνύματος, και ένα άλλο φίλτρο να μετακινεί τα μηνύματα που έχουν σκορ. Το " +"σκορ ενός μηνύματος δε βασίζεται σε κάτι συγκεκριμένο: είναι απλά ένας " +"αριθμός τον οποίο μπορείτε να αναθέσετε σε μηνύματα ώστε άλλα φίλτρα να τον " +"επεξεργάζονται." # #-#-#-#-# nautilus.HEAD.el.po (el) #-#-#-#-# # @@ -6724,7 +7697,7 @@ msgstr "Μέγεθος:" #: C/evolution.xml:3078(para) C/evolution.xml:3323(para) msgid "Sorts based on the size of the message in kilobytes." -msgstr "" +msgstr "Αναζητεί βάσει του μεγέθους της μηνύματος σε kilobyte." #: C/evolution.xml:3081(title) C/evolution.xml:3326(title) msgid "Status:" @@ -6735,16 +7708,16 @@ msgid "" "Filters according to the status of a message. The status can be Replied To, " "Draft, Important, Read, or Junk." msgstr "" +"Φιλτράρει ανάλογα με την κατάσταση του μηνύματος. Η κατάσταση μπορεί να " +"είναι Απαντημένο, Πρόχειρο, Αναγνωσμένο ή Ανεπιθύμητο." #: C/evolution.xml:3085(title) -#, fuzzy msgid "Flagged:" -msgstr "Σημειωμένο" +msgstr "Σημειωμένο:" #: C/evolution.xml:3086(para) C/evolution.xml:3331(para) -#, fuzzy msgid "Checks whether the message is flagged for follow-up." -msgstr "Σημαία στα επιλεγμένα μηνύματα για παρακολούθηση" +msgstr "Ελέγχει αν το μήνυμα είναι σημειωμένο για παρακολούθηση." #: C/evolution.xml:3089(title) C/evolution.xml:3334(title) msgid "Attachments:" @@ -6752,11 +7725,11 @@ msgstr "Συνημμένα:" #: C/evolution.xml:3090(para) C/evolution.xml:3335(para) msgid "Creates a filter based on whether there is an attachment for the email." -msgstr "" +msgstr "Δημιουργεί ένα φίλτρο βασισμένο στο αν υπάρχει συνημμένο στο μήνυμα." #: C/evolution.xml:3093(title) msgid "Mailing List" -msgstr "Λίστα ταχυδρομείου" +msgstr "Λίστα ταχυδρομείου:" #: C/evolution.xml:3094(para) C/evolution.xml:3339(para) msgid "" @@ -6766,6 +7739,12 @@ msgid "" "mail. Mail from list servers that do not set X-BeenThere properly are not be " "caught by these filters." msgstr "" +"Φιλτράρει βάσει της λίστας ταχυδρομείου από την οποία έφτασε το μήνυμα. Αυτό " +"το φίλτρο μπορεί να χάσει μερικά μηνύματα από μερικούς διακομιστές λιστών, " +"γιατί ελέγχει για την κεφαλίδα X-BeenThere, η οποία χρησιμοποιείται για να " +"ταυτοποιεί λίστες ταχυδρομείου ή άλλους αναδιανομής αλληλογραφίας. " +"Αλληλογραφία από διακομιστές λιστών οι οποίοι δεν ορίζουν την κεφαλίδα X-" +"BeenThere σωστά δε θα φιλτραριστούν από τέτοια φίλτρα." #: C/evolution.xml:3097(title) msgid "Regex Match:" @@ -6780,6 +7759,13 @@ msgid "" "messages that declare a particular header twice. For information about how " "to use regular expressions, check the man page for the grep command." msgstr "" +"Αν γνωρίζετε τι παίζει με τις <link linkend=\"regular-expression\">regex</" +"link>, ή κανονικές εκφράσεις, αυτή η επιλογή σας επιτρέπει να αναζητάτε για " +"πολύπλοκα μοτίβα γραμμάτων, ώστε να μπορείτε να βρείτε, για παράδειγμα, όλες " +"τις λέξεις που ξεκινούν από α και τελειώνουν σε ο, και το μήκος τους είναι " +"μεταξύ έξι και δεκαπέντε γραμμάτων, ή όλα τα μηνύματα που ορίζουν την ίδια " +"κεφαλίδα δύο φορές. Για πληροφορίες για τη χρήση των κανονικών εκφράσεων, " +"ελέγξτε τη σελίδα man της εντολής grep." #: C/evolution.xml:3101(title) msgid "Source Account:" @@ -6790,11 +7776,13 @@ msgid "" "Filters messages according the server you got them from. This is most useful " "if you use multiple POP mail accounts." msgstr "" +"Φιλτράρει τα μηνύματα σύμφωνα με το διακομιστή από τον οποίο τα πήρατε. Αυτό " +"είναι περισσότερο χρήσιμο αν χρησιμοποιείτε πολλαπλούς λογαριασμούς " +"αλληλογραφίας POP." #: C/evolution.xml:3105(title) C/evolution.xml:3189(title) -#, fuzzy msgid "Pipe to Program:" -msgstr "Σύνδεση στο πρόγραμμα" +msgstr "Σύνδεση στο πρόγραμμα:" #: C/evolution.xml:3106(para) msgid "" @@ -6802,6 +7790,11 @@ msgid "" "based on the return value. Commands used in this way must return an integer. " "This is most commonly used to add an external junk mail filter." msgstr "" +"Το Evolution μπορεί να χρησιμοποιήσει μια εξωτερική εντολή για να " +"επεξεργαστεί ένα μήνυμα, και μετά να το επεξεργαστεί βάσει του αποτελέσματος " +"που επιστρέφεται. Οι εντολές που χρησιμοποιούνται με αυτό τον τρόπο θα " +"πρέπει να επιστρέφουν έναν ακέραιο. Αυτό χρησιμοποιείται πιο συχνά για να " +"προστεθεί ένα εξωτερικό φίλτρο ανεπιθύμητων μηνυμάτων." #: C/evolution.xml:3109(title) msgid "Junk Test:" @@ -6810,20 +7803,22 @@ msgstr "Δοκιμή ανεπιθύμητων:" #: C/evolution.xml:3110(para) msgid "Filters based on the results of the junk mail test." msgstr "" +"Φιλτράρει βάσει των αποτελεσμάτων του ελέγχου ανεπιθύμητης αλληλογραφίας." #: C/evolution.xml:3113(title) -#, fuzzy msgid "Select the Criteria for the Condition:" -msgstr "Επιλέξτε την ταχύτητα που θα χρησιμοποιείτε για την εγγραφή" +msgstr "Επιλέξτε τα κριτήρια για τη συνθήκη:" #: C/evolution.xml:3114(para) msgid "" "If you want multiple criteria for this filter, click Add and repeat step 4." msgstr "" +"Αν θέλετε πολλαπλά κριτήρια για αυτό το φίλτρο, πατήστε προσθήκη και " +"επαναλάβετε το βήμα 4." #: C/evolution.xml:3117(title) msgid "Select the Actions for the Filter in the Then Section:" -msgstr "" +msgstr "Επιλέξτε τις ενέργειες για αυτό το φίλτρο στο τμήμα Έπειτα:" #: C/evolution.xml:3118(para) msgid "Select any of the following options." @@ -6843,25 +7838,28 @@ msgstr "Αντιγραφή σε φάκελο:" #: C/evolution.xml:3130(para) msgid "Puts a copy of the message into a folder you specify." -msgstr "Τοποθετεί ένα αντίγραφο του μηνύματος σε έναν φάκελο που ορίζετε." +msgstr "Τοποθετεί ένα αντίγραφο του μηνύματος σε ένα φάκελο που ορίζετε." #: C/evolution.xml:3136(para) msgid "" "Marks the message for deletion. The message can be undeleted until you " "expunge or empty the trash." msgstr "" +"Σημειώνει το μήνυμα για διαγραφή. Μπορεί να ακυρωθεί η διαγραφή του " +"μηνύματος, μέχρι να εκκαθαρίσετε ή να αδειάσετε τα απορρίμματα." #: C/evolution.xml:3141(title) msgid "Stop Processing:" msgstr "Διακοπή επεξεργασίας:" #: C/evolution.xml:3142(para) -#, fuzzy msgid "" "Select this if you want to all other filters ignore this message. Note that " "only filters listed after this particular rule will be ignored." msgstr "" -"Διαλέξτε αυτή την επιλογή για να τυπώσετε όλες τις σελίδες του εγγράφου." +"Διαλέξτε αυτή την επιλογή αν θέλετε όλα τα άλλα φίλτρα να αγνοούν αυτό το " +"μήνυμα. Σημειώστε ότι μόνο φίλτρα τα οποία καταχωρούνται μετά από αυτόν το " +"συγκεκριμένο κανόνα θα αγνοηθούν." #: C/evolution.xml:3147(title) msgid "Assign Color:" @@ -6892,26 +7890,28 @@ msgid "Set Status:" msgstr "Ορισμός κατάστασης:" #: C/evolution.xml:3166(para) -#, fuzzy msgid "" "Sets the status of the message. The status can be Replied To, Draft, " "Important, Read, or Junk." -msgstr "Ορίζει την κατάσταση του μηνύματος. Η κατάσταση μπορεί να είναι " +msgstr "" +"Ορίζει την κατάσταση του μηνύματος. Η κατάσταση μπορεί να είναι Απαντήθηκε, " +"Πρόχειρο, Σημαντικό, Αναγνωσμένο ή Ανεπιθύμητο." #: C/evolution.xml:3171(title) -#, fuzzy msgid "Unset Status:" -msgstr "Άρση κατάστασης" +msgstr "Άρση κατάστασης:" #: C/evolution.xml:3172(para) msgid "" "If the message has a status value, unsets it. If a status value is not set, " "it does nothing." msgstr "" +"Αν το μήνυμα έχει μια τιμή κατάστασης, την αναιρεί. Αν δεν υπάρχει ορισμένη " +"τιμή κατάστασης, δεν κάνει τίποτα." #: C/evolution.xml:3178(para) msgid "Makes the system beep." -msgstr "" +msgstr "Κάνει το σύστημα να κάνει ένα μπιπ." #: C/evolution.xml:3183(title) msgid "Play Sound:" @@ -6928,38 +7928,49 @@ msgid "" "messages or to perform additional message post processing not supported by " "Evolution." msgstr "" +"Στέλνει το μήνυμα σε ένα πρόγραμμα της επιλογής σας. Δεν περιμένει καμιά " +"επιστροφή τιμής. Αυτό το χαρακτηριστικό μπορεί να χρησιμοποιηθεί για να " +"δημιουργούνται αυτόματες δημοσιεύσεις στον Ιστό από μηνύματα αλληλογραφίας ή " +"να διενεργείτε επιπρόσθετη επεξεργασία του μηνύματος την οποία δεν " +"υποστηρίζει το Evolution." #: C/evolution.xml:3195(title) msgid "Run Program:" msgstr "Εκτέλεση προγράμματος:" #: C/evolution.xml:3196(para) -#, fuzzy msgid "Evolution runs an application." -msgstr "Επιλογή μιας εφαρμογής..." +msgstr "Το Evolution εκτελεί μια εφαρμογή." #: C/evolution.xml:3202(para) msgid "Click Add if you need multiple actions and click OK." msgstr "" +"Πατήστε προσθήκη αν θέλετε να ορίσετε πολλαπλές ενέργειας και πατήστε " +"Εντάξει." #: C/evolution.xml:3208(para) msgid "There is an easy shortcut for fast filter or search folder creation:" msgstr "" +"Υπάρχει μια εύκολη συντόμευση για τη γρήγορη δημιουργία φίλτρων ή " +"αναζητήσεων:" #: C/evolution.xml:3211(para) -#, fuzzy msgid "Right-click the message in the message list." -msgstr "Εμφάνιση διαγραμμένων μηνυμάτων στη λίστα μηνυμάτων" +msgstr "Κάντε δεξί κλικ στο μήνυμα στη λίστα μηνυμάτων." #: C/evolution.xml:3214(para) msgid "Select one of the items under the Create Rule From Message submenu." msgstr "" +"Επιλέξτε ένα από τα αντικείμενα στο υπομενού Δημιουργία κανόνα από το μήνυμα." #: C/evolution.xml:3215(para) msgid "" "Creating a rule based on a message opens the filter creation tool with some " "of the information about the message already filled in for your convenience." msgstr "" +"Η δημιουργία ενός κανόνα βάσει ενός μηνύματος ανοίγει το εργαλείο " +"δημιουργίας φίλτρων με μερικές από τις πληροφορίες του μηνύματος ή " +"συμπληρωμένες για σας." #: C/evolution.xml:3218(para) msgid "" @@ -6968,6 +7979,10 @@ msgid "" "Processing action. If you use that action in a filter, the messages that it " "affects are not touched by other filters." msgstr "" +"Αν έχετε πολλά φίλτρα που ταιριάζουν με ένα συγκεκριμένο μήνυμα, " +"εφαρμόζονται όλα στο μήνυμα με τη σειρά, εκτός και αν ένα από τα φίλτρα έχει " +"την ενέργεια Διακοπή επεξεργασίας. Αν χρησιμοποιήσετε αυτή την ενέργεια σε " +"ένα φίλτρο, τα μηνύματα που αυτό επηρεάζει δεν τα αγγίζουν τα άλλα φίλτρα." #: C/evolution.xml:3219(para) msgid "" @@ -6975,20 +7990,22 @@ msgid "" "sorted in the order in which they will be applied. You can move them up and " "down in the priority list by clicking the Up and Down buttons." msgstr "" +"Όταν ανοίγετε πρώτη φορά το παράθυρο φίλτρων, βλέπετε τη λίστα των φίλτρων " +"ταξινομημένη με τη σειρά με την οποία εφαρμόζονται. Μπορείτε να τα " +"μετακινείτε πάνω ή κάτω στη λίστα προτεραιότητας πατώντας τα κουμπιά Πάνω ή " +"Κάτω." #: C/evolution.xml:3223(title) msgid "Editing Filters" msgstr "Επεξεργασία φίλτρων" #: C/evolution.xml:3229(para) -#, fuzzy msgid "Select the filter to edit, then click Edit." -msgstr "Επιλέξτε την ταχύτητα που θα χρησιμοποιείτε για την εγγραφή" +msgstr "Επιλέξτε το φίλτρο που θα επεξεργαστείτε και πατήστε Επεξεργασία." #: C/evolution.xml:3232(para) -#, fuzzy msgid "Make the desired corrections, then click OK twice." -msgstr "Περιγράφει την ενέργεια atk που θα γίνεται με Click" +msgstr "Κάντε τις επιθυμητές διορθώσεις και πατήστε δύο φορές Εντάξει." #: C/evolution.xml:3238(title) msgid "Deleting Filters" @@ -6996,7 +8013,7 @@ msgstr "Διαγραφή φίλτρων" #: C/evolution.xml:3244(para) msgid "Select the filter to remove, then click Remove." -msgstr "" +msgstr "Επιλέξτε το φίλτρο που θα αφαιρέσετε και πατήστε Αφαίρεση." #: C/evolution.xml:3255(para) msgid "" @@ -7006,6 +8023,12 @@ msgid "" "lot of mail or often forget where you put messages, search folders can help " "you keep things organized." msgstr "" +"Αν τα φίλτρα δεν είναι αρκετά ευέλικτα, ή βρεθείτε να κάνετε συνεχώς την " +"ίδια αναζήτηση ξανά και ξανά, λάβετε υπ' όψιν ένα φάκελο αναζήτησης. Οι " +"φάκελοι αναζήτησης είναι ένας προχωρημένος τρόπος προβολής μηνυμάτων " +"αλληλογραφίας μέσα στο Evolution. Αν λαμβάνεται πολλή αλληλογραφία ή ξεχνάτε " +"συχνά πού βάζετε τα μηνύματά σας, οι φάκελοι αναζήτησης μπορούν να σας " +"βοηθήσουν να κρατήσετε τα πράγματα σε μια τάξη." #: C/evolution.xml:3256(para) msgid "" @@ -7016,6 +8039,12 @@ msgid "" "folders. The messages it contains are determined on the fly using a set of " "criteria you choose in advance." msgstr "" +"Ένας φάκελος αναζήτησης είναι ένα υβρίδιο όλων των άλλων εργαλείων " +"οργάνωσης: μοιάζει με ένα φάκελο, και τον ρυθμίζετε σαν ένα φίλτρο. Με άλλα " +"λόγια, ένας συμβατικός φάκελος περιέχει πραγματικά μηνύματα, αλλά ένας " +"φάκελος αναζήτησης είναι μια προβολή μηνυμάτων που μπορεί να βρίσκονται σε " +"διαφορετικούς φακέλους. Τα μηνύματα που περιέχει καθορίζονται εκείνη την ώρα " +"χρησιμοποιώντας ένα σετ από κριτήρια που επιλέγετε προκαταβολικά." #: C/evolution.xml:3257(para) msgid "" @@ -7024,12 +8053,20 @@ msgid "" "a message, it is erased from the folder in which it actually exists, as well " "as any search folders that display it." msgstr "" +"Καθώς μηνύματα που πληρούν τα κριτήρια του φακέλου αναζήτησης λαμβάνονται ή " +"διαγράφονται, το Evolution αυτόματα τροποποιεί τα περιεχόμενα του φακέλου. " +"Όταν διαγράφετε ένα μήνυμα, αυτό σβήνεται από το φάκελο στον οποίο βρισκόταν " +"πραγματικά, όπως επίσης και από όλους τους φακέλους αναζήτησης που το " +"εμφάνιζαν." #: C/evolution.xml:3258(para) msgid "" "The Unmatched Search Folder is the opposite of other search folders: it " "displays all messages that do not appear in other search folders." msgstr "" +"Ο Φάκελος αταίριαστης αναζήτησης είναι το αντίθετο των άλλων φακέλων " +"αναζήτησης: εμφανίζει όλα τα μηνύματα τα οποία δεν εμφανίζονται σε άλλους " +"φακέλους αναζήτησης." #: C/evolution.xml:3259(para) msgid "" @@ -7039,6 +8076,12 @@ msgid "" "that search remote mail stores, the Unmatched Search Folder does not search " "in them either." msgstr "" +"Αν χρησιμοποιείτε απομακρυσμένη αποθήκευση αλληλογραφίας όπως IMAP ή " +"Microsoft Exchange, και έχετε δημιουργήσει φακέλους αναζήτησης μέσω αυτών, ο " +"Φάκελος αταίριαστης αναζήτησης ψάχνει και τους απομακρυσμένους φακέλους. Αν " +"δε δημιουργήσετε φακέλους αναζήτησης που αναζητούν σε απομακρυσμένη " +"αποθήκευση αλληλογραφίας, ούτε ο Φάκελος αταίριαστης αναζήτησης δε θα ψάχνει " +"σ' αυτούς." #: C/evolution.xml:3260(para) msgid "" @@ -7053,38 +8096,51 @@ msgid "" "in the <quote>Anna</quote> search folder and in the <quote>Internal " "Evolution Discussion</quote> search folder." msgstr "" +"Ως ένα παράδειγμα της χρήσης των φακέλων, των αναζητήσεων και των φακέλων " +"αναζήτησης, θεωρείστε το εξής: Για να οργανώσει κουτί αλληλογραφίας του, ο " +"Δημήτρης δημιουργεί ένα φάκελο αναζήτησης για αλληλογραφία από τη φίλη και " +"συνεργάτη του Άννα. Έχει έναν ακόμα φακέλο για μηνύματα που έχουν το gnome." +"gr στη διεύθυνσή τους και Evolution στη γραμμή θέματος, για να κρατάει ένα " +"λογαριασμό για τη δουλειά που γίνεται στο Evolution. Αν η Άννα του στείλει " +"ένα μήνυμα για οτιδήποτε άλλο εκτός από το Evolution, εμφανίζεται μόνο στο " +"φάκελο αναζήτησης <quote>Άννα</quote>. Όταν η Άννα του στείλει αλληλογραφία " +"για τη μετάφραση του Evolution, μπορεί να δει το μήνυμα τόσο στο φάκελο " +"αναζήτησης <quote>Άννα</quote> όσο και στο φάκελο αναζήτησης " +"<quote>Μετάφραση του Evolution</quote>." #: C/evolution.xml:3263(title) -#, fuzzy msgid "Creating A Search Folder" -msgstr "Δημιουργία φακέλου α_ναζήτησης" +msgstr "Δημιουργία ενός φακέλου αναζήτησης" #: C/evolution.xml:3266(para) msgid "" "Click Message > Create Rule, then select a search folder based on " "Subject, Sender, Recipient, or Mailing List." msgstr "" +"Επιλέξτε Μήνυμα > Δημιουργία κανόνα, και μετά επιλέξτε ένα φάκελο " +"αναζήτησης βασισμένο στο Θέμα, τον Αποστολέα, τον Παραλήπτη ή τη Λίστα " +"ταχυδρομείου." #: C/evolution.xml:3268(para) -#, fuzzy msgid "Select Search > Create Search Folder From Search." -msgstr "Δημιουργία φακέλου αναζήτησης από αναζήτηση..." +msgstr "Επιλέξτε Αναζήτηση > Δημιουργία φακέλου αναζήτησης από αναζήτηση." #: C/evolution.xml:3270(para) msgid "" "Perform this operation from the search results. Create a search folder from " "search is enabled only when you already have performed a search." msgstr "" +"Κάντε αυτή την ενέργεια από τα αποτελέσματα αναζήτησης. Η δημιουργία ενός " +"φακέλου αναζήτησης από αναζήτηση είναι ενεργοποιημένη μόνο όταν έχετε ήδη " +"κάνει μια αναζήτηση." #: C/evolution.xml:3273(para) -#, fuzzy msgid "Select Edit > Search Folder" -msgstr "Επεξεργασία _φακέλων αναζήτησης" +msgstr "Επιλέξτε Επεξεργασία > Φάκελος αναζήτησης" #: C/evolution.xml:3281(para) -#, fuzzy msgid "Type the name of the search folder in the Search name field." -msgstr "Το όνομα του αρχείου σχήματος που περιέχει το παιχνίδι πασιέντσας." +msgstr "Πληκτρολογήστε το όνομα του φακέλου αναζήτησης στο πεδίο Όνομα κανόνα." #: C/evolution.xml:3284(para) msgid "" @@ -7092,6 +8148,9 @@ msgid "" "of the following parts of the message you want the search to examine. The " "criteria are almost similar to those for filters." msgstr "" +"Επιλέξτε τα κριτήρια αναζήτησης. Για κάθε κριτήριο, θα πρέπει να επιλέξτε " +"ποιό από τα εξής τμήματα του μηνύματος θέλετε η αναζήτηση να εξετάζει. Τα " +"κριτήρια είναι σχεδόν ίδια με εκείνα των φίλτρων." #: C/evolution.xml:3287(para) msgid "Sender's address." @@ -7106,18 +8165,16 @@ msgid "Expression (for programmers only):" msgstr "Έκφραση (μόνο για προγραμματιστές):" #: C/evolution.xml:3303(para) -#, fuzzy msgid "" "Match a message according to an expression you write in the Scheme language " "used to define filters in Evolution." msgstr "" -"Αντιστοίχηση ενός μηνύματος σύμφωνα με μια έκφραση που γράφετε στην γλώσσα " +"Αντιστοίχηση ενός μηνύματος σύμφωνα με μια έκφραση που γράφετε στη γλώσσα " "Scheme που χρησιμοποιείται για να ορίσει φίλτρα στο Evolution." #: C/evolution.xml:3330(title) -#, fuzzy msgid "Follow Up:" -msgstr "Παρακολούθηση" +msgstr "Παρακολούθηση:" #: C/evolution.xml:3338(title) msgid "Mailing List:" @@ -7129,12 +8186,14 @@ msgstr "Ταίριασμα όλων:" #: C/evolution.xml:3343(para) msgid "Checks whether the message matchs all the criteria listed." -msgstr "" +msgstr "Ελέγχει αν το μήνυμα ταιριάζει σε όλα τα κριτήρια που δόθηκαν." #: C/evolution.xml:3347(para) msgid "" "Select which folders will be used for the search folder. Your options are:" msgstr "" +"Επιλέξτε ποιοι φάκελοι θα χρησιμοποιούνται για το φάκελο αναζήτησης. Οι " +"επιλογές σας είναι:" #: C/evolution.xml:3349(title) msgid "All local folders:" @@ -7145,6 +8204,8 @@ msgid "" "Uses all local folders for the search folder source in addition to " "individual folders that are selected." msgstr "" +"Χρησιμοποιεί όλους τους τοπικούς φακέλους για την πηγή του φάκελου " +"αναζήτησης επιπλέον από τους ξεχωριστούς φακέλους που έχουν επιλεχθεί." #: C/evolution.xml:3353(title) msgid "All active remote folders:" @@ -7157,6 +8218,10 @@ msgid "" "messages from that source in addition to individual folders that are " "selected." msgstr "" +"Οι απομακρυσμένοι φάκελοι θεωρούνται ενεργοί αν είστε συνδεδεμένοι σε ένα " +"διακομιστή. Θα πρέπει να είστε συνδεδεμένοι στο διακομιστή αλληλογραφίας σας " +"για να περιλαμβάνει ο φάκελος αναζήτησης οποιαδήποτε μηνύματα από εκείνη την " +"πηγή, επιπλέον από τους ξεχωριστούς φακέλους που έχουν επιλεγεί." #: C/evolution.xml:3357(title) msgid "All local and active remote folders:" @@ -7167,6 +8232,8 @@ msgid "" "Uses all local and active remote folders for the search folder source in " "addition to individual folders that are selected." msgstr "" +"Χρησιμοποιεί όλους τους τοπικούς και απομακρυσμένους φάκελους για πηγή του " +"φάκελου αναζήτησης επιπλέον από τους ξεχωριστούς φακέλους που έχουν επιλεγεί." #: C/evolution.xml:3361(title) msgid "Specific folders only:" @@ -7174,15 +8241,16 @@ msgstr "Μόνο συγκεκριμένοι φάκελοι:" #: C/evolution.xml:3362(para) msgid "Uses individual folders for the search folder source." -msgstr "" +msgstr "Χρησιμοποιεί ξεχωριστούς φακέλους για πηγή του φάκελου αναζήτησης." #: C/evolution.xml:3364(para) msgid "If you select Specific folders only," -msgstr "Αν επιλέξετε μόνο συγκεκριμένους φακέλους." +msgstr "Αν επιλέξετε μόνο συγκεκριμένους φακέλους," #: C/evolution.xml:3367(para) msgid "click Add button to open the Select folder window." msgstr "" +"πατήστε το κουμπί Προσθήκη για να ανοίξετε το παράθυρο επιλογής φακέλου." #: C/evolution.xml:3371(para) msgid "Select the folder and press Add button." @@ -7193,6 +8261,8 @@ msgid "" "You can view the folder added to the list in the entry box at the bottom of " "the New Search Folder window." msgstr "" +"Μπορείτε να δείτε το φάκελο που έχει προστεθεί στη λίστα στο πεδίο στο κάτω " +"μέρος του παραθύρου Νέος φάκελος αναζήτησης." #: C/evolution.xml:3385(para) msgid "" @@ -7202,6 +8272,12 @@ msgid "" "and hide it from your view. Messages that are flagged as junk mail are " "displayed only in the Junk folder." msgstr "" +"Το Evolution μπορεί να ελέγχει για ανεπιθύμητη αλληλογραφία. Το Evolution " +"χρησιμοποιεί το SpamAssassin και/ή το Bogofilter με εκπαιδεύσιμα φίλτρα " +"Bayesian για να κάνει τον έλεγχο για ανεπιθύμητα. Όταν το λογισμικό " +"εντοπίσει αλληλογραφία που φαίνεται να είναι ανεπιθύμητη, θα τη σημειώσει " +"και θα την κρύψει από την προβολή σας. Μηνύματα που σημειώνονται ως " +"ανεπιθύμητα θα εμφανίζονται μόνο στο φάκελο Ανεπιθύμητα." #: C/evolution.xml:3386(para) msgid "" @@ -7215,6 +8291,17 @@ msgid "" "recognize similar messages in the future, and becomes more accurate as time " "goes on." msgstr "" +"Το φίλτρο ανεπιθύμητης αλληλογραφίας μπορεί να μαθαίνει ποια είδη " +"αλληλογραφίας είναι νόμιμα και ποια όχι αν το εκπαιδεύσετε. Όταν αρχίσετε " +"πρώτη φορά να χρησιμοποιείτε το μπλοκάρισμα ανεπιθύμητης αλληλογραφίας, " +"ελέγξτε το φάκελο Ανεπιθύμητα για να βεβαιωθείτε ότι δεν έχουν σημειωθεί ως " +"ανεπιθύμητα κάποια νόμιμα μηνύματα. Αν ένα νόμιμο μήνυμα έχει σημειωθεί κατά " +"λάθος, αφαιρέστε το από το φάκελο Ανεπιθύμητα κάνοντας πάνω του δεξί κλικ " +"και επιλέγοντας Σημείωση ως μη ανεπιθύμητο ή πιέζοντας Shift+Ctrl+J. Αν " +"κάποιο ανεπιθύμητο ξεφύγει από το Evolution κάντε δεξί κλικ στο μήνυμα και " +"επιλέξτε Σημείωση ως ανεπιθύμητο ή πιέστε Ctrl+J. Όταν το διορθώσετε, το " +"φίλτρο μπορεί να αναγνωρίσει παρόμοια μηνύματα και γίνεται όλο και πιο " +"ακριβές καθώς περνά ο καιρός." #: C/evolution.xml:3387(para) msgid "" @@ -7223,24 +8310,35 @@ msgid "" "<emphasis>Not junk</emphasis> button in the toolbar to learn that it is ham. " "The <emphasis>Junk</emphasis> button learns a message as spam." msgstr "" +"Κάθε φίλτρο χρειάζεται να μάθει τουλάχιστον 100 ανεπιθύμητα και 100 " +"επιθυμητά για να αρχίσει να δουλεύει. Γι' αυτό, πρέπει να σημειώνετε κάθε " +"μήνυμα χειρωνακτικά πατώντας το κουμπί <emphasis>Επιθυμητά</emphasis> στην " +"εργαλειοθήκη για να μάθει ότι είναι επιθυμητό. Το κουμπί " +"<emphasis>Ανεπιθύμητα</emphasis> μαθαίνει ένα μήνυμα ως ανεπιθύμητο." #: C/evolution.xml:3388(para) msgid "" "To change your junk mail filtering preferences, click Edit > Preferences, " "then click Mail Preferences." msgstr "" +"Για να αλλάξετε τις προτιμήσεις ανεπιθύμητης αλληλογραφίας, επιλέξτε " +"Επεξεργασία > Προτιμήσεις και μετά επιλέξτε Προτιμήσεις αλληλογραφίας." #: C/evolution.xml:3389(para) C/evolution.xml:5970(para) msgid "" "For additional information on junk content, see <link linkend=\"mail-prefs-" "junk\">Junk Mail Preferences</link>." msgstr "" +"Για επιπλέον πληροφορίες για το ανεπιθύμητο περιεχόμενο, δείτε τις <link " +"linkend=\"mail-prefs-junk\">Προτιμήσεις ανεπιθύμητης αλληλογραφίας</link>." #: C/evolution.xml:3390(para) msgid "" "For additional junk mail settings, see <link linkend=\"more-mail-options" "\">Receiving Mail Options</link>." msgstr "" +"Για επιπλέον ρυθμίσεις ανεπιθύμητης αλληλογραφίας, δείτε τις <link linkend=" +"\"more-mail-options\">Επιλογές λήψης αλληλογραφίας</link>." #: C/evolution.xml:3392(para) msgid "" @@ -7252,7 +8350,7 @@ msgstr "" "Το SpamAssasin είναι μια εφαρμογή που σαρώνει την αλληλογραφία σας για να " "βρει ανεπιθύμητη αλληλογραφία. Το Evolution χρησιμοποιεί το SpamAssasin ως " "την προεπιλεγμένη εφαρμογή φιλτραρίσματος spam. Για περισσότερες " -"πληροφορίες, δείτε<ulink url=\"http://spamassassin.apache.org/\"> Το έργο " +"πληροφορίες, δείτε <ulink url=\"http://spamassassin.apache.org/\">Το έργο " "Apache SpamAssassin</ulink>." #: C/evolution.xml:3393(para) @@ -7263,6 +8361,12 @@ msgid "" "information on Bogofilter, see <ulink url=\"http://bogofilter.sourceforge." "net/\">The Bogofilter site</ulink>." msgstr "" +"Το Bogofilter είναι ένα φίλτρο αλληλογραφίας που κατηγοριοποιεί την " +"αλληλογραφία ως ανεπιθύμητη ή επιθυμητή βάσει στατιστικής ανάλυσης της " +"κεφαλίδας και του περιεχομένου του σώματος του μηνύματος. Μπορεί να μάθει " +"από τις κατηγοριοποιήσεις του χρήστη και τις διορθώσεις. Για περισσότερες " +"πληροφορίες για το Bogofilter δείτε τον <ulink url=\"http://bogofilter." +"sourceforge.net/\">ιστότοπο του Bogofilter</ulink>." #: C/evolution.xml:3400(para) msgid "" @@ -7270,6 +8374,10 @@ msgid "" "contacts tool to organize any amount of contact information, share addresses " "over a network, and save time with everyday tasks." msgstr "" +"Αυτή η ενότητα σας δείχνει πώς να χρησιμοποιείτε το εργαλείο επαφών του " +"<trademark>Evolution</trademark> για να οργανώνετε οποιοδήποτε πλήθος " +"πληροφοριών επαφών, να μοιράζεστε διευθύνσεις σε ένα δίκτυο και να " +"εξοικονομείτε χρόνο στις καθημερινές σας εργασίες." #: C/evolution.xml:3403(link) C/evolution.xml:3420(title) msgid "Contacts and Cards" @@ -7284,13 +8392,12 @@ msgid "Organizing your Contacts" msgstr "Οργάνωση των επαφών σας" #: C/evolution.xml:3412(link) C/evolution.xml:3829(title) -#, fuzzy msgid "LDAP: Shared Address Books on a Network" -msgstr "Απο_θήκευση βιβλίου διευθύνσεων ως VCard" +msgstr "LDAP: Διαμοιρασμός βιβλίου διευθύνσεων σε ένα δίκτο" #: C/evolution.xml:3415(link) C/evolution.xml:3852(title) msgid "Send Me a Card: Adding New Cards Quickly" -msgstr "" +msgstr "Αποστολή κάρτας: Γρήγορη προσθήκη νέων καρτών" #: C/evolution.xml:3421(para) msgid "" @@ -7301,6 +8408,13 @@ msgid "" "\">Organizing your Contacts</link>. To learn about configuring the contacts " "tool, see <link linkend=\"config-prefs-contact\">Contact Management</link>." msgstr "" +"Επαφές είναι τα άτομα που έχετε επιλέξτε να προσθέσετε στο βιβλίο " +"διευθύνσεων ώστε να κρατάτε πληροφορίες γι' αυτούς και να τους στέλνετε " +"αλληλογραφία. Στο Evolution, μια ατομική επαφή ονομάζεται κάρτα. Για " +"περισσότερες πληροφορίες για την οργάνωση των επαφών σας δείτε την <link " +"linkend=\"usage-contact-organize\">Οργάνωση των επαφών</link>. Για να μάθετε " +"πώς ρυθμίζεται το εργαλείο επαφών, δείτε τη <link linkend=\"config-prefs-" +"contact\">Διαχείριση επαφών</link>." #: C/evolution.xml:3424(title) msgid "The Contact Editor" @@ -7312,15 +8426,18 @@ msgid "" "email addresses, telephone numbers, mailing addresses and all other contact " "information you have entered for a particular contact." msgstr "" +"Αν θέλετε να προσθέσετε ή να τροποποιήσετε κάρτες, χρησιμοποιήστε τον " +"επεξεργαστή επαφών. Μπορείτε να επεξεργαστείτε διευθύνσεις αλληλογραφίας, " +"αριθμούς τηλεφώνων, διευθύνσεις κατοικίας και άλλες πληροφορίες των επαφών " +"που έχετε εισάγει για μια συγκεκριμένη επαφή." #: C/evolution.xml:3426(para) -#, fuzzy msgid "The contact editor window has three tabs:" -msgstr "Τύπος παραθύρου επεξεργαστή ρυθμίσεων" +msgstr "Το παράθυρο του επεξεργαστή επαφών έχει τρεις καρτέλες:" #: C/evolution.xml:3428(title) msgid "Contact:" -msgstr "Επαφή: " +msgstr "Επαφή:" #: C/evolution.xml:3429(para) msgid "Contains basic contact information." @@ -7342,13 +8459,12 @@ msgstr "" "απασχολημένος)." #: C/evolution.xml:3436(title) -#| msgid "Mailing Address" msgid "Mailing Address:" msgstr "Διεύθυνση αλληλογραφίας:" #: C/evolution.xml:3437(para) msgid "Contains the individual's mailing address." -msgstr "" +msgstr "Περιέχει τη διεύθυνση αλληλογραφίας του ατόμου." #: C/evolution.xml:3439(para) msgid "" @@ -7356,6 +8472,10 @@ msgid "" "opens a new message with the card already attached, or Send Message to " "Contact, which opens a new message to the contact's email address." msgstr "" +"Μπορείτε επίσης να χρησιμοποιήσετε την Προώθηση επαφής από το μενού " +"Ενέργειες, η οποία ανοίγει ένα νέο μήνυμα με την κάρτα ήδη συνημμένη, ή την " +"Αποστολή μηνύματος στην επαφή, η οποία ανοίγει ένα νέο μήνυμα προς τη " +"διεύθυνση αλληλογραφίας της επαφής." #: C/evolution.xml:3440(para) msgid "" @@ -7363,12 +8483,19 @@ msgid "" "an open email, right-click any email address or message, and click Add to " "Address Book or select Add Sender to Address Book from the Message menu." msgstr "" +"Μπορείτε να προσθέσετε μια κάρτα μέσα σε ένα μήνυμα ή ραντεβού στο " +"ημερολόγιο. Σε ένα ανοικτό μήνυμα, κάντε δεξί κλικ σε οποιαδήποτε διεύθυνση " +"αλληλογραφίας ή μήνυμα, και πατήστε Προσθήκη στο βιβλίο διευθύνσεων ή " +"επιλέξτε Προσθήκη αποστολέα στο βιβλίο διευθύνσεων από το μενού Μήνυμα." #: C/evolution.xml:3441(para) msgid "" "Most of the items in the contact editor simply display the information you " "enter, but some of them have additional features:" msgstr "" +"Τα περισσότερα στοιχεία στον επεξεργαστή επαφών απλά εμφανίζουν τις " +"πληροφορίες που εσείς εισάγετε, αλλά μερικά από αυτά έχουν επιπλέον " +"χαρακτηριστικά:" #: C/evolution.xml:3443(title) msgid "Full Name:" @@ -7390,11 +8517,25 @@ msgid "" "quote> has two words, and to sort it correctly you must enter de Icaza, " "Miguel in the File Under entry." msgstr "" +"Ορίστε το όνομα της επαφής εδώ. Μπορείτε να πληκτρολογήσετε ένα όνομα στο " +"πεδίο Πλήρες όνομα, αλλά μπορείτε επίσης να πατήσετε το κουμπί Πλήρες όνομα " +"για να εμφανιστεί ένας μικρός διάλογος με πεδία κειμένου για το μικρό όνομα " +"και το επώνυμο, τίτλοι όπως <quote>Κος</quote> ή <quote>Η Εξοχότητα</quote> " +"και επιθέματα όπως <quote>Νεότερος</quote>. Το πεδίο Πλήρες όνομα " +"αλληλεπιδρά με το πεδίο Αρχειοθέτηση ως για να σας βοηθήσει να οργανώσετε " +"τις επαφές σας και να χειριστείτε επώνυμα με περισσότερες από μία λέξεις. " +"Για να δείτε πώς λειτουργεί αυτό, πληκτρολογείστε ένα όνομα στο πεδίο Πλήρες " +"όνομα. Για παράδειγμα, θα χρησιμοποιήσουμε το Miguel de Icaza. Θα δείτε ότι " +"το πεδίο Αρχειοθέτηση ως γεμίζει επίσης, αλλά αντίθετα: Icaza, Miguel de. Αν " +"είχατε πληκτρολογήσει Γιάννης Μ. Παπαδόπουλος, η καταχώρηση θα έπρεπε να " +"αρχειοθετηθεί ως <quote>Παπαδόπουλος, Γιάννης Μ.</quote> Ωστόσο, το επώνυμο " +"του Miguel είναι <quote>de Icaza,</quote> και έχει δύο λέξεις, και για να το " +"ταξινομήσετε σωστά θα πρέπει στο πεδίο Αρχειοθέτηση ως να το εισάγετε de " +"Icaza, Miguel." #: C/evolution.xml:3447(title) -#, fuzzy msgid "Where:" -msgstr "_Where:" +msgstr "Where:" #: C/evolution.xml:3448(para) msgid "" @@ -7402,6 +8543,9 @@ msgid "" "not be able to write to all available address books, especially those on a " "network." msgstr "" +"Επιλέξτε ένα από τα βιβλία διευθύνσεών σας ως την τοποθεσία για αυτήν την " +"επαφή. Μπορεί να μη μπορείτε να γράψετε σε όλα τα βιβλία διευθύνσεων, ειδικά " +"σε εκείνα που βρίσκονται στο δίκτυο." #: C/evolution.xml:3451(title) msgid "Categories:" @@ -7414,11 +8558,15 @@ msgid "" "categories. For more information on contact categories, see <link linkend=" "\"usage-contact-organize\">Organizing your Contacts</link>" msgstr "" +"Πατήστε το κουμπί κατηγορίες για να διαλέξετε κατηγορίες γι' αυτή την κάρτα. " +"Αν αναθέσετε κατηγορίες επαφών, μπορείτε μετά να αναζητείτε επαφές " +"χρησιμοποιώντας εκείνες τις κατηγορίες. Για περισσότερες πληροφορίες για τις " +"κατηγορίες επαφών δείτε την <link linkend=\"usage-contact-organize" +"\">Οργάνωση των επαφών σας</link>." #: C/evolution.xml:3455(title) -#, fuzzy msgid "Free/Busy and Calendar URLs:" -msgstr "Urls διαθεσιμότητας εξυπηρετητή" +msgstr "URL διαθεσιμότητας και ημερολογίου:" #: C/evolution.xml:3456(para) msgid "" @@ -7428,19 +8576,24 @@ msgid "" "servers here. After you do so, you can check their schedules when creating " "appointments in the calendar." msgstr "" +"Επιλέξτε την καρτέλα Προσωπικές πληροφορίες για να εισάγετε διευθύνσεις " +"ιστού για την επαφή. Αν η επαφή δημοσιεύει πληροφορίες διαθεσιμότητας ή " +"ημερολογίου στο δίκτυο, χρησιμοποιώντας οποιοδήποτε διακομιστή εκτός από " +"Exchange ή GroupWise, μπορείτε να καθορίσετε τις διευθύνσεις για εκείνους " +"τους διακομιστές εδώ. Μετά που θα το κάνετε αυτό, μπορείτε να ελέγχετε το " +"πρόγραμμά τους όταν δημιουργείτε ραντεβού στο ημερολόγιο." #: C/evolution.xml:3461(title) -#, fuzzy msgid "Creating and Editing Contacts" -msgstr "Διένεξη με την Επαφή:" +msgstr "Δημιουργία και επεξεργασία επαφών" #: C/evolution.xml:3462(para) msgid "Follow the steps given below to create a new card." -msgstr "" +msgstr "Για να δημιουργήσετε μια νέα κάρτα ακολουθήστε τα εξής βήματα." #: C/evolution.xml:3465(para) msgid "Click File > New > Contact." -msgstr "Κάντε κλικ στο Αρχείο > Νέο > Επαφή." +msgstr "Επιλέξτε Αρχείο > Νέο > Επαφή." #: C/evolution.xml:3468(para) msgid "Enter the contact information to the entry boxes provided." @@ -7456,7 +8609,7 @@ msgid "" "the menubar." msgstr "" "Πηγαίνετε στο παράθυρο Επαφές επιλέγοντας Προβολή > Παράθυρο > Επαφές " -"από την μπάρα μενού." +"από τη γραμμή μενού." #: C/evolution.xml:3480(para) msgid "Double click on the card you want to edit." @@ -7464,29 +8617,32 @@ msgstr "Κάντε διπλό κλικ στην κάρτα που θέλετε � # #: C/evolution.xml:3483(para) C/evolution.xml:3503(para) -#, fuzzy msgid "Edit the information in the Contact Editor window." -msgstr "Επεξεργασία πληροφοριών επαφής" +msgstr "Επεξεργαστείτε τις πληροφορίες στο παράθυρο επεξεργαστή επαφών." #: C/evolution.xml:3489(para) msgid "You can also edit the contact information from the preview pane." msgstr "" +"Μπορείτε επίσης να επεξεργαστείτε τις πληροφορίες της επαφής από το πλαίσιο " +"προεπισκόπησης." #: C/evolution.xml:3492(para) -#, fuzzy msgid "Right click on the address from Message Header." -msgstr "Ύψος του ταμπλό της λίστας μηνυμάτων." +msgstr "Κάντε δεξί κλικ στη διεύθυνση από την κεφαλίδα μηνύματος." #: C/evolution.xml:3495(para) msgid "Select Add to Address Book to bring up the Contact Quick-Add window." msgstr "" +"Επιλέξτε Προσθήκη στο βιβλίο διευθύνσεων για να εμφανιστεί το παράθυρο " +"Γρήγορης προσθήκης επαφής." #: C/evolution.xml:3500(para) -#, fuzzy msgid "" "Press the Edit Full button at the bottom left to bring up the Contact Editor " "window." -msgstr "Το προεπιλεγμένο ύψος του παραθύρου της εφαρμογής" +msgstr "" +"Πατήστε το κουμπί Πλήρης επεξεργασία στο κάτω αριστερά μέρος για να ανοίξετε " +"το παράθυρο του Επεξεργαστή επαφών." #: C/evolution.xml:3511(title) msgid "Google Contacts" @@ -7497,53 +8653,59 @@ msgid "" "Evolution allows you to access your Google Address Book. You can view the " "Google contacts offline and create, modify and delete the contacts online." msgstr "" +"Το Evolution σας επιτρέπει να έχετε πρόσβαση στο βιβλίο διευθύνσεών σας στο " +"Google. Μπορείτε να δείτε τις επαφές του Google εκτός σύνδεσης, και να " +"δημιουργήσετε, να επεξεργαστείτε και να διαγράψετε επαφές εντός σύνδεσης." #: C/evolution.xml:3513(para) msgid "To configure your Google Address Book in Evolution contacts:" msgstr "" +"Για να ρυθμίσετε το βιβλίο διευθύνσεων του Google στις επαφές του Evolution:" #: C/evolution.xml:3516(para) C/evolution.xml:7186(para) -#, fuzzy msgid "Click File > New > Address Book." -msgstr "Κλικ εδώ για το βιβλίο διευθύνσεων" +msgstr "Επιλέξτε Αρχείο > Νέο > Βιβλίο διευθύνσεων." #: C/evolution.xml:3521(para) C/evolution.xml:4010(para) -#, fuzzy msgid "Select Google from the Type drop-down list." -msgstr "Επιλέξτε μια επιλογή αναζήτησης από την κυλιόμενη λίστα" +msgstr "Επιλέξτε το Google από την αναδιπλούμενη λίστα Τύπος." #: C/evolution.xml:3524(para) -#, fuzzy msgid "Specify a name for the address book." -msgstr "Καθορισμός τίτλου για τη σημείωση" +msgstr "Καθορίστε ένα όνομα για το βιβλίο επαφών." #: C/evolution.xml:3527(para) msgid "" "Select or deselect the following options and provide the username for the " "Google account:" msgstr "" +"Επιλέξτε η αποεπιλέξτε τις ακόλουθες επιλογές και εισάγετε το όνομα χρήστη " +"και το συνθηματικό για το λογαριασμό Google:" #: C/evolution.xml:3531(title) -#, fuzzy msgid "Mark as default address book:" -msgstr "Δημιουργία νέου βιβλίου διευθύνσεων" +msgstr "Σημείωση ως το προεπιλεγμένο βιβλίο διευθύνσεων:" #: C/evolution.xml:3532(para) msgid "" "Select this option to make the Google address book as your default address " "book." msgstr "" +"Διαλέξτε αυτή την επιλογή για να κάνετε το βιβλίο διευθύνσεων του Google το " +"προεπιλεγμένο σας βιβλίο διευθύνσεων." #: C/evolution.xml:3537(title) -#, fuzzy msgid "Copy book content locally for offline operations:" -msgstr "Αντιγραφή περιεχομένων φακέλου τοπικά για εργασία χωρίς σύνδεση" +msgstr "Αντιγραφή περιεχομένων φακέλου τοπικά για εργασία χωρίς σύνδεση:" #: C/evolution.xml:3538(para) msgid "" "Select this option to copy the address book to your machine so you can " "access the contacts even when you are not connected to the network." msgstr "" +"Διαλέξτε αυτή την επιλογή για να αντιγράψετε το βιβλίο διευθύνσεων στον " +"υπολογιστή σας ώστε να μπορείτε να έχετε πρόσβαση στις επαφές ακόμα και όταν " +"δεν είστε συνδεδεμένοι στο δίκτυο." # #-#-#-#-# nautilus.HEAD.el.po (el) #-#-#-#-# # @@ -7565,6 +8727,8 @@ msgid "" "Select Use SSL to enable a secure connection between Evolution and the " "server." msgstr "" +"Επιλέξτε τη Χρήση SSL για να ενεργοποιήσετε μια ασφαλή σύνδεση μεταξύ του " +"Evolution και του διακομιστή." #: C/evolution.xml:3555(title) msgid "Refresh:" @@ -7582,6 +8746,9 @@ msgid "" "customized search. To find the contact address you are looking for, use the " "following procedure:" msgstr "" +"Το Evolution σας επιτρέπει να βρίσκετε διευθύνσεις επαφών γρήγορα " +"χρησιμοποιώντας την προσαρμοσμένη αναζήτηση. Για να βρείτε τις διευθύνσεις " +"επαφών που ψάχνετε, χρησιμοποιήστε την εξής διαδικασία:" #: C/evolution.xml:3579(para) C/evolution.xml:4451(para) #: C/evolution.xml:4767(para) C/evolution.xml:5003(para) @@ -7598,7 +8765,7 @@ msgstr "Email αρχίζει με" #: C/evolution.xml:3588(para) msgid "Any field contains" -msgstr "Κάθε πεδίο περιέχει" +msgstr "Οποιοδήποτε πεδίο περιέχει" #: C/evolution.xml:3593(para) msgid "Press Enter to begin the search." @@ -7614,25 +8781,28 @@ msgstr "" #: C/evolution.xml:3599(para) msgid "Name the rule in the Rule Name field." -msgstr "" +msgstr "Ονομάστε τον κανόνα στο πεδίο Όνομα κανόνα." #: C/evolution.xml:3602(para) msgid "Set up your criteria in the Find items field." -msgstr "" +msgstr "Ορίστε τα κριτήριά σας στο πεδίο Αναζήτηση." #: C/evolution.xml:3605(para) msgid "Select Add to add additional criteria." -msgstr "" +msgstr "Επιλέξτε Προσθήκη για επιπρόσθετα κριτήρια." #: C/evolution.xml:3614(para) msgid "" "Displays all the contacts that match the built-in criteria you have selected " "from the drop-down list at the top left side, just above the display pane." msgstr "" +"Εμφανίζει όλες τις επαφές που ταιριάζουν με τα ενσωματωμένα κριτήρια που " +"έχετε επιλέξει από την αναδιπλούμενη λίστα στο πάνω αριστερά μέρος, ακριβώς " +"πάνω από το πλαίσιο προβολής." #: C/evolution.xml:3616(para) msgid "To perform quick search, use the following procedure:" -msgstr "" +msgstr "Για να κάνετε μια γρήγορη αναζήτηση, ακολουθήστε την εξής διαδικασία:" #: C/evolution.xml:3625(para) C/evolution.xml:4519(para) #: C/evolution.xml:4870(para) C/evolution.xml:5065(para) @@ -7759,9 +8929,8 @@ msgid "Weather: Thunderstorms" msgstr "Καιρός: Καταιγίδες" #: C/evolution.xml:3714(para) -#, fuzzy msgid "Evolution displays the desired contacts." -msgstr "Το Totem δεν μπορεί να εμφανίσει τα περιεχόμενα βοήθειας." +msgstr "Το Evolution εμφανίζει τις επιθυμητές επαφές." #: C/evolution.xml:3721(para) msgid "" @@ -7769,6 +8938,9 @@ msgid "" "individual address books, or contact lists. Within a given address book, you " "can have several categories of contacts." msgstr "" +"Το Evolution σας επιτρέπει να οργανώνετε τις επαφές σας. Μπορείτε να " +"δημιουργείτε αρκετά βιβλία διευθύνσεων, ή λίστες επαφών. Μέσα σε ένα " +"δεδομένο βιβλίο διευθύνσεων, μπορείτε να έχετε αρκετές κατηγορίες επαφών." #: C/evolution.xml:3724(link) C/evolution.xml:3738(title) msgid "Contact Groups" @@ -7779,13 +8951,12 @@ msgid "Creating a List of Contacts" msgstr "Δημιουργία μιας λίστας επαφών" #: C/evolution.xml:3730(link) C/evolution.xml:3792(title) -#, fuzzy msgid "Grouping with Categories" -msgstr "Κατηγορίες συγχρονισμού:" +msgstr "Ομαδοποίηση με τις κατηγορίες" #: C/evolution.xml:3733(link) C/evolution.xml:3846(title) msgid "Configuring Evolution to use LDAP" -msgstr "" +msgstr "Ρύθμιση του Evolution για χρήση με LDAP" #: C/evolution.xml:3739(para) msgid "" @@ -7796,6 +8967,13 @@ msgid "" "need to provide more information about the contacts server you are trying to " "access." msgstr "" +"Ο ομάδες επαφών δεν είναι τίποτα άλλο από βιβλία διευθύνσεων. Ο πιο απλός " +"τρόπος για να οργανώνετε τις επαφές είναι να δημιουργείτε επιπρόσθετα βιβλία " +"διευθύνσεων. Μπορείτε να δημιουργήσετε ένα νέο επιλέγοντας Αρχείο > Νέο " +"> Βιβλίο διευθύνσεων. Για ομάδες επαφών στον υπολογιστή σας χρειάζεται να " +"δώσετε μόνο ένα όνομα. Για επαφές στο δίκτυο, χρειάζεται να δώσετε " +"περισσότερες πληροφορίες για το διακομιστή επαφών στον οποίο προσπαθείτε να " +"αποκτήσετε πρόσβαση." #: C/evolution.xml:3740(para) msgid "" @@ -7803,6 +8981,9 @@ msgid "" "of contacts and drop it to a different group. You cannot change the contents " "of most network contact groups." msgstr "" +"Για να μετακινήσετε μια κάρτα από μια ομάδα σε μια άλλη, απλά σύρετε την από " +"την κύρια προβολή καρτών και αφήστε την σε μια διαφορετική ομάδα. Στις " +"περισσότερες δικτυακές ομάδες επαφών δε μπορείτε να αλλάξετε το περιεχόμενο." #: C/evolution.xml:3742(para) msgid "" @@ -7811,6 +8992,11 @@ msgid "" "that contains other contacts, and is most often used to email several people " "at once." msgstr "" +"Οι ομάδες επαφών δεν είναι ίδιες με τις λίστες επαφών. Μια ομάδα επαφών " +"είναι σαν ένας φάκελος ή ένα βιβλίο διευθύνσεων γεμάτο με επαφές. Μια λίστα " +"επαφών είναι μια μοναδική επαφή η οποία περιέχει άλλες επαφές, και " +"χρησιμοποιείται πιο συχνά για να στείλετε αλληλογραφία σε πολλούς ανθρώπους " +"με τη μία." #: C/evolution.xml:3747(title) msgid "Importing Contacts" @@ -7821,16 +9007,21 @@ msgid "" "You can import contacts from other contact management tools with the Import " "tool." msgstr "" +"Μπορείτε να εισάγετε επαφές από άλλα εργαλεία διαχείρισης επαφών με το " +"εργαλείο Εισαγωγής." #: C/evolution.xml:3753(para) msgid "Mail yourself a contact as a vCard attachment." -msgstr "" +msgstr "Στείλτε στον εαυτό σας με αλληλογραφία μια επαφή συνημμένη ως vCard." #: C/evolution.xml:3754(para) msgid "" "Currently VCF and LDIF are supported. CSV and TAB format files are supported " "from Microsoft Outlook, Thunderbird, Mozilla, and Evolution." msgstr "" +"Προς το παρόν υποστηρίζονται τα VCF και LDIF. Οι μορφές αρχείων CSV και TAB " +"υποστηρίζονται από το Microsoft Outlook, το Thunderbird, το Mozilla και το " +"Evolution." #: C/evolution.xml:3761(para) msgid "" @@ -7840,6 +9031,12 @@ msgid "" "computer as a convenience to you, rather than as an actual email address " "managed by a mailing list application on a server." msgstr "" +"Μια λίστα επαφών είναι μια ομάδα από επαφές με ένα μοναδικό ψευδώνυμο που " +"δημιουργείτε. Όταν στέλνετε αλληλογραφία στο ψευδώνυμο, αυτή αποστέλνεται σε " +"κάθε μέλος της λίστας. Αυτό διαφέρει από τις δικτυακές λίστες ταχυδρομείου " +"στο ότι υπάρχει μόνο στον υπολογιστή σας ως μια διευκόλυνση για σας, αντί " +"για μια πραγματική διεύθυνση αλληλογραφίας την οποία διαχειρίζεται μια " +"εφαρμογή λίστας ταχυδρομείου σ' ένα διακομιστή." #: C/evolution.xml:3762(para) msgid "" @@ -7848,39 +9045,43 @@ msgid "" "entering each person's email address individually, you can send email to " "<quote>Family</quote> and the message would go to all of them." msgstr "" +"Για παράδειγμα, θα μπορούσατε να δημιουργήσετε μια κάρτα για κάθε μέλος της " +"οικογένειάς σας, και μετά να προσθέσετε αυτές τις κάρτες σε μια λίστα επαφών " +"που να ονομάζεται <quote>Οικογένεια</quote>. Μετά, αντί να εισάγετε τη " +"διεύθυνση του καθενός ξεχωριστά, μπορείτε να στείλετε αλληλογραφία στη λίστα " +"<quote>Οικογένεια</quote> και το μήνυμα θα πάει σε όλους." #: C/evolution.xml:3763(para) msgid "To create a list of contacts:" msgstr "Για να δημιουργήσετε μια λίστα επαφών:" #: C/evolution.xml:3766(para) -#, fuzzy msgid "Open the list creation window by clicking the New List button." -msgstr "Άνοιγμα του διάλογου ρυθμίσεων όταν ξεκινά το GOK" +msgstr "Ανοίξτε το παράθυρο δημιουργίας λίστας πατώντας στο κουμπί Νέα λίστα." #: C/evolution.xml:3768(para) msgid "Click File > New > Contact List." -msgstr "" +msgstr "Επιλέξτε Αρχείο > Νέο > Λίστα επαφών." #: C/evolution.xml:3771(para) msgid "Specify a name for the list." -msgstr "Καθορισμός ονόματος για την λίστα." +msgstr "Καθορίστε ένα όνομα για την λίστα." #: C/evolution.xml:3774(para) -#, fuzzy msgid "Specify the names or email addresses of contacts." -msgstr "Καθορίστε το όνομα αρχείου θέματος για εγκατάσταση" +msgstr "Καθορίστε τα ονόματα ή τις διευθύνσεις αλληλογραφίας των επαφών." #: C/evolution.xml:3776(para) -#, fuzzy msgid "Drag contacts from the main window into the list." -msgstr "Το ύψος του κύριου παραθύρου σε εικονοστοιχεία" +msgstr "Σύρετε επαφές από το κύριο παράθυρο στη λίστα." #: C/evolution.xml:3779(para) msgid "" "Choose whether you want to hide the email addresses when you send a message " "to the list." msgstr "" +"Επιλέξτε αν θέλετε να κρύβετε τις διευθύνσεις αλληλογραφίας όταν στέλνετε " +"ένα μήνυμα στη λίστα." #: C/evolution.xml:3780(para) msgid "" @@ -7889,10 +9090,15 @@ msgid "" "feature discussed in <link linkend=\"usage-mail-getnsend-send-to-types" "\">Specifying Additional Recipients for Email</link>." msgstr "" +"Εκτός κι αν είναι μια πολύ μικρή λίστα, συνίσταται να αφήνετε τις " +"διευθύνσεις κρυφές. Αυτό είναι το ίδιο σαν να χρησιμοποιείτε την " +"<quote>Κρυφή κοινοποίηση:</quote> η οποία περιγράφεται στο <link linkend=" +"\"usage-mail-getnsend-send-to-types\">Καθορισμός επιπρόσθετων παραληπτών για " +"αλληλογραφία</link>." #: C/evolution.xml:3783(para) msgid "When you are finished, click OK." -msgstr "" +msgstr "Όταν έχετε τελειώσει, πατήστε Εντάξει." #: C/evolution.xml:3786(para) msgid "" @@ -7900,6 +9106,9 @@ msgid "" "card, including mailing the list to another person and sending email to the " "list." msgstr "" +"Η λίστα εμφανίζεται ως μια κάρτα επαφής, την οποία μπορείτε να " +"χρησιμοποιήσετε όπως οποιαδήποτε άλλη κάρτα, συμπεριλαμβανομένου του να " +"στείλετε την κάρτα σε κάποιον άλλο και να στείλετε αλληλογραφία στη λίστα." #: C/evolution.xml:3787(para) msgid "" @@ -7908,13 +9117,17 @@ msgid "" "message. You can also right-click the list's address card in the contacts " "tool and select Send Message to List." msgstr "" +"Για να στείλετε αλληλογραφία στη λίστα, ανοίξτε ένα νέο μήνυμα και " +"πληκτρολογήστε το όνομα που διαλέξατε για τη λίστα. Το Evolution στέλνει το " +"μήνυμα σε ολόκληρη τη λίστα. Μπορείτε επίσης να κάνετε δεξί κλικ στην κάρτα " +"διεύθυνσης της λίστα στο εργαλείο επαφών και να επιλέξετε Αποστολή μηνύματος " +"στη λίστα." #: C/evolution.xml:3788(para) -#, fuzzy msgid "Evolution cannot store contact lists on Microsoft Exchange servers." msgstr "" -"Για το χειρισμό αλληλογραφίας (και άλλων δεδομένων) σε διακομιστή Microsoft " -"Exchange" +"Το Evolution δε μπορεί να αποθηκεύσει λίστες επαφών σε διακομιστές Microsoft " +"Exchange." #: C/evolution.xml:3793(para) msgid "" @@ -7924,47 +9137,59 @@ msgid "" "<guilabel>Business</guilabel> category because he works with you and the " "<guilabel>Friends</guilabel> category because he's a friend." msgstr "" +"Ένας ακόμα τρόπος για να ομαδοποιήσετε κάρτες είναι να τις σημειώσετε ότι " +"ανήκουν σε διάφορες κατηγορίες. Μπορείτε να σημειώσετε μια κάρτα ότι ανήκει " +"σε πολλές κατηγορίες ή σε καμία. Για παράδειγμα, μπορείτε να βάλετε την " +"κάρτα ενός φίλου στην κατηγορία <guilabel>Εργασία</guilabel> επειδή " +"δουλεύετε μαζί, και στην κατηγορία <guilabel>Φίλοι</guilabel> επειδή είναι " +"φίλος." #: C/evolution.xml:3794(para) msgid "To mark a card as belonging to a category," -msgstr "" +msgstr "Για να σημειώσετε μια κάρτα ότι ανήκει σε μια κατηγορία," # #: C/evolution.xml:3797(para) -#, fuzzy msgid "Double click the card to bring up the Contact Editor window" -msgstr "Επεξεργασία πληροφοριών επαφής" +msgstr "" +"Κάντε διπλό κλικ στην κάρτα για να εμφανιστεί το παράθυρο Επεξεργαστής " +"επαφών." #: C/evolution.xml:3800(para) -#, fuzzy msgid "Click the Categories button at the left." -msgstr "Πατήστε αυτό για να εκκινήσετε τον περιηγητή" +msgstr "Πατήστε το κουμπί Κατηγορίας στα αριστερά." #: C/evolution.xml:3801(para) msgid "The Categories window is shown below." -msgstr "" +msgstr "Το παράθυρο με τις κατηγορίες φαίνεται πιο κάτω." #: C/evolution.xml:3806(para) msgid "" "Select the category from the list. You can select as many or as few " "categories as you like." msgstr "" +"Επιλέξτε την κατηγορία από τη λίστα. Μπορείτε να επιλέξετε όσες κατηγορίες " +"θέλετε." #: C/evolution.xml:3809(para) msgid "" "If the master list of categories doesn't suit you, you can add your own " "categories. To add a new category," msgstr "" +"Αν η αρχική λίστα με κατηγορίες δε σας βολεύει, μπορείτε να προσθέσετε τις " +"δικές σας κατηγορίες. Για να προσθέσετε μια νέα κατηγορία," #: C/evolution.xml:3812(para) msgid "Enter the new category in the entry box at the top." -msgstr "" +msgstr "Εισάγετε τη νέα κατηγορία στο πεδίο στο πάνω μέρος." #: C/evolution.xml:3816(para) msgid "" "You can view the category name in the field next to Categories button in the " "Contact Editor window." msgstr "" +"Μπορείτε να δείτε το όνομα της κατηγορίας στο πεδίο δίπλα στο κουμπί " +"Κατηγορίες στο παράθυρο του Επεξεργαστή επαφών." #: C/evolution.xml:3823(para) msgid "" @@ -7972,6 +9197,10 @@ msgid "" "categories list. To achieve that click the Edit button at the bottom of the " "Categories window. Press the Delete button to delete the items from the list." msgstr "" +"Μπορείτε να επεξεργαστείτε ή να ορίσετε το χρώμα και το εικονίδιο για " +"κατηγορία στη λίστα κατηγοριών. Για να το κάνετε αυτό πατήστε το κουμπί " +"Επεξεργασία στο κάτω μέρος του παράθυρου κατηγοριών. Πατήστε το κουμπί " +"Διαγραφή για να διαγράψετε στοιχεία από τη λίστα." #: C/evolution.xml:3830(para) msgid "" @@ -7981,6 +9210,12 @@ msgid "" "information. Many companies keep a common LDAP address book for all their " "employees or for client contacts." msgstr "" +"Το πρωτόκολλο <link linkend=\"ldap\">LDAP</link> δημιουργήθηκε για να " +"επιτρέπει στους χρήστες να μοιράζονται πληροφορίες επαφών μέσω ενός δικτύου, " +"μέσω της κοινής πρόσβασης σε ένα κεντρικό κατάλογο. Το LDAP επιτρέπει σε μια " +"εταιρεία να διατηρεί μια κοινή ομάδα πληροφοριών επαφών. Πολλές εταιρείες " +"διατηρούν ένα κοινό βιβλίο διευθύνσεων LDAP για όλους τους υπαλλήλους τους ή " +"για πληροφορίες πελατών." #: C/evolution.xml:3831(para) msgid "" @@ -7990,6 +9225,11 @@ msgid "" "They work like a local folder of contact cards, with the following " "exceptions:" msgstr "" +"Για να μάθετε πώς θα προσθέσετε ένα απομακρυσμένο κατάλογο LDAP στα " +"διαθέσιμα βιβλία επαφών σας, δείτε τη <link linkend=\"config-prefs-contact" +"\">Διαχείριση επαφών</link>. Απομακρυσμένες ομάδες επαφών εμφανίζονται κάτω " +"από το στοιχείο Σε εξυπηρετητές LDAP στην πλευρική στήλη. Λειτουργούν σαν " +"ένας τοπικός φάκελος με κάρτες επαφών, με τις εξής εξαιρέσεις:" #: C/evolution.xml:3834(para) msgid "" @@ -7998,6 +9238,11 @@ msgid "" "some of the network directory. You do this by dragging and dropping your " "desired contacts into the local address books." msgstr "" +"Οι δικτυακοί φάκελοι είναι διαθέσιμοι μόνο όταν είστε συνδεδεμένοι στο " +"δίκτυο. Αν χρησιμοποιείτε φορητό υπολογιστή ή έχετε μια σύνδεση μέσω μόντεμ, " +"ίσως χρειαστεί να αντιγράψετε ή να αποθηκεύσετε ένα μέρος από το δικτυακό " +"κατάλογο. Αυτό το κάνετε σύροντας και αφήνοντας τις επιθυμητές επαφές στο " +"τοπικό βιβλίο διευθύνσεων." #: C/evolution.xml:3835(para) msgid "" @@ -8005,12 +9250,17 @@ msgid "" "right-click the folder, click Properties and select Copy Folder Content " "Locally for Offline Operation." msgstr "" +"Μπορείτε επίσης να σημειώσετε το δικτυακό φάκελο για χρήση εκτός δικτύου. " +"Για να σημειώσετε το φάκελο, κάντε δεξί κλικ πάνω του, επιλέξτε Ιδιότητες " +"και μετά Αντιγραφή περιεχομένων φακέλου τοπικά για εργασία χωρίς σύνδεση." #: C/evolution.xml:3838(para) msgid "" "To prevent excess network traffic, Evolution does not normally load data " "from the LDAP server upon opening." msgstr "" +"Για να αποτρέψεi υπερβολική κίνηση στο δίκτυο, το Evolution κανονικά δε " +"φορτώνει δεδομένα από το διακομιστή LDAP κατά το ξεκίνημα." #: C/evolution.xml:3841(para) msgid "" @@ -8019,12 +9269,20 @@ msgid "" "all changes, and others use a smaller set of fields than Evolution allows. " "Check with your system administrator if you need different settings." msgstr "" +"Ανάλογα με τις ρυθμίσεις του διακομιστή σας, ίσως να μη μπορείτε να " +"επεξεργαστείτε όλα τα πεδία σε μια επαφή αποθηκευμένη σε ένα διακομιστή " +"LDAP. Μερικοί διακομιστές αποτρέπουν μερικές ή όλες τις αλλαγές, και άλλοι " +"χρησιμοποιούν ένα μικρότερο σύνολο πεδίων από αυτά που επιτρέπει το " +"Evolution. Ελέγξτε το με το διαχειριστή του συστήματός σας αν χρειάζεστε " +"διαφορετικές ρυθμίσεις." #: C/evolution.xml:3847(para) msgid "" "For information about setting up Evolution to use LDAP, refer to <link " "linkend=\"config-prefs-contact\">Contact Management</link>." msgstr "" +"Για πληροφορίες για τη ρύθμιση του Evolution για χρήση του LDAP, αναφερθείτε " +"στη <link linkend=\"config-prefs-contact\">Διαχείριση επαφών</link>." #: C/evolution.xml:3853(para) msgid "" @@ -8036,6 +9294,14 @@ msgid "" "during a HotSync* operation. For more information, see <link linkend=" "\"config-sync\">Synchronizing Your Handheld Device</link>." msgstr "" +"Όταν λαμβάνετε πληροφορίες για κάποιον μέσα αλληλογραφίας ή σε μια " +"καταχώρηση στο ημερολόγιο, μπορείτε να τις προσθέσετε σε μια κάρτα " +"διεύθυνσης. Για να το κάνετε αυτό, κάντε δεξί κλικ σε οποιαδήποτε διεύθυνση " +"αλληλογραφίας ή μήνυμα αλληλογραφίας, και επιλέξτε Προσθήκη στο βιβλίο " +"διευθύνσεων από το μενού που εμφανίζεται. Το Evolution μπορεί επίσης να " +"προσθέσει κάρτες από μια φορητή συσκευή κατά τη διάρκεια μιας λειτουργίας " +"HotSync*. Για περισσότερες πληροφορίες δείτε το <link linkend=\"config-sync" +"\">Συχρονισμός της φορητής σας συσκευής</link>." #: C/evolution.xml:3859(para) msgid "" @@ -8044,37 +9310,39 @@ msgid "" "learn about importing calendar data, see <link linkend=\"importing-mail" "\">Importing Single Files</link>, which covers the Import tool." msgstr "" +"Αυτή η ενότητα σας δείχνει πώς να χρησιμοποιείτε το ημερολόγιο του " +"<trademark>Evolution</trademark> για να διαχειρίζεστε το πρόγραμμά σας μόνοι " +"σας ή σε αντιστοιχία με τους συνεργάτες σας. Για να μάθετε για την εισαγωγή " +"δεδομένων ημερολογίου, δείτε την <link linkend=\"importing-mail\">Εισαγωγή " +"μοναδικών αρχείων</link>, η οποία καλύπτει το εργαλείο Εισαγωγή." #: C/evolution.xml:3862(link) C/evolution.xml:3894(title) msgid "Ways of Looking at your Calendar" -msgstr "" +msgstr "Τρόποι να βλέπετε το Ημερολόγιό σας" #: C/evolution.xml:3865(link) C/evolution.xml:4052(title) msgid "Scheduling With the Evolution Calendar" -msgstr "" +msgstr "Προγραμματισμός με το ημερολόγιο του Evolution" #: C/evolution.xml:3868(link) C/evolution.xml:4440(title) -#, fuzzy msgid "Searching for Calendar Items" msgstr "Αναζήτηση για αντικείμενα του ημερολογίου" #: C/evolution.xml:3871(link) C/evolution.xml:4588(title) msgid "Printing Displayed Items" -msgstr "" +msgstr "Εκτύπωση των στοιχείων που προβάλλονται" #: C/evolution.xml:3874(link) C/evolution.xml:4593(title) -#, fuzzy msgid "Deleting Old Appointments and Meetings" -msgstr "Ραντεβού και συναντήσεις" +msgstr "Διαγραφή παλιών ραντεβού και συναντήσεων" #: C/evolution.xml:3877(link) C/evolution.xml:4598(title) -#, fuzzy msgid "Delegating Meetings" -msgstr "Ανάθεση _συνάντησης..." +msgstr "Ανάθεση συναντήσεων" #: C/evolution.xml:3880(link) C/evolution.xml:4618(title) msgid "Multiple Calendars, Web Calendars, and CalDAV" -msgstr "" +msgstr "Πολλαπλά ημερολόγια, δικτυακά ημερολόγια και CalDAV" #: C/evolution.xml:3883(link) C/evolution.xml:4625(title) msgid "The Task List" @@ -8098,16 +9366,27 @@ msgid "" "sets of appointments, you can be sure to avoid conflicts, while keeping a " "minimum of clutter in your view." msgstr "" +"Στο Evolution, μπορείτε να διατηρείτε πολλαπλά ημερολόγια και να τα " +"αντιπαραθέτετε. Για παράδειγμα, μπορεί να έχετε ένα πρόγραμμα για συμβάντα " +"στη δουλειά σας, ένα για το σπίτι και ένα για την αγαπημένη σας ποδοσφαιρική " +"ομάδα. Η πλευρική λίστα εμφανίζει αυτά τα ημερολόγια, και μπορείτε να " +"ενεργοποιήσετε ή να απενεργοποιήσετε τα κουτάκια δίπλα τους για να " +"εμφανίζετε ή να κρύβετε τα ραντεβού στην προβολή του ημερολογίου. " +"Εμφανίζοντας και κρύβοντας διαφορετικές ομάδες ραντεβού, μπορείτε να " +"αποφύγετε τις διενέξεις, ενώ κρατάτε τα ελάχιστα δυνατά στοιχεία στην " +"προβολή σας." #: C/evolution.xml:3896(para) msgid "Appointments for each calendar appear as a different color." -msgstr "" +msgstr "Τα ραντεβού από κάθε ημερολόγιο εμφανίζονται με διαφορετικό χρώμα." #: C/evolution.xml:3897(para) msgid "" "The toolbar offers you five different buttons that can show you different " "views of your calendar." msgstr "" +"Η εργαλειοθήκη σας παρέχει πέντε διαφορετικά κουμπιά τα οποίο μπορούν να σας " +"εμφανίσουν διαφορετικές προβολές του ημερολογίου σας." # #-#-#-#-# libgnomeui.HEAD.el.po (el) #-#-#-#-# # #-#-#-#-# gnome-libs-el.po (gnome-libs 1.2.12) #-#-#-#-# @@ -8117,9 +9396,8 @@ msgstr "" # #-#-#-#-# mrproject-el.po (mrproject 0.5) #-#-#-#-# # #: C/evolution.xml:3905(para) -#, fuzzy msgid "Calendar View" -msgstr "Ημερολόγιο" +msgstr "Προβολή ημερολογίου" #: C/evolution.xml:3908(para) msgid "Shortcut Keys" @@ -8170,6 +9448,9 @@ msgid "" "You can also select an arbitrary range of days in the small calendar in the " "side bar. To do this, select the days that you want to view in your calendar." msgstr "" +"Μπορείτε επίσης να διαλέξετε ένα αυθαίρετο φάσμα ημερών στο μικρό ημερολόγιο " +"στην πλευρική στήλη. Για να το κάνετε αυτό, επιλέξτε τις μέρες που θέλετε να " +"δείτε στο ημερολόγιο." #: C/evolution.xml:3958(para) msgid "" @@ -8177,12 +9458,19 @@ msgid "" "pages. If you are using a week or month view, you can move by week or month. " "To return to today's listing, click the Today button in the toolbar." msgstr "" +"Τα κουμπιά Προηγούμενο και Επόμενο σας μετακινούν μπροστά και πίσω στις " +"σελίδες του ημερολογίου σας. Αν χρησιμοποιείτε μια προβολή μήνα ή εβδομάδας, " +"μπορείτε να μετακινήστε κατά μήνα ή εβδομάδα. Για να γυρίσετε στην προβολή " +"της σημερινής μέρας, πατήστε το κουμπί Σήμερα της εργαλειοθήκης." #: C/evolution.xml:3959(para) msgid "" "To visit calendar entries for a specific date, click Go To and select the " "date in the dialog box that appears." msgstr "" +"Για να δείτε τις καταχωρήσεις του ημερολογίου για μια συγκεκριμένη " +"ημερομηνία, πατήστε Μετάβαση σε και επιλέξτε την ημερομηνία από το κουτί " +"διαλόγου που εμφανίζεται." #: C/evolution.xml:3962(title) msgid "Calendar Properties" @@ -8193,40 +9481,42 @@ msgid "" "Evolution allows you to edit the label of your calendar, assign color, and " "copy content for offline use. To set your calendar properties" msgstr "" +"Το Evolution σας επιτρέπει να επεξεργαστείτε την ετικέτα του ημερολογίου " +"σας, να ορίσετε χρώματα και να αντιγράψετε το περιεχόμενο για χρήση εκτός " +"σύνδεσης. Για να ορίσετε τις ιδιότητες του ημερολογίου σας" #: C/evolution.xml:3966(para) -#, fuzzy msgid "Select the calendar from the side bar at the left." -msgstr "Επιλογή ημερολογίων για αναζήτηση συγκρούσεων συζήτησης" +msgstr "Επιλέξτε το ημερολόγιο από την πλευρική στήλη στα αριστερά." #: C/evolution.xml:3969(para) msgid "Right-click on the calendar." msgstr "Κάντε δεξί κλικ στο ημερολόγιο." #: C/evolution.xml:3972(para) -#, fuzzy msgid "Select Properties to open Calendar Properties dialog box." -msgstr "Κλικ για να ανοίξετε ένα νέο διάλογο προφίλ" +msgstr "Επιλέξτε Ιδιότητες για να ανοίξετε το διάλογο Ιδιότητες ημερολογίου." #: C/evolution.xml:3977(para) msgid "Edit the label from Name field." -msgstr "" +msgstr "Επεξεργαστείτε την ετικέτα στο πεδίο Όνομα." #: C/evolution.xml:3980(para) msgid "To assign a color for the calendar, click the Color button." -msgstr "" +msgstr "Για να αναθέσετε ένα χρώμα σε ένα ημερολόγιο, πατήστε το κουμπί Χρώμα." #: C/evolution.xml:3983(para) -#, fuzzy msgid "Select the color and click OK." -msgstr "Επιλογή του συνδέσμου ιστορικού." +msgstr "Επιλέξτε το χρώμα και πατήστε Εντάξει." #: C/evolution.xml:3986(para) -#, fuzzy msgid "" "To mark your calendar content for offline use, click Copy calendar contents " "locally for offline operations." -msgstr "Αντι_γραφή περιεχομένων ημερολογίου τοπικά για εργασία χωρίς σύνδεση" +msgstr "" +"Για να σημειώσετε το περιεχόμενο του ημερολογίου σας για χρήση εκτός " +"σύνδεσης, επιλέξτε το Αντιγραφή περιεχομένων ημερολογίου για τοπικά για " +"χρήση εκτός σύνδεσης." #: C/evolution.xml:3988(para) msgid "" @@ -8234,6 +9524,10 @@ msgid "" "use. For more information on working offline refer <link linkend=\"usage-" "mail-getnsend-offline\">Working Offline</link>." msgstr "" +"Κάντε δεξί κλικ στο ημερολόγιο στα αριστερά και επιλέξτε Σημείωση του " +"ημερολογίου για χρήση εκτός σύνδεσης. Για περισσότερες πληροφορίες για την " +"εργασία εκτός σύνδεσης αναφερθείτε στην <link linkend=\"usage-mail-getnsend-" +"offline\">Εργασία εκτός σύνδεσης</link>." #: C/evolution.xml:3990(para) msgid "" @@ -8241,12 +9535,17 @@ msgid "" "click on the calendar in the calendar view at the left and select Save to " "Disk." msgstr "" +"Για να εξάγετε ή να μοιραστείτε ή να αποθηκεύσετε ένα ημερολόγιο τοπικά σε " +"μορφή iCal, κάντε δεξί κλικ στο ημερολόγιο στην προβολή ημερολογίου στα " +"αριστερά και επιλέξτε Αποθήκευση στο δίσκο." #: C/evolution.xml:3992(para) msgid "" "Click Mark as default folder if you want to mark this folder as your default " "calendar folder." msgstr "" +"Επιλέξτε Σημείωση ως το προεπιλεγμένο ημερολόγιο για να σημειώσετε αυτό το " +"φάκελο ως τον προεπιλεγμένο σας φάκελο ημερολογίου." #: C/evolution.xml:3994(title) msgid "Weather Calendar" @@ -8258,12 +9557,17 @@ msgid "" "weather calender. Click Location to select any world-wide location for the " "calendar." msgstr "" +"Στις Ιδιότητες ενός Ημερολογίου καιρού μπορείτε να καθορίσετε την τοποθεσία " +"για το ημερολόγιο καιρού. Πατήστε Τοποθεσία για να επιλέξετε κάποια " +"τοποθεσία από όλο τον κόσμο για το ημερολόγιο." #: C/evolution.xml:3997(para) msgid "" "The temperature for the selected location appears in units as specified at " "the top of the Calendar view." msgstr "" +"Η θερμοκρασία για την επιλεγμένη τοποθεσία εμφανίζεται στις μονάδες που " +"ορίστηκαν στο πάνω μέρος της προβολή ημερολογίου." #: C/evolution.xml:4002(title) msgid "Google Calendar" @@ -8274,15 +9578,20 @@ msgid "" "Evolution allows you to access your Google calendar. You can view the Google " "calendar offline or create, modify, and delete the calendar items online." msgstr "" +"Το Evolution σας επιτρέπει να έχετε πρόσβαση στο ημερολόγιό σας στο Google. " +"Μπορείτε να δείτε το ημερολόγιο του Google εκτός σύνδεσης, ή να " +"δημιουργήσετε, να επεξεργαστείτε και να διαγράψετε στοιχεία του ημερολογίου " +"εντός σύνδεσης." #: C/evolution.xml:4004(para) msgid "To integrate the Google calendar to Evolution:" -msgstr "" +msgstr "Για να ενσωματώσετε το ημερολόγιο του Google στο Evolution:" #: C/evolution.xml:4007(para) -#, fuzzy msgid "Click New, then select Calendar to open the New Calendar dialog." -msgstr "Κάντε κλικ εδώ για κλείσιμο του τρέχοντος παραθύρου" +msgstr "" +"Επιλέξτε Νέο, μετά επιλέξτε Ημερολόγιο για να ανοίξει ο διάλογος Νέο " +"ημερολόγιο." #: C/evolution.xml:4015(para) msgid "Specify the following:" @@ -8299,30 +9608,31 @@ msgid "Specify a name for the Google calendar." msgstr "Ορίστε ένα όνομα για το ημερολόγιο Google." #: C/evolution.xml:4032(para) -#, fuzzy msgid "Set the time to automatically refresh the calendar." -msgstr "Επιλέξτε την ταχύτητα που θα χρησιμοποιείτε για την εγγραφή" +msgstr "Ορίστε την ώρα κατά την οποία θα ανανεώνεται αυτόματα το ημερολόγιο." #: C/evolution.xml:4038(para) msgid "" "If you want to set a color label for the calendar, click the Color tab, " "select the desired color, then click OK." msgstr "" +"Αν θέλετε να ορίσετε μια ετικέτα χρώματος για το ημερολόγιο, επιλέξτε την " +"καρτέλα χρώμα, επιλέξτε το επιθυμητό χρώμα και πατήστε Εντάξει." #: C/evolution.xml:4041(para) -#, fuzzy msgid "" "If you want to view the calendar items offline, select Copy calendar content " "locally for offline operation check box." -msgstr "Αντι_γραφή περιεχομένων ημερολογίου τοπικά για εργασία χωρίς σύνδεση" +msgstr "" +"Αν θέλετε να βλέπετε τα στοιχεία του ημερολογίου εκτός σύνδεσης, επιλέξτε το " +"κουτάκι Αντιγραφή περιεχομένων ημερολογίου τοπικά για εργασία χωρίς σύνδεση." #: C/evolution.xml:4042(para) -#, fuzzy msgid "" "If you select this option, you cannot modify or create the calendar items." msgstr "" -"Επιλέξτε τις ιδιότητες που θέλετε να επαναφέρετε στις προεπιλεγμένες τιμές " -"τους" +"Αν διαλέξετε αυτή την επιλογή, δε μπορείτε να επεξεργαστείτε ή να " +"δημιουργήσετε στοιχεία στο ημερολόγιο." #: C/evolution.xml:4053(para) msgid "" @@ -8332,6 +9642,12 @@ msgid "" "use the busy/free search for meetings to determine the availability of " "invitees." msgstr "" +"Υπάρχουν δύο είδη γεγονότων που μπορείτε να προγραμματίσετε με το Evolution: " +"ραντεβού και συναντήσεις. Ένα ραντεβού είναι ένα γεγονός που προγραμματίζετε " +"μόνο για τον εαυτό σας, και μια συνάντηση είναι ένα γεγονός που " +"προγραμματίζετε για πολλούς ανθρώπους. Μπορείτε επίσης να χρησιμοποιήσετε " +"την αναζήτηση απασχολημένος/διαθέσιμος για τις συναντήσεις για να καθορίσετε " +"τη διαθεσιμότητα των παρευρισκομένων." #: C/evolution.xml:4056(link) C/evolution.xml:4082(title) msgid "Appointments" @@ -8342,63 +9658,66 @@ msgid "Sending a Meeting Invitation" msgstr "Αποστολή μιας πρόσκλησης συνάντησης" #: C/evolution.xml:4062(link) C/evolution.xml:4343(title) -#, fuzzy msgid "Accepting and Replying to a Meeting Request" -msgstr "<b>%s</b> έχει απαντήσει σε μία πρόσκληση σε συνάντηση." +msgstr "Αποδοχή και απάντηση σε μια αίτηση συνάντησης" #: C/evolution.xml:4065(link) C/evolution.xml:4361(title) msgid "Reading Responses to Meeting Requests" -msgstr "" +msgstr "Ανάγνωση απαντήσεων σε αιτήσεις συναντήσεων" #: C/evolution.xml:4068(link) C/evolution.xml:4366(title) msgid "Tool Tip View" -msgstr "" +msgstr "Προβολή αναδυόμενης βοήθειας" #: C/evolution.xml:4071(link) C/evolution.xml:4371(title) msgid "Using the Free/Busy View" -msgstr "" +msgstr "Χρήση της προβολής Διαθέσιμος/Απασχολημένος" #: C/evolution.xml:4074(link) C/evolution.xml:4400(title) msgid "" "Publishing Calendar and Free/Busy Information Without a Groupware Server" msgstr "" +"Δημοσιοποίηση ημερολογίου και πληροφοριών διαθεσιμότητας/απασχόλησης χωρίς " +"διακομιστή Groupware" #: C/evolution.xml:4077(link) C/evolution.xml:4433(title) msgid "Accessing Free/Busy Data Without a Groupware Server" msgstr "" +"Πρόσβαση σε δεδομένα Διαθεσιμότητας/Απασχόλησης χωρίς διακομιστή Groupware" #: C/evolution.xml:4083(para) msgid "In Evolution, an appointment is an event you schedule for yourself." msgstr "" +"Στο Evolution, ένα ραντεβού είναι ένα γεγονός το οποίο το προγραμματίζετε " +"μόνο για τον εαυτό σας." #: C/evolution.xml:4086(link) C/evolution.xml:4100(title) -#, fuzzy msgid "Creating Appointments" -msgstr "Επερχόμενα ραντεβού" +msgstr "Δημιουργία ραντεβού" #: C/evolution.xml:4089(link) C/evolution.xml:4188(title) #: C/evolution.xml:5622(title) -#, fuzzy msgid "Reminders" -msgstr "Υπενθύμιση!!" +msgstr "Υπενθυμίσεις" #: C/evolution.xml:4092(link) C/evolution.xml:4224(title) -#, fuzzy msgid "Classifications" -msgstr "Διαβάθμιση" +msgstr "Διαβαθμίσεις" #: C/evolution.xml:4095(link) C/evolution.xml:4247(title) msgid "Recurrence" -msgstr "Επανεμφάνιση" +msgstr "Επαναλήψεις" #: C/evolution.xml:4103(para) msgid "Click File > New > Appointment." -msgstr "" +msgstr "Επιλέξτε Αρχείο > Νέο > Ραντεβού." #: C/evolution.xml:4105(para) msgid "" "Click Calendars on the Switcher, then click File > New > Appointment." msgstr "" +"Πατήστε στο Ημερολόγια στον Εναλλάκτη, και μετά επιλέξτε Αρχείο > Νέο " +"> Ραντεβού." #: C/evolution.xml:4107(para) msgid "" @@ -8406,106 +9725,112 @@ msgid "" "dialog box. The particular time on the calendar view against which you have " "double clicked on will be suggested for the new appointment." msgstr "" +"Κάντε διπλό κλικ σε ένα άδειο χώρο στην προβολή ημερολογίου για να ανοίξετε " +"ένα διάλογο Ραντεβού. Η συγκεκριμένη ώρα στην προβολή ημερολογίου πάνω στην " +"οποία κάνατε διπλό κλικ θα προταθεί ως ώρα για το νέο ραντεβού." #: C/evolution.xml:4109(para) msgid "" "Select the required duration on the calender view and enter the summary." msgstr "" +"Επιλέξτε την επιθυμητή διάρκεια στην προβολή ημερολογίου και εισάγετε την " +"περιγραφή." #: C/evolution.xml:4112(para) C/evolution.xml:4267(para) -#, fuzzy msgid "Select a calendar in the Calendar drop-down list." -msgstr "Επιλέξτε μια επιλογή αναζήτησης από την κυλιόμενη λίστα" +msgstr "Επιλέξτε ένα ημερολόγιο από την αναδιπλούμενη λίστα Ημερολόγιο." #: C/evolution.xml:4113(para) C/evolution.xml:4124(para) #: C/evolution.xml:4282(para) C/evolution.xml:4670(para) #: C/evolution.xml:4724(para) C/evolution.xml:4956(para) #: C/evolution.xml:6021(para) -#, fuzzy msgid "Enter a brief summary in the Summary field." -msgstr "Εισάγετε το χρήστη για finger" +msgstr "Εισάγετε μια σύντομη περιγραφή στο πεδίο Περίληψη." #: C/evolution.xml:4118(para) C/evolution.xml:4285(para) -#, fuzzy msgid "(Optional) Type a location in the Location field." -msgstr "Το ραντεβού βρέθηκε στο ημερολόγιο '%s'." +msgstr "(Προαιρετικό) Εισάγετε μια τοποθεσία στο πεδίο Τοποθεσία." #: C/evolution.xml:4121(para) -#, fuzzy msgid "Select the date and time." -msgstr "Επιλογή ολόκληρου του εγγράφου" +msgstr "Επιλέξτε την ημερομηνία και την ώρα." #: C/evolution.xml:4127(para) C/evolution.xml:4288(para) msgid "" "To select this appointment as an all day event, click Options > All Day " "Event." msgstr "" +"Για να επιλέξετε αυτό το ραντεβού ως ολοήμερο γεγονός, επιλέξτε Επιλογές " +"> Ολοήμερο γεγονός." #: C/evolution.xml:4129(para) C/evolution.xml:4290(para) -#, fuzzy msgid "Click the All Day Event button on the toolbar." -msgstr "Αν θα εμφανίζεται ή όχι η εργαλειοθήκη." +msgstr "Πατήστε το κουμπί Ολοήμερο γεγονός στην εργαλειοθήκη." #: C/evolution.xml:4132(para) C/evolution.xml:4293(para) msgid "" "If the event is an all day event, specify a starting date and an ending date." msgstr "" +"Αν το γεγονός είναι ολοήμερο, καθορίστε μια ημερομηνία έναρξης και " +"ημερομηνία λήξης." #: C/evolution.xml:4135(para) C/evolution.xml:4296(para) msgid "" "If the event is not an all day event, specify a starting time and an ending " "time." msgstr "" +"Αν το γεγονός δεν είναι ολοήμερο, καθορίστε μια ώρα έναρξης και μια ώρα " +"λήξης." #: C/evolution.xml:4138(para) C/evolution.xml:4299(para) msgid "Select For to specify the duration." -msgstr "" +msgstr "Επιλέξτε Για για να καθορίσετε τη διάρκεια." #: C/evolution.xml:4140(para) C/evolution.xml:4301(para) -#, fuzzy msgid "Select Until to specify the ending time of the event." -msgstr "Χρησιμοποιήστε αυτό το κουτί για να ορίσετε το ύψος του χαρτιού." +msgstr "Επιλέξτε Μέχρι για να καθορίσετε την ώρα λήξης του γεγονότος." #: C/evolution.xml:4143(para) C/evolution.xml:4304(para) #: C/evolution.xml:4679(para) C/evolution.xml:4730(para) -#, fuzzy msgid "Type the time zone information in the Time Zone field." -msgstr "" -"Επιλέξτε το τρόπο ταξινόμησης των πληροφοριών που εμφανίζονται στην προβολή " -"λίστας." +msgstr "Πληκτρολογήστε τις πληροφορίες ζώνης ώρας στο πεδίο Ζώνη ώρας." #: C/evolution.xml:4145(para) C/evolution.xml:4306(para) #: C/evolution.xml:4681(para) C/evolution.xml:4732(para) -#, fuzzy msgid "Click the globe to customize the time zone." -msgstr "Πατήστε για να δείτε την ώρα σε άλλες γεωγραφικές ζώνες" +msgstr "Πατήστε στην υδρόγειο για να τροποποιήσετε τη ζώνη ώρας." #: C/evolution.xml:4146(para) C/evolution.xml:4307(para) #: C/evolution.xml:4682(para) C/evolution.xml:4733(para) msgid "To hide or show the Time Zone field, click View > Time Zone." msgstr "" +"Για να εμφανίσετε ή να αποκρύψετε το πεδίο Ζώνη ώρας, επιλέξτε Προβολή > " +"Ζώνη ώρας." #: C/evolution.xml:4149(para) msgid "To show the time as busy, click Options > Show Time as Busy." msgstr "" +"Για να εμφανίζεστε αυτή την ώρα ως απασχολημένος, επιλέξτε Επιλογές > " +"Εμφάνιση ώρας ως απασχολημένος." #: C/evolution.xml:4152(para) C/evolution.xml:4230(para) #: C/evolution.xml:4685(para) C/evolution.xml:4736(para) #: C/evolution.xml:4952(para) msgid "(Optional) Type a category in the Categories field." -msgstr "" +msgstr "(Προαιρετικό) Πληκτρολογήστε μια κατηγορία στο πεδίο Κατηγορίες." #: C/evolution.xml:4153(para) C/evolution.xml:4236(para) #: C/evolution.xml:4686(para) C/evolution.xml:4737(para) msgid "To show or hide the Categories field, click View > Categories." msgstr "" +"Για να εμφανίσετε ή να κρύψετε το πεδίο Κατηγορίες, επιλέξτε Προβολή > " +"Κατηγορίες." #: C/evolution.xml:4156(para) C/evolution.xml:4689(para) #: C/evolution.xml:4740(para) C/evolution.xml:4962(para) #: C/evolution.xml:6030(para) -#, fuzzy msgid "(Optional) Enter a description in the Description field." -msgstr "Περιγράφει την ενέργεια atk που θα γίνεται με την πίεση (Press)" +msgstr "(Προαιρετικό) Εισάγετε μια περιγραφή στο πεδίο Περιγραφή." #: C/evolution.xml:4159(para) C/evolution.xml:4214(para) #: C/evolution.xml:4310(para) @@ -8513,19 +9838,23 @@ msgid "" "To create an alarm for this appointment, click Alarms on the toolbar, or " "click Options > Alarms." msgstr "" +"Για να δημιουργήσετε μια ειδοποίηση για αυτό το ραντεβού, πατήστε " +"Ειδοποιήσεις την εργαλειοθήκη, ή επιλέξτε Επιλογές > Ειδοποιήσεις." #: C/evolution.xml:4160(para) C/evolution.xml:4217(para) #: C/evolution.xml:4311(para) -#, fuzzy msgid "Select Customize to add or remove customized alarms for the event." msgstr "" -"Κάντε κλικ εδώ για να ρυθμίσετε τις σχετικές ειδοποιήσεις με το γεγονός" +"Επιλέξτε Προσαρμογή για να προσθέσετε ή να αφαιρέσετε προσαρμοσμένες " +"ειδοποιήσεις για το γεγονός." #: C/evolution.xml:4161(para) C/evolution.xml:4312(para) msgid "" "For more information on reminders, see <link linkend=\"bshly4v\">Reminders</" "link>." msgstr "" +"Για περισσότερες πληροφορίες για τις υπενθυμίσεις, δείτε τις <link linkend=" +"\"bshly4v\">Υπενθυμίσεις</link>." #: C/evolution.xml:4164(para) C/evolution.xml:4315(para) #: C/evolution.xml:4698(para) C/evolution.xml:4743(para) @@ -8534,6 +9863,8 @@ msgid "" "(Optional) To add an attachment, drag and drop the attachment into the " "attachment bar." msgstr "" +"(Προαιρετικό) Για να προσθέσετε ένα συνημμένο, σύρετε και αφήστε το " +"συνημμένο στη μπάρα συνημμένων." #: C/evolution.xml:4166(para) C/evolution.xml:4317(para) #: C/evolution.xml:4700(para) C/evolution.xml:4745(para) @@ -8542,6 +9873,8 @@ msgid "" "Click the Attach button on the toolbar, or click Insert > Attachment and " "then browse to the attachment." msgstr "" +"Πατήστε το κουμπί Επισύναψη στην εργαλειοθήκη ή επιλέξτε Εισαγωγή > " +"Συνημμένο και μετά περιηγηθείτε προς το συνημμένο." #: C/evolution.xml:4169(para) C/evolution.xml:4320(para) #: C/evolution.xml:4692(para) C/evolution.xml:4748(para) @@ -8550,16 +9883,20 @@ msgid "" "(Optional) Click Options > Classifications, then select a classification " "(as Public, Private or Confidential)." msgstr "" +"(Προαιρετικό) Επιλέξτε Επιλογές > Διαβάθμιση, και μετά επιλέξτε μια " +"διαβάθμιση (όπως Δημόσιο, Ιδιωτικό ή Εμπιστευτικό)." #: C/evolution.xml:4172(para) C/evolution.xml:4323(para) msgid "(Optional) Click the Recurrence button on the toolbar." -msgstr "" +msgstr "(Προαιρετικό) Πατήστε το κουμπί Επανεμφανίσεις στην εργαλειοθήκη." #: C/evolution.xml:4174(para) C/evolution.xml:4325(para) msgid "" "Click Options > Recurrence, and specify whether you want the appointment " "to recur and how often." msgstr "" +"Επιλέξτε Επιλογές > Επανεμφανίσεις και καθορίστε αν θέλετε το ραντεβού να " +"επανεμφανίζεται και πόσο συχνά." #: C/evolution.xml:4179(title) msgid "All Day Event" @@ -8575,12 +9912,22 @@ msgid "" "and ending times can also overlap. When they do they display as multiple " "columns in the day view of the calendar." msgstr "" +"Ένα Ολοήμερο γεγονός εμφανίζεται στο πάνω μέρος της λίστας ραντεβού μιας " +"μέρας, στην κεφαλίδα κάτω από την ημερομηνία αντί για μέσα. Με αυτό τον " +"τρόπο είναι εύκολο να έχετε ραντεβού που υπερκαλύπτονται και χωρούν το ένα " +"μέσα στο άλλο. Για παράδειγμα, ένα συνέδριο μπορεί να είναι ένα Ολοήμερο " +"ραντεβού, και οι συναντήσεις στο συνέδριο μπορεί να είναι ραντεβού σε " +"συγκεκριμένο χρόνο. Ραντεβού με συγκεκριμένη ώρα έναρξης και λήξης μπορούν " +"επίσης να υπερκαλύπτονται. Όταν γίνεται αυτό, εμφανίζονται ως πολλαπλές " +"στήλες στην προβολή ημέρας στο ημερολόγιο." #: C/evolution.xml:4181(para) msgid "" "If you create calendar appointments that overlap, Evolution displays them " "side by side in your calendar." msgstr "" +"Αν δημιουργήσετε ραντεβού στο ημερολόγιο τα οποία υπερκαλύπτονται, το " +"Evolution τα προβάλλει δίπλα δίπλα στο ημερολόγιό σας." #: C/evolution.xml:4189(para) msgid "" @@ -8588,6 +9935,9 @@ msgid "" "to the appointment you schedule. You can have one reminder of each of the " "following types:" msgstr "" +"Μπορείτε να έχετε αρκετές υπενθυμίσεις για ξεχωριστά ραντεβού, σε " +"οποιαδήποτε στιγμή πριν από το προγραμματισμένο ραντεβού. Μπορείτε να έχετε " +"μια ειδοποίηση από τον καθένα από τους εξής τύπους:" #: C/evolution.xml:4193(title) msgid "Display:" @@ -8597,6 +9947,7 @@ msgstr "Εμφάνιση:" msgid "" "A notification pops up on your screen to remind you of your appointment." msgstr "" +"Μια ειδοποίηση αναδύεται στην οθόνη σας για να σας θυμίσει για το ραντεβού." #: C/evolution.xml:4199(title) msgid "Audio:" @@ -8604,7 +9955,7 @@ msgstr "Ήχος:" #: C/evolution.xml:4200(para) msgid "Your computer delivers a sound alarm." -msgstr "" +msgstr "Ο υπολογιστής σας αναπαράγει μια ηχητική ειδοποίηση." #: C/evolution.xml:4205(title) msgid "Program:" @@ -8615,6 +9966,8 @@ msgid "" "You can run a program as a reminder. You can enter its name in the text " "field, or find it with the Browse button." msgstr "" +"Μπορείτε να εκτελέσετε ένα πρόγραμμα ως ειδοποίηση. Μπορείτε να εισάγετε το " +"όνομά του στο πεδίο κειμένου, ή να το βρείτε με το κουμπί Περιήγηση." #: C/evolution.xml:4210(para) msgid "" @@ -8622,6 +9975,9 @@ msgid "" "notification area. To pause the alarm or view the event, click the " "notification icon." msgstr "" +"Εκτός από τις πιο πάνω ειδοποιήσεις, το εικονίδιο ειδοποίησης του Evolution " +"αναβοσβήνει στην περιοχή ειδοποιήσεων. Για να σταματήσετε την ειδοποίηση ή " +"να δείτε το γεγονός, πατήστε στο εικονίδιο ειδοποίησης." #: C/evolution.xml:4211(para) msgid "To create a reminder:" @@ -8635,6 +9991,13 @@ msgid "" "at least once after logging in. No matter where the reminders are stored, " "you can quit Evolution and still be reminded of an upcoming appointment." msgstr "" +"Αν έχετε αποθηκεύσει ειδοποιήσεις σε ένα τοπικό ημερολόγιο, αυτές " +"λειτουργούν από τη στιγμή που συνδέεστε. Ωστόσο, για ειδοποιήσεις που " +"αποθηκεύονται σε έναν απομακρυσμένο διακομιστή όπως οι GroupWise ή Exchange " +"οι οποίοι απαιτούν πιστοποίηση, θα πρέπει να τρέξετε το Evolution " +"τουλάχιστον μια φορά μετά που θα συνδεθείτε. Ασχέτως με το πού είναι " +"αποθηκευμένες οι ειδοποιήσεις, μπορείτε να κλείσετε το Evolution, και πάλι " +"θα ειδοποιηθείτε για επερχόμενα ραντεβού." #: C/evolution.xml:4225(para) msgid "" @@ -8647,6 +10010,15 @@ msgid "" "your server settings; check with your system administrator or adjust your " "delegation settings." msgstr "" +"Αν χρησιμοποιείτε ένα ημερολόγιο σε ένα διακομιστή Novell <trademark class=" +"\"registered\">GroupWise</trademark> ή Microsoft Exchange, επιλέξτε μια " +"διαβάθμιση για το ραντεβού για να καθορίσετε ποιοι μπορούν να το δουν. Η " +"προεπιλεγμένη διαβάθμιση είναι Δημόσιο, και ένα δημόσιο ραντεβού μπορούν να " +"το δουν όλοι εκείνοι με τους οποίους μοιράζεστε τα ημερολόγια στο δίκτυο. Το " +"Ιδιωτικό υποδεικνύει ένα επίπεδο ασφάλειας, και το Εμπιστευτικό ένα ακόμα " +"πιο ψηλό επίπεδο. Τα διαφορετικά επίπεδα ποικίλουν ανάλογα με τις ρυθμίσεις " +"του εξυπηρετητή σας. Ελέγξτε το με το διαχειριστή του συστήματός σας ή " +"τροποποιήστε τις ρυθμίσεις ανάθεσης." #: C/evolution.xml:4226(para) msgid "" @@ -8656,23 +10028,36 @@ msgid "" "to designate as Free rather than Busy time, select the Free box in the Show " "Time As section. Normally, appointments display as Busy." msgstr "" +"Αν χρησιμοποιείτε διακομιστή Novell GroupWise ή Microsoft Exchange, άλλοι " +"άνθρωποι στο διακομιστή μπορούν να ελέγξουν το πρόγραμμά σας για να δουν αν " +"είναι διαθέσιμοι σε κάποια συγκεκριμένη στιγμή. Αν έχετε ένα ραντεβού που " +"είναι ευέλικτο ή αν θέλετε να ορίσετε τον εαυτό σας ως Διαθέσιμο αντί για " +"Απασχολημένο, επιλέξτε το κουτί Διαθέσιμος στο τμήμα Εμφάνιση ώρας ως. " +"Κανονικά, στα ραντεβού εμφανίζεστε ως Απασχολημένοι." #: C/evolution.xml:4227(para) msgid "" "You can categorize appointments in the same way you can categorize contacts." msgstr "" +"Μπορείτε να κατηγοριοποιήσετε ραντεβού με τον ίδιο τρόπο με τον οποίο " +"κατηγοριοποιείτε επαφές." #: C/evolution.xml:4233(para) msgid "" "Select the check box next to each category that matches the appointment you " "are creating." msgstr "" +"Επιλέξτε το κουτάκι δίπλα από κάθε κατηγορία που ταιριάζει στο ραντεβού που " +"δημιουργείτε." #: C/evolution.xml:4240(para) msgid "" "You can add a new category to your category list by clicking Edit Master " "Category List, then click Click Here To Add A Category." msgstr "" +"Μπορείτε να προσθέσετε μια νέα κατηγορία στη λίστα κατηγοριών πατώντας στο " +"Επεξεργασία πρωτεύουσας λίστας κατηγοριών, και μετά πατώντας στο Πατήστε εδώ " +"για να προσθέσετε μια κατηγορία." #: C/evolution.xml:4242(para) msgid "" @@ -8680,6 +10065,9 @@ msgid "" "to the appointment. The categories you selected are now listed in the text " "box to the right of the Categories button." msgstr "" +"Μετά που θα έχετε επιλέξει τις κατηγορίες σας, πατήστε Εντάξει για να " +"αναθέσετε αυτές τις κατηγορίες στο ραντεβού. Οι κατηγορίες που επιλέξατε " +"εμφανίζονται τώρα στο κουτί κειμένου στα δεξιά του κουμπιού Κατηγορίες." #: C/evolution.xml:4243(para) msgid "" @@ -8688,6 +10076,10 @@ msgid "" "appointments in a particular category, select the corresponding category in " "the search bar at the top of the calendar." msgstr "" +"Τα ραντεβού που έχουν κατηγορίες εμφανίζονται με εικονίδια στην προβολή " +"ημερολογίου, και μπορείτε επίσης να αναζητήσετε ραντεβού κατά κατηγορία. Για " +"να εμφανίσετε μόνο τα ραντεβού μιας συγκεκριμένης κατηγορίας, επιλέξτε την " +"αντίστοιχη κατηγορία στη γραμμή αναζήτησης στο πάνω μέρος του ημερολογίου." #: C/evolution.xml:4248(para) msgid "" @@ -8699,6 +10091,15 @@ msgid "" "weeks on Monday and Friday until January 3, 2008</quote> or <quote>Every " "month on the first Friday for 12 occurrences.</quote>" msgstr "" +"Το κουμπί του εργαλείου Επανεμφανίσεις σας επιτρέπει να περιγράφετε τις " +"επαναλήψεις στα ραντεβού, από μία φορά τη μέρα μέχρι μία φορά κάθε 100 " +"χρόνια. Μετά μπορείτε να επιλέξετε μια ημερομηνία και ώρα στην οποία το " +"ραντεβού σταματά να επαναλαμβάνεται, και στις Εξαιρέσεις να διαλέξετε " +"συγκεκριμένες μέρες κατά τις οποίες το ραντεβού δε θα επανεμφανίζεται. Κάντε " +"τις επιλογές σας από αριστερά προς δεξιά, και θα διαμορφωθεί μια πρόταση: " +"<quote>Κάθε δύο εβδομάδες Δευτέρα και Παρασκευή μέχρι τις 3 Ιανουαρίου 2010</" +"quote> ή <quote>Κάθε μήνα στη δεύτερη Παρασκευή για 12 επανεμφανίσεις</" +"quote>." #: C/evolution.xml:4249(para) msgid "" @@ -8708,6 +10109,12 @@ msgid "" "change other settings by right-clicking the appointment then choosing Open, " "or double-clicking the appointment." msgstr "" +"Μετά που έχετε τελειώσει με τις ρυθμίσεις, πατήστε το κουμπί Αποθήκευση στην " +"εργαλειοθήκη για να αποθηκεύσετε και κλείσετε το παράθυρο επεξεργασίας του " +"ραντεβού. Αν θέλετε, μπορείτε να τροποποιήσετε την περίληψη ενός ραντεβού " +"στην προβολή ημερολογίου πατώντας πάνω της και πληκτρολογώντας. Μπορείτε να " +"τροποποιήσετε άλλες ρυθμίσεις κάνοντας δεξί κλικ στο ραντεβού και " +"επιλέγοντας Άνοιγμα, ή κάνοντας διπλό κλικ στο ραντεβού." #: C/evolution.xml:4255(para) msgid "" @@ -8715,6 +10122,10 @@ msgid "" "used to schedule group meetings and help you manage responses to meeting " "requests." msgstr "" +"Μια συνάντηση είναι ένα γεγονός που το προγραμματίζετε για πολλούς " +"ανθρώπους. Το Evolution μπορεί να χρησιμοποιηθεί για τον προγραμματισμό " +"ομαδικών συναντήσεων και για να σας βοηθήσει να διαχειριστείτε απαντήσεις σε " +"αιτήσεις για συναντήσεις." #: C/evolution.xml:4256(para) msgid "" @@ -8724,6 +10135,11 @@ msgid "" "sent an email with the meeting information, which also gives them the option " "to respond." msgstr "" +"Όταν δημιουργείτε μια συνάντηση ή ομαδικό ραντεβού, μπορείτε να καθορίσετε " +"τους παρευρισκόμενους σε διάφορες κατηγορίες, όπως Προεδρείο ή Απαραίτητος " +"συμμετέχον. Όταν αποθηκεύσετε τη λίστα της συνάντησης, θα σταλεί ένα μήνυμα " +"σε κάθε παρευρισκόμενο με τις πληροφορίες της συνάντησης, το οποίο τους " +"δίνει και την ευκαιρία να απαντήσουν." #: C/evolution.xml:4257(para) msgid "" @@ -8734,61 +10150,78 @@ msgid "" "to their calendars with one click, but it won't automatically send you email " "about whether they plan to attend." msgstr "" +"Αν δε χρειάζεστε να μαζέψετε πληροφορίες για τη συμμετοχή όταν " +"προγραμματίζετε ένα γεγονός, και προτιμάτε απλά να το ανακοινώσετε, κάντε " +"δεξί κλικ στη συνάντηση και επιλέξτε Προώθηση ως iCalendar. Αυτό ανοίγει ένα " +"νέο μήνυμα αλληλογραφίας με την ειδοποίηση για το γεγονός συνημμένη ως " +"ανακοίνωση. Οι παραλήπτες μπορούν να προσθέσουν το γεγονός στα ημερολόγιά " +"τους με ένα κλικ, αλλά δε θα σας σταλεί αυτόματα μήνυμα σχετικά με το αν " +"σκοπεύουν να παρευρεθούν." #: C/evolution.xml:4258(para) -#, fuzzy msgid "To schedule a meeting:" -msgstr "Προγραμματισμός _Συνάντησης..." +msgstr "Για να προγραμματίσετε μια συνάντηση:" #: C/evolution.xml:4261(para) C/evolution.xml:4376(para) msgid "Click File > New > Meeting." -msgstr "" +msgstr "Επιλέξτε Αρχείο > Νέο > Συνάντηση." #: C/evolution.xml:4264(para) C/evolution.xml:4715(para) msgid "" "If you have multiple email accounts, select the one to use by selecting an " "item in the Organizer field." msgstr "" +"Αν έχετε πολλαπλούς λογαριασμούς αλληλογραφίας, διαλέξτε εκείνον που θέλετε " +"να χρησιμοποιήσετε επιλέγοντας ένα στοιχείο στο πεδίο Διοργανωτής." #: C/evolution.xml:4270(para) C/evolution.xml:4379(para) msgid "Click Add to add the email addresses of people you want to invite." msgstr "" +"Πατήστε Προσθήκη για να προσθέσετε τις διευθύνσεις αλληλογραφίας των ατόμων " +"που θέλετε να προσκαλέσετε." #: C/evolution.xml:4273(para) msgid "" "To remove an attendee from the list, select an attendee and press Remove." msgstr "" +"Για να αφαιρέσετε έναν παρευρισκόμενο από τη λίστα, επιλέξτε τον και πατήστε " +"Αφαίρεση." #: C/evolution.xml:4276(para) msgid "To edit a field, select the field and click Edit." msgstr "" +"Για να επεξεργαστείτε ένα πεδίο, επιλέξτε το πεδίο και πατήστε Επεξεργασία." #: C/evolution.xml:4279(para) msgid "" "Click View on the menu bar to show or hide the Type, Role, Status, and RSVP " "fields." msgstr "" +"Επιλέξτε Προβολή από τη γραμμή μενού για να εμφανίσετε ή να αποκρύψετε τα " +"πεδία Τύπος, Ρόλος, Κατάσταση και RSVP." #: C/evolution.xml:4328(para) -#, fuzzy msgid "" "To query free/busy information for the attendees, click the Free/Busy button " "on the toolbar." -msgstr "Ερώτηση πληροφοριών διαθεσιμότητας για τους παρευρισκόμενους" +msgstr "" +"Για να αναζητήσετε πληροφορίες διαθεσιμότητας/απασχόλησης των " +"παρευρισκομένων, πατήστε το κουμπί Διαθεσιμότητα στην εργαλειοθήκη." #: C/evolution.xml:4330(para) msgid "Click Options > Free/Busy." -msgstr "" +msgstr "Επιλέξτε Επιλογές > Διαθεσιμότητα." #: C/evolution.xml:4333(para) -#, fuzzy msgid "Click Save to save the meeting." -msgstr "Κάντε κλικ εδώ για αποθήκευση του τρέχοντος παραθύρου" +msgstr "Πατήστε Αποθήκευση για να αποθηκεύσετε τη συνάντηση." #: C/evolution.xml:4336(para) msgid "" "An email is sent out to all the recipients, inviting them to your event." msgstr "" +"Ένα μήνυμα αποστέλνεται σε όλους τους παραλήπτες, προσκαλώντας τους στο " +"γεγονός." #: C/evolution.xml:4338(para) msgid "" @@ -8800,6 +10233,14 @@ msgid "" "you forward the invitation message you received from the original meeting " "organiser to additional participants." msgstr "" +"Στο Evolution, μια συνάντηση μπορεί να έχει μόνο έναν διοργανωτή, και μόνο ο " +"διοργανωτής μπορεί να προσθέτει παρευρισκόμενους σε εκείνη τη συνάντηση. " +"Παρότι είναι δυνατόν να αλλάξετε το διοργανωτή μιας συνάντησης, αυτό δε " +"συνίσταται ως μέσο για πρόσκληση περισσότερων παρευρισκόμενων σε " +"συναντήσεις. Αν θέλετε να προσκαλέσετε περισσότερους ανθρώπους σε μια " +"συνάντηση και δεν είστε ο διοργανωτής, συνίσταται να προωθήσετε το μήνυμα " +"πρόσκλησης που λάβατε από τον αρχικό διοργανωτή στους επιπρόσθετους " +"παρευρισκόμενους." #: C/evolution.xml:4344(para) msgid "" @@ -8808,13 +10249,18 @@ msgid "" "details are shown about the event, including time and dates. Then you can " "choose how to reply to the invitation. Your choices are:" msgstr "" +"Οι αιτήσεις για συνάντηση στέλνονται ως συνημμένα iCal. Για να δείτε και να " +"απαντήσετε σε μια, πατήστε το εικονίδιο συνημμένου και δείτε την πρόσκληση " +"ενσωματωμένη στο παράθυρο αλληλογραφίας. Όλες οι λεπτομέρειες σχετικά με το " +"γεγονός φαίνονται, συμπεριλαμβανομένων της ημερομηνίας και της ώρας. Τότε " +"μπορείτε να επιλέξετε πώς θα απαντήσετε στην πρόσκληση. Οι επιλογές σας " +"είναι:" #: C/evolution.xml:4347(para) msgid "Accept" msgstr "Αποδοχή" #: C/evolution.xml:4350(para) -#, fuzzy msgid "Tentatively Accept" msgstr "Δοκιμαστική Αποδοχή" @@ -8827,6 +10273,8 @@ msgid "" "Click OK to send an email to the organizer with your answer. The event is " "also added to your calendar if you accept." msgstr "" +"Πατήστε Εντάξει για να στείλετε ένα μήνυμα στο διοργανωτή με την απάντηση. " +"Το γεγονός προστίθεται και στο ημερολόγιο αν το αποδεχτείτε." #: C/evolution.xml:4357(para) msgid "" @@ -8834,12 +10282,18 @@ msgid "" "information, but if the original organizer sends out another update, your " "changes might be overwritten." msgstr "" +"Μετά που θα προσθέσετε τη συνάντηση στο ημερολόγιό σας, μπορείτε να κάνετε " +"αλλαγές στις πληροφορίες, αλλά αν ο αρχικός διοργανωτής στείλει μια " +"ενημέρωση, οι αλλαγές σας μπορεί να αντικατασταθούν." #: C/evolution.xml:4362(para) msgid "" "When you get a reply to a meeting invitation you sent, you can view it " "inline by clicking the attachment and selecting View Inline." msgstr "" +"Όταν λαμβάνετε μια απάντηση σε μια πρόσκληση συνάντησης που εσείς στείλατε, " +"μπορείτε να τη δείτε ενσωματωμένη στο μήνυμα πατώντας στο συνημμένο και " +"επιλέγοντας Προβολή μέσα στο μήνυμα." #: C/evolution.xml:4367(para) msgid "" @@ -8850,6 +10304,13 @@ msgid "" "attendees, e.g. how many of them have accepted or declined the meeting " "request." msgstr "" +"Αν βιάζεστε και θέλετε να δείτε τις λεπτομέρειες μιας συνάντησης, κρατήστε " +"το δείκτη του ποντικιού πάνω από τη συνάντηση στην προβολή ημερολογίου. Ένα " +"βοήθημα αναδύεται με τις λεπτομέρειες της συνάντησης. Θα σας παρέχει το " +"πρόγραμμα της συνάντησης, τον χώρο και την ώρα. Αν είστε ο διοργανωτής της " +"συνάντησης, μπορείτε επίσης να δείτε την κατάσταση των παρευρισκομένων, π.χ. " +"πόσοι έχουν αποδεχτεί και πόσοι έχουν απορρίψει την πρόσκληση για τη " +"συνάντηση." #: C/evolution.xml:4372(para) msgid "" @@ -8862,15 +10323,27 @@ msgid "" "you can still use iCal event invitations to coordinate schedules with other " "people." msgstr "" +"Επιπλέον από τα συνηθισμένα εργαλεία προγραμματισμού συναντήσεων, μπορείτε " +"να χρησιμοποιήσετε προκαταβολικά την προβολή Διαθεσιμότητας/Απασχόλησης για " +"να ελέγξετε αν τα άτομα είναι διαθέσιμα. Η δυνατότητα Διαθεσιμότητας/" +"Απασχόλησης είναι συνήθως χαρακτηριστικό των εξειδικευμένων διακομιστών " +"groupware όπως ο Microsoft Exchange και ο Novell GroupWise. Ωστόσο, μπορείτε " +"επίσης να δημοσιεύετε πληροφορίες Διαθεσιμότητας/Απασχόλησης στο διαδίκτυο, " +"και να έχετε πρόσβαση σε πληροφορίες Διαθεσιμότητας/Απασχόλησης που " +"δημοσιεύονται αλλού. Αν δε δημοσιεύουν όλοι οι συνεργάτες σας πληροφορίες " +"Διαθεσιμότητας/Απασχόλησης, μπορείτε να χρησιμοποιήσετε τις προσκλήσεις " +"γεγονότων iCal για να συντονίζετε προγράμματα με άλλους ανθρώπους." #: C/evolution.xml:4373(para) msgid "To access the free/busy view:" -msgstr "" +msgstr "Για να δείτε την προβολή διαθεσιμότητας/απασχόλησης:" #: C/evolution.xml:4382(para) msgid "" "Click the Free/Busy button on the toolbar, or click Options > Free/Busy." msgstr "" +"Πατήστε το κουμπί Διαθεσιμότητα στην Εργαλειοθήκη, ή επιλέξτε Επιλογές > " +"Διαθεσιμότητα." #: C/evolution.xml:4387(para) msgid "" @@ -8879,21 +10352,26 @@ msgid "" "Close. Attendees on an Exchange server have the appointment updated " "automatically; others receive email notification of any change in plans." msgstr "" +"Τροποποιήστε την ώρα της συνάντησης, είτε σύροντας τα όρια της συνάντησης " +"είτε χρησιμοποιώντας τα κουμπιά αυτόματου πιασίματος για να επιλεγεί μια ώρα " +"αυτόματα, και μετά πατήστε Αποθήκευση και Κλείσιμο. Η συνάντηση ανανεώνεται " +"αυτόματα για τους παρευρισκόμενους σε ένα διακομιστή Exchange, οι υπόλοιποι " +"λαμβάνουν μια ειδοποίηση με αλληλογραφία για οποιεσδήποτε αλλαγές στα σχέδια." #: C/evolution.xml:4391(title) -#, fuzzy msgid "Attendee List:" -msgstr "Λίστα παρευρισκομένων" +msgstr "Λίστα παρευρισκομένων:" #: C/evolution.xml:4392(para) msgid "" "The Attendee List shows the people who have been invited to the appointment." msgstr "" +"Η λίστα παρευρισκομένων δείχνει τους ανθρώπους που έχουν προσκληθεί στη " +"συνάντηση." #: C/evolution.xml:4395(title) -#, fuzzy msgid "Schedule Grid:" -msgstr "Σχήμα" +msgstr "Πίνακας προγράμματος:" #: C/evolution.xml:4396(para) msgid "" @@ -8905,6 +10383,15 @@ msgid "" "publish free/busy information at a URL you can reach and you have entered " "that URL into their contact cards using the contact editor." msgstr "" +"Ο πίνακας προγράμματος δείχνει τις δημοσιευμένες πληροφορίες Διαθεσιμότητας " +"για τους ανθρώπους που έχετε καλέσει. Εδώ θα συγκρίνετε τα προγράμματά σας " +"για να βρείτε ελεύθερο χρόνο να προγραμματίσετε τη συνάντηση. Οι χρήστες " +"έχουν δημοσιευμένες πληροφορίες προγράμματος μόνο αν χρησιμοποιούν τους " +"ίδιους διακομιστές Novell GroupWise ή Microsoft Exchange που χρησιμοποιείτε " +"κι εσείς (δηλαδή αν είναι στον ίδιο οργανισμό που είστε κι εσείς), ή αν " +"δημοσιεύουν πληροφορίες διαθεσιμότητας σε ένα URL στο οποίο έχετε πρόσβαση, " +"και το οποίο το έχετε εισάγει στην κάρτα επαφής τους χρησιμοποιώντας τον " +"επεξεργαστή επαφών." #: C/evolution.xml:4401(para) msgid "" @@ -8913,50 +10400,61 @@ msgid "" "support. Check with your system administrator if you are not sure you have " "this functionality." msgstr "" +"Μπορείτε να δημοσιεύετε πληροφορίες Ημερολογίου και Διαθεσιμότητας σε ένα " +"διακομιστές WebDAV, FTP, ή σε απομακρυσμένα συστήματα μέσω ασφαλούς κελύφους " +"ή σε άλλο διακομιστή ιστού με υποστήριξη για HTTP PUT. Ελέγξτε το με το " +"διαχειριστή του συστήματός σας αν δεν είστε σίγουροι ότι έχετε αυτή τη " +"δυνατότητα." #: C/evolution.xml:4402(para) -#, fuzzy msgid "To set up Calendar or Free/Busy publishing:" -msgstr "Λίστα από urls εξυπηρετητών για δημοσιοποίηση διαθεσιμότητας." +msgstr "Για να ρυθμίσετε τη δημοσίευση Ημερολογίου ή Διαθεσιμότητας:" #: C/evolution.xml:4405(para) C/evolution.xml:5140(para) msgid "Click Edit > Preferences, then click Calendar and Tasks." msgstr "" +"Επιλέξτε Επεξεργασία > Προτιμήσεις και μετά πατήστε Ημερολόγιο και " +"Εργασίες." #: C/evolution.xml:4408(para) msgid "" "Click the Calendar Publishing tab, click Add, then select the information " "you want to publish." msgstr "" +"Επιλέξτε την καρτέλα Δημοσίευση ημερολογίου, πατήστε προσθήκη και μετά " +"επιλέξτε τις πληροφορίες που θέλετε να δημοσιεύσετε." #: C/evolution.xml:4411(para) -#, fuzzy msgid "Select the frequency with which you want to upload data." -msgstr "" -"Επιλέξτε το φάκελο ή τη συσκευή από όπου θέλετε να ξεκινήσει η αναζήτηση" +msgstr "Επιλέξτε τη συχνότητα με την οποία θα ανεβάζετε τα δεδομένα." #: C/evolution.xml:4414(para) -#, fuzzy msgid "Select the calendars you want to display data for." -msgstr "Επιλέξτε τα παιχνίδια που θέλετε να αποθηκεύσετε:" +msgstr "Επιλέξτε τα ημερολόγια για τα οποία θέλετε να προβάλλετε πληροφορίες." #: C/evolution.xml:4417(para) msgid "Specify the publishing location for the upload server." msgstr "" +"Καθορίστε την τοποθεσία δημοσίευσης για το διακομιστή στον οποίο θα " +"ανεβαίνουν." #: C/evolution.xml:4420(para) msgid "Type your username and password." -msgstr "" +msgstr "Εισάγετε το όνομα χρήστη και τον κωδικό σας." #: C/evolution.xml:4426(para) msgid "" "To immediately publish calendar information, go to the Calendar tool and " "click Actions > Publish Calendar Information." msgstr "" +"Για να δημοσιεύσετε πληροφορίες ημερολογίου άμεσα, πηγαίνετε στο εργαλείο " +"Ημερολόγιο και επιλέγετε Ενέργειες > Δημοσίευση πληροφοριών ημερολογίου." #: C/evolution.xml:4428(para) C/evolution.xml:6999(para) msgid "You can specify a template to use when posting to the Free/Busy server." msgstr "" +"Μπορείτε να καθορίσετε ένα πρότυπο για να χρησιμοποιείται όταν δημοσιεύετε " +"στο διακομιστή διαθεσιμότητας." #: C/evolution.xml:4434(para) msgid "" @@ -8965,18 +10463,28 @@ msgid "" "Then, when you schedule a meeting with them, Evolution looks up the schedule " "and displays it in the Free/Busy data." msgstr "" +"Αν κάποιοι σας δώσουν ένα URL για πληροφορίες διαθεσιμότητας ή για το " +"δικτυακό τους ημερολόγιο, μπορείτε να το εισάγετε ως μέρος των πληροφοριών " +"της επαφής στο εργαλείο Επαφών. Τότε, όταν προγραμματίζετε μια συνάντηση με " +"αυτούς, το Evolution κοιτάει το πρόγραμμά τους και το εμφανίζει στις " +"πληροφορίες Διαθεσιμότητας." #: C/evolution.xml:4441(para) msgid "" "You can use a customized search, an advanced search, or a quick search to " "search for Calendar items." msgstr "" +"Μπορείτε να χρησιμοποιήσετε μια προσαρμοσμένη αναζήτηση, μια προχωρημένη " +"αναζήτηση ή μια γρήγορη αναζήτηση για να αναζητήσετε στοιχεία από το " +"Ημερολόγιο." #: C/evolution.xml:4444(para) msgid "" "Evolution enables you to find the Calendar items by using a Customized " "Search." msgstr "" +"Το Evolution σας επιτρέπει να βρίσκετε στοιχεία από το Ημερολόγιο " +"χρησιμοποιώντας μια Προσαρμοσμένη αναζήτηση." #: C/evolution.xml:4454(para) C/evolution.xml:4770(para) #: C/evolution.xml:5006(para) @@ -8990,48 +10498,50 @@ msgstr "Η περιγραφή περιέχει" #: C/evolution.xml:4460(para) C/evolution.xml:4776(para) #: C/evolution.xml:5012(para) -#, fuzzy #| msgid "Any field contains" msgid "Any field Contains" -msgstr "Κάθε πεδίο περιέχει" +msgstr "Οποιοδήποτε πεδίο περιέχει" #: C/evolution.xml:4465(para) C/evolution.xml:5017(para) -#, fuzzy msgid "Evolution displays the desired Calendar items." -msgstr "Εισαγωγέας iCalendar Evolution" +msgstr "Το Evolution εμφανίζει τα επιθυμητά στοιχεία ημερολογίου." #: C/evolution.xml:4477(para) C/evolution.xml:4791(para) #: C/evolution.xml:5029(para) msgid "Select Advanced Search to open Advanced Search dialog box." msgstr "" +"Επιλέξτε Προχωρημένη αναζήτηση για να ανοίξετε το διάλογο Προχωρημένη " +"αναζήτηση." #: C/evolution.xml:4478(para) C/evolution.xml:4792(para) #: C/evolution.xml:5030(para) msgid "Search name field displays the search type you have selected." msgstr "" +"Το πεδίο Όνομα κανόνα εμφανίζει τον τύπο της αναζήτησης που έχετε επιλέξει." #: C/evolution.xml:4483(para) C/evolution.xml:4797(para) #: C/evolution.xml:5035(para) -#, fuzzy msgid "Click Add to add rules." -msgstr "Κλικ εδώ για προσθήκη εργασίας" +msgstr "Πατήστε προσθήκη για να προσθέσετε κανόνες." #: C/evolution.xml:4486(para) C/evolution.xml:4800(para) #: C/evolution.xml:5038(para) -#, fuzzy msgid "Select the criteria, and then type a search entry in the given field." -msgstr "Το όνομα του αρχείου σχήματος που περιέχει το παιχνίδι πασιέντσας." +msgstr "" +"Επιλέξτε τα κριτήρια και μετά εισάγετε μια αναζήτηση στο πεδίο που δίνεται." #: C/evolution.xml:4497(para) msgid "" "Displays all the Calendar items that match the criteria that you have " "selected from the drop-down list in the Search bar." msgstr "" +"Εμφανίζει όλα τα στοιχεία από το Ημερολόγιο τα οποία ταιριάζουν με τα " +"κριτήρια που έχετε επιλέξει από την αναδιπλούμενη λίστα στη γραμμή " +"Αναζήτησης." #: C/evolution.xml:4501(para) C/evolution.xml:5053(para) -#, fuzzy msgid "Click the Show drop-down list." -msgstr "Χρησιμοποιήστε αυτή τη λίστα για να διαλέξετε τον εισαγωγέα χαρτιού." +msgstr "Πατήστε στην αναδιπλούμενη λίστα Εμφάνιση." #: C/evolution.xml:4507(para) C/evolution.xml:4849(para) #: C/evolution.xml:5059(para) @@ -9048,24 +10558,23 @@ msgid "Active Appointments" msgstr "Ενεργά ραντεβού" #: C/evolution.xml:4516(para) -#, fuzzy msgid "Next 7 Days' Appointments" msgstr "Ραντεβού των επόμενων 7 ημερών" #: C/evolution.xml:4531(para) C/evolution.xml:4882(para) -#, fuzzy msgid "Favourites" msgstr "Αγαπημένα" #: C/evolution.xml:4584(para) -#, fuzzy msgid "You can view the desired items listed in the Calendar view." msgstr "" -"Εμφάνιση διαγραμμένων μηνυμάτων (με strike-through) στη λίστα μηνυμάτων." +"Μπορείτε να δείτε τα επιθυμητά μηνύματα στη λίστα στην προβολή Ημερολογίου." #: C/evolution.xml:4589(para) msgid "To print the displayed calendar items, click File > Print." msgstr "" +"Για να εκτυπώσετε τα προβαλλόμενα στοιχεία ημερολογίου, επιλέξτε Αρχείο > " +"Εκτύπωση." #: C/evolution.xml:4594(para) msgid "" @@ -9073,28 +10582,33 @@ msgid "" "calendar. To delete old events, click Actions > Purge, then enter the " "number of days of past events you want to keep. Click OK to purge the items." msgstr "" +"Η διατήρηση μιας λίστας με όλα όσα κάνατε στο παρελθόν, σταδιακά κάνει το " +"ημερολόγιό σας πιο αργό. Για να σβήσετε παλιά γεγονότα, επιλέξτε Ενέργειες " +"> Εκκαθάριση και μετά εισάγετε τον αριθμό των ημερών των περασμένων " +"γεγονότων που θέλετε να κρατήσετε. Πατήστε Εντάξει για να καθαρίσετε τα " +"στοιχεία." #: C/evolution.xml:4599(para) msgid "Only attendees of a meeting can delegate a meeting." msgstr "" +"Μόνο οι παρευρισκόμενοι σε μια συνάντηση μπορούν να αναθέσουν μια συνάντηση." #: C/evolution.xml:4602(para) msgid "In the Calendar, right-click the meeting you want to delegate." msgstr "" +"Στο ημερολόγιο, κάντε δεξί κλικ στη συνάντηση την οποία θέλετε να αναθέσετε." #: C/evolution.xml:4605(para) -#, fuzzy msgid "Click Delegate Meeting." -msgstr "Ανάθεση _συνάντησης..." +msgstr "Επιλέξτε Ανάθεση συνάντησης." #: C/evolution.xml:4608(para) -#, fuzzy msgid "Select the contacts you want to delegate the meeting to." -msgstr "Είστε βέβαιοι για τη διαγραφή αυτού του ραντεβού;" +msgstr "Επιλέξτε τις επαφές στις οποίες θέλετε να αναθέσετε τη συνάντηση." #: C/evolution.xml:4614(para) msgid "Each contact receives a copy of the meeting invitation." -msgstr "" +msgstr "Κάθε επαφή λαμβάνει ένα αντίγραφο της πρόσκλησης για τη συνάντηση." #: C/evolution.xml:4619(para) msgid "" @@ -9108,6 +10622,16 @@ msgid "" "schedule in your calendar, you might not need to refresh it more than once a " "week." msgstr "" +"Για να δημιουργήσετε ένα νέο ημερολόγιο, επιλέξτε Αρχείο > Νέο > " +"Ημερολόγιο. Αν σκοπεύετε να αποθηκεύετε τοπικά αυτό το ημερολόγιο, " +"χρειάζεται μόνο να καθορίσετε το όνομα και το χρώμα. Αν είναι απομακρυσμένο " +"ημερολόγιο, χρειάζεται να καθορίσετε το όνομα, το χρώμα, το URL και μια " +"συχνότητα ανανέωσης. Η συχνότητα ανανέωσης καθορίζει πόσο συχνά το Evolution " +"ελέγχει για να δει αν το ημερολόγιο έχει αλλάξει. Αν εργάζεστε με κάποιον " +"που δημοσιεύει ένα δημόσιο ημερολόγιο, μπορεί να θέλετε να ελέγχετε για " +"ενημερώσεις κάθε τριάντα λεπτά. Από την άλλη, αν έχετε ένα ημερολόγιο για " +"μια ποδοσφαιρική ομάδα, ίσως δε χρειάζεται να το ανανεώνετε πιο συχνά από " +"μια φορά την εβδομάδα." #: C/evolution.xml:4620(para) msgid "" @@ -9116,6 +10640,10 @@ msgid "" "religious holidays, phases of the moon, sports, and local and regional " "events." msgstr "" +"Ο <ulink url=\"http://icalshare.com\">ιστότοπος icalshare.com</ulink> έχει " +"μια εκτενή λίστα διαμοιρασμένων δικτυακών ημερολογίων, συμπεριλαμβανομένων " +"εθνικών και θρησκευτικών γιορτών, φάσεων της σελήνης, αθλητικών, και τοπικών " +"και περιφερειακών γεγονότων." #: C/evolution.xml:4621(para) msgid "" @@ -9124,18 +10652,29 @@ msgid "" "Web calendar source. You can view and create calendar events on CalDav " "accounts just like other calendars on Evolution." msgstr "" +"Το Evolution σας επιτρέπει να βλέπετε και να διαχειρίζεστε ημερολόγια σε " +"απομακρυσμένους διακομιστές CalDAV. Η διαδικασία για τη δημιουργία μιας " +"πηγής ημερολογίου CalDAV είναι παρόμοια με εκείνη της δημιουργίας μιας " +"απομακρυσμένης πηγής αλληλογραφίας. Μπορείτε να δείτε και να δημιουργήσετε " +"γεγονότα στο ημερολόγιο σε λογαριασμούς CalDAV όπως και με τα άλλα " +"ημερολόγια του Evolution." #: C/evolution.xml:4626(para) msgid "" "The Task List, located in the upper-right corner of the calendar, lets you " "keep a list of tasks separate from your calendar appointments." msgstr "" +"Η Λίστα εργασιών, που βρίσκεται στην πάνω δεξιά γωνιά του ημερολογίου, σας " +"επιτρέπει να διατηρείτε μια λίστα από εργασίες ξεχωριστά από τα ραντεβού του " +"ημερολογίου σας." #: C/evolution.xml:4627(para) msgid "" "You can use the list in a larger window by clicking the Tasks button in the " "side bar." msgstr "" +"Μπορείτε να χρησιμοποιήσετε τη λίστα σε ένα μεγαλύτερο παράθυρο πατώντας το " +"κουμπί Εργασίες στην πλευρική στήλη." #: C/evolution.xml:4628(para) msgid "" @@ -9144,25 +10683,28 @@ msgid "" "and show task lists just like calendars. In the calendar display task pad, " "tasks from all visible task lists appear, color coded by list." msgstr "" +"Μπορείτε πιο εύκολα να διαχειριστείτε τις Λίστες εργασιών από το " +"εξειδικευμένο εργαλείο Εργασίες. Κάθε λίστα εργασιών έχει ένα χρώμα, και " +"μπορείτε να χρησιμοποιείτε το εργαλείων Εργασιών για να εμφανίζετε και να " +"κρύβετε λίστες εργασιών ακριβώς όπως και τα ημερολόγια. Στο πλαίσιο εργασιών " +"που εμφανίζεται στο ημερολόγιο, εμφανίζονται εργασίες από όλες τις λίστες " +"εργασιών, με τα χρώματά τους κατά λίστα." #: C/evolution.xml:4631(link) C/evolution.xml:4642(title) -#, fuzzy msgid "Creating a New Task List" -msgstr "_Νέα Λίστα Εργασιών" +msgstr "Δημιουργία μιας νέας λίστας εργασιών" #: C/evolution.xml:4634(link) C/evolution.xml:4661(title) -#, fuzzy msgid "Creating a New Task" -msgstr "Δημιουργία νέου κλειδιού" +msgstr "Δημιουργία μιας νέας εργασίας" #: C/evolution.xml:4637(link) C/evolution.xml:4706(title) -#, fuzzy msgid "Assigned Tasks" -msgstr "Ανατιθέ_μενη εργασία" +msgstr "Ανατιθέμενες εργασίες" #: C/evolution.xml:4645(para) msgid "Click File > New > Task List." -msgstr "Κάντε κλικ στο Αρχείο > Νέο > Λίστα εργασιών." +msgstr "Επιλέξτε Αρχείο > Νέο > Λίστα εργασιών." #: C/evolution.xml:4648(para) msgid "Specify the name and color for the task list." @@ -9172,6 +10714,8 @@ msgstr "Καθορίστε το όνομα και το χρώμα για την msgid "" "(Optional) If the task is an online list, specify the URL of the task list." msgstr "" +"(Προαιρετικό) Αν η λίστα εργασιών βρίσκεται στον δίκτυο, καθορίστε το URL " +"για τη λίστα εργασιών." #: C/evolution.xml:4657(para) msgid "" @@ -9183,33 +10727,48 @@ msgid "" "on a message header to change the direction and type of sorting, or right-" "click to add or remove columns from the display." msgstr "" +"Μετά που θα έχετε προσθέσει μια εργασία στη λίστα, η περίληψή της " +"εμφανίζεται στο τμήμα Περίληψη της λίστας εργασιών. Για να προβάλετε ή να " +"επεξεργαστείτε μια λεπτομερή περιγραφή ενός αντικειμένου, κάντε διπλό κλικ " +"πάνω του και επιλέξτε Άνοιγμα. Μπορείτε να διαγράφετε αντικείμενα " +"επιλέγοντάς τα και μετά πατώντας Διαγραφή. Η λίστα εργασιών ταξινομείται με " +"παρόμοιο τρόπο όπως η λίστα μηνυμάτων αλληλογραφίας στην Αλληλογραφία του " +"Evolution. Πατήστε μια φορά στην κεφαλίδα ενός μηνύματος για να αλλάξετε τη " +"φορά και τον τύπο ταξινόμησης, ή κάντε δεξί κλικ για να προσθέσετε ή να " +"αφαιρέσετε στήλες από την προβολή." #: C/evolution.xml:4664(para) msgid "Click File > New > Task." -msgstr "Κάντε κλικ στο Αρχείο > Νέο > Εργασία." +msgstr "Επιλέξτε Αρχείο > Νέο > Εργασία." #: C/evolution.xml:4667(para) C/evolution.xml:4718(para) -#, fuzzy msgid "Select a group for the task." -msgstr "Επιλέξτε την ομάδα tags που επιθυμείτε να χρησιμοποιήσετε" +msgstr "Επιλέξτε μια ομάδα για την εργασία." #: C/evolution.xml:4673(para) msgid "(Optional) Specify a starting date and ending date for the task." msgstr "" +"(Προαιρετικό) Καθορίστε μια ημερομηνία εκκίνησης και μια ημερομηνία λήξης " +"για την εργασία." #: C/evolution.xml:4676(para) msgid "(Optional) Specify a starting time and ending time for the task." msgstr "" +"(Προαιρετικό) Καθορίστε μια ώρα έναρξης και μια ώρα λήξης για την εργασία." #: C/evolution.xml:4695(para) C/evolution.xml:4751(para) msgid "" "(Optional) To specify a status for the task, click Options > Status " "Details." msgstr "" +"(Προαιρετικό) Για να καθορίσετε μια κατάσταση για την εργασία, επιλέξτε " +"Επιλογές > Λεπτομέρειες κατάστασης." #: C/evolution.xml:4707(para) msgid "Evolution can be used to assign a task to multiple people." msgstr "" +"Το Evolution μπορεί να χρησιμοποιηθεί για να αναθέσετε μια εργασία σε " +"πολλούς ανθρώπους." #: C/evolution.xml:4708(para) msgid "" @@ -9218,15 +10777,19 @@ msgid "" "task, each attendee is sent an email with the task information, which also " "gives them the option to respond." msgstr "" +"Όταν αναθέτετε μια εργασία, μπορείτε αν καθορίσετε τους παρευρισκόμενους σε " +"διάφορες κατηγορίες, όπως <quote>Προεδρείο</quote> ή <quote>Απαιτούμενος</" +"quote>. Όταν αποθηκεύσετε την εργασία, αποστέλνεται ένα μήνυμα σε κάθε " +"παρευρισκόμενο με τις πληροφορίες της εργασίας, το οποίο τους δίνει και τη " +"δυνατότητα να απαντήσουν." #: C/evolution.xml:4709(para) -#, fuzzy msgid "To assign a new task:" -msgstr "Νέα ανάθεση εργασίας " +msgstr "Για να αναθέσετε μια νέα εργασία:" #: C/evolution.xml:4712(para) msgid "Click File > New > Assigned Task." -msgstr "" +msgstr "Επιλέξτε Αρχείο > Νέο > Ανατιθέμενη εργασία." #: C/evolution.xml:4721(para) msgid "" @@ -9236,33 +10799,44 @@ msgid "" "select the field, then click Edit. Click View on the menu bar to show or " "hide the Type, Role, Status, and RSVP fields." msgstr "" +"Πατήστε Προσθήκη, ή πιέστε το πλήκτρο Insert, ή κάντε δεξί κλικ και επιλέξτε " +"Προσθήκη για να προσθέσετε τις διευθύνσεις αλληλογραφίας των ανθρώπων στους " +"οποίους θέλετε να ανατεθεί η εργασία. Για να αφαιρέσετε έναν παρευρισκόμενο " +"από τη λίστα, πατήστε Αφαίρεση. Για να επεξεργαστείτε ένα πεδίο, επιλέξτε το " +"πεδίο και μετά πατήστε Επεξεργασία. Επιλέξτε προβολή από τη γραμμή μενού για " +"να εμφανίσετε ή να κρύψετε τα πεδία Τύπος, Ρόλος, Κατάσταση και RSVP." #: C/evolution.xml:4727(para) msgid "" "(Optional) Specify a starting date and time, and a due date and time for the " "task." msgstr "" +"(Προαιρετικό) Καθορίστε μια ημερομηνία και ώρα έναρξης, και μια ημερομηνία " +"και ώρα προθεσμίας για την εργασία." #: C/evolution.xml:4757(title) -#, fuzzy msgid "Searching for Task Items" -msgstr "Αναζήτηση για κλειδιά..." +msgstr "Αναζήτηση για στοιχεία Εργασιών" #: C/evolution.xml:4760(para) msgid "" "Evolution enables you to find the task items by using Customized Search." msgstr "" +"Το Evolution σας επιτρέπει να βρίσκετε στοιχεία από τις Εργασίες " +"χρησιμοποιώντας την Προσαρμοσμένη αναζήτηση." #: C/evolution.xml:4781(para) -#, fuzzy msgid "Evolution displays the desired Task items." -msgstr "Ημερολόγιο και Εργασίες του Evolution" +msgstr "Το Evolution εμφανίζει τα επιθυμητά στοιχεία από τις εργασίες." #: C/evolution.xml:4805(para) msgid "" "Displays all the task items that match the criteria that you have selected " "from the drop-down list at the top left side, just above the display pane." msgstr "" +"Εμφανίζει όλα τα στοιχεία εργασιών που ταιριάζουν με τα κριτήρια που έχετε " +"επιλέξτε από την αναδιπλούμενη λίστα πάνω αριστερά, ακριβώς πάνω από το " +"πλαίσιο προεπισκόπησης." #: C/evolution.xml:4807(para) msgid "" @@ -9270,35 +10844,40 @@ msgid "" "you to quickly see when tasks are due, as it can become unwieldy for " "planning if you have a lot of tasks in hand." msgstr "" +"Αυτό το χαρακτηριστικό σας παρέχει τις ακόλουθος επιλογές γρήγορης " +"αναζήτησης. Αυτό σας επιτρέπει να δείτε στα γρήγορα ποιες εργασίες είναι " +"κοντά στην προθεσμία τους, καθώς μπορεί να γίνει πολύπλοκος ο " +"προγραμματισμός όταν έχετε πολλές εργασίες." #: C/evolution.xml:4809(title) -#, fuzzy msgid "Any Category:" -msgstr "Κάθε Κατηγορία" +msgstr "Οποιαδήποτε κατηγορία:" #: C/evolution.xml:4810(para) msgid "Displays all the tasks that fall under any category." -msgstr "" +msgstr "Εμφανίζει όλες τις εργασίες που εμπίπτουν σε οποιαδήποτε κατηγορία." #: C/evolution.xml:4813(title) -#, fuzzy msgid "Unmatched:" -msgstr "Αταίριαστο" +msgstr "Αταίριαστο:" #: C/evolution.xml:4814(para) msgid "" "Displays all the tasks that do not fall under any of the categories listed " "here." msgstr "" +"Εμφανίζει όλες τις εργασίες που δεν εμπίπτουν σε καμιά από τις κατηγορίες " +"που εμφανίζονται εδώ." #: C/evolution.xml:4817(title) -#, fuzzy msgid "Next 7 Days' Tasks:" -msgstr "Εργασίες για τις επόμενες 7 ημέρες" +msgstr "Εργασίες για τις επόμενες 7 ημέρες:" #: C/evolution.xml:4818(para) msgid "Displays all the active tasks that are due within the next seven days." msgstr "" +"Εμφανίζει όλες τις ενεργές εργασίες των οποίων η προθεσμία λήγει μέσα στις " +"επόμενες επτά ημέρες." #: C/evolution.xml:4821(title) msgid "Active Tasks:" @@ -9309,6 +10888,9 @@ msgid "" "Displays all the tasks whose due date is yet to come. This allows you to see " "the date due for tasks due in the future." msgstr "" +"Εμφανίζει όλες τις εργασίες των οποίων η προθεσμία δεν πλησιάζει ακόμα. Αυτό " +"σας επιτρέπει να δείτε την ημερομηνία της προθεσμίας για τις μελλοντικές " +"εργασίες." #: C/evolution.xml:4825(title) msgid "Over Due Tasks:" @@ -9337,27 +10919,26 @@ msgid "Displays all the tasks with attachments." msgstr "Εμφανίζει όλες τις εργασίες με συνημμένα." #: C/evolution.xml:4837(title) -#, fuzzy msgid "<List of Categories>:" -msgstr "Αναμονή για τα ρομπότ" +msgstr "<Λίστα κατηγοριών>:" #: C/evolution.xml:4838(para) msgid "" "Lists all the tasks that belong to a particular category such as " "Anniversary, Holidays, Gifts, etc." msgstr "" +"Εμφανίζει όλες τις εργασίες που ανήκουν σε μια συγκεκριμένη κατηγορία όπως " +"Επέτειος, Αργία, Δώρα, κ.λπ." #: C/evolution.xml:4840(para) msgid "To perform quick search," msgstr "Για να κάνετε γρήγορη αναζήτηση," #: C/evolution.xml:4843(para) -#, fuzzy msgid "Click the Show drop-down list from the Search bar." -msgstr "Χρησιμοποιήστε αυτή τη λίστα για να διαλέξετε τον εισαγωγέα χαρτιού." +msgstr "Επιλέξτε την αναδιπλούμενη λίστα Εμφάνιση από τη γραμμή αναζήτησης." #: C/evolution.xml:4855(para) -#, fuzzy msgid "Next 7 Days Tasks" msgstr "Εργασίες για τις επόμενες 7 ημέρες" @@ -9379,52 +10960,54 @@ msgstr "Εργασίες με συνημμένα" #: C/evolution.xml:4891(para) C/evolution.xml:5086(para) msgid "Holidays" -msgstr "" +msgstr "Αργίες" #: C/evolution.xml:4903(para) C/evolution.xml:5098(para) -#, fuzzy msgid "Key Customers" msgstr "Σημαντικός Πελάτης" #: C/evolution.xml:4935(para) msgid "You can view the desired items listed in the Task view." -msgstr "" +msgstr "Μπορείτε να δείτε τα επιθυμητά αντικείμενα στην προβολή Εργασιών." #: C/evolution.xml:4941(para) msgid "" "In Evolution, the Memos component lets you create, edit, and store journal " "entries without dates, using the filesystem as a backend." msgstr "" +"Στο Evolution, το εργαλείο Memo σας επιτρέπει να δημιουργείτε, να " +"επεξεργάζεστε και να αποθηκεύετε καταχωρήσεις ημερολογίου χωρίς ημερομηνία, " +"βασιζόμενο στο σύστημα αρχείων." #: C/evolution.xml:4943(para) -#, fuzzy msgid "To create a new memo entry:" -msgstr "Δημιουργία νέας λίστας memo" +msgstr "Για να δημιουργήσετε μια νέα καταχώρηση memo:" #: C/evolution.xml:4946(para) msgid "Click File > New > Memo." -msgstr "" +msgstr "Επιλέξτε Αρχείο > Νέο > Memo." #: C/evolution.xml:4949(para) C/evolution.xml:6018(para) -#, fuzzy msgid "Select the Group in which you would like to create the entry." -msgstr "" -"Επιλέξτε το φάκελο ή τη συσκευή από όπου θέλετε να ξεκινήσει η αναζήτηση" +msgstr "Επιλέξτε την Ομάδα στην οποία θέλετε να δημιουργήσετε την καταχώρηση." #: C/evolution.xml:4953(para) msgid "To show or hide Categories field, click View > Categories." msgstr "" +"Για να εμφανίσετε ή να κρύψετε το πεδίο Κατηγορίες, επιλέξτε Προβολή > " +"Κατηγορίες." #: C/evolution.xml:4959(para) C/evolution.xml:6024(para) msgid "" "In the Start Date field, type the date this reminder note should appear in " "the recipients' Calendars." msgstr "" +"Στο πεδίο Ημερομηνία έναρξης, εισάγετε την ημερομηνία στην οποία αυτή η " +"υπενθύμιση θα πρέπει να εμφανιστεί στα ημερολόγια των παραληπτών." #: C/evolution.xml:4975(title) -#, fuzzy msgid "The Memo List" -msgstr "_Λίστα memo" +msgstr "Η λίστα Memo." #: C/evolution.xml:4976(para) msgid "" @@ -9432,71 +11015,75 @@ msgid "" "list is assigned a color, and you can use the side bar to hide and show memo " "lists." msgstr "" +"Όπως και με τα ημερολόγια και τις εργασίες, μπορείτε να δημιουργείτε " +"πολλαπλές λίστες memo. Κάθε λίστα memo έχει ένα χρώμα, και μπορείτε να " +"χρησιμοποιείτε την πλευρική στήλη για να εμφανίζετε και να κρύβετε λίστες " +"memo." #: C/evolution.xml:4977(para) -#, fuzzy msgid "To create a new memo list:" -msgstr "Δημιουργία νέας λίστας memo" +msgstr "Για να δημιουργήσετε μια νέα λίστα memo:" #: C/evolution.xml:4980(para) msgid "Click File > New > Memo List." -msgstr "" +msgstr "Επιλέξτε Αρχείο > Νέο > Λίστα memo." #: C/evolution.xml:4983(para) -#, fuzzy msgid "Enter the type, name and color for the memo list." -msgstr "Το όνομα και το εικονίδιο του αρχείου." +msgstr "Εισάγετε τον τύπο, το όνομα και το χρώμα για τη λίστα memo." #: C/evolution.xml:4992(title) -#, fuzzy msgid "Searching for Memo Items" -msgstr "" -"Αναζήτηση για #-#-#-#-# compendium-el.po (alacarte) #-#-#-#-#\n" -"στο\n" -"#-#-#-#-# evolution.HEAD.el.po (el) #-#-#-#-#\n" -"στο\n" -"#-#-#-#-# gnopernicus.HEAD.el.po (el) #-#-#-#-#\n" -"πάνω σε" +msgstr "Αναζήτηση για στοιχεία Memo." #: C/evolution.xml:4993(para) msgid "" "You can use a customized search, an advanced search, or a quick search to " "search for Memo Items." msgstr "" +"Μπορείτε να χρησιμοποιήσετε την προσαρμοσμένη αναζήτηση, ή την προχωρημένη " +"αναζήτηση, ή τη γρήγορη αναζήτηση για να ψάξετε για στοιχεία Memo." #: C/evolution.xml:4996(para) msgid "" "Evolution enables you to find the Memo items by using a Customized Search." msgstr "" +"Το Evolution σας επιτρέπει να βρίσκετε στοιχεία Memo χρησιμοποιώντας την " +"Προσαρμοσμένη αναζήτηση." #: C/evolution.xml:5026(para) -#, fuzzy msgid "Select the desired search type from the drop-down list." -msgstr "Επιλέξτε μια επιλογή αναζήτησης από την κυλιόμενη λίστα" +msgstr "Επιλέξτε την επιθυμητή επιλογή αναζήτησης από την αναδιπλούμενη λίστα." #: C/evolution.xml:5049(para) msgid "" "Displays all the Memo items that match the criteria that you have selected " "from the Show drop-down list in the Search bar." msgstr "" +"Εμφανίζει όλα τα στοιχεία Memo που ταιριάζουν με τα κριτήρια που επιλέξατε " +"από την αναδιπλούμενη λίστα Εμφάνιση στη γραμμή αναζήτησης." #: C/evolution.xml:5128(para) msgid "You can view the desired items listed in the Memo view." -msgstr "" +msgstr "Μπορείτε να δείτε τα επιθυμητά στοιχεία Memo στην προβολή Memo." #: C/evolution.xml:5136(para) msgid "Evolution supports the use of multiple time zones." -msgstr "" +msgstr "Το Evolution υποστηρίζει τη χρήση πολλαπλών ζωνών ώρας." #: C/evolution.xml:5137(para) msgid "" "If you share calendar files with friends or co-workers, you might need to " "configure your time zone." msgstr "" +"Αν μοιράζεστε αρχεία ημερολογίου με φίλους ή συνεργάτες, ίσως χρειαστεί να " +"ρυθμίσετε τη ζώνη ώρας σας." #: C/evolution.xml:5143(para) msgid "Click the icon next to the Time Zone field, then select your location." msgstr "" +"Πατήστε στο εικονίδιο δίπλα στο πεδίο Ζώνη ώρας, και επιλέξτε την τοποθεσία " +"σας." #: C/evolution.xml:5144(para) msgid "Each red dot represents a major city." @@ -9504,7 +11091,7 @@ msgstr "Κάθε κόκκινη κουκκίδα αντιπροσωπεύει μ #: C/evolution.xml:5147(para) msgid "Select a city, then click OK." -msgstr "Επιλέξτε μια πόλη, μετά κάντε κλικ στο ΟΚ." +msgstr "Επιλέξτε μια πόλη και μετά πατήστε Εντάξει." #: C/evolution.xml:5150(para) msgid "" @@ -9515,6 +11102,13 @@ msgid "" "need to make sure that your schedules are coordinated. Setting time zones on " "a per-appointment basis helps avoid that potential confusion." msgstr "" +"Μπορείτε επίσης να ρυθμίζετε τις πληροφορίες ζώνης ώρας ειδικά για κάθε " +"ραντεβού. Για να το κάνετε αυτό, απλά δημιουργήστε ένα νέο ραντεβού και " +"πατήστε στην υδρόγειο για να τροποποιήσετε τη ζώνη ώρας στην οποία υπάρχει " +"εκείνη η ώρα. Για παράδειγμα, αν ζείτε στη Νέα Υόρκη αλλά έχετε μια " +"τηλεφωνική συνάντηση προγραμματισμένη με κάποιον από την Καλιφόρνια, θα " +"πρέπει να βεβαιωθείτε ότι τα προγράμματά σας είναι συντονισμένα. Ο " +"καθορισμός της ζώνης ώρας σε όλα τα ραντεβού αποτρέπει πιθανά μπερδέματα." #: C/evolution.xml:5154(title) msgid "Marcus Bains Line" @@ -9525,6 +11119,8 @@ msgid "" "The Marcus Bains Line is a marker to show the current date and time. This " "feature is available in the Evolution calendar." msgstr "" +"Η γραμμή Marcus Bains είναι ένα σημάδι που δείχνει την τρέχουσα ημερομηνία " +"και ώρα. Αυτό το χαρακτηριστικό είναι διαθέσιμο στο ημερολόγιο του Evolution." #: C/evolution.xml:5161(para) msgid "" @@ -9532,30 +11128,31 @@ msgid "" "Evolution clients to access accounts on Microsoft Exchange 2000 and 2003 " "servers. Like Evolution, it is free software and is licensed under the GPL." msgstr "" +"Το <trademark>Evolution</trademark> Exchange για το Microsoft Exchange " +"επιτρέπει σε πελάτες Evolution να έχουν πρόσβαση σε λογαριασμούς σε " +"διακομιστές Microsoft Exchange 2000 και 2003. Όπως και το Evolution, είναι " +"ελεύθερο λογισμικό και αδειοδοτείται υπό την GPL." #: C/evolution.xml:5164(link) C/evolution.xml:5184(title) -#, fuzzy msgid "Evolution Exchange Features" -msgstr "Διεργασία backend για Evolution Exchange" +msgstr "Χαρακτηριστικά του Evolution Exchange" #: C/evolution.xml:5167(link) C/evolution.xml:5286(title) -#, fuzzy msgid "Adding Your Exchange Account to Evolution" -msgstr "Ο λογαριασμός Exchange είναι χωρίς σύνδεση." +msgstr "Προσθήκη του Exchange λογαριασμού σας στο Evolution" #: C/evolution.xml:5170(link) C/evolution.xml:5402(title) -#, fuzzy msgid "Accessing the Exchange Server" -msgstr "Εξυπηρετητής ανταλλαγής κλειδιών IPSec" +msgstr "Πρόσβαση στο διακομιστή Exchange" #: C/evolution.xml:5173(link) C/evolution.xml:5410(title) msgid "Settings Exclusive to Evolution Exchange" -msgstr "" +msgstr "Ρυθμίσεις αποκλειστικά για το Evolution Exchange" #: C/evolution.xml:5176(link) C/evolution.xml:5433(link) #: C/evolution.xml:5655(title) msgid "Scheduling Meetings with Free/Busy" -msgstr "" +msgstr "Προγραμματισμός συναντήσεων με τη Διαθεσιμότητα" #: C/evolution.xml:5180(para) msgid "" @@ -9563,11 +11160,17 @@ msgid "" "that Outlook Web Access be enabled. Each user needs a valid Microsoft " "Exchange server account, including a license." msgstr "" +"Το Evolution Exchange δουλεύει μόνο με το Exchange 2000 ή νεότερο, και " +"απαιτεί να είναι ενεργοποιημένη η Outlook Web Access. Κάθε χρήστης " +"χρειάζεται έναν έγκυρο λογαριασμό στο διακομιστή Microsoft Exchange, " +"συμπεριλαμβανομένης μιας άδειας." #: C/evolution.xml:5185(para) msgid "" "Evolution Exchange supports the following basic Microsoft Exchange features:" msgstr "" +"Το Evolution Exchange υποστηρίζει τα ακόλουθα βασικά χαρακτηριστικά του " +"Microsoft Exchange:" # #-#-#-#-# ekiga.gnome-2-14.el.po (el) #-#-#-#-# # @@ -9578,35 +11181,37 @@ msgid "General" msgstr "Γενικά" #: C/evolution.xml:5192(title) -#, fuzzy msgid "Remote Exchange Information Store:" -msgstr "Πληροφορίες routing table " +msgstr "Απομακρυσμένη αποθήκευση πληροφοριών Exchange:" #: C/evolution.xml:5193(para) msgid "" "Allows you to access mail, address book (including the Global Address List " "folder), calendars, and task folders on an Exchange server from Evolution." msgstr "" +"Σας επιτρέπει να έχετε πρόσβαση σε αλληλογραφία, βιβλία διευθύνσεων " +"(συμπεριλαμβανομένου του φακέλου Καθολική λίστα διευθύνσεων), ημερολόγια και " +"φακέλους εργασιών σε ένα διακομιστή Exchange από το Evolution." #: C/evolution.xml:5198(title) -#, fuzzy msgid "Palm Synchronization:" -msgstr "Συγχρονισμός" +msgstr "Συγχρονισμός συσκευών Palm:" #: C/evolution.xml:5199(para) msgid "Supported for Contacts and Calendars on Exchange." -msgstr "" +msgstr "Υποστηρίζεται για επαφές και ημερολόγια στο Exchange." #: C/evolution.xml:5204(title) -#, fuzzy msgid "Password Management:" -msgstr "Διαχείριση ενέργειας" +msgstr "Διαχείριση κωδικών:" #: C/evolution.xml:5205(para) msgid "" "Allows you to reset your password. If your password has expired, Evolution " "asks you to change your password at startup." msgstr "" +"Σας επιτρέπει να επαναφέρετε τον κωδικό σας. Αν ο κωδικός σας έχει λήξει, το " +"Evolution σας ζητά να αλλάξετε τον κωδικό σας κατά την εκκίνηση." # #-#-#-#-# gnome-icon-theme.HEAD.el.po (el) #-#-#-#-# # 48x48/emblems/emblem-mail.icon.in.h:1 @@ -9617,20 +11222,20 @@ msgid "Mail" msgstr "Αλληλογραφία" #: C/evolution.xml:5215(title) -#, fuzzy msgid "Viewing Mail in Exchange Folders:" -msgstr "Εισαγωγή φακέλων Exchange..." +msgstr "Προβολή αλληλογραφίας σε φακέλους Exchange:" #: C/evolution.xml:5216(para) msgid "" "Mail stored on the Exchange server is visible in the Mail component in " "Evolution." msgstr "" +"Αλληλογραφία που είναι αποθηκευμένη σε ένα διακομιστή Exchange είναι ορατή " +"στο εργαλείο Αλληλογραφία στο Evolution." #: C/evolution.xml:5221(title) -#, fuzzy msgid "Sending Email via Exchange Protocols:" -msgstr "Εισαγωγή φακέλων Exchange..." +msgstr "Αποστολή αλληλογραφίας μέσω πρωτοκόλλων Exchange:" #: C/evolution.xml:5222(para) msgid "" @@ -9640,25 +11245,28 @@ msgid "" "<quote>yourname@exchange-server.example.com</quote> rather than " "<quote>yourname@example.com.</quote>" msgstr "" +"Αν χρησιμοποιείτε το πρωτόκολλο μεταφοράς αλληλογραφίας Microsoft Exchange " +"για να στείλετε αλληλογραφία, βεβαιωθείτε ότι η διεύθυνση που έχετε εισάγει " +"ως διεύθυνση αλληλογραφίας σας είναι ακριβώς εκείνη που έχει αρχειοθετημένη " +"ο διακομιστής Exchange. Αυτή μπορεί να είναι <quote>yourname@exchange-server." +"example.com</quote> αντί για <quote>yourname@example.com</quote>." #: C/evolution.xml:5227(title) -#, fuzzy msgid "Out of Office Message:" -msgstr "<b>Μήνυμα Εκτός Γραφείου:</b>" +msgstr "Μήνυμα εκτός γραφείου:" #: C/evolution.xml:5228(para) -#, fuzzy msgid "" "You can set <quote>out of Office</quote> message that will automatically be " "sent to people who send mail to you while you are away from office." msgstr "" -"Το παρακάτω μήνυμα θα στέλνεται αυτόματα στο καθένα που σας στέλνει\n" -"μήνυμα όταν βρίσκεστε εκτός γραφείου." +"Μπορείτε να ορίσετε ένα μήνυμα <quote>εκτός γραφείου</quote> το οποίο θα " +"αποστέλλεται αυτόματα σε ανθρώπους που στέλνουν αλληλογραφία σε σας ενώ " +"είστε μακριά από το γραφείο σας." #: C/evolution.xml:5233(title) -#, fuzzy msgid "Send Options:" -msgstr "Επιλογές αποστολής" +msgstr "Επιλογές αποστολής:" #: C/evolution.xml:5234(para) msgid "" @@ -9666,6 +11274,10 @@ msgid "" "recipients will know how important the message is. You can also enable " "delivery receipt request and read receipt request for the messages sent." msgstr "" +"Μπορείτε να ορίσετε την προτεραιότητα και την ευαισθησία των απεσταλμένων " +"μηνυμάτων ώστε οι παραλήπτες να ξέρουν πόσο σημαντικό είναι το μήνυμα για " +"σας. Μπορείτε επίσης να ενεργοποιήσετε την αίτηση απόδειξης παράδοσης και να " +"διαβάσετε αποδείξεις παράδοσης για τα μηνύματα που στάληκαν." # #-#-#-#-# libgnomeui.HEAD.el.po (el) #-#-#-#-# # #-#-#-#-# gnome-libs-el.po (gnome-libs 1.2.12) #-#-#-#-# @@ -9688,9 +11300,8 @@ msgid "Calendar" msgstr "Ημερολόγιο" #: C/evolution.xml:5244(title) -#, fuzzy msgid "Meeting Requests/Proposal:" -msgstr "Πρόταση Συνάντησης" +msgstr "Αιτήσεις συναντήσεων/Προτάσεις:" #: C/evolution.xml:5245(para) msgid "" @@ -9698,10 +11309,13 @@ msgid "" "are busy according to their calendars and send the meeting requests " "accordingly." msgstr "" +"Επιτρέπει σε χρήστες του Evolution να προγραμματίζουν συναντήσεις. Μπορείτε " +"να ελέγξετε πότε οι άλλοι χρήστες είναι απασχολημένοι ανάλογα με τα " +"ημερολόγιά τους και να στείλετε τις αιτήσεις για συναντήσεις ανάλογα." #: C/evolution.xml:5250(title) msgid "Adding iCalendar Meeting Requests to the Calendar:" -msgstr "" +msgstr "Προσθήκη αιτήσεων συναντήσεων iCalendar στο Ημερολόγιο:" #: C/evolution.xml:5251(para) msgid "" @@ -9709,6 +11323,10 @@ msgid "" "Exchange calendar. Note that you need to specify the calendar from the list, " "to which you want to add your meeting schedules." msgstr "" +"Σας επιτρέπει να προσθέτετε τις αιτήσεις συναντήσεων iCalendar που λαμβάνετε " +"στο ημερολόγιο του Evolution. Σημειώστε ότι χρειάζεται να ορίσετε το " +"ημερολόγιο από τη λίστα, στο οποίο θέλετε να προσθέσετε τα προγράμματα " +"συναντήσεων." #: C/evolution.xml:5257(para) C/evolution.xml:5679(para) #: C/evolution.xml:5778(para) @@ -9716,18 +11334,16 @@ msgid "Contacts" msgstr "Επαφές" #: C/evolution.xml:5261(title) -#, fuzzy msgid "Address Completion:" -msgstr "Συμπλήρωση λέξης" +msgstr "Συμπλήρωση διευθύνσεων:" #: C/evolution.xml:5262(para) msgid "Supported for your Exchange Contacts folder." -msgstr "" +msgstr "Υποστηρίζεται για το φάκελο επαφών του Exchange." #: C/evolution.xml:5267(title) -#, fuzzy msgid "Adding vCards to the Address Book:" -msgstr "Προσθήκη Επαφής στο _Βιβλίο Διευθύνσεων" +msgstr "Προσθήκη vCards στο βιβλίο διευθύνσεων:" #: C/evolution.xml:5268(para) msgid "" @@ -9735,10 +11351,13 @@ msgid "" "address book. New Address Book entries can also be created on Exchange from " "received email messages with a single click." msgstr "" +"Σας επιτρέπει να αποθηκεύετε τις vCards που λαμβάνεται συνημμένες στο βιβλίο " +"διευθύνσεων του Exchange. Νέες καταχωρήσεις στο βιβλίο διευθύνσεων μπορούν " +"επίσης να δημιουργηθούν από εισερχόμενη αλληλογραφία με ένα και μόνο κλικ." #: C/evolution.xml:5274(para) msgid "Work Offline (disconnected mode)" -msgstr "" +msgstr "Εργασία εκτός δικτύου (λειτουργία αποσύνδεσης)" #: C/evolution.xml:5275(para) msgid "" @@ -9747,49 +11366,51 @@ msgid "" "more information see <link linkend=\"usage-mail-getnsend-offline\">Working " "Offline</link>." msgstr "" +"Για να σημειώσετε ένα φάκελο για χρήση εκτός δικτύου, κάντε δεξί κλικ στο " +"φάκελο και επιλέξτε Ιδιότητες. Επιλέξτε το Αντιγραφή περιεχομένων φακέλου " +"τοπικά για χρήση εκτός σύνδεσης. Για περισσότερες πληροφορίες δείτε την " +"<link linkend=\"usage-mail-getnsend-offline\">Εργασία εκτός σύνδεσης</link>." #: C/evolution.xml:5280(para) -#, fuzzy msgid "Recall Message function is not available." -msgstr "Οι επιλογές αποστολής δεν είναι διαθέσιμες." +msgstr "Η λειτουργία ανάκλησης αλληλογραφίας δεν είναι διαθέσιμη." #: C/evolution.xml:5287(para) msgid "" "After you have installed Evolution Exchange, you need to set up access for " "your Exchange account on both the Exchange server and within Evolution." msgstr "" +"Μετά που θα έχετε εγκαταστήσει το Evolution Exchange, θα χρειαστεί να " +"ρυθμίσετε την πρόσβαση για τον Exchange λογαριασμό σας τόσο στο διακομιστή " +"Exchange όσο και στο Evolution." #: C/evolution.xml:5290(link) C/evolution.xml:5307(title) -#, fuzzy msgid "Exchange Server Settings" -msgstr "Ρυθμίσεις Exchange " +msgstr "Ρυθμίσεις διακομιστή Exchange" #: C/evolution.xml:5293(link) C/evolution.xml:5321(title) msgid "Standard Configuration Tool for Evolution Exchange" -msgstr "" +msgstr "Εργαλείο πρότυπης ρύθμισης για το Evolution Exchange" #: C/evolution.xml:5296(link) C/evolution.xml:5325(title) msgid "Simple Configuration Tool for Evolution Exchange" -msgstr "" +msgstr "Εργαλείο απλής ρύθμισης για το Evolution Exchange" #: C/evolution.xml:5299(link) C/evolution.xml:5332(title) -#, fuzzy msgid "Creating a New Exchange Account" -msgstr "Αλλαγή του κωδικού πρόσβασης για λογαριασμό Exchange" +msgstr "Δημιουργία νέου λογαριασμού Exchange" #: C/evolution.xml:5302(link) C/evolution.xml:5356(title) msgid "Configuring an Existing Account for Evolution Exchange Account" -msgstr "" +msgstr "Ρύθμιση υφιστάμενου λογαριασμού ως λογαριασμού Evolution Exchange" #: C/evolution.xml:5308(para) -#, fuzzy msgid "Check with your system administrator to ensure that:" -msgstr "Ζητήστε από το διαχειριστή του συστήματος σας να το εγκαταστήσει." +msgstr "Ελέγξτε με τον διαχειριστή του συστήματός σας για να βεβαιωθείτε ότι:" #: C/evolution.xml:5311(para) -#, fuzzy msgid "You have a valid account on the Exchange server." -msgstr "Δεν ήταν δυνατή η σύνδεση στο διακομιστή Exchange." +msgstr "Έχετε έναν έγκυρο λογαριασμό στο διακομιστή Exchange." #: C/evolution.xml:5314(para) msgid "" @@ -9797,6 +11418,9 @@ msgid "" "setting for the Exchange server, so unless your system administrator has " "specifically turned it off, no changes should be necessary." msgstr "" +"Έχετε δικαιώματα για πρόσβαση στο λογαριασμό μέσω WebDAV. Αυτή είναι η " +"προεπιλεγμένη ρύθμιση για το διακομιστή Exchange, οπότε δε θα χρειαστούν " +"αλλαγές, εκτός και αν ο διαχειριστής σας το έχει απενεργοποιήσει." #: C/evolution.xml:5317(para) msgid "" @@ -9805,18 +11429,26 @@ msgid "" "information about checking to make sure that your Exchange server accepts " "connections from Evolution." msgstr "" +"Η <ulink url=\"http://support.novell.com\">Γνωσιακή βάση στον ιστότοπο της " +"<trademark class=\"registered\">Novell</trademark></ulink> έχει επιπλέον " +"πληροφορίες για να ελέγξετε και να βεβαιωθείτε ότι ο διακομιστής Exchange " +"δέχεται συνδέσεις από το Evolution." #: C/evolution.xml:5322(para) msgid "" "When you know that your server is ready for you to connect, you are ready to " "add your Exchange account to Evolution Exchange." msgstr "" +"Όταν ξέρετε ότι ο διακομιστής σας είναι έτοιμος για να συνδεθείτε, είστε " +"έτοιμοι να προσθέσετε το λογαριασμό Exchange στο Evolution Exchange." #: C/evolution.xml:5326(para) msgid "" "Evolution Exchange comes with a simple account creation tool for Exchange " "accounts." msgstr "" +"Το Evolution Exchange έρχεται με ένα απλό εργαλείο δημιουργίας λογαριασμού " +"για λογαριασμούς Exchange." #: C/evolution.xml:5327(para) msgid "" @@ -9825,6 +11457,10 @@ msgid "" "Access URL, and your username and password. Evolution Exchange determines " "the remaining information for you." msgstr "" +"Αν δεν έχετε καθόλου ρυθμισμένους λογαριασμούς, ο βοηθός απλής ρύθμισης " +"λογαριασμού ξεκινά μόλις ανοίξετε το Evolution. Ζητά μόνο το Outlook Web " +"Access URL, και το όνομα χρήστη και τον κωδικό σας. Το Evolution Exchange " +"ορίζει τις υπόλοιπες πληροφορίες για σας." #: C/evolution.xml:5328(para) msgid "" @@ -9833,6 +11469,10 @@ msgid "" "see <link linkend=\"config-exchange-new-account\">Creating a New Exchange " "Account</link>." msgstr "" +"Αν το εργαλείο απλής ρύθμισης λογαριασμού δεν τρέξει αυτόματα, θα πρέπει να " +"δημιουργήσετε ένα λογαριασμό χειρωνακτικά. Για περισσότερες πληροφορίες για " +"το πώς θα το κάνετε αυτό, δείτε τη <link linkend=\"config-exchange-new-" +"account\">Δημιουργία ενός νέου λογαριασμού Exchange</link>." #: C/evolution.xml:5343(para) msgid "" @@ -9840,38 +11480,45 @@ msgid "" "mainwindow-starting\">Starting Evolution for the First Time</link>. Remember " "to select Microsoft Exchange as server type in the Receiving Mail section." msgstr "" +"Δημιουργήστε το λογαριασμό ακολουθώντας τη διαδικασία στην <link linkend=" +"\"usage-mainwindow-starting\">Εκκίνηση του Evolution για πρώτη φορά</link>. " +"Θυμηθήτε να επιλέξετε Microsoft Exchange ως τον τύπο του διακομιστή στο " +"τμήμα Λήψη αλληλογραφίας." #: C/evolution.xml:5349(para) msgid "Only one Microsoft Exchange account can be configured in Evolution." msgstr "" +"Μόνο ένας λογαριασμός Microsoft Exchange μπορεί να ρυθμιστεί στο Evolution." #: C/evolution.xml:5357(para) msgid "" "Use the following procedure to configure your existing account for Evolution " "Exchange:" msgstr "" +"Ακολουθήστε την επόμενη διαδικασία για να ρυθμίσετε τον υφιστάμενο " +"λογαριασμό σας για το Evolution Exchange:" #: C/evolution.xml:5363(para) C/evolution.xml:5933(para) -#, fuzzy msgid "Select the account you want to convert, then click Edit." -msgstr "Επι_λέξτε τα έγγραφα που θέλετε να αποθηκεύσετε:" +msgstr "" +"Επιλέξτε το λογαριασμό που θέλετε να μετατρέψετε και πατήστε Επεξεργασία." #: C/evolution.xml:5364(para) C/evolution.xml:5936(para) -#, fuzzy msgid "Click the Identity tab." -msgstr "Επιλογή γραμματοσειράς επεξεργαστή" +msgstr "Επιλέξτε την καρτέλα Ταυτότητα." # #: C/evolution.xml:5368(para) C/evolution.xml:5941(para) -#, fuzzy msgid "Change your email address as needed." -msgstr "Εισάγετε τη διεύθυνση e-mail σας" +msgstr "Αλλάξτε τη διεύθυνση αλληλογραφίας σας όπως χρειάζεται." #: C/evolution.xml:5371(para) msgid "" "Click the Receiving Mail tab, then select Microsoft Exchange as your server " "type." msgstr "" +"Επιλέξτε την καρτέλα Λήψη αλληλογραφίας, και μετά επιλέξτε Microsoft " +"Exchange ως τον τύπο του διακομιστή." #: C/evolution.xml:5375(para) msgid "" @@ -9879,11 +11526,13 @@ msgid "" "Authenticate, then enter the password at the prompt. The Exchange server " "authenticates your account." msgstr "" +"Πληκτρολογήστε το όνομα χρήστη σας, και το Outlook Web Access (OWA) URL. " +"Πατήστε Πιστοποίηση και μετά εισάγετε τον κωδικό σας στο διάλογο. Ο " +"διακομιστής Exchange πιστοποιεί το λογαριασμό σας." #: C/evolution.xml:5383(para) C/evolution.xml:5955(para) -#, fuzzy msgid "Click the Receiving Options tab." -msgstr "Επιλογή γραμματοσειράς επεξεργαστή" +msgstr "Επιλέξτε την καρτέλα Επιλογές λήψης." #: C/evolution.xml:5384(para) msgid "" @@ -9891,16 +11540,26 @@ msgid "" "whether to apply filters to messages in your Inbox, check for junk, set a " "password expiry period, and any other settings you want to include." msgstr "" +"Καθορίστε πόσο συχνά να γίνεται έλεγχος για νέα μηνύματα, το όνομα του " +"Διακομιστή καθολικού καταλόγου, και αν θα εφαρμόζονται φίλτρα στα μηνύματα " +"στα Εισερχόμενά σας, αν θα ελέγχονται για ανεπιθύμητη αλληλογραφία, αν θα " +"λήγει ο κωδικός μετά από συγκεκριμένη περίοδο και όσες άλλες ρυθμίσεις " +"θέλετε να συμπεριλάβετε." #: C/evolution.xml:5387(para) msgid "" "Use the Defaults tab to define folders, send CC or BCC messages to certain " "email addresses, and set options for message receipts." msgstr "" +"Χρησιμοποιήστε την καρτέλα Προεπιλογές για να ορίσετε φακέλους, να στείλετε " +"μηνύματα με Κοινοποίηση ή Κρυφή κοινοποίηση σε συγκεκριμένες διευθύνσεις " +"αλληλογραφίας, και να ορίσετε επιλογές για τις αποδείξεις μηνυμάτων." #: C/evolution.xml:5390(para) msgid "Use the Security tab to set PGP and S/MIME options." msgstr "" +"Χρησιμοποιήστε την καρτέλα Ασφάλεια για να ορίσετε επιλογές για PGP και S/" +"MIME." #: C/evolution.xml:5393(para) msgid "Quit Evolution and restart it." @@ -9911,6 +11570,8 @@ msgid "" "Changes to Evolution Exchange accounts configuration are not active until " "you have restarted the application." msgstr "" +"Οι αλλαγές στις ρυθμίσεις λογαριασμών Evolution Exchange δεν είναι ενεργές " +"μέχρι να επανεκκινήσετε την εφαρμογή." #: C/evolution.xml:5403(para) msgid "" @@ -9922,6 +11583,15 @@ msgid "" "calendars, tasks, and contact folders. Use the regular Mail tool for mail, " "the Contacts tool for contacts, and the Calendar tool for setting schedules." msgstr "" +"Όταν έχετε εγκαταστήσει το Evolution Exchange, μπορείτε να έχετε πρόσβαση σε " +"δημόσιους φακέλους και να κάνετε διάφορες ενέργειες Exchange όπως η ανάθεση " +"και η διαχείριση κωδικών, και η συνδρομή σε ημερολόγια, εργασίες και " +"φακέλους επαφών άλλων χρηστών. Μπορείτε επίσης να κάνετε ενέργειες σχετικές " +"με τους φακέλους όπως προσθήκη, διαγραφή και μετονομασία φακέλων, και " +"επιλογή δικαιωμάτων φακέλων στα ημερολόγια, τις εργασίες και τους φακέλους " +"επαφών. Χρησιμοποιήστε το κανονικό εργαλείο Αλληλογραφίας για την " +"αλληλογραφία, το εργαλείο Επαφές για τις επαφές και το εργαλείο Ημερολόγιο " +"για τον προγραμματισμό." #: C/evolution.xml:5404(para) msgid "" @@ -9932,12 +11602,22 @@ msgid "" "Palm OS devices; tasks, and appointments. Addresses from your Palm OS device " "are synchronized in the Exchange folders rather than in local folders." msgstr "" +"Αν χρησιμοποιείτε και λογαριασμό Exchange και τοπικό λογαριασμό " +"αλληλογραφίας, θα πρέπει να γνωρίζετε ότι όποτε αποθηκεύετε μια διεύθυνση " +"αλληλογραφίας ή ένα ραντεβού από ένα μήνυμα αλληλογραφίας, αποθηκεύεται στις " +"επαφές ή στο ημερολόγιο του Exchange, αντί για τον τοπικό λογαριασμό. Το " +"ίδιο συμβαίνει και με το συγχρονισμό με συσκευές Palm OS, εργασίες και " +"ραντεβού. Οι διευθύνσεις από τη συσκευή Palm σας, συγχρονίζονται με τους " +"φάκελους Exchange αντί με τους τοπικούς φάκελους." #: C/evolution.xml:5405(para) msgid "" "To avoid unnecessary strain on the server, the Global Address List (GAL) " "appears empty until you search for something in it." msgstr "" +"Για να αποφύγετε αχρειάστη πίεση στο διακομιστή, η Καθολική λίστα " +"διευθύνσεων (GAL) εμφανίζεται άδεια μέχρι να αναζητήσετε για κάτι μέσα σ' " +"αυτήν." #: C/evolution.xml:5411(para) msgid "" @@ -9945,35 +11625,34 @@ msgid "" "Exchange, like delegation and permission handling, creating <quote>Out of " "Office</quote> messages, changing password and viewing folder size." msgstr "" +"Υπάρχουν μερικές ρυθμίσεις στο Evolution που είναι διαθέσιμες μόνο με το " +"Evolution Exchange, όπως η ανάθεση και η διαχείριση δικαιωμάτων, η " +"δημιουργία μηνυμάτων <quote>Εκτός γραφείου</quote>, η αλλαγή κωδικών και η " +"προβολή του μεγέθους των φακέλων." #: C/evolution.xml:5415(link) C/evolution.xml:5438(title) msgid "Send Options" msgstr "Επιλογές αποστολής" #: C/evolution.xml:5418(link) C/evolution.xml:5519(title) -#, fuzzy msgid "Access Delegation" -msgstr "_Επιτάχυνση:" +msgstr "Ανάθεση πρόσβασης" #: C/evolution.xml:5421(link) C/evolution.xml:5523(title) -#, fuzzy msgid "Delegating Access to Others" -msgstr "Βοηθός ρύθμισης ανάθεσης" +msgstr "Ανάθεση πρόσβασης σε άλλους" #: C/evolution.xml:5424(link) C/evolution.xml:5573(title) -#, fuzzy msgid "Subscribe to Other Users' Folders" -msgstr "Σ_υνδρομή στους φακέλους άλλου χρήστη" +msgstr "Συνδρομή στους φακέλους άλλων χρηστών" #: C/evolution.xml:5427(link) C/evolution.xml:5597(title) -#, fuzzy msgid "Subscribe to Public Folders" -msgstr "Αγαπημένοι δημόσιοι φάκελοι" +msgstr "Συνδρομή σε δημόσιους φακέλους" #: C/evolution.xml:5430(link) C/evolution.xml:5627(title) -#, fuzzy msgid "Setting an Out of Office Message" -msgstr "<b>Μήνυμα Εκτός Γραφείου:</b>" +msgstr "Ρύθμιση ενός μηνύματος Εκτός γραφείου" #: C/evolution.xml:5439(para) msgid "" @@ -9984,11 +11663,17 @@ msgid "" "Confidential. You can also enable delivery receipt request and read receipt " "request for the messages sent." msgstr "" +"Μπορείτε να ορίσετε την προτεραιότητα και την ευαισθησία των απεσταλμένων " +"μηνυμάτων για ένα λογαριασμό Exchange έτσι ώστε οι παραλήπτες να ξέρουν πόσο " +"σημαντικό είναι το μήνυμα. Η προτεραιότητα μπορεί να έχει μία από τις τρεις " +"επιλογές: Υψηλή, Κανονική ή Χαμηλή. Και η ευαισθησία μπορεί να έχει μια από " +"τις τέσσερις επιλογές: Κανονικό, Προσωπικό, Ιδιωτικό και Εμπιστευτικό. " +"Μπορείτε επίσης να ενεργοποιήσετε την αίτηση αποδείξεων παράδοσης και την " +"αίτηση αποδείξεων ανάγνωσης για τα απεσταλμένα μηνύματα." #: C/evolution.xml:5442(title) -#, fuzzy msgid "Tracking Options" -msgstr "<b>Επιλογές παρακολούθησης</b>" +msgstr "Επιλογές παρακολούθησης" #: C/evolution.xml:5443(para) msgid "" @@ -9996,44 +11681,50 @@ msgid "" "the Delivery Receipt request as well as Read Receipt request so that you " "will know when the item reached the recipients or read by them." msgstr "" +"Το Evolution σας επιτρέπει να παρακολουθείτε την κατάσταση ενός στοιχείου " +"που έχετε στείλει. Μπορείτε να ενεργοποιήσετε την Αίτηση απόδειξης παράδοσης " +"όπως και την Αίτηση απόδειξης ανάγνωσης ώστε να ξέρετε πότε το στοιχείο " +"έφτασε και πότε το διάβασαν οι παραλήπτες." #: C/evolution.xml:5444(para) -#, fuzzy msgid "To set the importance and sensitivity of the message:" -msgstr "Απλή εμφάνιση της πηγής του μηνύματος" +msgstr "Για να ορίσετε τη σημαντικότητα και την ευαισθησία του μηνύματος:" #: C/evolution.xml:5450(para) -#, fuzzy msgid "Select the exchange account from the From field." -msgstr "Επιλογή όλου του περιεχομένου του εγγράφου" +msgstr "Επιλέξτε το λογαριασμό Exchange από το πεδίο Από." #: C/evolution.xml:5453(para) -#, fuzzy msgid "Click Insert > Send Options." -msgstr "Συνδρομές Φακέλων" +msgstr "Επιλέξτε Εισαγωγή > Επιλογές αποστολής." #: C/evolution.xml:5458(para) C/evolution.xml:6147(para) msgid "" "Select the priority for your sent message from the given three options " "(Normal, High, Low)." msgstr "" +"Επιλέξτε την προτεραιότητα για τα απεσταλμένα σας μηνύματα από τις τρεις " +"δεδομένες επιλογές (Κανονική, Υψηλή, Χαμηλή)." #: C/evolution.xml:5461(para) msgid "" "Select the sensitivity for your sent message from the given four options " "(Normal, Personal, Private, Confidential)." msgstr "" +"Επιλέξτε την ευαισθησία για τα απεσταλμένα σας μηνύματα από τις τέσσερις " +"δεδομένες επιλογές (Κανονικό, Προσωπικό, Ιδιωτικό, Εμπιστευτικό)." #: C/evolution.xml:5465(title) -#, fuzzy msgid "Message Access Delegation:" -msgstr "_Επιτάχυνση:" +msgstr "Ανάθεση πρόσβασης μηνύματος:" #: C/evolution.xml:5466(para) msgid "" "Click Send as Delegate to send the message to the recipient on behalf of " "someone else." msgstr "" +"Πατήστε Αποστολή ως αντιπρόσωπος για να στείλετε το μήνυμα στον παραλήπτη εκ " +"μέρους κάποιου άλλου." #: C/evolution.xml:5469(para) msgid "" @@ -10041,24 +11732,29 @@ msgid "" "message and also you should have necessary rights assigned to you by the " "delegator." msgstr "" +"Για να στείλετε ένα στοιχείο ημερολογίου ως αντιπρόσωπος, θα πρέπει να είστε " +"συνδρομητής στο μήνυμα το αντιπροσωπευόμενου και επίσης θα πρέπει να έχετε " +"τα κατάλληλα δικαιώματα ορισμένα σε σας από τον αντιπροσωπευόμενο." #: C/evolution.xml:5473(para) -#, fuzzy msgid "Click User to open Show Contacts dialog box." -msgstr "Κλικ για να ανοίξετε ένα νέο διάλογο προφίλ" +msgstr "Πατήστε στο Χρήστης για να ανοίξετε το διάλογο Προβολή επαφών." #: C/evolution.xml:5476(para) msgid "" "Select the contact from the desired Address book and click Add, then close " "the dialog box." msgstr "" +"Επιλέξτε την επαφή από το επιθυμητό βιβλίο διευθύνσεων και πατήστε Προσθήκη, " +"και μετά κλείστε το διάλογο." #: C/evolution.xml:5478(para) -#, fuzzy msgid "" "You are not permitted to send a message on behalf of more than one person at " "a time." -msgstr "Δε μπορείτε να καθορίσετε περισσότερα από ένα προσαρμοσμένο εικονίδιο." +msgstr "" +"Δεν επιτρέπεται να στείλετε ένα μήνυμα εκ μέρους περισσότερων του ενός " +"ατόμων ταυτόχρονα." #: C/evolution.xml:5480(para) msgid "" @@ -10066,55 +11762,62 @@ msgid "" "<guilabel>The message was sent by <Delegator's name> on behalf of <" "Delegate's name></guilabel> on the preview pane header bar." msgstr "" +"Όταν ο παραλήπτης ανοίγει το μήνυμα, αυτός ή αυτή μπορεί επίσης να διαβάσει " +"ένα μήνυμα ότι <guilabel>Το μήνυμα στάληκε από <όνομα αντιπρόσωπου> εκ " +"μέρους του <όνομα αντιπροσωπευόμενου></guilabel> στη γραμή κεφαλίδας " +"του πλαισίου προεπισκόπησης." #: C/evolution.xml:5485(para) msgid "" "Select the Request a delivery receipt for this message check box to get a " "delivery receipt from your recipient." msgstr "" +"Επιλέξτε το κουτάκι Να ζητείται απόδειξη παραλαβής για αυτό το μήνυμα για να " +"λάβετε μια απόδειξη από τον παραλήπτη." #: C/evolution.xml:5488(para) msgid "" "Select the Request a read receipt for this message to get a read receipt for " "the message you have sent." msgstr "" +"Επιλέξτε Να ζητείται απόδειξη ανάγνωσης για αυτό το μήνυμα για να λάβετε μια " +"απόδειξη ανάγνωση για το μήνυμα που στείλατε." #: C/evolution.xml:5497(title) -#, fuzzy msgid "Delegating Calendar Items" -msgstr "αντικείμενο ημερολογίου Evolution" +msgstr "Εκπροσώπηση στοιχείων ημερολογίου" #: C/evolution.xml:5498(para) msgid "" "You can send Meetings or Appointments on behalf of someone else if you have " "subscribed to his or her Calendar." msgstr "" +"Μπορείτε να στείλετε Ραντεβού ή Συναντήσεις εκ μέρους κάποιου άλλου αν έχετε " +"συνδρομή στο Ημερολόγιό του ή της." #: C/evolution.xml:5501(para) -#, fuzzy msgid "Select the delegator's Calendar." -msgstr "Επιλογή της ημερομηνίας από το ημερολόγιο" +msgstr "Επιλέξτε το ημερολόγιο του αντιπροσωπευόμενου." #: C/evolution.xml:5504(para) -#, fuzzy msgid "Open a new Meeting composer window." -msgstr "Άνοιγμα ενός νέου παραθύρου" +msgstr "Ανοίξτε ένα νέο παράθυρο του Δημιουργού συνάντησης." #: C/evolution.xml:5507(para) -#, fuzzy msgid "Add the recipients." -msgstr "Παραλήπτες" +msgstr "Προσθέστε τους παραλήπτες." #: C/evolution.xml:5510(para) -#, fuzzy msgid "Fill in the information." -msgstr "Πληροφορίες επαφής" +msgstr "Συμπληρώστε τις πληροφορίες." #: C/evolution.xml:5512(para) msgid "" "When the recipient receives the calendar item, a message indicates that the " "item was created by someone on behalf of the Delegator." msgstr "" +"Όταν ο παραλήπτης λάβει το στοιχείο ημερολογίου, ένα μήνυμα δείχνει ότι το " +"στοιχείο δημιουργήθηκε από κάποιον εκ μέρους του Αντιπροσωπευόμενου." #: C/evolution.xml:5520(para) msgid "" @@ -10123,86 +11826,95 @@ msgid "" "manage theirs. Delegation allows people to do anything from check on each " "other's schedules to completely manage their personal information." msgstr "" +"Μπορείτε να επιτρέψετε σε άλλους ανθρώπους στην Καθολική λίστα διευθύνσεων " +"του οργανισμού σας να έχουν πρόσβαση στο ημερολόγιο, το βιβλίο διευθύνσεων " +"και τα μηνύματα, και αυτοί να σας αφήνουν να διαχειρίζεστε τα δικά τους. Η " +"ανάθεση αντιπροσώπευσης επιτρέπει σε ανθρώπους να κάνουν οτιδήποτε από το να " +"ελέγξουν ο ένας το πρόγραμμα του άλλου εώς και να διαχειριστούν πλήρως τις " +"προσωπικές τους πληροφορίες." #: C/evolution.xml:5524(para) -#, fuzzy msgid "To add someone to your list of delegates:" -msgstr "Δεν ήταν δυνατή η ενημέρωση της λίστας εκπροσώπων" +msgstr "Για να προσθέσετε κάποιον στη λίστα αντιπροσώπων σας:" #: C/evolution.xml:5530(para) -#, fuzzy msgid "Click the Exchange Settings tab." -msgstr "Επιλογή γραμματοσειράς επεξεργαστή" +msgstr "Επιλέξτε την καρτέλα Επιλογές Exchange." #: C/evolution.xml:5533(para) -#, fuzzy msgid "Click Delegation Assistant to open the Delegates dialog box." -msgstr "Κλίκ για να ανοίξετε ένα νέο διάλογο επεξεργασίας προφίλ" +msgstr "" +"Πατήστε στο Βοηθός ρύθμισης ανάθεσης για να ανοίξετε το διάλογο Εκπρόσωποι." #: C/evolution.xml:5538(para) msgid "Click Add, then search for a contact in the Global Address List." msgstr "" +"Πατήστε Προσθήκη, και μετά αναζητήστε για μια επαφή στην Καθολική λίστα " +"διευθύνσεων." #: C/evolution.xml:5539(para) msgid "" "Remember that the Global Address List (GAL) appears empty until you have " "searched for something in it." msgstr "" +"Θυμηθείτε ότι η Καθολική λίστα καταλόγου (GAL) εμφανίζεται άδεια μέχρι να " +"αναζητήσετε για κάτι μέσα της." #: C/evolution.xml:5542(para) msgid "" "Select the delegate and click Edit to open the delegate permission dialog " "box." msgstr "" +"Επιλέξτε τον εκπρόσωπο και πατήστε Επεξεργασία για να ανοίξετε το διάλογο " +"δικαιωμάτων του εκπροσώπου." #: C/evolution.xml:5547(para) msgid "" "Select from the following access levels for each of the four types of " "folders:" msgstr "" +"Επιλέξτε από τα ακόλουθα επίπεδα πρόσβασης για κάθε ένα από τους τέσσερις " +"τύπους φακέλων:" #: C/evolution.xml:5550(para) msgid "Do not allow this person to access any folders of this type." msgstr "" +"Να μην επιτρέπεται σε αυτό το άτομο η πρόβαση σε κανένα φάκελο αυτού του " +"τύπου." #: C/evolution.xml:5553(title) -#, fuzzy msgid "Reviewer (read-only):" -msgstr "Επιμελητής (ανάγνωση - μόνο)" +msgstr "Επιμελητής (μόνο ανάγνωση):" #: C/evolution.xml:5554(para) msgid "" "Allows the delegate to see items in this type of folder, but not create new " "items or edit existing items." msgstr "" +"Επιτρέπει στον εκπρόσωπο να δει τα στοιχεία σε αυτόν το τύπο φακέλων, αλλά " +"όχι να δημιουργεί νέα στοιχεία ή να επεξεργάζεται τα υπάρχοντα." #: C/evolution.xml:5557(title) -#, fuzzy msgid "Author (read, create):" -msgstr "" -"#-#-#-#-# evolution-exchange.HEAD.el.po (el) #-#-#-#-#\n" -"Δημιουργός (ανάγνωση,δημιουργία)\n" -"#-#-#-#-# evolution.HEAD.el.po (el) #-#-#-#-#\n" -"Συντάκτης (ανάγνωση,δημιουργία)" +msgstr "Δημιουργός (ανάγνωση, δημιουργία):" #: C/evolution.xml:5558(para) msgid "" "The delegate can view items in your folders, and can create new items, but " "cannot change any existing items." msgstr "" +"Ο εκπρόσωπος μπορεί να δει τα στοιχεία στους φακέλους και να δημιουργήσει " +"καινούρια, αλλά δε μπορεί να επεξεργαστεί υφιστάμενα στοιχεία." #: C/evolution.xml:5561(title) -#, fuzzy msgid "Editor (read, create, edit):" -msgstr "" -"#-#-#-#-# evolution-exchange.HEAD.el.po (el) #-#-#-#-#\n" -"Επιμελητής (ανάγνωση, δημιουργία, επεξεργασία)\n" -"#-#-#-#-# evolution.HEAD.el.po (el) #-#-#-#-#\n" -"Διορθωτής (ανάγνωση, δημιουργία, επεξεργασία)" +msgstr "Επιμελητής (ανάγνωση, δημιουργία, επεξεργασία):" #: C/evolution.xml:5562(para) msgid "The delegate can view, create, and change items in your folders." msgstr "" +"Ο εκπρόσωπος μπορεί νε δει, να δημιουργήσει και να επεξεργαστεί τα στοιχεία " +"στους φακέλους." #: C/evolution.xml:5569(para) msgid "" @@ -10210,26 +11922,31 @@ msgid "" "added to your list of delegates. The mail summarizes all the rights that " "have been assigned to the delegate." msgstr "" +"Ο εκπρόσωπος ειδοποιείται μέσω ξεχωριστού μηνύματος ότι έχει προστεθεί στη " +"λίστα εκπροσώπων σας. Το μήνυμα συνοψίζει όλα τα δικαιώματα που έχουν " +"ανατεθεί στον εκπρόσωπο." #: C/evolution.xml:5574(para) msgid "To access the folders delegated to you:" msgstr "" +"Για να αποκτήσετε πρόσβαση στους φακέλους εκείνων που εκπροσωπείτε εσείς:" #: C/evolution.xml:5577(para) -#, fuzzy msgid "Click File > Subscribe to Other User's Exchange Folder." -msgstr "Σ_υνδρομή στους φακέλους άλλου χρήστη" +msgstr "Επιλέξτε Αρχείο > Συνδρομή στους φακέλους άλλου χρήστη." #: C/evolution.xml:5582(para) msgid "" "Specify the email address of the user who has delegated to you, or click " "User to select the user from your address book." msgstr "" +"Καθορίστε τη διεύθυνση αλληλογραφίας του χρήστη που σας έχει αναθέσει ως " +"εκπρόσωπό του, ή πατήστε Χρήστης για να επιλέξετε το χρήστη από το βιβλίο " +"διευθύνσεών σας." #: C/evolution.xml:5585(para) -#, fuzzy msgid "Select the folder you want to open." -msgstr "Επιλέξτε τα παιχνίδια που θέλετε να αποθηκεύσετε:" +msgstr "Επιλέξτε το φάκελο που θέλετε να ανοίξετε." #: C/evolution.xml:5591(para) msgid "" @@ -10238,36 +11955,44 @@ msgid "" "folders to you, you see a folder called Martha Thompson's Folders in the " "folder tree at the same level as your Personal Folders and Public Folders." msgstr "" +"Οι φάκελοι στους οποίους έχετε συνδρομή εμφανίζονται στη λίστα φακέλων, με " +"ετικέτα το όνομα του ιδιοκτήτη τους. Για παράδειγμα, αν η Μάρθα Παπαδοπούλου " +"σας έχει ορίσει δικαιώματα για φακέλους, θα βλέπετε ένα φάκελο που θα " +"ονομάζεται Φάκελοι Μάρθα Παπαδοπούλου στο δένδρο φακέλων, στο ίδιο επίπεδο " +"με τον Προσωπικό σας φάκελο και τους Δημόσιους φακέλους σας." #: C/evolution.xml:5592(para) msgid "" "If the folder fails to open properly, check with the folder owner to make " "sure that you have been granted the correct access permissions." msgstr "" +"Αν ο φάκελος αποτύχει να ανοίξει κανονικά, ελέγξτε με τον ιδιοκτήτη του για " +"να βεβαιωθείτε ότι σας έχουν ανατεθεί τα σωστά δικαιώματα πρόσβασης." #: C/evolution.xml:5598(para) msgid "You can subscribe to public folders available on the Exchange server." msgstr "" +"Μπορείτε να γίνετε συνδρομητές σε δημόσιους φάκελους που διατίθενται στον " +"εξυπηρετητή Exchange." #: C/evolution.xml:5604(para) -#, fuzzy msgid "Select the Exchange account." -msgstr "Επιλογή ολόκληρου του εγγράφου" +msgstr "Επιλέξτε το λογαριασμό Exchange." #: C/evolution.xml:5607(para) -#, fuzzy msgid "Check the folders you want to subscribe to." -msgstr "Αφαιρέστε το φάκελο από τη λίστα των φακέλων με συνδρομή" +msgstr "Σημειώστε τους φακέλους στους οποίους θέλετε συνδρομή." #: C/evolution.xml:5613(para) msgid "" "The folders you have subscribed to appear in the folder list at the left." msgstr "" +"Οι φάκελοι στους οποίους έχετε συνδρομή εμφανίζονται στη λίστα φακέλων στα " +"αριστερά." #: C/evolution.xml:5616(para) -#, fuzzy msgid "To view contents of a folder, click it." -msgstr "Το περιεχόμενο του cookie." +msgstr "Για να δείτε τα περιεχόμενα ενός φακέλου, πατήστε πάνω του." #: C/evolution.xml:5623(para) msgid "" @@ -10280,6 +12005,15 @@ msgid "" "more information about Reminders see<link linkend=\"bshly4v\">Reminders</" "link>." msgstr "" +"Οι υπενθυμίσεις για συναντήσεις στο ημερολόγιο σας στο Exchange δε δουλεύουν " +"μέχρι να εκτελέσετε το Evolution τουλάχιστον μια φορά αφού συνδεθείτε. Αυτό " +"διαφέρει από τις τοπικά αποθηκευμένες υπενθυμίσεις, οι οποίες λειτουργούν " +"από τη στιγμή που θα συνδεθείτε, άσχετα αν έχετε εκτελέσει το Evolution στη " +"συνεδρία ώστε να μπορείτε να ορίσετε μια βολική ώρα για μια συνάντηση. Για " +"να ενεργοποιήσετε τις Υπενθυμίσεις στο λογαριασμό Exchange σας, επιλέξτε το " +"κουτάκι <guilabel>Απομνημόνευση του κωδικού</guilabel>. Για να βρείτε " +"περισσότερες πληροφορίες για τις Υπενθυμίσεις, δείτε τις <link linkend=" +"\"bshly4v\">Υπενθυμίσεις</link>." #: C/evolution.xml:5628(para) msgid "" @@ -10289,23 +12023,27 @@ msgid "" "your email, you can set an automatic reply so that people know that you are " "not ignoring them." msgstr "" +"Ένα μύνημα Εκτός γραφείου είναι μια αυτόματη απάντηση την οποία μπορείτε να " +"στείλετε σε μηνύματα, εξηγώντας γιατί δεν απαντάτε αμέσως στα μηνύματά τους. " +"Για παράδειγμα, αν είστε σε διακοπές για μια βδομάδα και δεν έχετε πρόσβαση " +"στην αλληλογραφία σας, μπορείτε να ορίσετε μια αυτόματη απάντηση ώστε οι " +"άλλοι να ξέρουν ότι δεν τους αγνοείτε." #: C/evolution.xml:5634(para) -#, fuzzy msgid "Select the Exchange account, then click Edit." -msgstr "" -"Επιλέξτε ένα ψευδώνυμο και ένα τρόπο σύνδεσης και μετά πατήστε Σύνδεση." +msgstr "Επιλέξτε το λογαριασμό Exchange και πατήστε Επεξεργασία." #: C/evolution.xml:5637(para) msgid "" "Select the Exchange Settings tab. The top option allows you to set an Out of " "Office message." msgstr "" +"Επιλέξτε την καρτέλα Ρυθμίσεις Exchange. Η πρώτη επιλογή σας επιτρέπει να " +"ορίσετε ένα μήνυμα Εκτός γραφείου." #: C/evolution.xml:5640(para) -#, fuzzy msgid "Click I Am Currently Out of the Office." -msgstr "Αυτή τη στιγμή απουσιάζω από το γραφείο" +msgstr "Επιλέξτε το Αυτή τη στιγμή απουσιάζω από το γραφείο." #: C/evolution.xml:5643(para) msgid "Type a short message in the text field." @@ -10327,46 +12065,56 @@ msgid "" "according to their Exchange calendars, if so, you can reschedule the meeting " "altogether." msgstr "" +"Το Evolution σας βοηθά να ορίσετε μια βολική ώρα για μια συνάντηση σύμφωνα " +"με τη διαθεσιμότητα των παρευρισκομένων. Το χαρακτηριστικό Διαθεσιμότητα σας " +"επιτρέπει να κάνετε ένα έλεγχο στα ημερολόγια Exchange των άλλων χρηστών για " +"να βρείτε αν είναι απασχολημεοι σύμφωνα με τα ημερολόγιά τους, και αν είναι, " +"μπορείτε να ξαναπρογραμματίσετε τη συνάντηση από την αρχή." #: C/evolution.xml:5660(para) -#, fuzzy msgid "Create a new appointment in the calendar." -msgstr "Δημιουργία νέου ραντεβού" +msgstr "Δημιουργία νέου ραντεβού στο ημερολόγιο." #: C/evolution.xml:5663(para) msgid "Right-click the appointment, then select Schedule Meeting." -msgstr "" +msgstr "Κάντε δεξί κλικ στο ραντεβού και επιλέξτε Προγραμματισμός συνάντησης." #: C/evolution.xml:5666(para) -#, fuzzy msgid "Click the Add tab to enter the email addresses into the list." -msgstr "Αντιγραφή του επιλεγμένου φακέλου σε άλλο φάκελο" +msgstr "" +"Επιλέξτε την καρτέλα Προσθήκη για να εισάγετε τις διευθύνσεις αλληλογραφίας " +"στη λίστα." #: C/evolution.xml:5669(para) msgid "" "Click the Attendees tab to select the participants from Global Address List " "(GAL)." msgstr "" +"Επιλέξτε την καρτέλα Παρευρισκόμενοι για να διαλέξετε τους παρευρισκόμενους " +"από την Καθολική λίστα διευθύνσεων (GAL)." #: C/evolution.xml:5670(para) msgid "" "You can directly select the participants from the following address lists." msgstr "" +"Μπορείτε να επιλέξετε απ' ευθείας τους παρευρισκόμενους από την ακόλουθη " +"λίστα επαφών." #: C/evolution.xml:5676(para) msgid "Global Address List" -msgstr "Γενική λίστα διευθύνσεων" +msgstr "Καθολική λίστα διευθύνσεων" #: C/evolution.xml:5682(para) msgid "" "You can also specify the category as Anniversary, Birthday, Business etc. " "from the drop-down list for each address list given." msgstr "" +"Μπορείτε επίσης να καθορίσετε την κατηγορία ως Επέτειος, Γενέθλια, Εργασία κ." +"λπ. από την αναδιπλούμενη λίστα για κάθε δεδομένη λίστα διευθύνσεων." #: C/evolution.xml:5685(para) -#, fuzzy msgid "Add the participants to the following categories of attendees." -msgstr "Οι συμμετέχοντες θα λάβουν την ακόλουθη σημείωση.\n" +msgstr "Προσθέστε του συμμετέχοντες στις ακόλουθες κατηγορίες παρευρισκομένων." #: C/evolution.xml:5688(para) msgid "Chair Persons" @@ -10386,13 +12134,16 @@ msgstr "Πόροι" #: C/evolution.xml:5702(para) msgid "Click Free/Busy tool at the top right corner." -msgstr "" +msgstr "Πατήστε το εργαλείο Διαθεσιμότητα στην πάνω δεξιά γωνία." #: C/evolution.xml:5705(para) msgid "" "Click Options > Update Free/Busy to check participant schedules and, if " "possible, update the meeting in all participants' calendars" msgstr "" +"Επιλέξτε Επιλογές & Ανανέωση διαθεσιμότητας για να ελέγξετε το πρόγραμμα των " +"παρευρισκομένων, και αν είναι δυνατόν να ενημερώσετε τη συνάντηση στα " +"ημερολόγια όλων των παρευρισκομένων." #: C/evolution.xml:5708(para) msgid "" @@ -10404,6 +12155,15 @@ msgid "" "satisfied with those results, you can also drag the edges of the area marked " "as meeting time to the hours that you want to select." msgstr "" +"Αν οι παρευρισκόμενοι δεν είναι διαθέσιμοι τις ώρες που προγραμματίσατε τη " +"συνάντηση, μπορείτε να <quote>σπρώξετε</quote> τη συνάντηση μπροστά ή πίσω " +"προς την πλησιέστερη διαθέσιμη ώρα. Για να το κάνετε αυτό, απλά πατήστε τα " +"βέλη προς τα δεξιά ή αριστερά στο κουμπί Αυτόματη επιλογή. Το εργαλείο " +"Αυτόματη επιλογή σας επιτρέπει να μετακινείτε τη συνάντηση στην πλησιέστερη " +"ώρα κατά την οποία όλοι οι παρευρισκόμενοι θα είναι διαθέσιμοι. Αν δεν είστε " +"ευχαριστημένοι από το αποτέλεσμα, μπορείτε επίσης να σύρετε τις ακμές της " +"περιοχής η οποία σημειώνεται ως χρόνος της συνάντησης στις ώρες που θέλετε " +"να επιλέξετε." #: C/evolution.xml:5714(para) msgid "" @@ -10411,75 +12171,73 @@ msgid "" "\"registered\">Novell</trademark><trademark class=\"registered\">GroupWise</" "trademark> 7 systems." msgstr "" +"Το <trademark>Evolution</trademark> παρέχει πρόσβαση σε λογαριασμούς σε " +"συστήματα <trademark class=\"registered\">Novell</trademark><trademark class=" +"\"registered\">GroupWise</trademark> 7." #: C/evolution.xml:5717(link) C/evolution.xml:5740(title) -#, fuzzy msgid "GroupWise Features" -msgstr "Λειτουργίες Groupwise" +msgstr "Χαρακτηριστικά του Groupwise" #: C/evolution.xml:5720(link) C/evolution.xml:5829(title) msgid "GroupWise Terminology vs. Evolution Terminology" -msgstr "" +msgstr "Ορολογία του GroupWise και ορολογία του Evolution." #: C/evolution.xml:5723(link) C/evolution.xml:5900(title) -#, fuzzy msgid "Adding your GroupWise Account to Evolution" -msgstr "Είστε βέβαιοι ότι θέλετε να κλείσετε το Evolution;" +msgstr "Προσθήκη λογαριασμού GroupWise στο Evolution" #: C/evolution.xml:5726(link) C/evolution.xml:6041(title) -#, fuzzy msgid "Scheduling Appointments with Free/Busy" -msgstr "Φόρτωση ραντεβού σε %s" +msgstr "Προγραμματισμός ραντεβού βάσει της Διαθεσιμότητας" #: C/evolution.xml:5729(link) C/evolution.xml:6063(title) -#, fuzzy msgid "Managing Sent Items" -msgstr "Απεσταλμένα Αντικείμενα" +msgstr "Διαχείριση απεσταλμένων στοιχείων" #: C/evolution.xml:5732(link) C/evolution.xml:6252(title) msgid "Giving Other People Access to Your Mailbox or Calendar" -msgstr "" +msgstr "Παροχή πρόσβασης σε τρίτους στα Εισερχόμενα ή στο Ημερολόγιό σας" #: C/evolution.xml:5735(link) C/evolution.xml:6423(title) -#, fuzzy msgid "Junk Mail Handling" -msgstr "Ρυθμίσεις ανεπιθύμητης αλληλογραφίας" +msgstr "Χειρισμός ανεπιθύμητης αλληλογραφίας" #: C/evolution.xml:5741(para) msgid "" "GroupWise connectivity in Evolution supports the following basic Novell " "GroupWise features:" msgstr "" +"Η συνδεσιμότητα του GroupWise στο Evolution υποστηρίζει τα ακόλουθα βασικά " +"χαρακτηριστικά του Novell GroupWise:" #: C/evolution.xml:5747(para) -#, fuzzy msgid "Viewing mail and folders stored on the GroupWise system." -msgstr "Η παρακολούθηση αρχείων δεν υποστηρίζεται σε αυτό το σύστημα.\n" +msgstr "Προβολή αλληλογραφίας και φακέλων αποθηκευμένων στο σύστημα GroupWise." #: C/evolution.xml:5750(para) -#, fuzzy msgid "Sending mail from you GroupWise account." -msgstr "Λαμβάνει την αλληλογραφία σας από απομακρυσμένους λογαριασμούς" +msgstr "Αποστολή αλληλογραφίας από το λογαριασμό σας στο GroupWise." #: C/evolution.xml:5753(para) -#, fuzzy msgid "Converting mail to a task or meeting." -msgstr "Μετα_τροπή σε Συνάντηση" +msgstr "Μετατροπή αλληλογραφίας σε εργασία ή συνάντηση." #: C/evolution.xml:5756(para) msgid "Tracking the status of a message." -msgstr "" +msgstr "Παρακολούθηση της κατάστασης ενός μηνύματος." #: C/evolution.xml:5759(para) msgid "" "Marking a message as junk mail adds the sender to your GroupWise junk mail " "list." msgstr "" +"Σημείωση ενός μηνύματος ως ανεπιθύμητο προσθέτει τον αποστολέα στη λίστα " +"ανεπιθύμητης αλληλογραφίας του GroupWise." #: C/evolution.xml:5762(para) -#, fuzzy msgid "Improved Status Tracking." -msgstr "Παρακολού_θηση κατάστασης" +msgstr "Βελτιωμένη παρακολούθηση κατάστασης." #: C/evolution.xml:5770(para) msgid "" @@ -10487,12 +12245,18 @@ msgid "" "users to schedule meetings and view attendee availability for other users on " "GroupWise." msgstr "" +"Μπορείτε να στείλετε και να παραλάβετε αιτήσεις για ραντεβού και " +"συναντήσεις. Επιτρέπεται στους χρήστες του Evolution να προγραμματίζουν " +"συναντήσεις και να βλέπουν τη διαθεσιμότητα των παρευρισκομένων για άλλους " +"χρήστες στο GroupWise." #: C/evolution.xml:5773(para) msgid "" "You can receive an iCalendar meeting request and add it to your GroupWise " "calendar." msgstr "" +"Μπορείτε να λάβετε μια αίτηση για συνάντηση iCalendar και να την προσθέσετε " +"στο ημερολόγιο του GroupWise." #: C/evolution.xml:5781(para) msgid "" @@ -10500,6 +12264,9 @@ msgid "" "the System address book, the Frequent Contacts address book, and your " "personal address book." msgstr "" +"Υποστηρίζεται η συμπλήρωση διευθύνσεων για τα βιβλία διευθύνσεών σας στο " +"GroupWise, συμπεριλαμβανομένου του βιβλίου διευθύνσεων Συστήματος, του " +"βιβλίου διευθύνσεων συχνών επαφών και του προσωπικού σας βιβλίου διευθύνσεων." #: C/evolution.xml:5784(para) msgid "" @@ -10507,6 +12274,10 @@ msgid "" "to your Personal address book. New Address Book entries can also be added to " "your personal address book from received Email messages." msgstr "" +"Αν λάβετε μια συνημμένη κάρτα και επιλέξτε Αποθήκευση στο βιβλίο " +"διευθύνσεων, αυτή αποθηκεύεται στο Προσωπικό σας βιβλίο διευθύνσεων. Νέες " +"καταχωρήσεις στο βιβλίο διευθύνσεων μπορούν επίσης να προστεθούν στο " +"προσωπικό σας βιβλίο διευθύνσεων από εισερχόμενη αλληλογραφία." #: C/evolution.xml:5787(para) msgid "" @@ -10516,9 +12287,14 @@ msgid "" "system address book is marked for offline use by default. This boosts " "performance." msgstr "" +"Για να δημιουργήσετε το βιβλίο συχνών επαφών και το προσωπικό σας βιβλίο " +"διευθύνσεων, χρειάζεται να έχετε πρόσβαση στο λογαριασμό σας στο GroupWise " +"μια φορά μέσω του Java πελάτη GroupWise γιατί το Evolution προς το παρόν δεν " +"υποστηρίζει τη δημιουργία τους. Το βιβλίο διευθύνσεων του συστήματος " +"GroupWise σημειώνεται για χρήση εκτός σύνδεσης από προεπιλογή. Αυτό ενισχύει " +"την απόδοση." #: C/evolution.xml:5792(para) C/evolution.xml:5864(para) -#, fuzzy msgid "Reminder Note" msgstr "Σημειώσεις υπενθύμισης" @@ -10528,6 +12304,9 @@ msgid "" "Reminder notes listed under Memos at the bottom right of the Calendar view " "given that you have selected them under the Memos component." msgstr "" +"Η σημείωση υπενθύμισης του GroupWise είναι ενσωματωμένη στο εργαλείο Memo. " +"Μπορείτε να δείτε τις σημειώσεις υπενθύμισης στα Memo στο κάτω δεξιά μέρος " +"της προβολής ημερολογίου, δεδομένου ότι τα έχετε επιλέξει στο εργαλείο Memo." #: C/evolution.xml:5800(para) msgid "Proxy" @@ -10535,35 +12314,33 @@ msgstr "Διαμεσολαβητής" #: C/evolution.xml:5803(para) msgid "You can assign Proxy access to other users." -msgstr "" +msgstr "Μπορείτε να αναθέσετε σε άλλους χρήστες πρόσβαση στο διαμεσολαβητή." #: C/evolution.xml:5806(para) msgid "You can view other users' accounts through Proxy access." msgstr "" +"Μπορείτε να δείτε τους λογαριασμούς άλλων χρηστών μέσω πρόσβασης στο " +"Διαμεσολαβητή." #: C/evolution.xml:5811(para) msgid "There are, however, some features that are not available:" -msgstr "" +msgstr "Ωστόσο υπάρχουν και μερικά χαρακτηριστικά που δεν είναι διαθέσιμα:" #: C/evolution.xml:5814(para) -#, fuzzy msgid "Resending items" -msgstr "Μετακίνηση αντικειμένων" +msgstr "Επαναποστολή στοιχείων" #: C/evolution.xml:5817(para) -#, fuzzy msgid "Retracting items" -msgstr "Αποσυμπίεση αρχείου: " +msgstr "Απόσυρση στοιχείων" #: C/evolution.xml:5820(para) -#, fuzzy msgid "Accepting appointments or meetings in offline mode" -msgstr "Αδυναμία λήψης πληροφοριών φακέλου σε λειτουργία χωρίς σύνδεση" +msgstr "Αποδοχή ραντεβού ή συναντήσεων σε λειτουργία εκτός σύνδεσης" #: C/evolution.xml:5823(para) -#, fuzzy msgid "Archive" -msgstr "Συμπιεσμένο αρχείο:" +msgstr "Αρχειοθέτηση" #: C/evolution.xml:5830(para) msgid "" @@ -10571,115 +12348,129 @@ msgid "" "types of items. The following table compares GroupWise terminology to " "Evolution terminology." msgstr "" +"Το GroupWise και το Evolution μερικές φορές χρησιμοποιούν διαφορετική " +"ορολογία για διαφορετικούς τύπους αντικειμένων. Ο ακόλουθος πίνακας " +"συγκρίνει την ορολογία του GroupWise και την ορολογία του Evolution." #: C/evolution.xml:5838(para) msgid "GroupWise" -msgstr "Novell GroupWise" +msgstr "GroupWise" #: C/evolution.xml:5848(para) C/evolution.xml:5859(para) msgid "Appointment" msgstr "Ραντεβού" #: C/evolution.xml:5851(para) -#, fuzzy msgid "Meeting" -msgstr "Συ_νάντηση" +msgstr "Συνάντηση" #: C/evolution.xml:5856(para) -#, fuzzy msgid "Posted Appointment" -msgstr "Νέο ραντεβού" +msgstr "Δημοσιευμένο ραντεβού" #: C/evolution.xml:5867(para) C/evolution.xml:5891(para) msgid "None; use a task" -msgstr "" +msgstr "Κανένα. Χρησιμοποιήστε μια εργασία" #: C/evolution.xml:5872(para) msgid "Discussion Note" -msgstr "" +msgstr "Σημείωση συζήτησης" #: C/evolution.xml:5875(para) -#, fuzzy msgid "None; use an assigned task" -msgstr "Νέα ανάθεση εργασίας " +msgstr "Κανένα. Χρησιμοποιήστε μια ανατιθέμενη εργασία" #: C/evolution.xml:5880(para) -#, fuzzy msgid "Phone Message" -msgstr "Εκτύπωση Μηνύματος" +msgstr "Μήνυμα τηλεφώνου" #: C/evolution.xml:5883(para) -#, fuzzy msgid "None; use a message" -msgstr "Δεν υπάρχει τέτοιο μήνυμα" +msgstr "Κανένα. Χρησιμοποιήστε ένα μήνυμα" #: C/evolution.xml:5888(para) msgid "Checklist" -msgstr "Checklist" +msgstr "Λίστα ελέγχου" #: C/evolution.xml:5903(link) C/evolution.xml:5911(title) -#, fuzzy msgid "Creating a New GroupWise Account" -msgstr "Για να δημιουργήσετε ένα νέο θέμα" +msgstr "Δημιουργία ενός νέου λογαριασμού GroupWise" #: C/evolution.xml:5906(link) C/evolution.xml:5926(title) msgid "Changing an Existing Account to Work with GroupWise" -msgstr "" +msgstr "Αλλαγή ενός υφιστάμενου λογαριασμού για εργασία με το GroupWise" #: C/evolution.xml:5920(para) msgid "" "Create the account following the procedure in <link linkend=\"usage-" "mainwindow-starting\">Starting Evolution for the First Time</link>." msgstr "" +"Δημιουργήστε το λογαριασμό ακολουθώντας τη διαδικασία στην <link linkend=" +"\"usage-mainwindow-starting\">Εκκίνηση του Evolution για πρώτη φορά</link>." #: C/evolution.xml:5927(para) msgid "" "If you have an existing email account, and want to convert it to use with " "GroupWise:" msgstr "" +"Αν έχετε έναν υφιστάμενο λογαριασμό και θέλετε να τον μετατρέψετε για χρήση " +"με το GroupWise:" #: C/evolution.xml:5944(para) msgid "" "Click the Receiving Email tab, then select Novell GroupWise as your server " "type." msgstr "" +"Επιλέξτε την καρτέλα Λήψη αλληλογραφίς και μετά επιλέξτε Novell GroupWise ως " +"τον τύπο του διακομιστή." #: C/evolution.xml:5949(para) msgid "" "Type the name of your mail server, your user name, and select whether to use " "SSL." msgstr "" +"Πληκτρολογήστε το όνομα του διακομιστή αλληλογραφίας σας, το όνομα χρήστη " +"σας και αν θέλετε να χρησιμοποιείτε SSL." #: C/evolution.xml:5976(para) -#, fuzzy msgid "" "Select if you want to automatically synchronize your remote calendar and " "contacts locally." -msgstr "Αυτόματος συγ_χρονισμός απομακρυσμένης αλληλογραφίας τοπικά" +msgstr "" +"Επιλέξτε αν θέλετε να συγχρονίζετε αυτόματα το απομακρυσμένο ημερολόγιο και " +"οι τοπικές επαφές." #: C/evolution.xml:5977(para) msgid "" "It fetches the remote calendar and contact information and stores it on your " "local drive." msgstr "" +"Φέρνει το απομακρυσμένο ημερολόγιο και τις πληροφορίες επαφών και τις " +"αποθηκεύει στον τοπικό σας δίσκο." #: C/evolution.xml:5979(para) msgid "" "Remote calendar and contacts are typically stored remotely on servers rather " "than on local hard disk." msgstr "" +"Το απομακρυσμένο ημερολόγιο και οι επαφές τυπικά αποθηκεύονται απομακρυσμένα " +"σε διακομιστές αντί στον τοπικό σκληρό δίσκο." #: C/evolution.xml:5983(para) msgid "" "Specify your Post Office Agent SOAP port in the Post Office Agent SOAP Port " "field." msgstr "" +"Καθορίστε τη θύρα Post Office Agent SOAP στο πεδίο Θύρα Post Office Agent " +"SOAP." #: C/evolution.xml:5987(para) msgid "" "(Optional) Click the Proxy tab, then click Add to add any Proxy users to " "your account." msgstr "" +"(Προαιρετικά) Επιλέξτε την καρτέλα Διαμεσολαβητής και μετά πατήστε προσθήκη " +"για να προσθέσετε χρήστες διαμεσολαβητή στο λογαριασμό σας." #: C/evolution.xml:5998(title) msgid "Reminder Notes" @@ -10693,6 +12484,13 @@ msgid "" "Posted reminder notes are placed in your Calendar on the date you specify. " "They are not placed in your Mailbox or in any other user's Mailbox." msgstr "" +"Οι σημειώσεις υπενθύμισης του GroupWise είναι σαν μηνύματα αλληλογραφίας " +"μόνο που είναι προγραμματισμένα για μια συγκεκριμένη μέρα και εμφανίζονται " +"στο ημερολόγιο για εκείνη τη μέρα. Μπορείτε να χρησιμοποιείτε σημειώσεις " +"υπενθύμισης για να δείχνετε αργίες, διακοπές, ημέρες πληρωμών, γενέθλια κ." +"λπ. Οι δημοσιευμένες σημειώσεις υπενθύμισης τοποθετούνται στο ημερολόγιό σας " +"την ημερομηνία που καθορίζετε. Δεν τοποθετούνται στο δικό σας ή σε άλλου " +"χρήστη το ταχυδρομικό κιβώτιο." #: C/evolution.xml:6000(para) msgid "" @@ -10700,12 +12498,17 @@ msgid "" "view the Reminder notes listed under Memo at the right bottom side of the " "calender view." msgstr "" +"Το Evolution ενσωματώνει αυτό το χαρακτηριστικό μέσα στο εργαλείο Memo, ώστε " +"να μπορείτε να δείτε τις σημειώσεις υπενθύμισης κάτω από τα Memo στην κάτω " +"δεξιά πλευρά της προβολής ημερολογίου." #: C/evolution.xml:6002(para) msgid "" "Select the memo or the Reminder notes under the Memo component to display it " "on the Calendar view." msgstr "" +"Επιλέξτε το memo ή τις σημειώσεις υπενθύμισης στο εργαλείο Memo για τη " +"προβάλετε σστην προβολή ημερολογίου." #: C/evolution.xml:6005(para) msgid "" @@ -10713,32 +12516,37 @@ msgid "" "link> through <link linkend=\"b10fqh6r\">Step 8</link> under <link linkend=" "\"b1012vdd\">Memos</link>." msgstr "" +"Για να δημιουργήσετε μια νέα σημείωση υπενθύμισης ακολουθήστε από το <link " +"linkend=\"b1012vde\">Βήμα 1</link> μέχρι το <link linkend=\"b10fqh6r\">Βήμα " +"8</link> στο <link linkend=\"b1012vdd\">Memo</link>." #: C/evolution.xml:6006(para) -#, fuzzy msgid "To send a Reminder Note," -msgstr "Σημειώσεις υπενθύμισης" +msgstr "Για να στείλετε μια σημείωση υπενθύμισης," #: C/evolution.xml:6009(para) -#, fuzzy msgid "Click File > New > Shared Memo." -msgstr "Κλικ εδώ για το βιβλίο διευθύνσεων" +msgstr "Επιλέξτε Αρχείο > Νέο > Κοινόχρηστο memo." #: C/evolution.xml:6012(para) msgid "" "Select the Organizer's account name from the drop-down list given next to " "the Organizer field." msgstr "" +"Επιλέξτε το όνομα λογαριασμού του Διοργανωτή από την αναδιπλούμενη λίστα που " +"δίνεται δίπλα από το πεδίο Διοργανωτής." #: C/evolution.xml:6015(para) msgid "" "In the To field, type a username, then press Enter. Repeat for additional " "users." msgstr "" +"Στο πεδίο Προς, πληκτρολογήστε ένα όνομα χρήστη και μετά πατήστε Enter. " +"Επαναλάβετε για πρόσθετους χρήστες." #: C/evolution.xml:6027(para) msgid "Specify the category that the Reminder note falls under." -msgstr "" +msgstr "Καθορίστε την κατηγορία στην οποία εμπίπτει η σημείωση υπενθύμισης." #: C/evolution.xml:6033(para) msgid "Click Save." @@ -10750,6 +12558,9 @@ msgid "" "when other local GroupWise users are busy according to their GroupWise " "calendars." msgstr "" +"Όταν προγραμματίζετε μια συνάντηση με το ημερολόγιό σας στο GroupWise, " +"μπορείτε να ελέγξετε πότε είναι απασχολημένοι άλλοι τοπικοί χρήστες του " +"GroupWise σύμφωνα με τα ημερολόγιά τους στο GroupWise." #: C/evolution.xml:6044(para) msgid "" @@ -10758,28 +12569,36 @@ msgid "" "locally stored reminders, which work from the moment you log in, regardless " "of whether you have run Evolution in the session." msgstr "" +"Οι υπενθυμίσεις για συναντήσεις στο ημερολόγιό σας στο GroupWise δε θα " +"δουλεύουν μέχρι να τρέξετε το Evolution μια φορά αφού έχετε συνδεθεί. Αυτό " +"διαφέρει από τις τοπικά αποθηκευμένες υπενθυμίσεις, οι οποίες λειτουργούν " +"από τη στιγμή που συνδέεστε, ανεξάρτητα από το αν τρέχει το Evolution στη " +"συνεδρία." #: C/evolution.xml:6047(para) -#, fuzzy msgid "Open a new appointment in the calendar." -msgstr "Το ραντεβού βρέθηκε στο ημερολόγιο '%s'." +msgstr "Ανοίξτε ένα νέο ραντεβού στο ημερολόγιο." #: C/evolution.xml:6050(para) -#, fuzzy msgid "Click Actions > Schedule Meeting." -msgstr "Προγραμματισμός _Συνάντησης..." +msgstr "Επιλέξτε Ενέργειες > Προγραμματισμός συνάντησης." #: C/evolution.xml:6053(para) msgid "" "Add attendees, either by entering their email addresses into the list, or by " "clicking the Invite Others button." msgstr "" +"Προσθέστε παρευρισκόμενους, είτε εισάγοντας τη διεύθυνση αλληλογραφίας τους " +"στη λίστα, είτε πατώντας το κουμπί Πρόσκληση άλλων." #: C/evolution.xml:6056(para) msgid "" "Click Options, then click Update Free/Busy to check participant schedules " "and, if possible, update the meeting in all participants' calendars." msgstr "" +"Πατήστε Επιλογές, και μετά πατήστε Ενημέρωση διαθεσιμότητας για να ελέγξετε " +"τα προγράμματα των παρευρισκομένων, και αν είναι δυνατόν να ενημερώσετε τη " +"συνάντηση στα ημερολόγια όλων των παρευρισκομένων." #: C/evolution.xml:6059(para) msgid "" @@ -10791,30 +12610,40 @@ msgid "" "those results, you can drag the edges of the meeting time to the hours that " "you want to select." msgstr "" +"Αν οι παρευρισκόμενοι της συνάντησης δεν είναι διαθέσιμοι κατά τις ώρες που " +"προγραμματίσατε μια συνάντηση, μπορείτε να <quote>σπρώξετε</quote> μια " +"συνάντηση μπροστά η πίσω στην πλησιέστερη διαθέσιμη ώρα. Για να το κάνετε " +"αυτό, απλά πατήστε τα βέλη στα αριστερά και στα δεξιά του κουμπιού Αυτόματη " +"επιλογή. Το εργαλείο Αυτόματη επιλογή μετακινεί τη συνάντηση στην " +"πλησιέστερη ώρα κατά την οποία όλοι οι παρευρισκόμενοι είναι διαθέσιμοι. Αν " +"δεν είστε ευχαριστημένοι με το αποτέλεσμα, μπορείτε να σύρετε τα άκρα της " +"ώρας της συνάντησης στις ώρες που θέλετε να επιλέξετε." #: C/evolution.xml:6066(link) C/evolution.xml:6086(title) msgid "Confirming Delivery of Items You have Sent" -msgstr "" +msgstr "Επιβεβαίωση παράδοσης των στοιχείων που έχετε στείλει" #: C/evolution.xml:6069(link) C/evolution.xml:6199(title) -#, fuzzy msgid "Displaying Sent Items" -msgstr "Εμφάνιση της ταυτότητας αντικειμένου" +msgstr "Εμφάνιση απεσταλμένων στοιχείων" #: C/evolution.xml:6072(link) C/evolution.xml:6130(title) msgid "Checking the Status of an Item You Have Sent" -msgstr "" +msgstr "Έλεγχος της κατάστασης ενός στοιχείου που έχετε στείλει" #: C/evolution.xml:6075(link) C/evolution.xml:6078(link) #: C/evolution.xml:6157(title) msgid "Requesting a Reply for Items You Send" -msgstr "" +msgstr "Αίτηση μιας απάντησης για στοιχεία που έχετε στείλει" #: C/evolution.xml:6082(para) msgid "" "You can manage your sent items for GroupWise email only if the recipient is " "located on the same GroupWise system as you." msgstr "" +"Μπορείτε να διαχειριστείτε τα απεσταλμένα αντικείμενά σας για την " +"αλληλογραφία GroupWise μόνο αν ο παραλήπτης βρίσκεται στο ίδιο σύστημα " +"GroupWise όπως κι εσείς." #: C/evolution.xml:6087(para) msgid "" @@ -10823,20 +12652,27 @@ msgid "" "For example, you can see when an email was delivered and when the recipient " "opened or deleted the email." msgstr "" +"Το Evolution παρέχει διάφορους τρόπους για να επιβεβαιώσετε ότι το " +"αντικείμενό σας έχει παραδοθεί. Μπορείτε εύκολα να παρακολουθήσετε την " +"κατάσταση ενός μηνύματος για οποιοδήποτε μήνυμα έχετε στείλει. Για " +"παράδειγμα, μπορείτε να δείτε πότε ένα μήνυμα έχει παραδοθεί και πότε ο " +"παραλήπτης το έχει ανοίξει ή διαγράψει." #: C/evolution.xml:6089(title) msgid "Track an Item You Sent:" -msgstr "" +msgstr "Παρακολούθηση ενός στοιχείου που έχετε στείλει:" #: C/evolution.xml:6090(para) msgid "" "You can check the status in the Message Status window of an email you have " "sent." msgstr "" +"Μπορείτε να ελέγξετε την κατάσταση στο παράθυρο Κατάσταση μηνύματος ενός " +"μηνύματος που έχετε στείλει." #: C/evolution.xml:6093(title) msgid "Receive Notification When the Item is Opened or Deleted:" -msgstr "" +msgstr "Λήψη ειδοποίησης όταν το αντικείμενο ανοιχτεί ή διαγραφεί:" #: C/evolution.xml:6094(para) msgid "" @@ -10844,11 +12680,13 @@ msgid "" "For information, see <link linkend=\"Ak05sv1\">Requesting a Reply for Items " "You Send</link>." msgstr "" +"Μπορείτε να λαμβάνετε ειδοποίηση όταν ο παραλήπτης ανοίγει ή διαγράφει ένα " +"μήνυμα. Για πληροφορίες, δείτε την <link linkend=\"Ak05sv1\">Αίτηση " +"απάντησης για αντικείμενα που έχετε στείλει</link>." #: C/evolution.xml:6097(title) -#, fuzzy msgid "Request a Reply:" -msgstr "Αίτηση _βεβαίωσης ανάγνωσης" +msgstr "Αίτηση απάντησης:" #: C/evolution.xml:6098(para) msgid "" @@ -10857,60 +12695,77 @@ msgid "" "the icon in the recipient's Mailbox to a double arrow. For information, see " "<link linkend=\"Ak05sv1\">Requesting a Reply for Items You Send</link>." msgstr "" +"Μπορείτε να πληροφορήσετε τον παραλήπτη ότι χρειάζεστε μια απάντηση για ένα " +"μήνυμα. Το Evolution προσθέτει μια πρόταση στο αντικείμενο δηλώνοντας ότι " +"είναι επιθυμητή μια απάντηση και αλλάζει το εικονίδιο στο κουτί " +"αλληλογραφίας του παραλήπτη σε ένα διπλό βέλος. Για πληροφορίες δείτε την " +"<link linkend=\"Ak05sv1\">Αίτηση απάντησης για αντικείμενα που έχετε " +"στείλει</link>." #: C/evolution.xml:6102(title) C/evolution.xml:6223(title) -#, fuzzy msgid "Enabling Status Tracking" -msgstr "Παρακολού_θηση κατάστασης" +msgstr "Ενεργοποίηση παρακολούθησης κατάστασης" #: C/evolution.xml:6105(para) C/evolution.xml:6144(para) #: C/evolution.xml:6160(para) msgid "In the Compose Message window, click Insert > Send Options." msgstr "" +"Στο παράθυρο δημιουργίας μηνύματος επιλέξτε Εισαγωγή > Επιλογές αποστολής." #: C/evolution.xml:6106(para) C/evolution.xml:6227(para) -#, fuzzy msgid "Select Status Tracking." -msgstr "Παρακολού_θηση κατάστασης" +msgstr "Επιλέξτε Παρακολούθηση κατάστασης." #: C/evolution.xml:6110(para) C/evolution.xml:6231(para) -#, fuzzy msgid "Select the check box next to Create a sent item to track information." -msgstr "Δημιουρ_γία ενός απεσταλμένου αντικειμένου για τη συλλογή πληροφοριών" +msgstr "" +"Επιλέξτε το κουτί επιλογής δίπλα στο Δημιουργία ενός απεσταλμένου " +"αντικειμένου για συλλογή πληροφοριών." #: C/evolution.xml:6113(para) msgid "" "Select any of the options given (Delivered, Delivered and opened, All " "information)." msgstr "" +"Διαλέξτε οποιαδήποτε από τις επιλογές που δίνονται (Παραδόθηκε, Παραδόθηκε " +"και ανοίκτητε, Όλες οι πληροφορίες)." #: C/evolution.xml:6114(para) C/evolution.xml:6235(para) msgid "" "Based on this selection, you can view the status of the send message in the " "Sent Items folder." msgstr "" +"Βάσει αυτής της επιλογής, μπορείτε να δείτε την κατάσταση του απεσταλμένου " +"μηνύματος στο φάκελο Απεσταλμένα." #: C/evolution.xml:6115(para) msgid "" "For more information, see <link linkend=\"Aal54a9\">Checking the Status of " "an Item You Have Sent</link>." msgstr "" +"Για περισσότερες πληροφορίες δείτε το <link linkend=\"Aal54a9\">Έλεγχος της " +"κατάστασης των αντικειμένων που έχετε στείλει</link>." #: C/evolution.xml:6118(para) C/evolution.xml:6238(para) -#, fuzzy msgid "" "(Optional) Select the check box next to Auto-delete sent item to " "automatically delete the sent item from the Sent folder." -msgstr "Δημιουρ_γία ενός απεσταλμένου αντικειμένου για τη συλλογή πληροφοριών" +msgstr "" +"(Προαιρετικά) Επιλέξτε το κουτί επιλογής δίπλα στο Αυτόματη διαγραφή " +"απεσταλμένου αντικειμένου για να διαγράψετε αυτόματα το απεσταλμένο " +"αντικείμενο από το φάκελο Απεσταλμένα." #: C/evolution.xml:6121(para) C/evolution.xml:6241(para) msgid "Under Return Notification, specify the type of return receipt you want." msgstr "" +"Κάτω από το Βεβαίωση ανάγνωσης, καθορίστε τον τύπο απόδειξης που θέλετε." #: C/evolution.xml:6133(para) msgid "" "Right-click an email in your Sent folder, then click Track Message Status." msgstr "" +"Κάντε δεξί κλικ σε ένα μήνυμα στο φάκελο Απεσταλμένα και μετά πατήστε " +"Παρακολούθηση κατάστασης μηνύματος." #: C/evolution.xml:6134(para) msgid "" @@ -10918,25 +12773,31 @@ msgid "" "read by them. You also know exactly who received your message, who read your " "message, and who deleted it and when." msgstr "" +"Με την παρακολούθηση μηνύματος, ξέρετε πότε το αντικείμενο φτάνει στον " +"παραλήπτη ή πότε το διαβάζει. Ξέρετε επίσης ακριβώς ποιός έλαβε το μήνυμά " +"σας, ποιός το διάβασε και ποιός το διέγραψε και πότε." #: C/evolution.xml:6141(title) -#, fuzzy msgid "Changing the Priority of an Email" -msgstr "Αλλαγή ιδιοτήτων Πρόσθετης Λειτουργίας" +msgstr "Αλλάγή της προταιρεότητας ενός μηνύματος" #: C/evolution.xml:6148(para) msgid "" "The small icon next to an item in the Mailbox is red when the priority is " "high." msgstr "" +"Το μικρό εικονίδιο δίπλα σε ένα αντικείμενο στο κουτί αλληλογραφίας είναι " +"κόκκινο όταν η προτεραιότητα είναι ψηλή." #: C/evolution.xml:6164(para) msgid "Click Reply Requested, then specify when you want to receive the reply." msgstr "" +"Πατήστε Απαιτείται απάντηση και μετά καθορίστε πότε θέλετε να λάβετε την " +"απάντηση." #: C/evolution.xml:6166(title) msgid "When convenient:" -msgstr "" +msgstr "Όταν είναι βολικό:" #: C/evolution.xml:6167(para) msgid "" @@ -10944,48 +12805,55 @@ msgid "" "you select this option, <emphasis>Reply Requested: When Convenient</" "emphasis> appears at the top of the message." msgstr "" +"Διαλέξτε αυτή την επιλογή για να επιτρέψετε στους παραλήπτες να απαντήσουν " +"όποτε τους βολεύει. Αν διαλέξετε αυτή την επιλογή, τότε πάνω από το μήνυμα " +"εμφανίζεται: <emphasis>Απαιτείται απάντηση: Όταν είναι βολικό</emphasis>." #: C/evolution.xml:6170(title) -#, fuzzy #| msgid "Birthday" msgid "Within days:" -msgstr "Γενέθλια" +msgstr "Μέσα σε μέρες:" #: C/evolution.xml:6171(para) msgid "Specify the number of days by when you need a reply." msgstr "" +"Καθορίστε τον αριθμό των ημερών μέσα στις οποίες χρειάζεστε την απάντηση." #: C/evolution.xml:6176(para) msgid "" "Click Set Expiration Date, then specify the number of days for this message " "to remain in the recipient's Inbox." msgstr "" +"Πατήστε Ορισμός ημερομηνίας λήξης, και μετά καθορίστε τον αριθμό των ημερών " +"που το μήνυμα θα μείνει στα Εισερχόμενα του παραλήπτη." #: C/evolution.xml:6184(title) msgid "Setting Message Delivery Options" -msgstr "" +msgstr "Ρύθμιση επιλογών παράδοσης μηνύματος" #: C/evolution.xml:6185(para) msgid "" "You can delay the delivery of an individual message by having it held in the " "Outbox for a specified time." msgstr "" +"Μπορείτε να καθυστερήσετε την παράδοση ενός μηνύματος κρατώντας το στα " +"Εξερχόμενα για ορισμένο διάστημα." #: C/evolution.xml:6188(para) -#, fuzzy msgid "Click Delay message delivery." -msgstr "_Καθυστέρηση παράδοσης μηνύματος" +msgstr "Πατήστε Καθυστέρηση παράδοσης μηνύματος." #: C/evolution.xml:6191(para) msgid "" "Use the Date and Time options to specify how long the message should remain " "in the Outbox before it is sent to the recipient." msgstr "" +"Χρησιμοποιήστε τις επιλογές Ημερομηνία και Ώρα για να καθορίσετε πόσο θα " +"μείνει το μήνυμα στα Εξερχόμενο πριν σταλεί στον παραλήπτη." #: C/evolution.xml:6202(para) -#, fuzzy msgid "Click the Sent Items folder in the Folder List." -msgstr "Αντιγραφή του επιλεγμένου φακέλου σε άλλο φάκελο" +msgstr "Πατήστε στο φάκελο Απεσταλμένα στη λίστα φακέλων." #: C/evolution.xml:6205(para) msgid "" @@ -10994,40 +12862,49 @@ msgid "" "refer to <link linkend=\"b17s9qmz\">Changing Default Folder for Sent and " "Draft Items</link> under <link linkend=\"b13uhy6r\">Default Settings</link>." msgstr "" +"Όλα τα απεσταλμένα αντικείμενα βρίσκονται σε αυτό το φάκελο εκτός και αν " +"επιλέξετε διαφορετικό φάκελο για τα απεσταλμένα στις προεπιλεγμένες " +"ρυθμίσεις της επεξεργασίας λογαριασμού. Για περισσότερες πληροφορίες, " +"αναφερθείτε στην <link linkend=\"b17s9qmz\">Αλλαγή των προεπιλεγμένων " +"φακέλων για τα Απεσταλμένα και τα Πρόχειρα</link> κάτω από τις <link linkend=" +"\"b13uhy6r\">Προεπιλεγμένες ρυθμίσεις</link>." #: C/evolution.xml:6208(title) -#, fuzzy msgid "Delegating an Item" -msgstr "" -"#-#-#-#-# evolution-exchange.HEAD.el.po (el) #-#-#-#-#\n" -"Διαγραφή των αντικειμένων σας\n" -"#-#-#-#-# evolution.HEAD.el.po (el) #-#-#-#-#\n" -"Διαγραφή των αντικειμένων μου" +msgstr "Ανάθεση ενός αντικειμένου" #: C/evolution.xml:6211(para) msgid "" "In the Calendar, right-click the meeting or appointment you want to delegate." msgstr "" +"Στο ημερολόγιο, κάντε δεκί κλικ στο ραντεβού ή τη συνάντηση που θέλετε να " +"αναθέσετε." #: C/evolution.xml:6214(para) msgid "" "Select Delegate Meeting, then select the contacts you want to delegate the " "meeting/appointment for." msgstr "" +"Επιλέξτε Ανάθεση συνάντησης, μετά επιλέξτε τις επαφές στις οποίες θέλετε να " +"αναθέσετε το ραντεβού ή τη συνάντηση." #: C/evolution.xml:6220(para) msgid "Each contact gets a copy of the appointment or meeting." -msgstr "" +msgstr "Κάθε επαφή λαμβάνει ένα αντίγραφο του ραντεβού ή της συνάντησης." #: C/evolution.xml:6226(para) msgid "In the Compose Meeting window, click Insert > Send Options." msgstr "" +"Στο παράθυρο Δημιουργία συνάντησης, επιλέξτε Εισαγωγή > Επιλογές " +"αποστολής." #: C/evolution.xml:6234(para) msgid "" "Select any of the options given (Delivered, Delivered and opened, All " "information)" msgstr "" +"Διαλέξτε οποιαδήποτε από τις επιλογές που δίνονται (Παραδόθηκε, Παραδόθηκε " +"και ανοίκτητε, Όλες οι πληροφορίες)" #: C/evolution.xml:6253(para) msgid "" @@ -11035,6 +12912,11 @@ msgid "" "perform various actions, such as reading, accepting, and declining items on " "behalf of another user, within the restrictions the other user sets." msgstr "" +"Χρησιμοποιήστε το Διαμεσολαβητή για να διαχειριστείτε το κιβώτιο " +"αλληλογραφίας και το ημερολόγιο ενός άλλου χρήστη. Ο διαμεσολαβητής σας " +"επιτρέπει να κάνετε διάφορες ενέργειες, όπως η ανάγνωση, η αποδοχή και η " +"απόρριψη αντικειμένων εκ μέρους του χρήστη, πάντα μέσα στους περιορισμούς " +"που θέτει ο χρήστης." #: C/evolution.xml:6255(para) msgid "" @@ -11042,28 +12924,31 @@ msgid "" "that person is in the same GroupWise system. You cannot proxy for a user in " "a different GroupWise system." msgstr "" +"Μπορείτε να διαμεσολαβήσετε για ένα χρήστη σε ένα διαφορετικό τομέα ή " +"γραφείο ταχυδρομείου, εφόσον εκείνος είναι στο ίδιο σύστημα GroupWise. Δε " +"μπορείτε να διαμεσολαβήσετε για ένα χρήστη σε διαφορετικό σύστημα GroupWise." #: C/evolution.xml:6260(link) C/evolution.xml:6277(title) -#, fuzzy msgid "Receiving Proxy Rights" -msgstr "Επιλογές Λήψης" +msgstr "Λήψη δικαιωμάτων διαμεσολάβησης" #: C/evolution.xml:6263(link) C/evolution.xml:6282(title) msgid "Assigning Proxy Rights to Another User" -msgstr "" +msgstr "Ανάθεση δικαιωμάτων διαμεσολάβησης σε έναν άλλο χρήστη" #: C/evolution.xml:6266(link) C/evolution.xml:6353(title) msgid "Adding and Removing Proxy Names and Rights in Your Proxy List" msgstr "" +"Προσθήκη και αφαίρεση ονομάτων και δικαιωμάτων διαμεσολαβητών στη λίστα " +"διαμεσολαβητών" #: C/evolution.xml:6269(link) C/evolution.xml:6384(title) msgid "Managing Someone Else's Mailbox or Calendar" -msgstr "" +msgstr "Διαχείριση του κουτιού ταχυδρομείου και του ημερολογίου κάποιου άλλου" #: C/evolution.xml:6272(link) C/evolution.xml:6408(title) -#, fuzzy msgid "Marking an Item Private" -msgstr "Paramillo Private" +msgstr "Σημείωση αντικειμένου ως Ιδωτικό" #: C/evolution.xml:6278(para) msgid "" @@ -11072,6 +12957,12 @@ msgid "" "Proxy List in Preferences. Second, you must proxy to the user so you can " "access his or her Mailbox or Calendar." msgstr "" +"Δύο βήματα πρέπει να συμπληρωθούν προτού μπορέσετε να δράσετε ως " +"διαμεσολαβητής κάποιου. Πρώτα, το άτομο για το οποίο σχεδιάζετε να δράσετε " +"ως διαμεσολαβητής πρέπει να σας παραχωρήσει δικαιώματα στη λίστα " +"διαμεσολαβητών στις Προτιμήσεις. Δεύτερον, πρέπει να διαμεσολαβήσετε για το " +"χρήστη για να αποκτήσετε πρόσβαση στο κουτί ταχυδρομείου και στην " +"αλληλογραφία του/της." #: C/evolution.xml:6283(para) msgid "" @@ -11082,34 +12973,34 @@ msgid "" "your Calendar, give them Read access for appointments. The following table " "describes the rights you can grant to users:" msgstr "" +"Χρησιμοποιήστε τη Λίστα διαμεσολαβητών στον επεξεργαστή προτιμήσεων " +"λογαριασμού για να δώσετε σε άλλους χρήστες δικαιώματα να διαμεσολαβούν για " +"σας. Μπορείτε να αναθέσετε σε κάθε χρήστη διαφορετικά δικαιώματα στις " +"πληροφορίες ημερολογίου και αλληλογραφίας σας. Αν θέλετε να αφήσετε τους " +"χρήστες να βλέπουν συγκεκριμένες πληροφορίες σχετικά με τα ραντεβού σας όταν " +"κάνουν μια έρευνα Διαθεσιμότητας στο ημερολόγιό σας, δώστε τους δικαιώματα " +"Ανάγνωσης στα ραντεβού σας. Ο ακόλουθος πίνακας περιγράφει τα δικαιώματα που " +"μπορείτε να παραχωρήσετε στους χρήστες:" #: C/evolution.xml:6291(para) -#, fuzzy msgid "Permission:" -msgstr "" -"#-#-#-#-# evolution.HEAD.el.po (el) #-#-#-#-#\n" -"Έκφραση\n" -"#-#-#-#-# gcalctool.HEAD.el.po (el) #-#-#-#-#\n" -"Διατύπωση" +msgstr "Δικαίωμα:" #: C/evolution.xml:6294(para) msgid "Allows your proxy to do:" -msgstr "" +msgstr "Επιτρέπει στο διαμεσολαβητή σας να:" #: C/evolution.xml:6301(para) -#, fuzzy msgid "Read" -msgstr "" -"#-#-#-#-# gnome-keyring-manager.HEAD.el.po (el) #-#-#-#-#\n" -"Ανάγνωση\n" -"#-#-#-#-# evolution.HEAD.el.po (el) #-#-#-#-#\n" -"Αναγνωσμένα" +msgstr "Ανάγνωση" #: C/evolution.xml:6304(para) msgid "" "Read items you receive. Proxies cannot see your Contacts folder with this or " "any other proxy right." msgstr "" +"Διαβάζει αντικείμενα που λαμβάνετε. Οι διαμεσολαβητές δε μπορούν να δουν του " +"φακέλους επαφών σας με αυτό ή με οποιοδήποτε άλλο δικαίωμα διαμεσολάβησης." #: C/evolution.xml:6309(para) msgid "Write" @@ -11121,33 +13012,39 @@ msgid "" "have one defined. Assign categories to items, and change the subject of " "items." msgstr "" +"Δημιουργεί και στέλνει αντικείμενα στο όνομά σας, συμπεριλαμβανομένου του να " +"εφαρμόζει την υπογραφή σας αν έχετε ορίσει μία. Αναθέτει κατηγορίες στα " +"αντικείμενα και αλλάζει το θέμα των αντικειμένων." #: C/evolution.xml:6317(para) -#, fuzzy msgid "Subscribe to my alarms" -msgstr "Συνδρομή στους συναγερ_μους μου" +msgstr "Συνδρομή στους συναγερμούς μου" #: C/evolution.xml:6320(para) msgid "" "Receive the same alarms you receive. Receiving alarms is supported only if " "the proxy is on the same post office you are." msgstr "" +"Λαμβάνει τους ίδιους συναγερμούς που λαμβάνετε κι εσείς. Η λήψη συναγερμών " +"υποστηρίζεται μόνο αν ο διαμεσολαβητής είναι στο ίδιο γραφείο ταχυδρομείου " +"που είστε κι εσείς." #: C/evolution.xml:6325(para) -#, fuzzy msgid "Subscribe to my notifications" -msgstr "_Συνδρομή στις ειδοποιήσεις μου" +msgstr "Συνδρομή στις ειδοποιήσεις μου" #: C/evolution.xml:6328(para) msgid "" "Receive notification when you receive items. Receiving notifications is " "supported only if the proxy is on the same post office you are." msgstr "" +"Λαμβάνει ειδοποιήσεις όταν λαμβάνετε αντικείμενα. Η λήψη ειδοποιήσεων " +"υποστηρίζεται μόνο αν ο διαμεσολαβητής είναι στο ίδιο γραφείο ταχυδρομείου " +"που είστε κι εσείς." #: C/evolution.xml:6333(para) -#, fuzzy msgid "Modify options/rules/folders" -msgstr "Τροποποίηση _φακέλων/επιλογών/κανόνων/" +msgstr "Τροποποίηση φακέλων/επιλογών/κανόνων/" #: C/evolution.xml:6336(para) msgid "" @@ -11156,50 +13053,64 @@ msgid "" "Mail rights, he or she can create or modify rules and folders. This right " "allows a proxy to add, delete, and modify categories." msgstr "" +"Αλλάζει τις επιλογές στο κουτί ταχυδρομείου σας. Ο διαμεσολαβητής μπορεί να " +"επεξεργαστεί οποιαδήποτε από τις επιλογές στις Ρυθμίσεις σας, " +"συμπεριλαμβανομένης της πρόσβασης που παραχωρείται σε άλλους χρήστες. Αν ο " +"διαμεσολαβητής έχει επίσης δικαιώματα αλληλογραφίας, μπορεί να δημιουργήσει " +"ή να τροποποιήσει κανόνες και φακέλους. Αυτό το δικαίωμα επιτρέπει στο " +"διαμεσολαβητή να προσθέτει, να διαγράφει και να τροποποιεί κατηγορίες." #: C/evolution.xml:6341(para) -#, fuzzy msgid "Read items marked Private" -msgstr "Αναγνωσμένα αντικείμενα σημειωμένα ως ι_διωτικά" +msgstr "Ανάγνωση αντικειμένων σημειωμένων ως ιδιωτικά" #: C/evolution.xml:6344(para) msgid "" "Read the items you marked Private. If you don't give a proxy Private rights, " "all items marked Private in your Mailbox are hidden from that proxy." msgstr "" +"Διαβάζει τα αντικείμενα που έχετε σημειώσει ως Ιδιωτικά. Αν δε δώσετε σε ένα " +"διαμεσολαβητή Ιδιωτικά δικαιώματα, όλα τα αντικείμενα που είναι σημειωμένα " +"ως Ιδιωτικά στο κουτί αλληλογραφίας σας είναι κρυμμένα από το διαμεσολαβητή." #: C/evolution.xml:6359(para) -#, fuzzy msgid "Select the GroupWise account to edit, then click Edit." msgstr "" -"Επιλέξτε ένα ψευδώνυμο και ένα τρόπο σύνδεσης και μετά πατήστε Σύνδεση." +"Επιλέξτε το λογαριασμό GroupWise που θα επεξεργαστείτε και πατήστε " +"Επεξεργασία." #: C/evolution.xml:6362(para) msgid "Click the Proxy tab, then click Add." -msgstr "" +msgstr "Επιλέξτε την καρτέλα Διαμεσολαβητής και πατήστε Προσθήκη." #: C/evolution.xml:6365(para) msgid "" "To add a user to the list, type the name in the Name box or import the " "contact from Contact list." msgstr "" +"Για να προσθέσετε ένα χρήστη στη λίστα, πληκτρολογήστε το όνομα στο πεδίο " +"Όνομα ή εισάγετε την επαφή από τη λίστα Επαφών." #: C/evolution.xml:6368(para) -#, fuzzy msgid "Select the rights you want to give to the user." -msgstr "Επιλέξτε τα παιχνίδια που θέλετε να αποθηκεύσετε:" +msgstr "Επιλέξτε τα δικαιώματα που θέλετε να δώσετε στο χρήστη." #: C/evolution.xml:6373(para) msgid "" "Repeat <link linkend=\"Aai4sat\">Step 4</link> and <link linkend=\"Aai4sll" "\">Step 5</link> to assign rights to each user in the Proxy List." msgstr "" +"Επαναλάβετε το <link linkend=\"Aai4sat\">Βήμα 4</link> και το <link linkend=" +"\"Aai4sll\">Βήμα 5</link> για να παραχωρήσετε δικαιώματα για κάθε χρήστη στη " +"λίστα διαμεσολαβητών." #: C/evolution.xml:6380(para) msgid "" "To delete a user from the Proxy List, select the user, then click Remove " "User." msgstr "" +"Για να διαγράψετε ένα χρήστη από τη λίστα διαμεσολαβητών, επιλέξτε το χρήστη " +"και πατήστε Αφαίρεση χρήστη." #: C/evolution.xml:6385(para) msgid "" @@ -11207,25 +13118,30 @@ msgid "" "rights in his or her Proxy List in Preferences. The amount of access you " "have depends on the rights you have been given." msgstr "" +"Προτού μπορέσετε να δράσετε ως διαμεσολαβητής για κάποιον, εκείνος πρέπει να " +"σας δώσει δικαιώματα διαμεσολαβητή στη λίστα Διαμεσολαβητών στις Προτιμήσεις " +"του. Η ποσότητα της πρόσβασης που έχετε εξαρτάται από τα δικαιώματα που σας " +"έχουν δοθεί." #: C/evolution.xml:6388(para) msgid "Right-click on the GroupWise account in the folder list." -msgstr "" +msgstr "Κάντε δεξί κλικ στο λογαριασμό GroupWise στη λίστα φακέλων." #: C/evolution.xml:6391(para) -#, fuzzy msgid "Click Proxy Login." -msgstr "Είσοδος στο διαμεσολαβητή" +msgstr "Πατήστε Είσοδος διαμεσολαβητή." #: C/evolution.xml:6396(para) msgid "" "Type the user name of the person who has given you Proxy access, or select " "from the list." msgstr "" +"Πληκτρολογήστε το όνομα του ατόμου ο οποίος σας έχει δώσει πρόσβαση " +"διαμεσολαβητή, ή επιλέξτε από τη λίστα." #: C/evolution.xml:6400(para) msgid "The user's data appears in the respective components." -msgstr "" +msgstr "Οι πληροφορίες του χρήστη εμφανίζονται στα αντίστοιχα συστατικά." #: C/evolution.xml:6402(para) msgid "" @@ -11233,12 +13149,18 @@ msgid "" "appointments. You can also select whether to display the appointments of a " "particular user or not." msgstr "" +"Μπορείτε να ορίσετε διαφορετικά χρώματα για κάθε χρήστη για να διακρίνετε " +"μεταξύ των ραντεβού κάθε χρήστη. Μπορείτε επίσης να επιλέξετε αν θα " +"εμφανίζονται τα ραντεβού ενός συγκεκριμένου χρήστη ή όχι." #: C/evolution.xml:6409(para) msgid "" "You can limit a proxy's access to individual items in your Mailbox or " "Calendar by marking items Private." msgstr "" +"Μπορείτε να περιορίσετε την πρόσβαση ενός διαμεσολαβητή σε ξεχωριστά " +"αντικείμενα μέσα στο κουτί αλληλογραφίας ή το ημερολόγιό σας, σημειώνοντάς " +"τα ως Ιδιωτικά." #: C/evolution.xml:6410(para) msgid "" @@ -11246,6 +13168,10 @@ msgid "" "it. Proxies cannot access items marked Private unless you give them those " "rights in your Access List." msgstr "" +"Όταν σημειώνετε ένα αντικείμενο ως Ιδιωτικό, αποτρέπετε το άνοιγμά του από " +"μη εξουσιοδοτημένους διαμεσολαβητές. Οι διαμεσολαβητές δεν έχουν πρόσβαση σε " +"αντικείμενα σημειωμένα ως ιδιωτικά εκτός και αν τους δώσετε εσείς αυτό το " +"δικαίωμα στη λίστα προσβάσεών σας." #: C/evolution.xml:6411(para) msgid "" @@ -11256,16 +13182,27 @@ msgid "" "display in Busy Search according to the status you selected when you " "accepted the appointment." msgstr "" +"Αν σημειώσετε ένα αντικείμενο ως Ιδιωτικό όταν το στέλνετε, ούτε οι δικοί " +"σας διαμεσολαβητές ούτε του παραλήπτη θα μπορούν να το ανοίξουν χωρίς " +"δικαιώματα. Αν σημειώσετε ένα αντικείμενο ως Ιδιωτικό όταν το λαμβάνετε, δε " +"μπορούν να το διαβάσουν οι δικοί σας μη εξουσιοδοτημένοι διαμεσολαβητές, " +"αλλά μπορούν να το διαβάσουν οι διαμεσολαβητές του αποστολέα. Τα ραντεβού " +"που σημειώνονται ως Ιδιωτικά εμφανίζονται στην Αναζήτηση διαθεσιμότητας " +"ανάλογα με την κατάσταση πυο επιλέξατε όταν αποδεκτείκατε το ραντεβού." #: C/evolution.xml:6414(para) msgid "In an open item, click Actions, then click Mark Private." msgstr "" +"Σε ένα ανοικτό αντικείμενο πατήστε Ενέργειες και μετά Σημείωση ως Ιδιωτικό." #: C/evolution.xml:6416(para) msgid "" "In your Calendar, click an item in the Appointments, Reminder Notes, or " "Tasks List, click Actions, then click Mark Private." msgstr "" +"Στο Ημερολόγιό σας, επιλέξτε ένα αντικείμενο στα ραντεβού, σημειώσεις " +"υπενθύμισης ή λίστα εργασιών, πατήστε Ενέργειες και μετά πατήστε Σημείωση ως " +"Ιδιωτικό." #: C/evolution.xml:6424(para) msgid "" @@ -11275,82 +13212,99 @@ msgid "" "settings are on the GroupWise system, your junk list follows you from " "computer to computer." msgstr "" +"Ο χειρισμός της ανεπιθύμητης αλληλογραφίας στους λογαριασμούς GroupWise " +"είναι λίγο διαφορετικός από άλλους χειρισμούς ανεπιθύμητων. Όταν σημειώνετε " +"ένα αντικείμενο ως ανεπιθύμητο στο GroupWise, το αντικείμενο μπαίνει στη " +"λίστα ανεπιθύμητων στο σύστημα GroupWise. Επειδή αυτές οι ρυθμίσεις είναι " +"στο σύστημα GroupWise, η λίστα ανεπιθύμητων σας ακολουθεί από υπολογιστή σε " +"υπολογιστή." #: C/evolution.xml:6427(link) C/evolution.xml:6444(title) -#, fuzzy msgid "Marking a Message As Junk Mail" -msgstr "Το μήνυμα είναι Ανεπιθύμητο" +msgstr "Σημείωση ενός μηνύματος ως ανεπιθύμητο." #: C/evolution.xml:6430(link) C/evolution.xml:6454(title) -#, fuzzy msgid "Marking a Message As Not Junk Mail" -msgstr "Τα μηνύματα είναι επιθυμητά" +msgstr "Σημείωση ενός μηνύματος ως επιθυμητό." #: C/evolution.xml:6433(link) C/evolution.xml:6468(title) msgid "Enabling or Disabling Your Junk Mail List" -msgstr "" +msgstr "Ενεργοποίηση ή απενεργοποίηση της λίστας ανεπιθύμητων" #: C/evolution.xml:6436(link) C/evolution.xml:6483(title) -#, fuzzy msgid "Adding an Email Address to Your Junk List" -msgstr "Αφαίρεση διευθύνσεων email από τη λίστα" +msgstr "Αφαίρεση διευθύνσεων email από τη λίστα ανεπιθύμητων" #: C/evolution.xml:6439(link) C/evolution.xml:6498(title) -#, fuzzy msgid "Removing an Email Address from Your Junk List" -msgstr "Αφαίρεση διευθύνσεων email από τη λίστα" +msgstr "Αφαίρεση διευθύνσεων αλληλογραφίας από τη λίστα ανεπιθύμητων" #: C/evolution.xml:6447(para) msgid "" "Select the message to mark as junk, then click the Junk icon or press Ctrl+J." msgstr "" +"Επιλέξτε το μήνυμα που θα σημειώσετε ως ανεπιθύμητο και πατήστε το εικονίδιο " +"Ανεπιθύμητα ή πατήστε Ctrl+J." #: C/evolution.xml:6448(para) msgid "" "The message is moved to your Junk Mail folder and the user is added to your " "junk list." msgstr "" +"Το μήνυμα έχει μεταφερθεί στο φάκελο Ανεπιθύμητη αλληλογραφία και ο χρήστης " +"έχει προστεθεί στη λίστα ανεπιθύμητων." #: C/evolution.xml:6457(para) msgid "Select the message to mark as not junk in your Junk Mail folder." msgstr "" +"Επιλέξτε το μήνυμα που θα σημειώσετε ως επιθυμητό στο φάκελο Ανεπιθύμητη " +"αλληλογραφία." #: C/evolution.xml:6460(para) msgid "Right-click the message, then click Mark as Not Junk." msgstr "" +"Κάντε δεξί κλικ στο μήνυμα και μετά πατήστε Σήμανση ως επιθυμητή " +"αλληλογραφία." #: C/evolution.xml:6461(para) msgid "Or select the message and press Shift+Ctrl+J" -msgstr "" +msgstr "Ή επιλέξτε το μήνυμα και πιέστε Shift+Ctrl+J" #: C/evolution.xml:6462(para) msgid "" "The message is moved to your Mailbox folder and the name is removed from " "your junk list." msgstr "" +"Το μήνυμα μετακινείται στο κουτί αλληλογραφίας σας και το όνομα αφαιρείταο " +"από τη λίστα ανεπιθύμητων." #: C/evolution.xml:6471(para) C/evolution.xml:6486(para) #: C/evolution.xml:6501(para) msgid "Right-click a message, then click Junk Mail Settings." msgstr "" +"Κάντε δεξί κλικ σ' ένα μήνυμα και μετά πατήστε Επιλογές ανεπιθύμητης " +"αλληλογραφίας." #: C/evolution.xml:6474(para) msgid "Select if you want to enable or disable junk mail handling." msgstr "" +"Επιλέξτε αν θέλετε να ενεργοποιήσετε ή να απενεργοποιήσετε τη διαχείριση " +"ανεπιθύμητων." #: C/evolution.xml:6489(para) -#, fuzzy msgid "Type the email address to block in the Email field." -msgstr "Η ηλ. διεύθυνση που εισάγατε δεν είναι έγκυρη." +msgstr "" +"Πληκτρολογήστε τη διεύθυνση αλληλογραφίας που θέλετε να μπλοκάρετε στο πεδίο " +"Διεύθυνση αλληλογραφίας." #: C/evolution.xml:6492(para) msgid "Click Add, then click OK." -msgstr "" +msgstr "Πατήστε Προσθήκη και μετά Εντάξει." #: C/evolution.xml:6504(para) -#, fuzzy msgid "Select the email address to remove, then click Remove." -msgstr "Επιλογή ενός φακέλου για εισαγωγή σε" +msgstr "" +"Επιλέξτε τη διεύθυνση αλληλογραφίας που θα αφαιρεθεί και πατήστε Αφαίρεση." #: C/evolution.xml:6516(para) msgid "" @@ -11358,11 +13312,13 @@ msgid "" "certain layout for your appointments. Whatever the reason, you can change " "your <trademark>Evolution</trademark> settings." msgstr "" +"Ίσως να έχει αλλάξει το όνομα του διακομιστή σας, ή να βαρεθήκατε την " +"τρέχουσα διάταξη των ραντεβού σας. Όποιος και να είναι ο λόγος, μπορείτε να " +"αλλάξετε τις ρυθμίσεις του <trademark>Evolution</trademark>." #: C/evolution.xml:6519(link) C/evolution.xml:6573(title) -#, fuzzy msgid "Working with Mail Accounts" -msgstr "Λογαριασμοί αλληλογραφίας" +msgstr "Εργασία με τους λογαριασμούς αλληλογραφίας" #: C/evolution.xml:6522(link) C/evolution.xml:6618(title) msgid "Autocompletion" @@ -11377,14 +13333,12 @@ msgid "Composer Preferences" msgstr "Προτιμήσεις Επεξεργαστή" #: C/evolution.xml:6531(link) C/evolution.xml:6903(title) -#, fuzzy msgid "Calendar and Tasks Settings" -msgstr "Ημερολόγιο και Εργασίες" +msgstr "Ρυθμίσεις ημερολογίου και εργασιών" #: C/evolution.xml:6534(link) C/evolution.xml:7149(title) -#, fuzzy msgid "Contact Management" -msgstr "Διαχείριση Λογαριασμού" +msgstr "Διαχείριση επαφών" #: C/evolution.xml:6537(link) C/evolution.xml:7132(title) msgid "Certificates" @@ -11392,7 +13346,7 @@ msgstr "Πιστοποιητικά" #: C/evolution.xml:6540(link) C/evolution.xml:7282(title) msgid "Debug Logs" -msgstr "" +msgstr "Καταγραφή σφαλμάτων" #: C/evolution.xml:6543(para) msgid "" @@ -11402,11 +13356,15 @@ msgid "" "customize. The right part of the window is where you make your actual " "changes." msgstr "" +"Το παράθυρο ρυθμίσεων του Evolution εμφανίζεται επιλέγοντας Επεξεργασία > " +"Προτιμήσεις. Στο αριστερό μέρος του παράθυρου ρυθμίσεων βρίσκεται μια στήλη, " +"όμοια με τον Εναλλάκτη του Evolution, η οποία σας επιτρέπει να επιλέξετε " +"ποιό τμήμα του Evolution θα προσαρμόσετε. Το δεξιό μέρος του παράθυρου είναι " +"εκεί που κάνετε πραγματικά τις αλλαγές." #: C/evolution.xml:6545(para) -#, fuzzy msgid "There are six items you can customize." -msgstr "Υπάρχουν έξι αντικείμενα που μπορείτε να αυτόσετε :P." +msgstr "Υπάρχουν έξι αντικείμενα που μπορείτε να προσαρμόσετε." #: C/evolution.xml:6547(title) msgid "Mail Accounts:" @@ -11419,6 +13377,12 @@ msgid "" "mode. This is the most complex item in the list, and is covered in <link " "linkend=\"config-prefs-mail-identity\">Working with Mail Accounts</link>." msgstr "" +"Προσθήκη ή τροποποίηση των πληροφοριών σχετικά με τους λογαριασμούς " +"αλληλογραφίας σας, όπως οι διακομιστές στους οποίους συνδέεστε, ο τρόπος με " +"τον οποίο λαμβάνετε μηνύματα, και η μορφή πιστοποίησης του κωδικού σας. Αυτό " +"είναι το πιο πολύπλοκο αντικείμενο στη λίστα, και καλύπτεται στην <link " +"linkend=\"config-prefs-mail-identity\">Εργασία με λογαριασμούς " +"αλληλογραφίας</link>." #: C/evolution.xml:6551(title) msgid "Autocompletion:" @@ -11430,6 +13394,9 @@ msgid "" "message composer. For more information, see <link linkend=\"bshoq5l" "\">Autocompletion</link>." msgstr "" +"Ορίστε τα βιβλία διευθύνσεων που θα χρησιμοποιούνται όταν συμπληρώνεται η " +"διεύθυνση αλληλογραφίας στον επεξεργαστή μηνυμάτων. Για περισσότερες " +"πληροφορίες δείτε την <link linkend=\"bshoq5l\">Αυτόματη συμπλήρωση</link>." #: C/evolution.xml:6555(title) msgid "Mail Preferences:" @@ -11443,6 +13410,13 @@ msgid "" "identity\">Working with Mail Accounts</link>, but most of the mail settings " "are in <link linkend=\"config-prefs-mail\">Mail Preferences</link>." msgstr "" +"Αυτές είναι καθολικές προτιμήσεις για την ανάγνωση της αλληλογραφίας, όπως " +"ρυθμίσεις προβολής, ρυθμίσεις ειδοποιήσεων και ασφάλειας. Οι ρυθμίσεις που " +"διαφέρουν ανά λογαριασμό βρίσκονται στο εργαλείο Λογαριασμοί αλληλογραφίας, " +"που περιγράφεται στο <link linkend=\"config-prefs-mail-identity\">Εργασία με " +"λογαριασμούς αλληλογραφίας</link>, αλλά οι περισσότερες ρυθμίσεις για την " +"αλληλογραφία βρίσκονται στο <link linkend=\"config-prefs-mail\">Προτιμήσεις " +"αλληλογραφίας</link>." #: C/evolution.xml:6559(title) msgid "Composer Preferences:" @@ -11456,6 +13430,12 @@ msgid "" "email. This tool is covered in <link linkend=\"config-prefs-mail-composer" "\">Composer Preferences</link>." msgstr "" +"Αυτές είναι ρυθμίσεις για τον τρόπο που χρησιμοποιείτε τον επεξεργαστή " +"μηνυμάτων, όπως οι υπογραφές και ο ορθογραφικός έλεγχος. Αυτό " +"συμπεριλαμβάνει τη δυνατότητα να αντικαθιστούνται με γραφικές εικόνες με " +"φατσούλες τα <quote>emoticons</quote> όπως το : ) που πολλοί άνθρωποι " +"χρησιμοποιούν στην αλληλογραφία τους. Αυτό το εργαλείο καλύπτεται στις <link " +"linkend=\"config-prefs-mail-composer\">Προτιμήσεις επεξεργαστή</link>." #: C/evolution.xml:6563(title) msgid "Calendar and Tasks:" @@ -11467,6 +13447,10 @@ msgid "" "zone and the length of your work week. For more information, see <link " "linkend=\"config-prefs-cal\">Calendar and Tasks Settings</link>." msgstr "" +"Χρησιμοποιήστε αυτές τις ρυθμίσεις για να ελέγξετε πώς θα συμπεριφέρεται το " +"ημερολόγιο, συμπεριλαμβανομένης της ζώνης ώρας και του μήκους της εργάσιμης " +"εβδομάδας. Για περισσότερες πληροφορίες δείτε τις <link linkend=\"config-" +"prefs-cal\">Ρυθμίσεις ημερολογίου και εργασιών</link>." #: C/evolution.xml:6567(title) msgid "Certificates:" @@ -11477,6 +13461,9 @@ msgid "" "Use these settings for certificate handling for S/MIME security systems. For " "more information, see <link linkend=\"bshoty0\">Certificates</link>." msgstr "" +"Χρησιμοποιήστε αυτές τις ρυθμίσεις για να χειριστείτε για πιστοποιητικά για " +"τα συστήματα ασφαλείας S/MIME. Για περισσότερες πληροφορίες, δείτε τα <link " +"linkend=\"bshoty0\">Πιστοποιητικά</link>." #: C/evolution.xml:6570(para) msgid "" @@ -11486,6 +13473,13 @@ msgid "" "settings in the folder right-click menu, and Exchange delegation is " "available in the Message Menu of the Exchange tool." msgstr "" +"Οι προηγούμενες εκδόσεις του Evolution συμπεριλάμβαναν διακομιστές " +"καταλόγων, ρυθμίσεις φακέλων, και αναθέσεις εκπροσώπησης για το Exchange στο " +"εργαλείο ρυθμίσεων. Οι διακομιστές καταλόγων τών μπορούν να ρυθμιστούν ως " +"ομάδες επαφών στο εργαλείο Επαφές, μπορείτε να αλλάξετε τις ρυθμίσεις των " +"φακέλων με το αναδυόμενο μενού στο δεξί κλικ των φακέλων, και η ανάθεση " +"εκπροσώπησης στο Exchange είναι διαθέσιμη στο μενού Μήνυμα στο εργαλείο " +"Exchange." #: C/evolution.xml:6574(para) msgid "" @@ -11494,6 +13488,10 @@ msgid "" "selecting from the drop-down list next to the From field in the message " "composer." msgstr "" +"Το Evolution σας επιτρέπει να διατηρείτε πολλαπλούς λογαριασμούς ή " +"ταυτότητες. Όταν γράφετε ένα μήνυμα αλληλογραφίας, μπορείτε να επιλέξετε " +"ποιο λογαριασμό θα χρησιμοποιήσετε επιλέγοντας από την αναδιπλούμενη λίστα " +"δίπλα στο πεδίο Από στπν επεξεργαστή μηνυμάτων." #: C/evolution.xml:6575(para) msgid "" @@ -11501,20 +13499,29 @@ msgid "" "don't want to check mail for a given account, select the account in Edit " "> Preferences > Mail Accounts page and click the Disable button." msgstr "" +"Πατήστε Αποστολή/Λήψη για να ενημερώσετε όλες τις πηγές αλληλογραφίας που " +"είναι απενεργοποιημένες. Αν δε θέλετε να ελέγχετε την αλληλογραφία ενός " +"συγκεκριμένου λογαριασμού, επιλέξτε το λογαριασμό στη σελίδα Επεξεργασία " +"> Προτιμήσεις > Λογαριασμοί αλληλογραφίας και πατήστε το κουμπί " +"Απενεργοποίηση." #: C/evolution.xml:6576(para) msgid "" "To add a new account, click Add to open the Evolution configuration " "assistant." msgstr "" +"Για να προσθέσετε ένα νέο λογαριασμό, πατήστε Προσθήκη για να ανοίξετε το " +"βοηθό ρύθμισης του Evolution." #: C/evolution.xml:6577(para) msgid "To alter an existing account, select it in the Preferences window." msgstr "" +"Για να τροποποιήσετε ένα υφιστάμενο λογαριασμό, επιλέξτε τον από το παράθυρο " +"Προτιμήσεις." #: C/evolution.xml:6579(para) msgid "The account editor dialog box has seven sections:" -msgstr "" +msgstr "Ο διάλογος του επεξεργαστή λογαριασμών έχει επτά τμήματα:" #: C/evolution.xml:6581(title) msgid "Identity:" @@ -11525,11 +13532,13 @@ msgid "" "Specify the name and email address for this account. You can also choose a " "default signature to insert into messages sent from this account." msgstr "" +"Καθορίστε το όνομα και τη διεύθυνση αλληλογραφίας για το λογαριασμό. " +"Μπορείτε επίσης να επιλέξετε μια προεπιλεγμένη υπογραφή η οποία να εισάγεται " +"στα μηνύματα που στέλνονται από αυτόν το λογαριασμό." #: C/evolution.xml:6585(title) -#, fuzzy msgid "Receiving Email:" -msgstr "Λήψη μηνυμάτων" +msgstr "Λήψη μηνυμάτων:" #: C/evolution.xml:6586(para) msgid "" @@ -11541,6 +13550,15 @@ msgid "" "If your server requires you to use a secure connection, you can select from " "the given three options: No encryption, TLS encryption or SSL encryption." msgstr "" +"Επιλέξτε τον τρόπο με τον οποίο θέλετε να λαμβάνετε αλληλογραφία. Μπορείτε " +"να κατεβάσετε αλληλογραφία από ένα <link linkend=\"pop\">διακομιστή POP</" +"link>, να τη διαβάσετε και να την κρατήσετε στο διακομιστή (Microsoft " +"Exchange, <trademark class=\"registered\">Novell</trademark><trademark class=" +"\"registered\">GroupWise</trademark>, ή<link linkend=\"imap\">IMAP</link>), " +"ή να τη διαβάσετε από αρχεία που βρίσκονται ήδη στον υπολογιστή σας. Αν ο " +"διακομιστής σας απαιτεί να χρησιμοποιείτε μια ασφαλή σύνδεση, μπορείτε να " +"διαλέξετε μεταξύ τριών επιλογών: Χωρίς κρυπτογράφηση, Κρυπτογράφηση TLS και " +"Κρυπτογράφηση SSL." #: C/evolution.xml:6588(para) msgid "" @@ -11549,12 +13567,20 @@ msgid "" "number after the server name. For example, to connect to port 143 on the " "server smtp.example.com, specify smtp.example.com:143 as the server name." msgstr "" +"Ο διαχειριστής του συστήματός σας μπορεί να σας ζητήσει να συνδέεστε σε " +"συγκεκριμένη θύρα στο διακομιστή αλληλογραφίας. Για να καθορίσετε ποιά θύρα " +"θα χρησιμοποιείτε, απλά πληκτρολογήστε μια διπλή τελεία (:) και τον αριθμό " +"της θύρας μετά το όνομα του διακομιστή. Για παράδειγμα, για να συνδέεστε στη " +"θύρα 143 στο διακομιστή smtp.example.com, καθορίστε το smtp.example.com:143 " +"ως το όνομα του διακομιστή." #: C/evolution.xml:6589(para) msgid "" "For additional information, see <link linkend=\"second-step\">Receiving " "Mail</link>." msgstr "" +"Για περισσότερες πληροφορίες, δείτε τη <link linkend=\"second-step\">Λήψη " +"αλληλογραφίας</link>." #: C/evolution.xml:6591(title) msgid "Receiving Options:" @@ -11565,12 +13591,16 @@ msgid "" "Decide if you want to check for mail automatically and how often, as well as " "setting other message retrieval options." msgstr "" +"Αποφασίστε αν θέλετε να ελέγχετε για αλληλογραφία αυτόματα, και πόσο συχνά, " +"και ρυθμίστε άλλες επιλογές λήψης αλληλογραφίας." #: C/evolution.xml:6594(para) msgid "" "For additional information, see <link linkend=\"more-mail-options" "\">Receiving Mail Options</link>." msgstr "" +"Για περισσότερες πληροφορίες, δείτε τις <link linkend=\"more-mail-options" +"\">Επιλογές λήψης αλληλογραφίας</link>." #: C/evolution.xml:6596(title) msgid "Sending Mail:" @@ -11583,12 +13613,19 @@ msgid "" "installed the Evolution Connector for Microsoft Exchange), <link linkend=" "\"sendmail\">Sendmail</link> or many other options." msgstr "" +"Χρησιμοποιήστε αυτό το τμήμα για να επιλέξετε και να ρυθμίσετε μια μέθοδο " +"αποστολής αλληλογραφίας. Μπορείτε να επιλέξετε <link linkend=\"smtp\">SMTP</" +"link>, Microsoft Exchange (αν έχετε εγκατεστημένο το Evolution Connector για " +"το Microsoft Exchange), <link linkend=\"sendmail\">Sendmail</link> και " +"πολλές άλλες επιλογές." #: C/evolution.xml:6599(para) msgid "" "For additional information, see <link linkend=\"third-step\">Sending Mail</" "link>." msgstr "" +"Για περισσότερες πληροφορίες, δείτε την <link linkend=\"third-step" +"\">Αποστολή αλληλογραφίας</link>." #: C/evolution.xml:6601(title) msgid "Defaults:" @@ -11600,6 +13637,10 @@ msgid "" "sent, and the messages that you save as drafts. If you want to revert to the " "default settings, click Restore." msgstr "" +"Χρησιμοποιήστε αυτή την ενότητα για να ορίσετε πού θα αποθηκεύονται τα " +"μηνύματα που στέλνονται από αυτόν το λογαριασμό, και πού τα μηνύνατα που " +"αποθηκεύετε ως πρόχειρα. Αν θέλετε να επανέλθετε στις προεπιλεγμένες " +"ρυθμίσεις." #: C/evolution.xml:6604(para) msgid "" @@ -11607,6 +13648,9 @@ msgid "" "select either Always Carbon-Copy (Cc) To: or Always Blind Carbon-Copy (Bcc) " "To:, and specify one or more addresses." msgstr "" +"Αν θέλετε να στέλνετε σε κάποιον ένα αντίγραφο από κάθε μήνυμα από αυτόν το " +"λογαριασμό, επιλέξτε είτε Πάντοτε κοινοποίηση (CC) σε: είτε Πάντοτε Κρυφή " +"κοινοποίηση (BCC) σε: και καθορίστε μία ή περισσότερες διευθύνσεις." #: C/evolution.xml:6605(para) msgid "" @@ -11614,6 +13658,10 @@ msgid "" "Send message receipts to Never, Always or Ask for each message. For more " "information refer <link linkend=\"b13uhy6r\">Default Settings</link>." msgstr "" +"Μπορείτε να καθορίσετε τον τρόπο με τον οποίο θα παραλαμβάνετε αποδείξεις " +"μηνυμάτων. Μπορείτε να ορίσετε την Αποστολή αποδείξεων μηνυμάτων σε : Ποτέ, " +"Πάντα και Ερώτηση για κάθε μήνυμα. Για περισσότερες πληροφορίες αναφερθείτε " +"στις <link linkend=\"b13uhy6r\">Προεπιλεγμένες ρυθμίσεις</link>." #: C/evolution.xml:6606(para) msgid "" @@ -11623,6 +13671,13 @@ msgid "" "accordingly response to your message. Enable status tracking and set Return " "Notification for Mail, Calendar and Task." msgstr "" +"Μπορείτε να αλλάξετε τις προεπιλεγμένες ρυθμίσεις για τα απεσταλμένα " +"αντικείμενά σας. Πατήστε Προχωρημένες επιλογές αποστολής για να βάλετε σε " +"προταιρεότητα, να κατηγοριοποιήσετε και να στείλετε μηνύματα. Μπορείτε " +"επίσης να ορίσετε την ημερομηνία για τις αιτήσεις απάντησης ώστε ο " +"παραλήπτης να ξέρει την αμεσότητα και να απαντήσει ανάλογα στο μήνυμά σας. " +"Ενεργοποιήστε την παρακολούθηση της κατάστασης και ορίστε την Ειδοποίηση " +"επιστροφής για την Αλληλογραφία, το Ημερολόγιο και τις Εργασίες." #: C/evolution.xml:6608(title) msgid "Security:" @@ -11635,6 +13690,11 @@ msgid "" "\">Encryption</link> for more information) and select among the four options " "to determine key and signature handling." msgstr "" +"Χρησιμοποιήστε αυτό το τμήμα για να ορίσετε τις επιλογές ασφάλειας για αυτόν " +"το λογαριασμό. Αν χρησιμοποιείτε κρυπτογράφηση, εισάγετε το ID του PGP " +"κλειδιού σας (δείτε την <link linkend=\"encryption\">Κρυπτογράφηση</link> " +"για περισσότερες λεπτομέρειες) και επιλέξτε μεταξύ των τεσσάρων επιλογών για " +"να καθορίσετε το κλειδί και το χειρισμό της υπογραφής." #: C/evolution.xml:6612(title) msgid "Proxy:" @@ -11645,6 +13705,9 @@ msgid "" "This only displays if you have a GroupWise account. Use this section to set " "proxy access for other users to access your mailbox or calendar." msgstr "" +"Αυτό εμφανίζεται μόνο αν έχετε ένα λογαριασμό GroupWise. Χρησιμοποιήστε αυτό " +"το τμήμα για να ορίσετε πρόσβαση διαμεσολάβησης για άλλους χρήστες για να " +"έχουν πρόσβαση στο κουτί ταχυδρομείου και στο ημερολόγιό σας." #: C/evolution.xml:6619(para) msgid "" @@ -11654,17 +13717,25 @@ msgid "" "each of the address books that you want to use auto completion in the " "Autocompletion page." msgstr "" +"Το εργαλείο Αυτόματη συμπλήρωση σας επιτρέπει να επιλέξετε βιβλία " +"διευθύνσεων από τα οποία θα συμπληρώνονται αυτόματα για σας τα ονόματα στον " +"επεξεργαστή μηνυμάτων. Αυτή η λειτουργία απαιτεί προσβασιμότητα σε όλα τα " +"βιβλία διευθύνσεων που θέλετε να χρησιμοποιείτε. Για να ενεργοποιήσετε την " +"αυτόματη συμπλήρωση, επιλέξτε κάθε ένα από τα βιβλία διευθύνσεων για τα " +"οποία θέλετε αυτόματη συμπλήρωση στη σελίδα Αυτόματη συμπλήρωση." #: C/evolution.xml:6620(para) msgid "" "Select the Always show address of the autocompleted contact check box to " "show the email address along with the username." msgstr "" +"Επιλέξτε το κουτάκι επιλογής Πάντα εμφάνιση της διεύθυνσης της επαφής που " +"συμπληρώθηκε αυτόματα για να εμφανίσετε τη διεύθυνση αλληλογραφίας μαζί με " +"το όνομα χρήστη." #: C/evolution.xml:6624(title) -#, fuzzy msgid "IMAP Mail Headers" -msgstr "Κεφαλίδες IMAP" +msgstr "Κεφαλίδες μηνυμάτων IMAP" #: C/evolution.xml:6625(para) msgid "" @@ -11674,21 +13745,26 @@ msgid "" "preferences and thus save the download time. The IMAP Mail header options " "are as follows:" msgstr "" +"Το Evolution σας επιτρέπει να επιλέγετε ποιες κεφαλίδες θέλετε να κατεβάζετε " +"ώστε να μειώνεται ο χρόνος λήψης και να φιλτράρετε ή να μετακινείτε την " +"αλληλογραφία σας όπως θέλετε. Το Evolution σας βοηθά να προσαρμόζετε τις " +"προτιμήσεις της κεφαλίδας μηνύματος IMAP και έτσι να εξοικονομείτε χρόνο " +"λήψης. Οι κεφαλίδες μηνυμάτων IMAP είναι οι εξής:" #: C/evolution.xml:6627(title) -#, fuzzy msgid "All Headers:" -msgstr "Πλήρης Κεφαλίδα" +msgstr "Όλες οι κεφαλίδες:" #: C/evolution.xml:6628(para) msgid "" "All available IMAP mail headers for all the messages will be downloaded." msgstr "" +"Όλες οι διαθέσιμες κεφαλίδες μηνυμάτων IMAP για όλα τα μηνύματα θα " +"λαμβάνονται." #: C/evolution.xml:6631(title) -#, fuzzy msgid "Basic Headers:" -msgstr "Κεφαλίδες" +msgstr "Βασικές κεφαλίδες:" #: C/evolution.xml:6632(para) msgid "" @@ -11698,11 +13774,16 @@ msgid "" "mailing lists, choose this option. This will make Evolution work faster and " "is generally recommended for common users." msgstr "" +"Αυτό θα συμπεριλαμβάνει τις κεφαλίδες Date, From, To, CC, Subject, " +"Preferences, In-Reply-To, Message-ID, Mime-Version, και Content-Type. Αν " +"απλά θέλετε να λάβετε και να δείτε μηνύματα χωρίς να πρέπει να ρητά να τα " +"φιλτράρετε βάσει των λιστών ταχυδρομείου σας, διαλέξτε αυτή την επιλογή. " +"Αυτό θα κάνει το Evolution να δουλεύει γρηγορότερα και γενικά συνιστάται για " +"κοινούς χρήστες." #: C/evolution.xml:6635(title) -#, fuzzy msgid "Mailing List Headers:" -msgstr "Διαχειριστής λιστών αλληλογραφίας" +msgstr "Κεφαλίδες λίστας ταχυδρομείου:" #: C/evolution.xml:6636(para) msgid "" @@ -11712,6 +13793,12 @@ msgid "" "informations such as the mailinglist-ID, owner of the mailing list, and so " "on with which you can create mailing list filters." msgstr "" +"Ενεργοποιήστε αυτήν την επιλογή για να έχετε φίλτρα βασισμένα σε κεφαλίδες " +"λιστών ταχυδρομείου (όπως η ID της λίστας) ώστε επιπλέον από τις βασικές " +"κεφαλίδες, να λαμβάνονται και οι κεφαλίδες που αντιστοιχούν σε λίστες " +"ταχυδρομείου. Οι κεφαλίδες λιστών ταχυδρομείου θα περιέχουν πληροφορίες όπως " +"το mailinglist-ID, τον ιδιοκτήτη της λίστας ταχυδρομείου κ.λπ. με τις οποίες " +"μπορείτε να φτιάξετε φίλτρα μηνυμάτων." #: C/evolution.xml:6638(para) msgid "" @@ -11721,104 +13808,109 @@ msgid "" "filters based on mailing lists. If you do not have any filters on Evolution, " "it is recommended to switch to the \"Basic Headers Only\" option." msgstr "" +"Αυτή είναι η προεπιλεγμένη προτίμηση Κεφαλίδας που έρχεται με το Evolution. " +"Όταν επιλέγεται αυτή η επιλογή, το Evolution θα κατεβάζει ένα βασικό σύνολο " +"κεφαλίδων (όπως περιγράφηκε πιο πάνω) μαζί με ένα σύνολο κεφαλίδων που " +"χρειάζονται για τα φίλτρα στο μέρος του πελάτη για τις λίστες ταχυδρομείου. " +"Αν δεν έχετε καθόλου φίλτρα στο Evolution, συνίσταται να αλλάξετε στην " +"επιλογή \"Βασικές κεφαλίδες μόνο\"." #: C/evolution.xml:6639(para) -#, fuzzy msgid "To set the IMAP Mail headers:" -msgstr "Εμφάνιση μηνυμάτων με όλες τις επικεφαλίδες ηλεκτρονικού ταχυδρομείου" +msgstr "Για να ορίσετε τις κεφαλίδες μηνυμάτων IMAP:" #: C/evolution.xml:6645(para) -#, fuzzy msgid "Select the IMAP account." -msgstr "Επιλογή ολόκληρου του εγγράφου" +msgstr "Επιλέξτε το λογαριασμό IMAP." #: C/evolution.xml:6649(para) msgid "" "On the Account Editor, click IMAP Headers tab to open IMAP Headers to the " "Account Editor." msgstr "" +"Στον επεξεργαστή λογαριασμών, επιλέξτε την καρτέλα Κεφαλίδες IMAP για να " +"ανοίξετε τις κεφαλίδες IMAP." #: C/evolution.xml:6654(para) -#, fuzzy msgid "" "Click Fetch All Headers to download all the available header information." -msgstr "Πατήστε για προσθήκη της επιλεγμένης διαθέσιμης επιλογής αναζήτησης." +msgstr "" +"Πατήστε Λήψη όλων των κεφαλίδων για να λάβετε όλες τις διαθέσιμες " +"πληροφορίες κεφαλίδων." #: C/evolution.xml:6656(para) -#, fuzzy msgid "" "The more headers you have, the more time it will consume to download. This " "option is not recommended." msgstr "" -"Επιλέξτε τις προτιμήσεις κεφαλίδων IMAP. \n" -"Όσες περισσότερες κεφαλίδες υπάρχουν τόσο αυξάνεται ο χρόνος λήψης τους." +"Όσο περισσότερες κεφαλίδες έχετε, τόσο περισσότερος χρόνος θα χρειάζεται για " +"τη λήψη. Η επιλογή αυτή δε συνίσταται." #: C/evolution.xml:6660(para) -#, fuzzy msgid "Click Basic Headers to download basic headers." -msgstr "Βασικές και κεφαλίδες λίστας αλληλογραφίας (Προεπιλογή)" +msgstr "Πατήστε στο Βασικές κεφαλίδες για να λάβετε τις βασικές κεφαλίδες." #: C/evolution.xml:6663(para) -#, fuzzy msgid "Click Basic and Mailing Headers to download both." -msgstr "Βασικές και κεφαλίδες λίστας αλληλογραφίας (Προεπιλογή)" +msgstr "" +"Πατήστε Βασικές και κεφαλίδες λίστας αλληλογραφίας για να τις κατεβάζετε και " +"τις δύο." #: C/evolution.xml:6666(para) msgid "Click Add to add any predefined custom headers." msgstr "" +"Πατήστε Προσθήκη για να προσθέσετε προκαθορισμένες προσαρμοσμένες κεφαλίδες." #: C/evolution.xml:6669(para) -#, fuzzy msgid "Click Remove to remove the custom headers." -msgstr "Πατήστε για αφαίρεση της επιλογή αναζήτησης \"%s\"" +msgstr "Πατήστε Αφαίρεση για να απομακρύνετε τις προσαρμοσμένες κεφαλίδες." #: C/evolution.xml:6676(para) msgid "" "The Mail Preferences tool lets you choose how to display citations, how long " "to wait before marking a message as read, and other mail display settings." msgstr "" +"Το εργαλείο Προτιμήσεις αλληλογραφίας σας επιτρέπει να επιλέγετε πώς θα " +"εμφανίζονται οι παραθέσεις, πόσος χρόνος θα περνάει προτού σημειωθεί ένα " +"μήνυμα ως αναγνωσμένο, και άλλες ρυθμίσεις εμφάνισης." #: C/evolution.xml:6679(link) C/evolution.xml:6703(title) -#, fuzzy msgid "General Mail Settings" -msgstr "Γενικές Ρυθμίσεις" +msgstr "Γενικές ρυθμίσεις αλληλογραφίας" #: C/evolution.xml:6682(link) C/evolution.xml:6725(title) -#, fuzzy msgid "HTML Mail Preferences" -msgstr "Προτιμήσεις αλληλογραφίας" +msgstr "Προτιμήσεις αλληλογραφίας HTML" #: C/evolution.xml:6685(link) C/evolution.xml:6743(title) -#, fuzzy #| msgid "Mail Preferences" msgid "Label Preferences" -msgstr "Προτιμήσεις αλληλογραφίας" +msgstr "Προτιμήσεις ετικετών" #: C/evolution.xml:6688(link) C/evolution.xml:6777(title) -#, fuzzy msgid "Mail Header Preferences" -msgstr "Προτιμήσεις αλληλογραφίας" +msgstr "Προτιμήσεις κεφαλίδων αλληλογραφίας" #: C/evolution.xml:6691(link) C/evolution.xml:6789(title) -#, fuzzy msgid "Junk Mail Preferences" -msgstr "Προτιμήσεις αλληλογραφίας" +msgstr "Προτιμήσεις ανεπιθύμητης αλληλογραφίας" #: C/evolution.xml:6694(link) C/evolution.xml:6832(title) -#, fuzzy msgid "Automatic Contacts Preferences" -msgstr "Αυτόματες Επαφές" +msgstr "Προτιμήσεις αυτόματων επαφών" #: C/evolution.xml:6697(link) C/evolution.xml:6838(title) -#, fuzzy msgid "Calendar and Tasks Preferences" -msgstr "Ημερολόγιο και Εργασίες" +msgstr "Προτιμήσεις Ημερολογίου και Εργασιών" #: C/evolution.xml:6700(para) msgid "" "For information on individual email account settings, see <link linkend=" "\"config-prefs-mail-identity\">Working with Mail Accounts</link>." msgstr "" +"Για πληροφορίες για ξεχωριστές ρυθμίσεις λογαριασμού αλληλογραφίας, δείτε " +"την <link linkend=\"config-prefs-mail-identity\">Εργασία με λογαριασμούς " +"αλληλογραφίας</link>." #: C/evolution.xml:6704(para) C/evolution.xml:6726(para) #: C/evolution.xml:6860(para) C/evolution.xml:6923(para) @@ -11836,10 +13928,14 @@ msgid "" "choose different fonts, deselect Use the same fonts as other applications " "and select one font for standard typefaces and a second for monospace." msgstr "" +"Κανονικά, το Evolution χρησιμοποιεί τις ίδιες γραμματοσειρές όπως και οι " +"άλλες εφαρμογές του GNOME. Για να διαλέξετε διαφορετικές γραμματοσειρές, " +"απενεργοποιήστε το Χρήση των ίδιων γραμματοσειρών με τις άλλες επιλογές και " +"επιλέξτε μια γραμματοσειρά για τις απλές χρήσεις και μια σταθερού πλάτους." #: C/evolution.xml:6710(title) msgid "Message Display:" -msgstr "Εμφάνιση μηνύματος" +msgstr "Εμφάνιση μηνύματος:" #: C/evolution.xml:6711(para) msgid "" @@ -11856,12 +13952,30 @@ msgid "" "\">Magic spacebar</link> and <link linkend=\"usage-mail-organize-vfolders" "\">search folders</link>." msgstr "" +"Επιλέξτε πόσο θέλετε να περιμένετε προτού σημειωθεί ένα μήνυμα ως " +"αναγνωσμένο, πώς να επισημαίνετε παραθέσεις, και την προεπιλεγμένη " +"κωδικοποίηση χαρακτήρων. Ενεργοποιήστε το <guilabel>Επιστροφή στην " +"ταξινόμηση μηνυμάτων κατά θέμα</guilabel> για να ομαδοποιήσετε τα μηνύματα " +"ως νήματα μηνυμάτων. Μπορείτε επίσης να ορίσετε ένα όριο στον αριθμό " +"διευθύνσεων που εμφανίζονται στην κεφαλίδα ενός μηνύματος, ενεργοποιώντας " +"την επιλογή <guilabel>Σύμπτυξη κεφαλίδων Προς/Κοιν/Κρυφ.Κοιν</guilabel>. " +"Μπορείτε επίσης να ορίσετε το όριο για τη μορφοποίηση κειμένου στα μηνύματα " +"που λαμβάνετε. Από προεπιλογή, όταν λαμβάνετε ένα μήνυμα με περιεχόμενο " +"κειμένου περισσότερο από 4096 Kilo Byte, το Evolution δε θα μορφοποιήσει το " +"μήνυμα στο παράθυρο προεπισκόπησης. Μπορείτε να δείτε το κείμενο χωρίς " +"μορφοποίηση στο πλαίσιο προεπισκόπησης. Μπορείτε να δείτε το μη " +"μορφοποιημένο κείμενο είτε ενσωματωμένο είναι χρησιμοποιώντας μια εξωτερική " +"εφαρμογή. Μπορείτε επίσης να ενεργοποιήσετε το <link linkend=\"b17rgdac" +"\">Μαγικό πλήκτρο διαστήματος </link> και τους <link linkend=\"usage-mail-" +"organize-vfolders\">φακέλους αναζήτησης</link>." #: C/evolution.xml:6713(para) msgid "" "To group the messages as threads select View > Group By threads or press " "Ctrl+T." msgstr "" +"Για να ομαδοποιήσετε τα μηνύματα ως αλληλουχίες επιλέξτε Προβολή > " +"Ομαδοποίηση βάσει αλληλουχιών ή πιέστε Ctrl+T." #: C/evolution.xml:6715(title) msgid "Deleting Mail:" @@ -11875,11 +13989,16 @@ msgid "" "final deletion. You can have four different options to set the frequency for " "deletion: Everytime, Once per day, Once per week, and Once per month." msgstr "" +"Επιλέξτε αν θα διαγράφετε τα μηνύματα αυτόματα όταν κλείνει το Evolution και " +"πόσο συχνά, και εάν θέλετε ρητά να επιβεβαιώνετε την τελική διαγραφή των " +"μηνυμάτων. Επιλέξτε Επιβεβαίωση στην εξάλειψη από ένα φάκελο για να " +"επιβεβαιώνετε την τελική διαγραφή. Μπορείτε να έχετε τέσσερις διαφορετικές " +"επιλογές για να ορίζετε τη συχνότητα διαγραφής: Κάθε φορά, Μια φορά την " +"ημέρα, Μια φορά την εβδομάδα, και Μια φορά το μήνα." #: C/evolution.xml:6719(title) -#, fuzzy msgid "New Mail Notifications:" -msgstr "Ειδοποίηση νέου μηνύματος" +msgstr "Ειδοποίηση νέου μηνύματος:" #: C/evolution.xml:6720(para) msgid "" @@ -11887,16 +14006,18 @@ msgid "" "a sound file. Choose your alert noise, or select none, as you prefer. You " "can choose not to notify on new mail arrival." msgstr "" +"Το Evolution μπορεί να σας ειδοποιεί για την άφιξη νέας αλληλογραφίας με ένα " +"μπιπ ή με την αναπαραγωγή ενός αρχείου ήχου.Επιλέξτε τον ήχο ειδοποίησής " +"σας, ή επιλέξτε Κανένα, όπως προτιμάτε. Μπορείτε να επιλέξετε να μην " +"ειδοποιήστε για άφιξη νέας αλληλογραφίας." #: C/evolution.xml:6728(title) -#, fuzzy msgid "Show Image Animations:" -msgstr "Εμ_φάνιση κινούμενων εικόνων" +msgstr "Εμφάνιση κινούμενων εικόνων:" #: C/evolution.xml:6729(para) -#, fuzzy msgid "Turns image animation (e.g. GIF files) on or off." -msgstr "μεγέθυνση δρομέα on/off" +msgstr "Ενεργοποιεί ή απενεργοποιεί την κίνηση εικόνων (π.χ. αρχείων GIF)." #: C/evolution.xml:6732(title) msgid "Prompt When Sending HTML Messages to Contacts That Don't Want Them:" @@ -11908,6 +14029,11 @@ msgid "" "this preference. This warning appears only when you send HTML mail to people " "in your contacts who are listed as disliking HTML." msgstr "" +"Σε μερικούς ανθρώπους δεν αρέσουν τα μηνύματα HTML, και μπορείτε να " +"ρυθμίσετε το Evolution για να σας ειδοποιεί για αυτή την προτίμηση. Η " +"προειδοποίηση αυτή εμφανίζεται μόνο όταν στέλνετε αλληλογραφία σε HTML στους " +"ανθρώπους στις επαφές σας για τους οποίους αναφέρεται ότι δεν τους αρέσει η " +"HTML." #: C/evolution.xml:6736(title) msgid "Loading Images:" @@ -11921,6 +14047,13 @@ msgid "" "never load images automatically, to load images only if the sender is in " "your contacts, or always load images." msgstr "" +"Μπορείτε να ενσωματώσετε μια εικόνα σε ένα μήνυμα και να την κάνετε να " +"φορτώνεται όταν φτάνει το μήνυμα. Ωστόσο, οι spammers μπορούν να " +"χρησιμοποιήσουν μοτίβα φόρτωσης εικόνων για να επιβεβαιώσουν <quote>έγκυρες</" +"quote> διευθύνσεις και να εισβάλουν στην ιδιωτικότητά σας. Μπορείτε να " +"επιλέξετε να μη φορτώνονται ποτέ οι εικόνες αυτόματα, να φορτώνονται οι " +"εικόνες μόνο αν ο αποστολές είναι στις επαφές σας, ή να φορτώνονται πάντα οι " +"εικόνες." #: C/evolution.xml:6739(para) msgid "" @@ -11928,6 +14061,9 @@ msgid "" "the images in one message at a time by selecting View > Load Images or " "press Ctrl+I." msgstr "" +"Αν έχετε επιλέξτε να μη φορτώνονται αυτόματα οι εικόνες, μπορείτε να " +"επιλέξετε να δείτε τις εικόνες σε ένα μήνυμα τη φορά επιλέγοντας Προβολή " +"> Φόρτωση εικόνων, ή πατώντας Ctrl+I." #: C/evolution.xml:6744(para) msgid "" @@ -11935,48 +14071,49 @@ msgid "" "of messages. You can add, edit, or remove the labels. You can also assign " "colors to each label you create. You cannot remove the default labels." msgstr "" +"Η επιλογή προτιμήσεων Ετικέτες σας επιτρέπει να προσθέτετε ετικέτες χρώματος " +"για διαφορετικά είδη μηνυμάτων. Μπορείτε να προσθέσετε, να επεξεργαστείτε ή " +"να αφαιρέσετε τις ετικέτες. Μπορείτε επίσης να αναθέσετε χρώματα σε κάθε " +"ετικέτα που δημιουργείτε. Δε μπορείτε να αφαιρέσετε τις προεπιλεγμένες " +"ετικέτες." #: C/evolution.xml:6746(para) -#, fuzzy msgid "To create a label:" -msgstr "Δημιουργία νέου φακέλου αλληλογραφίας" +msgstr "Για να δημιουργήσετε μια ετικέτα:" #: C/evolution.xml:6749(para) msgid "Click Add and specify the name in the Label Name dialog box." -msgstr "" +msgstr "Πατήστε Προσθήκη και καθορίστε το όνομα στο κουτί Όνομα ετικέτας." #: C/evolution.xml:6752(para) -#, fuzzy msgid "Click the color tab and select a color, then click OK." -msgstr "Επιλογή του συνδέσμου ιστορικού." +msgstr "" +"Πατήστε το κουμπί χρώματος και επιλέξτε ένα χρώμα, και μετά πατήστε Εντάξει." #: C/evolution.xml:6755(para) msgid "To edit label properties:" -msgstr "" +msgstr "Για να επεξεργαστείτε τις ιδιότητες μιας ετικέτας:" #: C/evolution.xml:6758(para) -#, fuzzy msgid "Select the label and click Edit." -msgstr "Επιλογή του συνδέσμου ιστορικού." +msgstr "Επιλέξτε την ετικέτα και πατήστε Επεξεργασία." #: C/evolution.xml:6761(para) -#, fuzzy msgid "Edit name and color, then click OK." -msgstr "Επιλογή του συνδέσμου ιστορικού." +msgstr "Επεξεργαστείτε το όνομα και το χρώμα, και πατήστε Εντάξει." #: C/evolution.xml:6764(para) msgid "To assign a label to a specific email message:" -msgstr "" +msgstr "Για να αναθέσετε μια ετικέτα σε ένα συγκεκριμένο μήνυμα αλληλογραφίας:" #: C/evolution.xml:6767(para) -#, fuzzy msgid "Right-click the message from the message preview." -msgstr "Εμφάνιση διαγραμμένων μηνυμάτων στη λίστα μηνυμάτων" +msgstr "Κάντε δεξί κλικ στο μήνυμα από την προεπισκόπηση μηνυμάτων." #: C/evolution.xml:6770(para) -#, fuzzy msgid "Click Label and select the desired label for the message." -msgstr "Επιλέξτε την ταχύτητα που θα χρησιμοποιείτε για την εγγραφή" +msgstr "" +"Επιλέξτε το Ετικέτα και διαλέξετε την ετικέτα που θέλετε για το μήνυμα." #: C/evolution.xml:6778(para) msgid "" @@ -11986,6 +14123,12 @@ msgid "" "of information about the messages you read. You can also add or remove new " "mail headers to the list. The default mail headers cannot be removed." msgstr "" +"Οι κεφαλίδες σε ένα εισερχόμενο μήνυμα είναι οι πληροφορίες για το μήνυμα " +"που δε βρίσκονται στο περιεχόμενο του μηνύματος, όπως ο αποστολέας και η ώρα " +"που στάλθηκε. Διαλέξτε τις επιλογές εδώ για να εμφανίζετε ή να κρύβετε " +"διάφορες ποσότητες πληροφορίας σχετικά με τα μηνύματα που διαβάζετε. " +"Μπορείτε επίσης να προσθέσετε ή να αφαιρέσετε καινούριες κεφαλίδες μηνυμάτων " +"από τη λίστα. Οι προεπιλεγμένες κεφαλίδες μηνυμάτων δε διαγράφονται." #: C/evolution.xml:6780(title) msgid "Sender Photograph:" @@ -11996,6 +14139,8 @@ msgid "" "This feature adds support for viewing the photograph of the sender at the " "right side of the preview pane." msgstr "" +"Αυτό το χαρακτηριστικό προσθέτει υποστήριξη για την προβολή της φωτογραφίας " +"του αποστολέα στο δεξιό μέρος του πλαισίου προεπισκόπησης." #: C/evolution.xml:6783(para) msgid "" @@ -12003,6 +14148,10 @@ msgid "" "> Headers > Show the photograph of sender in the email preview. " "Deselect this option to disable this feature." msgstr "" +"Για να ενεργοποιήσετε αυτό το χαρακτηριστικό, επιλέξτε Επεξεργασία > " +"Προτιμήσεις > Προτιμήσεις αλληλογραφίας > Κεφαλίδες > Προβολή της " +"φωτογραφίας του αποστολέα στην προεπισκόπηση μηνύματος. Απενεργοποιήστε αυτή " +"την επιλογή για να απενεργοποιήσετε αυτό το χαρακτηριστικό." #: C/evolution.xml:6784(para) msgid "" @@ -12015,12 +14164,22 @@ msgid "" "photo. Here, Evolution takes the first contact regardless of it not having a " "photograph." msgstr "" +"Από προεπιλογή αναζητά μόνο στο τοπικό βιβλίο διευθύνσεων το οποίο είναι " +"ενεργοποιημένο για αυτόματη συμπλήρωση. Αν απενεργοποιήσετε την επιλογή " +"<guilabel>Αναζήτηση της φωτογραφίας του αποστολέα μόνο σε τοπικά βιβλία " +"διευθύνσεων</guilabel>, αναζητεί σε όλα τα βιβλία διευθύνσεων που είναι " +"ενεργοποιημένα για αυτόματη συμπλήρωση. Αν υπάρχουν πολλαπλά ταιριάσματα για " +"την ίδια επαφή, παίρνει πάντα το πρώτο. Υποθέστε ότι μια επαφή έχει πολλαπλά " +"ταιριάσματα -το πρώτο χωρίς φωτογραφία και το δεύτερο με μια φωτογραφία. " +"Εδώ, το Evolution παίρνει την πρώτη επαφή ασχέτως ότι δεν έχει φωτογραφία." #: C/evolution.xml:6785(para) msgid "" "This feature is disabled by default as it causes delay in fetching the " "messages." msgstr "" +"Αυτό το χαρακτηριστικό είναι απενεργοποιημένο από προεπιλεγή γιατί προκαλεί " +"καθυστερήσεις στη λήψη μηνυμάτων." #: C/evolution.xml:6790(para) msgid "" @@ -12028,17 +14187,22 @@ msgid "" "and SpamAssassin* tools, which have trainable Bayesian filters. You need to " "enable the Junk plugins to start filtering junk mail." msgstr "" +"Μπορείτε να ελέγχετε τα εισερχόμενα μηνύματά σας για ανεπιθύμητο περιεχόμενο " +"χρησιμοποιώντας τα εργαλεία Bogofilter και SpamAssassin*, τα οποία έχουν " +"εκπαιδεύσιμα φίλτρα Bayesian. Θα πρέπει να ενεργοποιήσετε τις πρόσθετες " +"λειτουργίες Ανεπιθύμητων για να αρχίσετε να φιλτράρετε την αλληλογραφία." #: C/evolution.xml:6791(para) -#, fuzzy msgid "To enable Junk plugins:" -msgstr "Προεπιλεγμένη ταχύτητα εγγραφής" +msgstr "Για ενεργοποιήσετε τα πρόσθετα Ανεπιθύμητων:" #: C/evolution.xml:6797(para) msgid "" "Select the junk plugins you want. You can select either Bogofilter or " "SpamAssassin, or you can select both." msgstr "" +"Επιλέξτε τα πρόσθετα ανεπιθύμητων που θέλετε. Μπορείτε να επιλέξετε είτε το " +"Bogofilter, είτε το SpamAssassin, είτε και τα δυο." # #-#-#-#-# ekiga.gnome-2-14.el.po (el) #-#-#-#-# # @@ -12052,19 +14216,24 @@ msgid "" "want to delete junk mail. You also have the option to choose either " "SpamAssassin or Bogofilter, or you can select both." msgstr "" +"Μπορείτε να ελέγξετε την εισερχόμενη αλληλογραφία για ανεπιθύμητο " +"περιεχόμενο και επίσης να αποφασίσετε πόσο συχνά θέλετε να διαγράφετε την " +"ανεπιθύμητη αλληλογραφία. Έχετε επίσης την επιλογή να διαλέξετε είτε το " +"Bogofilter, είτε το SpamAssassin, είτε και τα δύο." #: C/evolution.xml:6805(title) -#, fuzzy msgid "Checking Incoming Mail for Junk:" -msgstr "Έλεγχος ε_ισερχόμενης αλληλογραφία για ανεπιθύμητα μηνύματα" +msgstr "Έλεγχος εισερχόμενης αλληλογραφία για ανεπιθύμητα μηνύματα:" #: C/evolution.xml:6806(para) msgid "This option turns automatic junk mail filtering on or off." msgstr "" +"Αυτή η επιλογή ενεργοποιεί ή απενεργοποιεί το φιλτράρισμα ανεπιθύμητης " +"αλληλογραφίας." #: C/evolution.xml:6809(title) msgid "Delete junk mail on exit:" -msgstr "" +msgstr "Διαγραφή ανεπιθύμητων μηνυμάτων κατά την έξοδο:" #: C/evolution.xml:6810(para) msgid "" @@ -12072,11 +14241,14 @@ msgid "" "to delete the junk messages (every time, once per day, once per week, once " "per month)." msgstr "" +"Αυτή η επιλογή διαγράφει την ανεπιθύμητη αλληλογραφία σας όταν κλείνετε το " +"πρόγραμμα. Μπορείτε επίσης να καθορίσετε πότε θα διαγράφεται η ανεπιθύμητη " +"αλληλογραφία (κάθε φορά, μια φορά την ημέρα, μια φορά την εβδομάδα, μια φορά " +"το μήνα)." #: C/evolution.xml:6813(title) -#, fuzzy msgid "Default junk plugin:" -msgstr "Προεπιλεγμένη ταχύτητα εγγραφής" +msgstr "Προεπιλεγμένη πρόσθετη λειτουργία ανεπιθύμητων:" #: C/evolution.xml:6814(para) msgid "" @@ -12085,6 +14257,10 @@ msgid "" "select any option, it also reports if the underlying binary is available or " "not." msgstr "" +"Επιλέξτε είτε το SpamAssassin, είτε το Bogofilter, είτε και τα δύο ως το " +"φίλτρο ανεπιθύμητων. Μπορείτε να τα δείτε μόνο αν έχετε ενεργοποιήσει τις " +"αντίστοιχες πρόσθετες λειτουργίες. Όταν ενεργοποιήσετε οποιαδήποτε επιλογή, " +"αναφέρει επίσης αν το αντίστοιχο binary είναι διαθέσιμο ή όχι." #: C/evolution.xml:6818(title) msgid "SpamAssassin Options:" @@ -12095,6 +14271,10 @@ msgid "" "Remote Test performs junk mail filtering on remote servers. It also includes " "online tests, like checking for blacklisted message senders and ISPs." msgstr "" +"Οι Απομακρυσμένες δοκιμές διενεργούν ελέγχους ανεπιθύμητης αλληλογραφίας σε " +"απομακρυσμένους διακομιστές. Αυτό επίσης περιλαμβάνει δοκιμές στο διαδίκτυο, " +"όπως δοκιμές για μηνύματα από τη μαύρη λίστα αποστολέων και παροχέων " +"υπηρεσιών διαδικτύου." #: C/evolution.xml:6821(para) msgid "" @@ -12105,11 +14285,17 @@ msgid "" "check for junk mail, but they increase accuracy. When you select this " "option, you do not need to do any additional setup." msgstr "" +"Αυτή η επιλογή χρησιμοποιεί δοκιμές που απαιτούν μια σύνδεση δικτύου, όπως η " +"δοκιμή αν ένα μήνυμα είναι σε μια λίστα με γνωστά ανεπιθύμητα, ή αν ο " +"αποστολέας ή το gateway είναι αποκλεισμένα σε μαύρη λίστα από οργανισμούς " +"κατά των ανεπιθύμητων. Οι διαδικτυακές δοκιμές μπορούν να κάνουν το " +"φιλτράρισμα πιο αργό, επειδή προστίθενται στο χρόνο που παίρνει ο έλεγχος " +"ανεπιθύμητης αλληλογραφίας, αλλά αυξάνουν την ακρίβεια. Όταν διαλέγετε αυτή " +"την επιλογή, δε χρειάζεται να κάνετε επιπλέον ρυθμίσεις." #: C/evolution.xml:6823(title) -#, fuzzy msgid "Bogofilter Options:" -msgstr "Καταγραφή ενεργειών φίλτρων" +msgstr "Επιλογές Bogofilter:" #: C/evolution.xml:6824(para) msgid "" @@ -12117,6 +14303,10 @@ msgid "" "information on Bogofilter, see the <ulink url=\"http://bogofilter." "sourceforge.net/\">Bogofilter site</ulink>." msgstr "" +"Επιλέξτε Μετατροπή κειμένου μηνύματος σε Unicode για να ενεργοποιήσετε το " +"φιλτράρισμα Unicode. Για περισσότερες πληροφορίες πάνω στοBogofilter, δείτε " +"τον <ulink url=\"http://bogofilter.sourceforge.net/\">Ιστότοπο του " +"Bogofilter</ulink>." #: C/evolution.xml:6827(para) msgid "" @@ -12125,6 +14315,12 @@ msgid "" "Check incoming mail for junk option under Edit > Preferences > Mail " "Preferences > Junk > General refers only to POP and Local Delivery." msgstr "" +"Η επιλογή Έλεγχος νέων μηνυμάτων για ανεπιθύμητα μηνύματα στο μενού " +"Επεξεργασία > Προτιμήσεις > Λογαριασμοί αλληλογραφίας > Επεξεργασία " +"> Επιλογές λήψης είναι ενεργοποιημένη μόνο για το IMAP. Ο Έλεγχος " +"εισερχόμενης αλληλογραφίας για ανεπιθύμητα στο μενού Επεξεργασία > " +"Προτιμήσεις > Προτιμήσεις αλληλογραφίας > Ανεπιθύμητα > Γενικά " +"αναφέρετε μόνο σε POP και σε Τοπικούς καταλόγους." #: C/evolution.xml:6833(para) msgid "" @@ -12132,6 +14328,10 @@ msgid "" "people that you respond to into your address book. You can select the " "default address book for automatic contacts from the list." msgstr "" +"Υπάρχουν δύο αντικείμενα σε αυτή την ενότητα: οι Αυτόματες επαφές προσθέτουν " +"αυτόματα ανθρώπους στους οποίους απαντάτε στο βιβλίο διευθύνσεων. Μπορείτε " +"να επιλέξετε το προεπιλεγμένο βιβλίο διευθύνσεων για τις αυτόματες επαφές " +"από τη λίστα." #: C/evolution.xml:6834(para) msgid "" @@ -12140,12 +14340,19 @@ msgid "" "Pidgin. Your address book must not be a read-only one for both these " "features to function properly." msgstr "" +"Οι Επαφές Instant Messaging περιοδικά συγχρονίζουν τις πληροφορίες επαφών " +"και εικόνων με την εφαρμογή σας για άμεσα μηνύματα. Προς το παρόν αυτό " +"λειτουργεί μόνο με το Pidgin. Το βιβλίο διευθύνσεών σας δεν πρέπει να είναι " +"μόνο για ανάγνωση για να λειτουργήσουν κανονικά και οι δύο αυτές λειτουργίες." #: C/evolution.xml:6839(para) msgid "" "Allows you to delete messages after you have acted on an appointment. It " "also allows you to select calendars to search for meeting conflicts." msgstr "" +"Σας επιτρέπει να διαγράφετε μηνύματα μετά που έχετε λάβει κάποια δράση για " +"ένα ραντεβού. Σας επιτρέπει επίσης να επιλέγετε ημερολόγια για να ελέγχετε " +"για διενέξεις συναντήσεων." #: C/evolution.xml:6845(para) msgid "" @@ -12154,6 +14361,10 @@ msgid "" "Signature tab sets your signature, and the Spell Checking tab controls spell " "checking." msgstr "" +"Υπάρχουν τρεις καρτέλες για τις ρυθμίσεις του επεξεργαστή μηνυμάτων όπου " +"μπορείτε να ορίσετε τις προτιμήσεις για τον επεξεργαστή. Η καρτέλα Γενικά " +"καλύπτει τη συμπεριφορά, η καρτέλα Υπογραφή ορίζει την υπογραφή σας και η " +"καρτέλα Ορθογραφικός έλεγχος ελέγχει τον ορθογραφικό έλεγχο." #: C/evolution.xml:6851(link) C/evolution.xml:6891(title) msgid "Signature" @@ -12165,7 +14376,7 @@ msgstr "Ορθογραφικός έλεγχος" #: C/evolution.xml:6862(title) msgid "Default Behavior:" -msgstr "Προκαθορισμένη συμπεριφορά:" +msgstr "Προεπιλεγμένη συμπεριφορά:" #: C/evolution.xml:6863(para) msgid "" @@ -12173,6 +14384,9 @@ msgid "" "they will use, whether they are in HTML, and whether that HTML can contain " "graphic emoticons." msgstr "" +"Επιλέξτε πώς θα προωθείτε και θα απαντάτε στα μηνύματα, ποια κωδικοποίηση " +"χαρακτήρων θα χρησιμοποιούν, αν θα είναι σε HTML και αν η HTML θα περιέχει " +"γραφικά εικονίδια για φατσούλες." #: C/evolution.xml:6865(para) msgid "" @@ -12180,11 +14394,13 @@ msgid "" "quoted. Choose reply style from the drop-down list: Quote original message, " "Do not quote original message, Attach original message." msgstr "" +"Μπορείτε να προωθείτε μηνύματα είτε ως συνημμένα, είτε ενσωματωμένα στο " +"μήνυμα, είτε σε παράθεση. Επιλέξτε το στυλ απάντησης από την αναδιπλούμενη " +"λίστα: Αρχικό μήνυμα σε παράθεση, Να μη γίνεται παράθεση, Συνημμένο." #: C/evolution.xml:6867(title) -#, fuzzy msgid "Top Posting Options:" -msgstr "Επιλογές εκτύπωσης" +msgstr "Επιλογή Top Posting:" #: C/evolution.xml:6868(para) msgid "" @@ -12194,6 +14410,11 @@ msgid "" "signature other than at the end of the message is against the mailing " "standards." msgstr "" +"Όταν απαντάτε, μπορείτε να επιλέξετε πού θα τοποθετείται η υπογραφή σας στο " +"μήνυμα. Μπορείτε να τοποθετήσετε την υπογραφή είτε πάνω από το αρχικό μήνυμα " +"είτε στο τέλος του παραθύρου του επεξεργαστή. Το Top Posting δε συνίσταται " +"επειδή ο τοποθέτηση της υπογραφής οπουδήποτε αλλού εκτός από το τέλος του " +"μηνύματος είναι εναντίον των προτύπων αλληλογραφίας." #: C/evolution.xml:6871(title) C/evolution.xml:6950(title) msgid "Alerts:" @@ -12201,22 +14422,21 @@ msgstr "Ειδοποιήσεις:" #: C/evolution.xml:6872(para) msgid "There are two optional alerts you can select:" -msgstr "" +msgstr "Υπάρχουν δύο προαιρετικές ειδοποιήσεις που μπορείτε να επιλέξετε:" #: C/evolution.xml:6877(title) -#, fuzzy msgid "Prompt When Sending Messages With an Empty Subject Line:" -msgstr "Ε_ρώτηση στην αποστολή μηνυμάτων με άδειο θέμα" +msgstr "Ερώτηση στην αποστολή μηνυμάτων με άδειο θέμα:" #: C/evolution.xml:6878(para) -#, fuzzy msgid "The composer warns you if you try to send a message without a subject." -msgstr "Είστε σίγουροι ότι θέλετε να στείλετε ένα μήνυμα χωρίς θέμα;" +msgstr "" +"Ο επεξεργαστής σας ειδοποιεί όταν προσπαθείτε να στείλετε ένα μήνυμα χωρίς " +"θέμα." #: C/evolution.xml:6883(title) -#, fuzzy msgid "Prompt When Sending Messages with Only Bcc Recipients Defined:" -msgstr "Επιβε_βαίωση αποστολής μηνύματος με κρυφούς παραλήπτες (Bcc) μόνο" +msgstr "Επιβεβαίωση αποστολής μηνύματος με κρυφούς παραλήπτες (Bcc) μόνο:" #: C/evolution.xml:6884(para) msgid "" @@ -12225,6 +14445,11 @@ msgid "" "blind carbon copy if you do not have at least one recipient that is visible " "to all readers." msgstr "" +"Ο επεξεργαστής θα σας προειδοποιεί όταν προσπαθείτε να στείλετε ένα μήνυμα " +"το οποίο έχει μόνο παραλήπτες με κρυφή κοινοποίηση. Αυτό είναι σημαντικό " +"γιατί μερικοί διακομιστές αλληλογραφίας αποτυγχάνουν να στείλουν το κρυφό " +"αντίγραφο αν δεν έχετε έναν τουλάχιστον παραλήπτη που να είναι ορατός σε " +"όλους τους αναγνώστες." #: C/evolution.xml:6892(para) msgid "" @@ -12233,6 +14458,11 @@ msgid "" "you create in the message composer. If you prefer to use an alternate " "signature or none at all, you can select it from the mail composer itself." msgstr "" +"Ο επεξεργαστής υπογραφής σας επιτρέπει να δημιουργείτε αρκετές διαφορετικές " +"υπογραφές σε απλό κείμενο ή σε HTML, και να καθορίσετε ποιες από αυτές θα " +"προστίθενται στον επεξεργαστή μηνύματος. Αν προτιμάτε να χρησιμοποιήσετε μια " +"εναλλακτική υπογραφή, ή καμία υπογραφή, μπορείτε να το επιλέξετε από τον " +"ίδιο τον επεξεργαστή μηνυμάτων." #: C/evolution.xml:6897(para) msgid "" @@ -12244,26 +14474,24 @@ msgid "" "automatically check your spelling while you type, select Check Spelling " "While I Type. You can set the color for misspelled words." msgstr "" +"Για να επιλέξετε μια γλώσσα για ορθογραφικό έλεγχο, διαλέξτε την εδώ. Θα " +"πρέπει να εγκαταστήσετε το gnome-spell, το aspell, και ένα πακέτο γλώσσας " +"aspell (όπως για παράδειγμα το aspell-en για τα αγγλικά) για να είναι " +"διαθέσιμος ο ορθογραφικός έλεγχος στο Evolution. Επιπλεόν λεξικά είναι " +"διαθέσιμα μέσω του διαχειριστή πακέτων σας και ανιχνεύονται αυτόματα όταν τα " +"έχετε εγκαταστήσει. Για να ελέγχει ο επεξεργαστής αυτόματα την ορθογραφία " +"ενώ πληκτρολογείτε, επιλέξτε Έλεγχος ορθογραφίας κατά την πληκτρολόγηση. " +"Μπορείτε να ορίσετε το χρώμα για τις ανορθόγραφες λέξεις." #: C/evolution.xml:6904(para) -#, fuzzy msgid "The calendar configuration tool has several pages:" -msgstr "Το εργαλείο ρύθμισης του GNOME" +msgstr "Το εργαλείο ρύθμισης του ημερολογίου έχει μερικές σελίδες:" # #-#-#-#-# nautilus.HEAD.el.po (el) #-#-#-#-# # #: C/evolution.xml:6910(link) C/evolution.xml:6956(title) -#, fuzzy msgid "Display" -msgstr "" -"#-#-#-#-# nautilus.HEAD.el.po (el) #-#-#-#-#\n" -"Εμφάνιση\n" -"#-#-#-#-# gnome-applets.HEAD.el.po (el) #-#-#-#-#\n" -"Εμφάνιση\n" -"#-#-#-#-# evolution.HEAD.el.po (el) #-#-#-#-#\n" -"Εμφάνιση\n" -"#-#-#-#-# gdm2.HEAD.el.po (el) #-#-#-#-#\n" -"Οθόνη" +msgstr "Εμφάνιση" #: C/evolution.xml:6913(link) C/evolution.xml:6989(title) msgid "Alarms" @@ -12279,7 +14507,7 @@ msgstr "Ζώνη ώρας:" #: C/evolution.xml:6926(para) msgid "The city you're located in, to specify your time zone." -msgstr "" +msgstr "Η πόλη στην οποία βρίσκεστε, για να οριστεί η ζώνη ώρας σας." #: C/evolution.xml:6929(title) msgid "Time Format:" @@ -12288,22 +14516,19 @@ msgstr "Μορφή ώρας:" #: C/evolution.xml:6930(para) msgid "Choose between twelve-hour (AM/PM) and twenty-four-hour time formats." msgstr "" +"Επιλέξτε μεταξύ μορφής ρολογιού δώδεκα ωρών (πμ/μμ) και εικοσιτεσσάρων ωρών." #: C/evolution.xml:6933(title) -#, fuzzy msgid "Second Zone:" -msgstr "Επιλογές αποστολής" +msgstr "Δεύτερη ζώνη:" #: C/evolution.xml:6934(para) -#, fuzzy msgid "Specify a location for the second time zone." -msgstr "Καθορισμός τίτλου για τη σημείωση" +msgstr "Καθορίστε μια τοποθεσία για τη δεύτερη ζώνη ώρας." #: C/evolution.xml:6936(para) -#, fuzzy msgid "You can view both the time zones in the calendar view." -msgstr "" -"Εμφάνιση διαγραμμένων μηνυμάτων (με strike-through) στη λίστα μηνυμάτων." +msgstr "Μπορείτε να δείτε και τις δύο ζώνες ώρας στην προβολή ημερολογίου." #: C/evolution.xml:6938(title) msgid "Week Starts:" @@ -12311,7 +14536,7 @@ msgstr "Η εβδομάδα ξεκινάει:" #: C/evolution.xml:6939(para) msgid "Select the day to display as the first in each week." -msgstr "" +msgstr "Επιλέξτε τη μέρα που θα εμφανίζεται ως πρώτη κάθε εβδομάδας." #: C/evolution.xml:6942(title) msgid "Day Begins:" @@ -12338,83 +14563,83 @@ msgid "" "If you want to be warned before you delete any appointment, or to have a " "reminder automatically appear for each event, select the options here." msgstr "" +"Αν θέλετε να προειδοποιήστε προτού διαγράψετε ένα ραντεβού, ή να έχετε μια " +"υπενθύμιση να εμφανίζεται αυτόματα για κάθε γεγονός, διαλέξτε τις επιλογές " +"εδώ." #: C/evolution.xml:6957(para) msgid "" "The Display page lets you choose how your appointments and tasks appear in " "your calendar." msgstr "" +"Η καρτέλα Εμφάνιση σας επιτρέπει να επιλέγετε πώς θα εμφανίζονται τα " +"ραντεβού και οι εργασίες σας στο ημερολόγιο." #: C/evolution.xml:6959(title) -#, fuzzy msgid "Time Divisions:" -msgstr "_Διαιρέσεις ώρας:" +msgstr "Διαιρέσεις ώρας:" #: C/evolution.xml:6960(para) msgid "" "Sets the time increments shown as fine lines on the daily view in the " "calendar." msgstr "" +"Καθορίζει τα βήματα αύξησης της ώρας ως λεπτές γραμμές στην προβολή ημέρας " +"στο ημερολόγιο." #: C/evolution.xml:6963(title) -#, fuzzy msgid "Show appointment end times in week and month views:" -msgstr "Ε_μφάνιση χρόνων τέλους ραντεβού στις προβολές εβδομάδας και μήνα" +msgstr "Εμφάνιση χρόνων τέλους ραντεβού στις προβολές εβδομάδας και μήνα:" #: C/evolution.xml:6964(para) -#, fuzzy msgid "" "If there is space, Evolution shows the end times in the week and month views " "for each appointment." msgstr "" -"Αν θα εμφανίζεται η ώρα τέλους των γεγονότων στις προβολές εβδομάδας και " -"μήνα." +"Αν υπάρχει χώρος, το Evolution εμφανίζει τις ώρες τέλους στις προβολές " +"εβδομάδας και μήνα για κάθε ραντεβού." #: C/evolution.xml:6967(title) -#, fuzzy msgid "Compress weekends in month view:" -msgstr "Συμπίεση σαββατοκύριακων στη μηνιαία προβολή" +msgstr "Συμπίεση σαββατοκύριακων στη μηνιαία προβολή:" #: C/evolution.xml:6968(para) -#, fuzzy msgid "" "Select this option to display weekends in one box instead of two in the " "month view." msgstr "" -"Διαλέξτε αυτή την επιλογή για να τυπώσετε όλες τις σελίδες του εγγράφου." +"Διαλέξτε αυτή την επιλογή για να εμφανίζονται τα σαββατοκύριακα σε ένα κουτί " +"αντί για δύο στην προβολή μήνα." #: C/evolution.xml:6971(title) -#, fuzzy msgid "Show week numbers in date navigator:" -msgstr "Εμφάνιση αριθμών εβδομάδων στον περιηγητή ημερολογίου" +msgstr "Εμφάνιση αριθμών εβδομάδων στον περιηγητή ημερολογίου:" #: C/evolution.xml:6972(para) msgid "Shows the week numbers next to the respective weeks in the calendar." msgstr "" +"Εμφανίζει τους αριθμούς των εβδομάδων δίπλα στις αντίστοιχες εβδομάδες στο " +"Ημερολόγιο." #: C/evolution.xml:6975(title) -#, fuzzy msgid "Tasks due today:" -msgstr "Ερ_γασίες που λήγουν σήμερα:" +msgstr "Εργασίες που λήγουν σήμερα:" #: C/evolution.xml:6976(para) -#, fuzzy msgid "Select the color for tasks due today." -msgstr "Αποθηκεύει επιλεγμένα ημερολόγια ή λίστες εργασιών στο δίσκο." +msgstr "Επιλέξτε το χρώμα για τις εργασίες που λήγουν σήμερα." #: C/evolution.xml:6979(title) -#, fuzzy msgid "Overdue tasks:" -msgstr "Εργασίες που έχουν λή_ξει:" +msgstr "Εργασίες που έχουν λήξει:" #: C/evolution.xml:6980(para) msgid "Select the color for overdue tasks." -msgstr "" +msgstr "Επιλέξτε το χρώμα για εργασίες που έχουν λήξει." #: C/evolution.xml:6983(title) -#, fuzzy msgid "Hide completed tasks after:" -msgstr "_Απόκρυψη ολοκληρωμένων εργασιών μετά" +msgstr "Απόκρυψη ολοκληρωμένων εργασιών μετά:" #: C/evolution.xml:6984(para) msgid "" @@ -12422,11 +14647,14 @@ msgid "" "measured in days, hours, or minutes. If you don't select this option, " "completed tasks remain in your task list, marked as complete." msgstr "" +"Διαλέξτε αυτή την επιλογή για να κρύβονται οι ολοκληρωμένες εργασίες μετά " +"από μια χρονική περίοδο μετρημένη σε μέρες, ώρες και λεπτά. Αν δε διαλέξετε " +"αυτή την επιλογή, οι ολοκληρωμένες εργασίες παραμένουν στη λίστα εργασιών, " +"σημειωμένες ως ολοκληρωμένες." #: C/evolution.xml:6991(title) -#, fuzzy msgid "Select the Calendars for Alarm Notification:" -msgstr "Επιλογή των ημερολογίων για σημείωση ειδοποίησης" +msgstr "Επιλογή των ημερολογίων για σημείωση ειδοποίησης:" #: C/evolution.xml:6992(para) msgid "" @@ -12434,22 +14662,25 @@ msgid "" "select the calendar, you will not have an alarm notification for any event " "in this calendar." msgstr "" +"Επιλέξτε τα ημερολόγια για τα οποία θέλετε ειδοποιήσεις. Αν δεν επιλέξτε ένα " +"ημερολόγιο, δε θα έχετε ειδοποιήσεις για κανένα γεγονός από αυτό το " +"ημερολόγιο." #: C/evolution.xml:6994(para) msgid "" "Click Dismiss to close the alarm. Click Dismiss All to close all the alarm " "notifications." msgstr "" +"Πατήστε Ακύρωση για να κλείσετε την ειδοποίηση. Πατήστε ακύρωση όλων για να " +"κλείσετε όλες τις ειδοποιήσεις." #: C/evolution.xml:6998(title) -#, fuzzy msgid "Free/Busy" msgstr "Διαθεσιμότητα" #: C/evolution.xml:7005(title) -#, fuzzy msgid "Publishing:" -msgstr "Επιμελητής δημοσίευσης" +msgstr "Δημοσίευση:" #: C/evolution.xml:7006(para) msgid "" @@ -12457,6 +14688,10 @@ msgid "" "add a URL, you can specify the publishing location, the frequency of " "publishing, which calendar to publish, and who to authenticate as." msgstr "" +"Σας επιτρέπει να επιλέγετε ένα URL στο οποίο να δημοσιεύετε το ημερολόγιό " +"σας. Όταν προσθέτετε ένα URL, μπορείτε να καθορίσετε την τοποθεσία " +"δημοσίευσης, τη συχνότητα δημοσίευσης, ποιό ημερολόγια να δημοσιεύεται και " +"ποιο να πιστοποιείται." #: C/evolution.xml:7012(title) msgid "Network Preferences" @@ -12465,10 +14700,12 @@ msgstr "Προτιμήσεις δικτύου" #: C/evolution.xml:7013(para) msgid "This interface lets you configure your network proxy settings." msgstr "" +"Αυτή η διεπαφή σας επιτρέπει να ρυθμίζετε τις επιλογές του διαμεσολαβητή " +"δικτύου σας." #: C/evolution.xml:7017(title) msgid "Use system defaults:" -msgstr "" +msgstr "Χρήση των προεπιλογών συστήματος:" #: C/evolution.xml:7018(para) msgid "" @@ -12477,6 +14714,10 @@ msgid "" "Evolution uses the proxy settings in the /system/http_proxy and /system/" "proxy/gconf keys." msgstr "" +"Διαλέξτε αυτή την επιλογή για να χρησιμοποιήσετε τις ρυθμίσεις διαμεσολαβητή " +"από το Κέντρο ελέγχου > Διαμεσολαβητές δικτύου, στο GNOME. Όταν είναι " +"ενεργοποιημένη αυτή η επιλογή, το Evolution χρησιμοποιεί τις ρυθμίσεις " +"διαμεσολαβητή από τα κλειδιά /system/http_proxy και /system/proxy/gconf keys." #: C/evolution.xml:7021(para) msgid "" @@ -12484,22 +14725,22 @@ msgid "" "> Network Proxies, Evolution does not work with the proxy and you must " "either update these gconf keys or choose Manual proxy configuration." msgstr "" +"Αν αυτά τα κλειδιά δεν είναι ίδια με εκείνα που στο Κέντρο ελέγχου > " +"Διαμεσολαβητές δικτύου, το Evolution δε χρησιμοποιεί το διαμεσολαβητή και " +"πρέπει είτε να ενημερώσετε αυτά τα κλειδιά gconf είτε να επιλέξετε " +"χειρωνακτική ρύθμιση του διαμεσολαβητή." #: C/evolution.xml:7024(title) msgid "Direct connection to the Internet:" -msgstr "" +msgstr "Άμεση σύνδεση στο διαδίκτυο:" #: C/evolution.xml:7025(para) -#, fuzzy msgid "Select this option to connect directly to the internet." -msgstr "" -"Επιλέξτε τις ιδιότητες που θέλετε να επαναφέρετε στις προεπιλεγμένες τιμές " -"τους" +msgstr "Διαλέξτε αυτή την επιλογή για να συνδέεστε άμεσα στο διαδίκτυο." #: C/evolution.xml:7028(title) -#, fuzzy msgid "Manual proxy configuration:" -msgstr "Ρύθμιση" +msgstr "Χειροκίνητη ρύθμιση διαμεσολαβητή:" #: C/evolution.xml:7029(para) msgid "" @@ -12512,24 +14753,31 @@ msgid "" "Authentication to enable the username and password fields. The customized " "proxy settings are as follows:" msgstr "" +"Αυτή η επιλογή σας βοηθά να προσαρμόζετε τις ρυθμίσεις του διαμεσολαβητή " +"άσχετα από την επιφάνεια εργασία που χρησιμοποιείτε. Καθορίστε συστήματα και " +"θύρες για HTTP και προαιρετικά για άλλα πρωτόκολλα. Στο πεδίο Χωρίς " +"διακομιστή διαμεσολάβησης, καθορίστε ονόματα τομέων διαχωρισμένα με κόμμα τα " +"οποία δε θα βγαίνουν διαμέσου του ρυθμισμένου διακομιστή διαμεσολάβησης. " +"Μπορείτε να καθορίσετε μοτίβα όπως *.example.com ή .example.com στη λίστα " +"Χωρίς διακομιστή διαμεσολάβησης. Καθορίστε ένα όνομα χρήστη και κωδικό, και " +"αν ο διακομιστής διαμεσολάβησης απαιτεί πιστοποίηση, επιλέξτε Χρήση " +"πιστοποίησης για να ενεργοποιήσετε τα πεδία ονόματος χρήστη και κωδικού. Οι " +"προσαρμοσμένες ρυθμίσεις του διαμεσολαβητή είναι ως εξής:" #: C/evolution.xml:7038(para) -#, fuzzy msgid "Proxy Configuration Settings" -msgstr "Ρύθμιση Αλληλογραφίας" +msgstr "Ρυθμίσεις προτιμήσεων διαμεσολαβητή" #: C/evolution.xml:7048(para) -#| msgid "Proxy" msgid "HTTP Proxy" msgstr "Διαμεσολαβητής HTTP" #: C/evolution.xml:7051(para) msgid "The machine name to proxy HTTP through." -msgstr "" +msgstr "Το όνομα του συστήματος μέσω του οποίου θα διαμεσολαβείται το HTTP." #: C/evolution.xml:7056(para) C/evolution.xml:7072(para) #: C/evolution.xml:7088(para) -#| msgid "Port:" msgid "Port" msgstr "Θύρα" @@ -12538,34 +14786,39 @@ msgid "" "The port for the machine defined by the HTTP Proxy field that you proxy " "through." msgstr "" +"Η θύρα για το μηχάνημα που ορίστηκε στο πεδίο Διαμεσολαβητής HTTP μέσω της " +"οποίας γίνεται η διαμεσολάβηση." #: C/evolution.xml:7064(para) msgid "Secure HTTP Proxy" -msgstr "" +msgstr "Ασφαλής διαμεσολαβητής HTTP" #: C/evolution.xml:7067(para) msgid "The machine name to proxy secure HTTP through." msgstr "" +"Το όνομα του συστήματος μέσω του οποίου διαμεσολαβείται με ασφάλεια το HTTP." #: C/evolution.xml:7075(para) msgid "The port for the machine defined by the Secure HTTP Proxy port field." msgstr "" +"Η θύρα για το μηχάνημα που ορίστηκε στο πεδίο Ασφαλής διαμεσολαβητής HTTP." #: C/evolution.xml:7080(para) msgid "SOCKS Host" -msgstr "" +msgstr "Σύστημα SOCKS" #: C/evolution.xml:7083(para) msgid "The machine name to proxy SOCKS through." msgstr "" +"Το όνομα του συστήματος διαμέσου του οποίου θα διαμεσολαβείται το SOCKS." #: C/evolution.xml:7091(para) msgid "The port for the machine defined by the SOCKS host." -msgstr "" +msgstr "Η θύρα για το μηχάνημα που ορίστηκε στο σύστημα SOCKS." #: C/evolution.xml:7096(para) msgid "No proxy domain" -msgstr "" +msgstr "Χωρίς τομέα διαμεσολαβητή." #: C/evolution.xml:7099(para) msgid "" @@ -12574,6 +14827,11 @@ msgid "" "(using an initial wildcard like *.example.com), IP host addresses (both IPv4 " "and IPv6) and network addresses with a netmask similar to 192.168.0.0/24." msgstr "" +"Αυτό το κλειδί περιέχει μια λίστα από συστήματα τα οποία είναι άμεσα " +"συνδεδεμένα, αντί μέσω διαμεσολαβητή (αν είναι ενεργός). Οι τιμές μπορεί να " +"είναι ονόματα συστημάτων, τομείς (με χρήση ενός αρχικού χαρακτήρα μπαλαντές " +"όπως *.example.com), διευθύνσεις IP συστημάτων (τόσο IPv4 όσο και IPv6) και " +"διευθύνσεις δικτύου με netmask όμοιο με 192.168.0.0/24." #: C/evolution.xml:7104(para) msgid "Use authentication" @@ -12584,6 +14842,8 @@ msgid "" "If this option is enabled, it uses authentication to connect via the proxy " "server." msgstr "" +"Αν αυτή η επιλογή είναι ενεργοποιημένη, χρησιμοποιεί πιστοποίηση για να " +"συνδέεται μέσω διακομιστή διαμεσολάβησης." # #-#-#-#-# nautilus.HEAD.el.po (el) #-#-#-#-# # @@ -12594,6 +14854,8 @@ msgstr "Όνομα χρήστη" #: C/evolution.xml:7115(para) msgid "Username used to authenticate when performing an HTTP proxying." msgstr "" +"Το όνομα χρήστη που χρησιμοποιείται για την πιστοποίηση όταν γίνεται " +"διαμεσολάβηση HTTP." #: C/evolution.xml:7120(para) msgid "Password" @@ -12602,6 +14864,8 @@ msgstr "Κωδικός πρόσβασης" #: C/evolution.xml:7123(para) msgid "Password used to authenticate when performing an HTTP proxying." msgstr "" +"Ο κωδικός που χρησιμοποιείται για πιστοποίηση όταν γίνεται διαμεσολάβηση " +"HTTP." #: C/evolution.xml:7133(para) msgid "" @@ -12610,6 +14874,11 @@ msgid "" "encrypted connection, or sign a message confirming your identity to the " "contact. These settings only apply to S/MIME encryption." msgstr "" +"Το Evoluion σας επιτρέπει να προσθέτετε πιστοποιητικά για τον εαυτό σας όσο " +"και για τις επαφές σας. Αυτό επιτρέπει την επικοινωνία με άλλους με ασφάλεια " +"μέσω μια κρυπτογραφημένης σύνδεσης, ή την υπογραφή ενός μηνύματος για " +"ταυτοποίηση της επαφής. Αυτές οι ρυθμίσεις εφαρμόζονται μόνο στην " +"κρυπτογράφηση S/MIME." #: C/evolution.xml:7135(title) msgid "Your Certificates:" @@ -12620,11 +14889,13 @@ msgid "" "Click the Your Certificates tab to display a list of certificates that you " "own. You can import, view and delete your certificates from this page." msgstr "" +"Πατήστε την καρτέλα Τα πιστοποιητικά σας για να εμφανίσετε μια λίστα με " +"πιστοποιητικά που σας ανήκουν. Μπορείτε να εισάγετε, να δείτε και να " +"διαγράψετε τα πιστοποιητικά σας από αυτή τη σελίδα." #: C/evolution.xml:7139(title) -#, fuzzy msgid "Contact Certificates:" -msgstr "Πιστοποιητικά επαφών" +msgstr "Πιστοποιητικά επαφών:" #: C/evolution.xml:7140(para) msgid "" @@ -12633,11 +14904,15 @@ msgid "" "well verify signed messages. You can import, view, edit, and delete your " "contact certificates from this page." msgstr "" +"Επιλέξτε την καρτέλα Πιστοποιητικά επαφών για να εμφανίσετε μια λίστα από " +"πιστοποιητικά που έχετε για τις επαφές σας. Αυτά τα πιστοποιητικά σας " +"επιτρέπουν να αποκρυπτογραφείτε μηνύματα όπως επίσης και επιβεβαιώνετε " +"υπογραφές. Μπορείτε να εισάγετε, να δείτε, να επεξεργαστείτε και να " +"διαγράψετε τα πιστοποιητικά των επαφών σας από αυτή τη σελίδα." #: C/evolution.xml:7143(title) -#, fuzzy msgid "Authorities:" -msgstr "Αρχές" +msgstr "Αρχές:" #: C/evolution.xml:7144(para) msgid "" @@ -12645,10 +14920,14 @@ msgid "" "authorities who verify that the certificate you have is valid. You can " "import, view, edit, and delete certificate authorities from this page." msgstr "" +"Επιλέξτε την καρτέλα Αρχές για να εμφανίσετε μια λίστα από έμπιστες αρχές " +"πιστοποίησης οι οποίες επιβεβαιώνουν ότι τα πιστοποιητικά που έχετε είναι " +"έγκυρα. Μπορείτε να εισάγετε, να προβάλλετε, να επεξεργαστείτε και να " +"διαγράψετε αρχές από αυτή τη σελίδα." #: C/evolution.xml:7150(para) msgid "There are two main tasks for configuring contact information:" -msgstr "" +msgstr "Υπάρχουν δύο βασικές εργασίες για να ρυθμίζετε πληροφορίες επαφών:" #: C/evolution.xml:7153(link) C/evolution.xml:7161(title) msgid "Creating a Contact" @@ -12659,26 +14938,24 @@ msgid "Creating an Address Book" msgstr "Δημιουργία ενός βιβλίου διευθύνσεων" #: C/evolution.xml:7162(para) -#, fuzzy msgid "To add a new contact list, either local or remote:" -msgstr "Για να προσθέστε μια νέα πηγή λεξικού, ακολουθήστε τα επόμενα βήματα:" +msgstr "Για να προσθέστε μια νέα επαφή, είτε τοπική είτε απομακρυσμένη:" #: C/evolution.xml:7165(para) -#, fuzzy msgid "Click Contacts in the Switcher." -msgstr "Κ_λήση Επαφής" +msgstr "Επιλέξτε Επαφές από τον Εναλλάκτη." #: C/evolution.xml:7168(para) msgid "Click the down-arrow next to New." -msgstr "" +msgstr "Πατήστε το βελάκι κάτω δίπλα στο Νέο." #: C/evolution.xml:7171(para) msgid "Select Contact List." -msgstr "Επιλογή λίστας επαφών." +msgstr "Επιλέξτε λίστα επαφών." #: C/evolution.xml:7174(para) msgid "Type a name and location for the Address Book." -msgstr "" +msgstr "Πληκτρολογείστε ένα όνομα και μια τοποθεσία για το βιβλίο διευθύνσεων." #: C/evolution.xml:7189(para) msgid "Select the type of Address Book." @@ -12689,51 +14966,54 @@ msgid "On This Computer:" msgstr "Σε αυτόν τον υπολογιστή:" #: C/evolution.xml:7192(para) -#, fuzzy msgid "Creates a local address book on the computer." -msgstr "Δημιουργία ενός νέου φακέλου βιβλίου διευθύνσεων" +msgstr "Δημιουργεί ένα τοπικό βιβλίο διευθύνσεων στον υπολογιστή." #: C/evolution.xml:7195(title) -#, fuzzy msgid "On LDAP Server:" -msgstr "Σε διακομιστές LDAP" +msgstr "Σε διακομιστές LDAP:" #: C/evolution.xml:7196(para) -#, fuzzy msgid "Creates an address book on the LDAP server." -msgstr "Δημιουργία ενός νέου φακέλου βιβλίου διευθύνσεων" +msgstr "Δημιουργεί ένα βιβλίο διευθύνσεων σε ένα διακομιστή LDAP." #: C/evolution.xml:7199(title) -#, fuzzy msgid "Specific Account:" -msgstr "Πηγαίος Λογαριασμός" +msgstr "Πηγαίος λογαριασμός:" #: C/evolution.xml:7200(para) msgid "" "If you have an account that allows you to create an address book on that " "server, you can select that account." msgstr "" +"Αν έχετε ένα λογαριασμό που σας επιτρέπει να δημιουργείτε βιβλία διευθύνσεων " +"σε εκείνο το διακομιστή, μπορείτε να επιλέξετε εκείνο το λογαριασμό." #: C/evolution.xml:7204(para) msgid "" "If you selected On This Computer, specify the name of the address book, and " "choose whether you want to the new address book as your default folder." msgstr "" +"Αν επιλέξτε Σε αυτό τον υπολογιστή, καθορίστε το όνομα του βιβλίου " +"διευθύνσεων, και επιλέξτε αν θέλετε να ορίσετε το νέο βιβλίο διευθύνσεων ως " +"τον προεπιλεγμένο σας φάκελο." #: C/evolution.xml:7206(para) msgid "" "If you are creating an address book on an <link linkend=\"ldap\">LDAP</link> " "server, enter the server information as requested by the assistant:" msgstr "" +"Αν δημιουργείτε ένα βιβλίο διευθύνσεων σε ένα διακομιστή <link linkend=\"ldap" +"\">LDAP</link>, εισάγετε τις πληροφορίες του διακομιστή όπως απαιτείται από " +"το βοηθό:" #: C/evolution.xml:7208(title) msgid "Server Name:" msgstr "Όνομα εξυπηρετητή:" #: C/evolution.xml:7209(para) -#, fuzzy msgid "The Internet address of the contact server you are using." -msgstr "από." +msgstr "Η διεύθυνση διαδικτύου του διακομιστή επαφών που χρησιμοποιείτε." #: C/evolution.xml:7212(title) msgid "Login Method:" @@ -12745,6 +15025,10 @@ msgid "" "distinguished name. If the login is not anonymous, specify the email address " "or distinguished name (DN) required by the server." msgstr "" +"Καθορίστε αν η σύνδεσή σας θα είναι ανώνυμη, αν θα χρησιμοποιεί μια " +"διεύθυνση αλληλογραφίας ή αν θα χρησιμοποιεί ένα διακριτικό όνομα. Αν η " +"σύνδεση δεν είναι ανώνυμη, καθορίστε τη διεύθυνση αλληλογραφίας ή το " +"διακριτικό όνομα (DN) που απαιτείται από το διακομιστή." #: C/evolution.xml:7216(title) msgid "Port:" @@ -12755,6 +15039,8 @@ msgid "" "The Internet port Evolution connects to in order to access the LDAP " "database. This is normally 389." msgstr "" +"Η θύρα διαδικτύου στην οποία συνδέεται το Evolution για να έχει πρόσβαση στη " +"βάση δεδομένων LDAP. Συνήθως είναι η 389." #: C/evolution.xml:7220(title) msgid "Use SSL/TLS:" @@ -12766,11 +15052,14 @@ msgid "" "will send your password unencrypted. By using SSL or TLS, a secure " "connection will be used and your password will be sent encrypted." msgstr "" +"Το SSL και το TLS είναι μηχανισμοί ασφάλειας. Αν επιλέξετε Χωρίς " +"κρυπτογράφηση, το Evolution θα στέλνει τον κωδικό σας χωρίς κρυπτογράφηση. " +"Χρησιμοποιώντας SSL ή TLS, μια ασφαλής σύνδεση θα χρησιμοποιείται και ο " +"κωδικός σας θα στέλνεται κρυπτογραφημένος." #: C/evolution.xml:7224(title) -#, fuzzy msgid "Details: Search Base:" -msgstr "_Βάση αναζήτησης:" +msgstr "Λεπτομέρειες: Βάση αναζήτησης:" #: C/evolution.xml:7225(para) msgid "" @@ -12778,42 +15067,49 @@ msgid "" "for a directory search. Contact your network administrator for information " "about the correct settings." msgstr "" +"Η <link linkend=\"search-base\">βάση αναζήτησης</link> είναι το σημείο " +"εκκίνησης για μια αναζήτηση καταλόγου. Επικοινωνήστε με το διαχειριστή του " +"δικτύου σας για πληροφορίες για τις σωστές ρυθμίσεις." #: C/evolution.xml:7228(title) msgid "Search Scope:" -msgstr "Όριο αναζήτησης:" +msgstr "Βάθος αναζήτησης:" #: C/evolution.xml:7229(para) msgid "" "The <link linkend=\"search-scope\">search scope</link> is the breadth of a " "given search. The following options are available:" msgstr "" +"Το <link linkend=\"search-scope\">βάθος αναζήτησης</link> είναι το εύρος μιας " +"αναζήτησης. Διατίθενται οι ακόλουθες επιλογές:" #: C/evolution.xml:7234(title) msgid "One:" -msgstr "" +msgstr "Ένα:" #: C/evolution.xml:7235(para) msgid "Searches the Search Base and one entry below it." -msgstr "" +msgstr "Αναζητεί στη Βάση αναζήτησης και σε μία καταχώρηση πιο κάτω." #: C/evolution.xml:7240(title) msgid "Sub:" -msgstr "" +msgstr "Υπό:" #: C/evolution.xml:7241(para) msgid "Searches the Search Base and all entries below it." -msgstr "" +msgstr "Αναζητεί στη Βάση αναζήτησης και σε όλες τις καταχωρήσεις πιο κάτω." #: C/evolution.xml:7246(title) msgid "Timeout (minutes):" -msgstr "" +msgstr "Λήψη χρόνου (λεπτά):" #: C/evolution.xml:7247(para) msgid "" "The maximum time Evolution attempts to download data from the server before " "giving up." msgstr "" +"Ο μέγιστος χρόνος κατά τον οποίο το Evolution προσπαθεί να κατεβάσει " +"δεδομένα από το διακομιστή προτού τα παρατήσει." #: C/evolution.xml:7252(title) msgid "Download Limit:" @@ -12825,17 +15121,22 @@ msgid "" "send more than 500, but you can set the number lower if you want to shorten " "downloads for very broad searches." msgstr "" +"Ο μέγιστος αριθμός αποτελεσμάτων για μια αναζήτηση. Οι περισσότεροι " +"διακομιστές αρνούνται να στείλουν περισσότερα από 500, αλλά μπορείτε να " +"ορίσετε ένα πιο χαμηλό αριθμό για να μειώσετε τις λήψεις για πολύ πλατιές " +"αναζητήσεις." #: C/evolution.xml:7258(title) -#, fuzzy msgid "Display Name:" -msgstr "Εμφάνιση πιθανοτήτων" +msgstr "Εμφανιζόμενο όνομα:" #: C/evolution.xml:7259(para) msgid "" "The name you want to use as a label for this folder. It can be any name you " "choose." msgstr "" +"Το όνομα που θέλετε να χρησιμοποιείτε ως ετικέτα για αυτό το φάκελο. Μπορεί " +"να είναι οποιοδήποτε όνομα επιλέγετε." #: C/evolution.xml:7264(title) msgid "Search Filter:" @@ -12845,6 +15146,8 @@ msgstr "Φίλτρο αναζήτησης:" msgid "" "The search filter can be set here for all the LDAP queries. For example:" msgstr "" +"Το φίλτρο αναζήτησης μπορεί να οριστεί εδώ για όλες τις αναζητήσεις σε LDAP. " +"Για παράδειγμα:" #: C/evolution.xml:7267(para) msgid "" @@ -12853,12 +15156,20 @@ msgid "" "Retrieves the User and Contact List objects.(&(mail=*)(ObjectClass=*)): " "Lists the objects associated with the email addresses." msgstr "" +"ObjectClass=*: Εμφανίζει όλα τα αντικείμενα από το διακομιστή. " +"ObjectClass=User: Εμφανίζει μόνο τους χρήστες. Filter (|(ObjectClass=User)" +"(ObjectClass=groupOfNames)): Ανακτά τα αντικείμενα Χρήστης και Λίστα επαφών. " +"(&(mail=*)(ObjectClass=*)): Εμφανίζει τα αντικείμενα που σχετίζονται με " +"τη διεύθυνση αλληλογραφίας." #: C/evolution.xml:7269(para) msgid "" "If you change any LDAP address book configurations, Evolution and the " "Evolution Data Server need to be restarted in order to see the changes." msgstr "" +"Αν αλλάξετε οποιεσδήποτε ρυθμίσεις βιβλίου διευθύνσεων LDAP, το Evolution " +"και ο Διακομιστής δεδομένων Evolution πρέπει να επανεκκινηθούν για να δείτε " +"τις αλλαγές." #: C/evolution.xml:7272(para) msgid "" @@ -12866,6 +15177,10 @@ msgid "" "of the address book if you want the address book stored locally when " "offline, and if you want the address book to be your default folder." msgstr "" +"Αν δημιουργείται ένα βιβλίο διευθύνσεων για ένα συγκεκριμένο λογαριασμό, " +"πληκτρολογείστε το όνομα του βιβλίου διευθύνσεων αν θέλετε το βιβλίο " +"διευθύνσεων να αποθηκεύεται τοπικά όταν είστε εκτός σύνδεσης, και αν θέλετε " +"το βιβλίο διευθύνσεων να είναι ο προεπιλεγμένος σας φάκελος." #: C/evolution.xml:7283(para) msgid "" @@ -12874,14 +15189,21 @@ msgid "" "statusbar displays the error message for the specified time, then it is " "moved to the debug file." msgstr "" +"Το Evolution σας επιτρέπει να βλέπετε τις καταγραφές σφαλμάτων και να " +"ορίζετε τη διάρκεια προβολής για τα μηνύματα σφάλματος που εμφανίζονται στη " +"γραμμή κατάστασης. Όταν παρουσιάζεται ένα σφάλμα, ο μπάρα κατάστασης " +"εμφανίζει το μήνυμα σφάλματος για τον καθορισμένο χρόνο, και μετά το " +"μετακινεί στο αρχείο καταγραφής αποσφαλμάτωσης." #: C/evolution.xml:7286(para) msgid "From the Help menu, select Debug Logs." -msgstr "" +msgstr "Από το μενού Βοήθεια, επιλέξτε Καταγραφές αποσφαλμάτωσης." #: C/evolution.xml:7290(para) msgid "Specify for how long error messages will be displayed in the statusbar." msgstr "" +"Καθορίστε για πόσο χρόνο τα μηνύματα σφάλματος θα εμφανίζονται στη γραμμή " +"κατάστασης." #: C/evolution.xml:7294(para) msgid "" @@ -12890,6 +15212,10 @@ msgid "" "format=\"PNG\" fileref=\"figures/evo_dialog-info.png\"/> icon indicates an " "informational message." msgstr "" +"Το εικονίδιο <inlinegraphic format=\"PNG\" fileref=\"figures/evo_dialog-" +"warning.png\"/> δείχνει ότι ένα μήνυμα σφάλματος είναι μια προειδοποίηση. Το " +"εικονίδιο <inlinegraphic format=\"PNG\" fileref=\"figures/evo_dialog-info.png" +"\"/> δείχνει ότι είναι ένα πληροφοριακό μήνυμα." #: C/evolution.xml:7301(para) msgid "" @@ -12899,15 +15225,20 @@ msgid "" "only supports Palm OS devices like the PalmPilot* and the Handspring Visor. " "Third, you should decide what sort of synchronization behavior you want." msgstr "" +"Ο συγχρονισμός σας παρουσιάζει τρία θέματα που πρέπει να χειριστείτε. " +"Πρώτον, χρειάζεται να ενεργοποιήσετε το συγχρονισμό. Δεύτερον, ο υπολογιστής " +"σας πρέπει να αναγνωρίσει και να αποκτήσει πρόσβαση στη φορητή συσκευή. Αυτή " +"τη στιγμή, το <trademark>Evolution</trademark> υποστηρίζει μόνο συσκευές " +"Palm OS όπως το PalmPilot* και το Handspring Visor. Τρίτον, θα πρέπει να " +"αποφασίσετε τι είδους συμπεριφορά συγχρονισμού θέλετε." #: C/evolution.xml:7304(link) C/evolution.xml:7315(title) msgid "Enabling Synchronization" msgstr "Ενεργοποίηση συγχρονισμού" #: C/evolution.xml:7307(link) C/evolution.xml:7320(title) -#, fuzzy msgid "Selecting Conduits" -msgstr "Όριο Επιλογής" +msgstr "Επιλογή κυκλώματος μεταφοράς" #: C/evolution.xml:7310(link) C/evolution.xml:7343(title) msgid "Synchronizing Information" @@ -12925,6 +15256,17 @@ msgid "" "device on sync, two device nodes are created, ttyUSB0 and ttyUSB1. The " "second node is the one to be used in configuring the device." msgstr "" +"Αν δεν έχετε χρησιμοποιήσει ξανά μια φορητή συσκευή με τον υπολογιστή σας, " +"χρειάζεται να τρέξετε το Κέντρο ελέγχου του GNOME επιλέγοντας Σύστημα > " +"Προτιμήσεις, και να σιγουρευτείτε ότι το Pilot Link είναι σωστά ρυθμισμένο. " +"Βεβαιωθείτε ότι δικαιώματα ανάγνωσης και εγγραφής στη συσκευή, η οποία " +"συνήθως βρίσκεται στο /dev/pilot. Αν δε δουλέψει αυτό, ελέγξτε το /dev/ttyS0 " +"αν έχετε μια σειραϊκή σύνδεση, ή το /dev/ttyUSB1 για μια σύνδεση USB. " +"Μπορείτε να το κάνετε αυτό ως χρήστης root προσθέτοντας το όνομα χρήστη σας " +"στην ομάδα στην οποία ανήκει ο κόμβος συσκευής. Για μια συσκευή USB σε " +"συγχρονισμό, δημιουργούνται δύο κόμβοι συσκευής, το ttyUSB0 και το ttyUSB1. " +"Ο δεύτερος κόμβος είναι εκείνος που χρησιμοποιείται κατά τη ρύθμιση της " +"συσκευής." #: C/evolution.xml:7321(para) msgid "" @@ -12935,6 +15277,13 @@ msgid "" "contacts in your address book; ECalendar, for your calendar; and ETodo, for " "your task list." msgstr "" +"Μετά που ο υπολογιστής σας και η συσκευή Palm OS θα επικοινωνούν, επιλέξτε " +"τα <link linkend=\"conduit\">κυκλώματα μεταφοράς</link> που θέλετε στην " +"ενότητα Κυκλώματα μεταφοράς Pilot στο Κέντρο ελέγχου. Μπορείτε να " +"χρησιμοποιήσετε τα κυκλώματα μεταφοράς για να συγχρονίσετε δεδομένα με " +"διάφορε εφαρμογές. Τα κυκλώματα μεταφοράς του Evolution ονομάζονται " +"EAddress, για τις επαφές στο βιβλίο διευθύνσεών σας, ECalendar, για το " +"ημερολόγιό σας και ETodo, για τη λίστα εργασιών σας." #: C/evolution.xml:7322(para) msgid "" @@ -12942,6 +15291,9 @@ msgid "" "activated. Your options can vary depending on the conduit, but typically " "they are as follows:" msgstr "" +"Πατήστε Ενεργοποίηση, μετά πατήστε Ρυθμίσεις για να αλλάξετε τι κάνει το " +"κύκλωμα μεταφοράς όταν ενεργοποιείται. Οι επιλογές σας θα ποικίλουν ανάλογα " +"με το κύκλωμα μεταφοράς, αλλά τυπικά είναι οι εξής:" # #-#-#-#-# gnome-terminal.HEAD.el.po (el) #-#-#-#-# # #-#-#-#-# memory.el.po (abiword 1.0) #-#-#-#-# @@ -12967,46 +15319,57 @@ msgid "" "the computer. Remove items that were on both systems but have been deleted " "on one." msgstr "" +"Αντιγραφή νέων δεδομένων από τον υπολογιστή στη συσκευή χειρός και από τη " +"συσκευή στον υπολογιστή. Αφαίρεση των στοιχείων που ήταν και στα δύο " +"συστήματα αλλά έχουν διαγραφεί από το ένα." #: C/evolution.xml:7332(title) msgid "Copy From Pilot:" -msgstr "" +msgstr "Αντιγραφή από Pilot:" #: C/evolution.xml:7333(para) msgid "" "If there is any new data on the handheld device, copy it to the computer." msgstr "" +"Αν υπάρχουν οποιαδήποτε νέα δεδομένα στη συσκευή χειρός, αντιγράψτε τα στον " +"υπολογιστή σας." #: C/evolution.xml:7336(title) -#, fuzzy msgid "Copy To Pilot:" -msgstr "Εργαλείο αντιγραφής" +msgstr "Αντιγραφή στο Pilot:" #: C/evolution.xml:7337(para) msgid "Copy new data from the computer to the handheld." -msgstr "" +msgstr "Αντιγράψτε νέα δεδομένα από τον υπολογιστή στη συσκευή χειρός." #: C/evolution.xml:7339(para) msgid "" "Select the behavior you want for each conduit you choose to use. If you're " "not sure, use Synchronize." msgstr "" +"Επιλέξτε τη συμπεριφορά που θέλετε για κάθε κύκλωμα μεταφοράς που επιλέγετε " +"να χρησιμοποιήσετε. Αν δεν είστε σίγουροι, επιλέξτε Συγχρονισμός." #: C/evolution.xml:7344(para) msgid "" "Use the following procedure to synchronize the data on your Palm OS device " "with the data you store in Evolution." msgstr "" +"Χρησιμοποιήστε την ακόλουθη διαδικασία για να συγχρονίσετε τα δεδομένα στη " +"συσκευή Palm OS με τα δεδομένα που αποθηκεύονται στο Evolution." #: C/evolution.xml:7345(para) msgid "" "If you want to back up your information before synchronizing, make a copy of " "the <command>.evolution</command> directory inside your home directory." msgstr "" +"Αν θέλετε να κρατήσετε αντίγραφο ασφαλείας των πληροφοριών πριν το " +"συγχρονισμό, κάντε ένα αντίγραφο του φακέλου <command>.evolution</command> " +"μέσα στον προσωπικό σας φάκελο." #: C/evolution.xml:7348(para) msgid "Put your handheld device in its cradle and press the HotSync button." -msgstr "" +msgstr "Βάλτε τη συσκευή χειρός στη βάση της και πατήστε το κουμπί HotSync." #: C/evolution.xml:7349(para) msgid "" @@ -13016,23 +15379,31 @@ msgid "" "your desktop computer, and then re-enable password protection on your " "handheld." msgstr "" +"Αν χρησιμοποιείτε Palm OS v. 4.0 και έχετε ενεργοποιημένη την προστασία με " +"κωδικό για τη συσκευή σας, μπορεί να αντιμετωπίσετε προβλήματα στο " +"συγχρονισμό. Αν συμβεί αυτό, δοκιμάστε να απενεργοποιήσετε την προστασία " +"κωδικού στη συσκευή, να συγχρονίσετε με τον υπολογιστή σας και μετά να την " +"ενεργοποιήσετε ξανά." #: C/evolution.xml:7352(para) msgid "" "If you have followed the setup instructions properly, your Palm OS device " "will synchronize data with Evolution." msgstr "" +"Αν έχετε ακολουθήσει ακριβώς τις οδηγίες ρύθμισης, η συσκευή Palm OS θα " +"συγχρονιστεί με το Evolution." #: C/evolution.xml:7358(para) msgid "" "If you are using Microsoft Outlook, but not Microsoft Exchange, this section " "helps you switch to <trademark>Evolution</trademark>." msgstr "" +"Αν χρησιμοποιείτε το Microsoft Outlook αλλά όχι το Microsoft Exchange, τότε " +"αυτό το τμήμα σας βοηθά να μεταβείτε στο <trademark>Evolution</trademark>." #: C/evolution.xml:7361(title) -#, fuzzy msgid "Migrating Local Outlook Mail Folders" -msgstr "Εισαγωγή φακέλων Exchange..." +msgstr "Μεταφορά τοπικών φακέλων του Outlook" #: C/evolution.xml:7362(para) msgid "" @@ -13040,10 +15411,15 @@ msgid "" "migrate it to your Linux* partition. However, if you have stored mail on " "your computer, you might want to make it accessible to Evolution." msgstr "" +"Η αλληλογραφία Exchange και IMAP αποθηκεύεται στο διακομιστή, οπότε δε " +"χρειάζεται να τη μεταφέρετε στη Linux* κατάτμησή σας. Ωστόσο, αν έχετε " +"αποθηκευμένη αλληλογραφία στον υπολογιστή σας, μπορεί να θέλετε να την " +"κάνετε προσβάσιμη στο Evolution." #: C/evolution.xml:7363(para) msgid "First, while using Windows, prepare your messages for import:" msgstr "" +"Πρώτα, ενώ χρησιμοποιείτε τα Windows, ετοιμάστε τα μηνύματά σας για εισαγωγή:" #: C/evolution.xml:7366(para) msgid "" @@ -13051,6 +15427,10 @@ msgid "" "File > Folders > Properties > Advanced > Compact to erase old, " "deleted messages from your PST file." msgstr "" +"Καθαρίστε τα μηνύματά σας. Σβήστε μηνύματα και φακέλους που δε χρειάζεστε, " +"και επιλέξτε Αρχείο > Φάκελοι > Ιδιότητες > Για προχωρημένους > " +"Συμπίεση για να σβηστούν τα παλιά και τα διαγραμμένα μηνύματα από το αρχείο " +"PST." #: C/evolution.xml:7369(para) msgid "" @@ -13058,12 +15438,17 @@ msgid "" "subfolders so that you can tell which folder they belong to. You must re-" "nest them after you load them into Evolution." msgstr "" +"Αν εμφωλεύετε τους φακέλους σας τον ένα μέσα στον άλλο, ίσως θέλετε να " +"μετονομάσετε τους φακέλους ώστε να φαίνεται σε ποιο φάκελο ανήκουν. Θα " +"πρέπει να τους εμφωλεύσετε ξανά μετά που θα τους φορτώσετε στο Evolution." #: C/evolution.xml:7372(para) msgid "" "Import the files into Mozilla Mail (or another mailer, such as Netscape or " "Eudora, that uses the standard mbox format)." msgstr "" +"Εισάγετε τα αρχεία στο Mozilla Mail (ή σε άλλο πρόγραμμα αλληλογραφίας, όπως " +"το Netscape ή το Eudora, τα οποία χρησιμοποιούν απλή μορφή mbox)." #: C/evolution.xml:7373(para) msgid "" @@ -13071,6 +15456,9 @@ msgid "" "only under Windows. In Mozilla, import by selecting Window Mail & " "Newsgroups Tools Import." msgstr "" +"Τα προγράμματα αλληλογραφίας σε Linux δε μπορούν να το κάνουν αυτό, γιατί " +"απαιτεί μια βιβλιοθήκη διαθέσιμη μόνο στα Windows. Στο Mozilla, εισάγετε " +"επιλέγοντας Εισαγωγή αλληλογραφίας Windows & Ομάδων ειδήσεων." #: C/evolution.xml:7376(para) msgid "" @@ -13079,6 +15467,10 @@ msgid "" "\\Local Folders\\OutlookMail\\</command>. The data files are those that have " "no file extension." msgstr "" +"Το Mozilla δημιουργεί ένα σύνολο από αρχεία στο φάκελο <command>Windows" +"\\Application_Data\\Mozilla\\Profiles\\(UserName)\\(Random Letters)\\Mail" +"\\Local Folders\\OutlookMail\\</command>. Τα αρχεία δεδομένων είναι εκείνα " +"που δεν έχουν επέκταση αρχείου." #: C/evolution.xml:7377(para) msgid "" @@ -13087,6 +15479,11 @@ msgid "" "read without additional software. You might find it simpler to copy the mail " "folders to a different drive or to burn a CD." msgstr "" +"Αν χρησιμοποιείτε τα Windows Vista*, τα Windows XP* ή τα Windows 2000, ο " +"σκληρός δίσκος των Windows πιθανότατα θα είναι σε σύστημα NTFS, το οποίο " +"μερικά συστήματα Linux δε μπορούν να διαβάσουν χωρίς πρόσθετο λογισμικό. " +"Μπορεί να είναι πιο απλό για σας να αντιγράψετε τους φακέλους σε ένα " +"διαφορετικό οδηγό ή να τους εγγράψετε σε ένα CD." #: C/evolution.xml:7378(para) msgid "" @@ -13094,58 +15491,67 @@ msgid "" "Linux. Then continue with the following procedure. To create new folders for " "your files:" msgstr "" +"Όταν θα έχετε την αλληλογραφία σας σε μια μορφή την οποία το Evolution " +"μπορεί να καταλάβει, επανεκκινείστε σε Linux. Μετά συνεχίστε με την υπόλοιπη " +"διαδικασία. Για να δημιουργήσετε νέους φακέλους για τα αρχεία σας:" #: C/evolution.xml:7381(para) msgid "Mount your Windows drive or the disk where you saved the mail files." msgstr "" +"Προσαρτήστε τον οδηγό των Windows ή το δίσκο στον οποίο αποθηκεύσατε τα " +"αρχεία." #: C/evolution.xml:7384(para) msgid "" "Copy all the mail files into your home directory or another convenient place." msgstr "" +"Αντιγράψτε όλα τα αρχεία αλληλογραφίας στον προσωπικό σας φάκελο, ή σε " +"κάποιο άλλο βολικό μέρος." #: C/evolution.xml:7387(para) msgid "Start Evolution." -msgstr "Εκκίνηση Evolution." +msgstr "Εκκινήστε το Evolution." #: C/evolution.xml:7390(para) -#, fuzzy msgid "Select File > New > Mail Folder to create the folders you want." -msgstr "Ορίστε που θα δημιουργηθεί ο φάκελος:" +msgstr "" +"Επιλέξτε Αρχείο > Νέο > Φάκελος αλληλογραφίας για να δημιουργήσετε " +"τους φάκελους που θέλετε." #: C/evolution.xml:7393(para) msgid "To import the data files:" -msgstr "" +msgstr "Για να εισάγετε τα αρχεία δεδομένων:" #: C/evolution.xml:7396(para) msgid "" "In Evolution, open the File Import assistant by clicking File > Import." msgstr "" +"Στο Evolution, ανοίξτε το βοηθό Εισαγωγής αρχείων επιλέγοντας Αρχείο > " +"Εισαγωγή." #: C/evolution.xml:7399(para) -#, fuzzy msgid "Click Next, then select Import a single file." -msgstr "Κλικ για επεξεργασία επιλεγμένης παλέτας" +msgstr "Πατήστε Επόμενο, και επιλέξτε Εισαγωγή μοναδικού αρχείου." #: C/evolution.xml:7402(para) -#, fuzzy msgid "Click on the filechooser to select the data file." -msgstr "Χρησιμοποιήστε αυτή τη λίστα για να διαλέξετε τον εισαγωγέα χαρτιού." +msgstr "Πατήστε στον επιλογέα αρχείων για να επιλέξετε το αρχείο δεδομένων." #: C/evolution.xml:7403(para) msgid "Remember, the data files are the files that have no file extension." -msgstr "" +msgstr "Θυμηθείτε ότι τα αρχεία δεδομένων είναι εκείνα χωρίς επέκταση αρχείου." #: C/evolution.xml:7406(para) -#, fuzzy msgid "Select the folder where you want to put the imported data file." msgstr "" -"Επιλέξτε τις ιδιότητες που θέλετε να επαναφέρετε στις προεπιλεγμένες τιμές " -"τους" +"Επιλέξτε το φάκελο στον οποίο θέλετε να βάλετε το εισαγόμενο αρχείο " +"δεδομένων." #: C/evolution.xml:7412(para) msgid "Repeat the import steps until you have imported all your mail." msgstr "" +"Επαναλάβετε τα βήματα εισαγωγής μέχρι να έχετε εισάγει όλη την αλληλογραφία " +"σας." #: C/evolution.xml:7420(para) msgid "" @@ -13153,16 +15559,18 @@ msgid "" "things you want to do with <trademark>Evolution</trademark>. You can also " "find this information by selecting Help > Quick Reference in the Menubar." msgstr "" +"Μπορείτε να εκτυπώσετε αυτή την ενότητα για να τη χρησιμοποιήσετε ως γρήγορη " +"αναφορά για τα περισσότερα πράγματα που κάνετε με το <trademark>Evolution</" +"trademark>. Μπορείτε επίσης να βρείτε αυτές τις πληροφορίες επιλέγοντας " +"Βοήθεια > Γρήγορη αναφορά από τη γραμμή μενού." #: C/evolution.xml:7423(link) C/evolution.xml:7437(title) -#, fuzzy msgid "Opening or Creating Items" -msgstr "Άνοιγμα %d αντικειμένου" +msgstr "Άνοιγμα ή δημιουργία αντικειμένων" #: C/evolution.xml:7426(link) C/evolution.xml:7462(title) -#, fuzzy msgid "Mail Tasks" -msgstr "Μήνυμα σε εργασία" +msgstr "Εργασίες αλληλογραφίας" #: C/evolution.xml:7432(link) C/evolution.xml:7512(title) msgid "Address Book" @@ -13179,47 +15587,48 @@ msgid "" "at your address book, Ctrl+N creates a new contact card, and in the " "calendar, a new appointment." msgstr "" +"Πιέστε Ctrl+N για να ανοίξετε ένα νέο αντικείμενο για οποιοδήποτε μέρος του " +"Evolution δουλεύετε. Στην αλληλογραφία, αυτό σημαίνει ότι δημιουργείτε ένα " +"νέο μήνυμα. Αν βλέπετε το βιβλίο διευθύνσεων, το Ctrl+N σημαίνει μια νέα " +"κάρτα επαφής, και στο ημερολόγιο ένα νέο ραντεβού." #: C/evolution.xml:7444(title) -#, fuzzy msgid "Creating a New Email Message:" -msgstr "Συγγραφή νέου μηνύματος" +msgstr "Δημιουργία νέου μηνύματος αλληλογραφίας:" #: C/evolution.xml:7445(para) -#, fuzzy msgid "Select File > New > Mail Message or Shift+Ctrl+M." -msgstr "Λήψη μηνυμάτων για εργασία χωρίς σύνδεση" +msgstr "" +"Επιλέξτε Αρχείο > Νέο > Μήνυμα αλληλογραφίας ή πιέστε Shift+Ctrl+M." #: C/evolution.xml:7448(title) C/evolution.xml:7501(title) -#, fuzzy msgid "Creating a New Appointment:" -msgstr "Δημιουργία νέου ραντεβού" +msgstr "Δημιουργία νέου ραντεβού:" #: C/evolution.xml:7449(para) C/evolution.xml:7502(para) -#, fuzzy msgid "Click File > New > Appointment or Shift+Ctrl+A." -msgstr "Κλικ εδώ για το βιβλίο διευθύνσεων" +msgstr "Επιλέξτε Αρχείο > Νέο > Ραντεβού ή πιέστε Shift+Ctrl+A." #: C/evolution.xml:7452(title) -#, fuzzy msgid "Entering a New Contact:" -msgstr "Νέα επαφή:" +msgstr "Δημιουργία νέας επαφής:" #: C/evolution.xml:7453(para) msgid "" "Double-click in any blank space in the contact manager to create a new " "address card. You can also click File > New > Contact or Shift+Ctrl+C." msgstr "" +"Κάντε διπλό κλικ σε οποιοδήποτε άδειο σημείο στο διαχειριστή επαφών για να " +"δημιουργήσετε μια νέα κάρτα διεύθυνσης. Μπορείτε επίσης να επιλέξετε Αρχείο " +"> Νέο > Επαφή ή να πιέσετε Shift+Ctrl+C." #: C/evolution.xml:7456(title) C/evolution.xml:7506(title) -#, fuzzy msgid "Creating a New Task:" -msgstr "Εκκίνηση Νέου Παιγνιδιού" +msgstr "Δημιουργία νέας εργασίας:" #: C/evolution.xml:7457(para) C/evolution.xml:7507(para) -#, fuzzy msgid "Click File > New > Task or Shift+Ctrl+T." -msgstr "Κλικ εδώ για το βιβλίο διευθύνσεων" +msgstr "Επιλέξτε Αρχείο > Νέο > Εργασία ή πιέστε Shift+Ctrl+T." #: C/evolution.xml:7464(title) msgid "Send and Receive Mail:" @@ -13230,10 +15639,12 @@ msgid "" "Press F9, click the Send/Receive button in the toolbar, or click File > " "Send/Receive." msgstr "" +"Πιέστε F9, ή πατήστε το κουμπί Αποστολή/Λήψη στην εργαλειοθήκη, ή επιλέξτε " +"Αρχείο > Αποστολή/Λήψη." #: C/evolution.xml:7468(title) msgid "Navigating the Message List with the Keyboard:" -msgstr "" +msgstr "Περιήγηση στη λίστα μηνυμάτων με το πληκτρολόγιο:" #: C/evolution.xml:7469(para) msgid "" @@ -13241,15 +15652,21 @@ msgid "" "previous unread message. Use the arrow keys to move up and down in the list " "of all messages." msgstr "" +"Πιέστε (]) ή (.) για να μεταβείτε στο επόμενη μη αναγνωσμένο μήνυμα. Το ([) " +"ή το (,) μεταβαίνουν στο προηγούμενο μη αναγνωσμένο μήνυμα. Χρησιμοποιήστε " +"τα βελάκια στο πληκτρολόγιο για να μετακινηθείτε πάνω και κάτω στη λίστα " +"όλων των μηνυμάτων." #: C/evolution.xml:7472(title) msgid "Moving the Display Up and Down in the Preview Pane:" -msgstr "" +msgstr "Μετακίνηση της προβολής πάνω και κάτω στο πλαίσιο προεπισκόπησης:" #: C/evolution.xml:7473(para) msgid "" "Press the Spacebar to move down a page. Press Backspace to move up a page." msgstr "" +"Πιέστε το πλήκτρο διαστήματος για να μετακινηθείτε μια σελίδα κάτω. Πιέστε " +"το Backspace για να μετακινηθείτε μια σελίδα πάνω." #: C/evolution.xml:7476(title) msgid "Replying To a Message:" @@ -13260,12 +15677,17 @@ msgid "" "To reply only to the sender of the message, click Reply in the toolbar, or " "press Ctrl+R." msgstr "" +"Για να απαντήσετε μόνο στον αποστολέα του μηνύματος, πατήστε Απάντηση στην " +"εργαλειοθήκη, ή πιέστε Ctrl+R." #: C/evolution.xml:7479(para) msgid "" "To reply to the sender and all the other visible recipients of the message, " "click Reply to All or select the message and press Shift+Ctrl+R." msgstr "" +"Για να απαντήσετε στον αποστολέα και σε όλους τους ορατούς παραλήπτες ενός " +"μηνύματος, πατήστε Απάντηση σε όλους ή επιλέξτε το μήνυμα και πιέστε Shift" +"+Ctrl+R." #: C/evolution.xml:7481(title) msgid "Forwarding a Message:" @@ -13276,52 +15698,61 @@ msgid "" "Select the message or messages you want to forward, then click Forward in " "the toolbar, or press Ctrl+F." msgstr "" +"Επιλέξτε το μήνυμα ή τα μηνύματα που θέλετε να προωθήσετε και πατήστε " +"Προώθηση στην εργαλειοθήκη, ή πιέστε Ctrl+F." #: C/evolution.xml:7485(title) -#, fuzzy msgid "Opening a Message In a New Window:" -msgstr "Άνοιγμα επιλεγμένου μηνύματος σε νέο παράθυρο" +msgstr "Άνοιγμα μηνύματος σε νέο παράθυρο:" #: C/evolution.xml:7486(para) msgid "" "Double-click the message you want to view, or select it and press Enter or " "Ctrl+O." msgstr "" +"Κάντε διπλό κλικ στο μήνυμα που θέλετε να δείτε, ή επιλέξτε το και πιέστε " +"Enter ή Ctrl+O." #: C/evolution.xml:7489(title) -#, fuzzy msgid "Creating Filters and Search Folders:" -msgstr "Δημιουργία φακέλου α_ναζήτησης" +msgstr "Δημιουργία φίλτρων και φακέλων αναζήτησης:" #: C/evolution.xml:7490(para) msgid "" "Right-click a message and select Create Rule From Message. You can also " "create filters and Search folders in the Edit menu." msgstr "" +"Κάντε δεξί κλικ στο μήνυμα και επιλέξτε Δημιουργία κανόνα από το μήνυμα. " +"Μπορείτε επίσης να δημιουργήσετε φίλτρα και φακέλους αναζήτησης από το μενού " +"Επεξεργασία." #: C/evolution.xml:7493(title) -#, fuzzy msgid "Adding a Sender to the Address Book:" -msgstr "Προσθήκη αποστολέα στο βιβλίο διευθύνσεων" +msgstr "Προσθήκη αποστολέα στο βιβλίο διευθύνσεων:" #: C/evolution.xml:7494(para) msgid "Right-click on any email address to add it to your address book." msgstr "" +"Κάντε δεξί κλικ σε οποιαδήποτε διεύθυνση αλληλογραφίας για να την προσθέσετε " +"στο βιβλίο διευθύνσεών σας." #: C/evolution.xml:7504(para) msgid "" "You can also click in any blank spot in the calendar and start typing to " "create a new appointment entry." msgstr "" +"Μπορείτε επίσης να πατήσετε σε οποιοδήποτε άδειο σημείο στο ημερολόγιο για " +"να καταχωρήσετε ένα νέο ραντεβού." #: C/evolution.xml:7514(title) msgid "Editing a Contact:" msgstr "Επεξεργασία μιας επαφής:" #: C/evolution.xml:7515(para) -#, fuzzy msgid "Double-click the contact's address card to change details." -msgstr "Διπλό κλικ σε οποιοδήποτε χαρτί για μοιρασιά" +msgstr "" +"Κάντε διπλό κλικ στην κάρτα διεύθυνσης μια επαφής για να αλλάξετε " +"λεπτομέρειες." #: C/evolution.xml:7518(title) msgid "Deleting a Contact:" @@ -13332,6 +15763,8 @@ msgid "" "Right-click a contact, then click Delete; or select a contact, then click " "Delete on the toolbar." msgstr "" +"Κάντε δεξί κλικ σε μια επαφή και επιλέξτε Διαγραφή, ή επιλέξτε την επαφή και " +"πατήστε Delete στην εργαλειοθήκη." #: C/evolution.xml:7522(title) msgid "Sending Emails to a Contact:" @@ -13340,6 +15773,7 @@ msgstr "Αποστολή μηνυμάτων σε μια επαφή:" #: C/evolution.xml:7523(para) msgid "Right-click a contact, then click Send Message to Contact." msgstr "" +"Κάντε δεξί κλικ σε μια επαφή και επιλέξτε Αποστολή μηνύματος στην επαφή." #: C/evolution.xml:7526(title) msgid "Creating a New Contact:" @@ -13351,6 +15785,10 @@ msgid "" "address card, or right-click anywhere in the address book and select New " "Contact. You can also click File > New Contact or press Shift+Ctrl+C." msgstr "" +"Κάντε διπλό κλικ σε οποιοδήποτε άδειο σημείο στο διαχειριστή επαφών για να " +"δημιουργήσετε μια νέα κάρτα διεύθυνσης, ή κάντε δεξί κλικ οπουδήποτε στο " +"βιβλίο διευθύνσεων και επιλέξτε Νέα επαφή. Μπορείτε επίσης να επιλέξετε " +"Αρχείο > Νέα επαφή, ή να πιέσετε Shift+Ctrl+C." #: C/evolution.xml:7534(para) msgid "" @@ -13359,6 +15797,11 @@ msgid "" "that, or the GNOME Bug Report Tool (known as bug-buddy at the command line) " "if you find bugs or want to request new features." msgstr "" +"Η καταγραφή σφαλμάτων του <trademark>Evolution</trademark> γίνεται στο " +"<ulink url=\"http://bugzilla.gnome.org\">Σύστημα καταγραφής σφαλμάτων του " +"GNOME</ulink>. Μπορείτε να το χρησιμοποιήσετε αυτό, ή το εργαλείο Αναφοράς " +"σφαλμάτων του GNOME (γνωστό ως bug-buddy στη γραμμή εντολών) αν βρείτε " +"σφάλματα ή θέλετε να ζητήσετε νέα μηνύματα." #: C/evolution.xml:7535(para) msgid "" @@ -13367,6 +15810,11 @@ msgid "" "the Evolution development process at the <ulink url=\"http://gnome.org/" "projects/evolution/developer.shtml\">Evolution Developer site</ulink>." msgstr "" +"Μια πλήρης λίστα από αιτήματα για χαρακτηριστικά και άλλα θέματα του " +"Evolution είναι διαθέσιμη στο διαδίκτυο στο σύστημα καταγραφής σφαλμάτων του " +"GNOME. Μπορείτε να μάθετε περισσότερα για τη διαδικασία ανάπτυξης του " +"Evolution στον <ulink url=\"http://gnome.org/projects/evolution/developer." +"shtml\">Ιστότοπο ανάπτυξης του Evolution</ulink>." #: C/evolution.xml:7540(para) msgid "" @@ -13374,6 +15822,10 @@ msgid "" "numerous other dedicated GNOME programmers. You can see their names by " "clicking Help > About from the main Evolution window." msgstr "" +"Το Evolution δημιουργήθηκε από την ομάδα <trademark>Evolution</trademark> " +"και αρκετούς ακόμα αφοσιωμένους προγραμματιστές του GNOME. Μπορείτε να δείτε " +"τα ονόματά τους επιλέγοντας Βοήθεια > Περί από το κύριο παράθυρο του " +"Evolution." #: C/evolution.xml:7541(para) msgid "" @@ -13381,6 +15833,9 @@ msgid "" "applications, and to KHTMLW. The developers of Evolution acknowledge the " "efforts and contributions of all who worked on those projects." msgstr "" +"Ο κώδικας του Evolution χρωστάει πολλά στις εφαρμογές GNOME-pim, GNOME-" +"Calendar και KHTMLW. Οι προγραμματιστές του Evolution αναγνωρίζουν τις " +"προσπάθειες και τις συνεισφορές όλων όσων εργάστηκαν σε εκείνα τα έργα." #: C/evolution.xml:7542(para) msgid "" @@ -13391,6 +15846,14 @@ msgid "" "can be found on-line at the same location. You can also use the GNOME bug " "report tool, bug-buddy, to submit your defect reports." msgstr "" +"Για περισσότερες πληροφορίες, παρακαλώ επισκεφθείτε την <ulink url=\"http://" +"www.gnome.org/projects/evolution\">Ιστοσελίδα του Evolution</ulink>. " +"Παρακαλώ στείλτε όλα σας τα σχόλια, εισηγήσεις και αναφορές σφαλμάτων στη " +"<ulink url=\"http://bugzilla.gnome.org\">βάση δεδομένων καταγραφής " +"σφαλμάτων</ulink>. Οδηγίες για την υποβολή αναφορών σφαλμάτων θα βρείτε στο " +"διαδίκτυο, στην ίδια τοποθεσία. Μπορείτε επίσης να χρησιμοποιήσετε το " +"εργαλείο αναφοράς σφαλμάτων του GNOME, το bug-buddy, για να υποβάλετε τις " +"αναφορές προβλημάτων σας." #: C/evolution.xml:7543(para) msgid "This manual was written by:" @@ -13441,6 +15904,8 @@ msgid "" "With the help of the application programmers and the GNOME Documentation " "Project." msgstr "" +"Με τη βοήθεια των προγραμματιστών της εφαρμογής και του Έργου τεκμηρίωσης " +"του GNOME." #: C/evolution.xml:7579(para) msgid "" @@ -13449,31 +15914,32 @@ msgid "" "name here, please contact Radhika PC (pradhika@novell.com) or Srinivasa " "Ragavan (sragavan@novell.com) and either of them will list you." msgstr "" +"Παρακαλώ καταχωρήστε σχόλια και εισηγήσεις για αυτό το εγχειρίδιο ως " +"σφάλματα στο σύστημα καταγραφής σφαλμάτων του GNOME. Αν συνεισφέρατε σε αυτό " +"το έργο αλλά δε βλέπετε το όνομά σας εδώ, επικοινωνήστε με τον Radhika PC " +"(pradhika@novell.com) ή τον Srinivasa Ragavan (sragavan@novell.com) και ένας " +"από τους δύο θα σας προσθέσει στη λίστα." #: C/evolution.xml:7584(para) msgid "" "This glossary contains terms that are frequently used in this guide as well " "as in <trademark>Evolution</trademark>." msgstr "" +"Αυτό το γλωσσάρι περιέχει όρους που χρησιμοποιούνται συχνά σ' αυτό τον οδηγό " +"και στο <trademark>Evolution</trademark>." #: C/evolution.xml:7586(glossterm) -#, fuzzy msgid "Assistant" -msgstr "" -"#-#-#-#-# evolution-data-server.HEAD.el.po (el) #-#-#-#-#\n" -"Βοηθός\n" -"#-#-#-#-# evolution.HEAD.el.po (el) #-#-#-#-#\n" -"Βοηθός\n" -"#-#-#-#-# orca.gnome-2-20.el.po (el) #-#-#-#-#\n" -"Βοηθός\n" -"#-#-#-#-# glade3.HEAD.el.po (glade3.HEAD) #-#-#-#-#\n" -"Βοηθός (assistant)" +msgstr "Βοηθός" #: C/evolution.xml:7588(para) msgid "" "A tool that guides a user through a series of steps, usually to configure or " "set up a program. Equivalent to Wizard and Druid." msgstr "" +"Ένα εργαλείο το οποίο οδηγεί ένα χρήστη διαμέσου μια σειράς από βήματα, " +"συνήθως για να προσαρμόσει ή να ρυθμίσει ένα πρόγραμμα. Συνώνυμο του Μάγου " +"και του Δρουίδη." #: C/evolution.xml:7592(glossterm) msgid "attachment" @@ -13484,19 +15950,22 @@ msgid "" "Any file sent with an email. Attachments can be embedded in a message or " "appended to it." msgstr "" +"Οποιοδήποτε αρχείο που αποστέλνεται μαζί με ένα μήνυμα. Τα συνημμένα μπορούν " +"να είναι ενσωματωμένα σε ένα μήνυμα ή να το ακολουθούν." #: C/evolution.xml:7598(glossterm) -#, fuzzy msgid "automatic indexing" -msgstr "Αυτόματη Σάρωση" +msgstr "αυτόματη αρχειοθέτηση" #: C/evolution.xml:7600(para) msgid "A feature which allows Evolution to quickly find and sort data." msgstr "" +"Ένα χαρακτηριστικό που επιτρέπει στο Evolution να βρίσκει γρήγορα και να " +"ταξινομεί δεδομένα." #: C/evolution.xml:7604(glossterm) msgid "Bcc (Blind Carbon Copy)" -msgstr "" +msgstr "Bcc (Blind Carbon Copy)" #: C/evolution.xml:7606(para) msgid "" @@ -13505,10 +15974,16 @@ msgid "" "copy recipient know that a blind copy was sent. If a recipient replies and " "chooses Reply to All, the blind copy recipient does not receive the reply." msgstr "" +"Οι παραλήπτες κρυφής κοινοποίησης Bcc λαμβάνουν ένα αντίγραφο του " +"αντικειμένου. Οι άλλοι παραλήπτες δε λαμβάνουν πληροφορίες για τα κρυφά " +"κοινοποιημένα αντικείμενα. Μόνο ο αποστολέας και ο παραλήπτης της κρυφής " +"κοινοποίησης ξέρουν ότι στάληκε. Αν ένας παραλήπτης απαντήσει και επιλέξει " +"Απάντηση σε όλους, τότε ο παραλήπτης της κρυφής κοινοποίησης δε λαμβάνει την " +"απάντηση." #: C/evolution.xml:7610(glossterm) msgid "Cc (Carbon Copy)" -msgstr "" +msgstr "Cc (Carbon Copy)" #: C/evolution.xml:7612(para) msgid "" @@ -13517,22 +15992,28 @@ msgid "" "affected by or directly responsible for it. All recipients can see that a " "carbon copy was sent. They can also see the names of the CC recipients." msgstr "" +"Οι παραλήπτες κοινοποίησης (CC) λαμβάνουν ένα αντίγραφο του αντικειμένου. Οι " +"παραλήπτες της κοινοποίησης είναι χρήστες που θα επωφελούνταν από τις " +"πληροφορίες σε ένα αντικείμενο, αλλά δεν επηρεάζονται ούτε είναι άμεσα " +"υπεύθυνοι γι' αυτό. Όλοι οι παραλήπτες μπορούν να δουν ότι στάλθηκε μια " +"κοινοποίηση. Μπορούν επίσης να δουν τα ονόματα των παραληπτών της " +"κοινοποίησης." #: C/evolution.xml:7616(glossterm) -#, fuzzy msgid "conduit" -msgstr "δευτερόλεπτο" +msgstr "κύκλωμα μεταφοράς" #: C/evolution.xml:7618(para) msgid "" "A small application that controls the transfer of data between a handheld " "device and a desktop computer." msgstr "" +"Μια μικρή εφαρμογή η οποία ελέγχει τη μεταφορά δεδομένων μεταξύ μιας φορητής " +"συσκευής χειρός και ενός επιτραπέζιου υπολογιστή." #: C/evolution.xml:7624(para) -#, fuzzy msgid "The GNOME groupware application." -msgstr "Επιλογή μιας εφαρμογής..." +msgstr "Η εφαρμογή groupware για το GNOME." #: C/evolution.xml:7628(glossterm) msgid "execute" @@ -13547,11 +16028,17 @@ msgid "" "malicious programs. For more information on executables and file " "permissions, see the documentation for your file manager or shell." msgstr "" +"Το τρέξιμο ενός προγράμματος. Οποιοδήποτε αρχείο μπορεί να εκτελεστεί " +"λέγεται εκτελέσιμο. Το Evolution μπορεί να λάβει εκτελέσιμα συνημμένα, αλλά " +"προτού εκτελεστούν, τα αρχεία θα πρέπει να σημειωθούν ως εκτελέσιμα από το " +"κέλυφος ή το διαχειριστή αρχείων. Αυτή η πρόληψη ασφάλειας αποτρέπει την " +"αυτόματη ή την κατά λάθος εκτέλεση κακόβουλων προγραμμάτων. Για περισσότερες " +"πληροφορίες για τα εκτελέσιμα και τα δικαιώματα αρχείων, δείτε την " +"τεκμηρίωση του διαχειριστή αρχείων ή του κελύφους/" #: C/evolution.xml:7634(glossterm) -#, fuzzy msgid "expunge" -msgstr "Ε_ξάλειψη" +msgstr "εξάλειψη" #: C/evolution.xml:7636(para) msgid "" @@ -13559,10 +16046,13 @@ msgid "" "When a message is expunged, it is permanently deleted, as long as it was " "marked for deletion." msgstr "" +"Όταν τα μηνύματα σημειώνονται για διαγραφή, παραμένουν μέχρι να εξαλειφθούν. " +"Όταν ένα μήνυμα εξαλείφεται, διαγράφεται μόνιμα, αν ήταν σημειωμένο για " +"διαγραφή." #: C/evolution.xml:7640(glossterm) msgid "file tree" -msgstr "" +msgstr "δέντρο αρχείων" #: C/evolution.xml:7642(para) msgid "" @@ -13572,11 +16062,16 @@ msgid "" "directory with the root account or root's home directory, normally <command>/" "root</command>." msgstr "" +"Ένας τρόπος περιγραφής μιας ομάδας αρχείων σε έναν υπολογιστή. Το πάνω μέρος " +"του δέντρου ονομάζεται ριζικός κατάλογος, και σημειώνεται με το <command>/</" +"command>. Οι υπόλοιποι κλάδοι απλώνονται κάτω από το ριζικό. Μη μπερδέψετε " +"το ριζικό (<command>root</command>) κατάλογο με το λογαριασμό υπερχρήστη " +"(<command>root</command>) η τον αρχικό κατάλογο του υπερχρήστη (<command>/" +"root</command>)." #: C/evolution.xml:7646(glossterm) -#, fuzzy msgid "filter" -msgstr "Φίλτρο" +msgstr "φίλτρο" #: C/evolution.xml:7648(para) msgid "" @@ -13584,22 +16079,26 @@ msgid "" "is downloaded. You can create filters to perform one or more actions on a " "message that meets any (or all) of a wide range of criteria." msgstr "" +"Μέσα στο Evolution, ένα φίλτρο είναι μια μέθοδος αυτόματης ταξινόμησης " +"αλληλογραφίας ενώ λαμβάνεται. Μπορείτε να δημιουργείτε φίλτρα για να κάνετε " +"διάφορες ενέργειες σε ένα μήνυμα το οποίο πληρεί οποιοδήποτε (ή όλα) από μια " +"συλλογή από κριτήρια." #: C/evolution.xml:7652(glossterm) -#, fuzzy msgid "forward" -msgstr "Προώθηση" +msgstr "προώθηση" #: C/evolution.xml:7654(para) msgid "" "Forwards a copy of the message and any additional comments to a different " "email address." msgstr "" +"Προωθεί ένα αντίγραφο ενός μηνύματος και οποιαδήποτε επιπρόσθετα σχόλια σε " +"μια διαφορετική διεύθυνση αλληλογραφίας." #: C/evolution.xml:7658(glossterm) -#, fuzzy msgid "groupware" -msgstr "Groupware Suite" +msgstr "groupware" #: C/evolution.xml:7660(para) msgid "" @@ -13607,6 +16106,11 @@ msgid "" "Typically, a groupware application has several productivity features built " "into one program, including email, calendar, and address book tools." msgstr "" +"Ένας όρος που περιγράφει μια εφαρμογή που βοηθά ομάδες ανθρώπων να " +"συνεργάζονται μεταξύ τους. Τυπικά, μια εφαρμογή groupware διαθέτει " +"ενσωματωμένα μερικά χαρακτηριστικά παραγωγικότητας σε ένα πρόγραμμα, " +"συμπεριλαμβανομένων των εργαλείων αλληλογραφίας, ημερολογίου και βιβλίων " +"διευθύνσεων." #: C/evolution.xml:7664(glossterm) msgid "HTML" @@ -13619,14 +16123,21 @@ msgid "" "can be used in email and news posts to insert images and apply text " "treatments." msgstr "" +"Η γλώσσα σήμανσης υπερκειμένου (Hypertext Markup Language, HTML) είναι μια " +"γλώσσα για την περιγραφή διατάξεων σελίδας σε ηλεκτρονικά έγγραφα όπως οι " +"ιστοσελίδες, τα αρχεία βοήθειας και τα μηνύματα αλληλογραφίας. Η HTML μπορεί " +"να χρησιμοποιηθεί σε αλληλογραφία δημοσιεύσεις ειδήσεων για να εισάγει " +"εικόνες και να μορφοποιεί το κείμενο." #: C/evolution.xml:7670(glossterm) msgid "iCal" -msgstr "" +msgstr "iCal" #: C/evolution.xml:7672(para) msgid "iCal is a protocol that Evolution uses to manage the calendar section." msgstr "" +"Το iCal είναι ένα πρωτόκολλο το οποίο χρησιμοποιεί το Evolution για να " +"χειρίζεται το τμήμα ημερολογίου." #: C/evolution.xml:7676(glossterm) msgid "IMAP" @@ -13638,17 +16149,21 @@ msgid "" "stored remotely on a server rather than on a local hard disk. Often " "contrasted with POP." msgstr "" +"Internet Mail Access Protocol. Επιτρέπει την πρόσβαση σε αλληλογραφία ή " +"οποία τυπικά αποθηκεύεται απομακρυσμένα σ' ένα διακομιστή αντί στον τοπικό " +"σκληρό δίσκο. Συχνά αντιπαρατίθεται με το POP." #: C/evolution.xml:7682(glossterm) -#, fuzzy msgid "inline" -msgstr "Μέσα στο μήνυμα" +msgstr "μέσα στο μήνυμα" #: C/evolution.xml:7684(para) msgid "" "Displayed as part of a message or other document, rather than attached as a " "separate file. Contrast with <emphasis>attachment</emphasis>." msgstr "" +"Εμφάνιση ως μέρος του μηνύματος ή άλλου εγγράφου, αντί συνημμένο ως " +"ξεχωριστό αρχείο. Σε αντίθεση με το <emphasis>attachment</emphasis>." #: C/evolution.xml:7688(glossterm) msgid "LDAP" @@ -13659,10 +16174,13 @@ msgid "" "Lightweight Directory Access Protocol. Allows a client to search through a " "large database of addresses, phone numbers, and people stored on a server." msgstr "" +"Lightweight Directory Access Protocol. Επιτρέπει σε έναν πελάτη να αναζητεί " +"μέσα σε μια τεράστια βάση δεδομένων με διευθύνσεις, αριθμούς τηλεφώνων, και " +"πληροφορίες για ανθρώπους που αποθηκεύονται σε ένα διακομιστή." #: C/evolution.xml:7694(glossterm) msgid "mail client" -msgstr "Πελάτης αλληλογραφίας" +msgstr "πελάτης αλληλογραφίας" #: C/evolution.xml:7696(para) msgid "" @@ -13670,6 +16188,10 @@ msgid "" "are the various types of mail servers, which handle user authentication and " "direct messages from the sender to the recipient." msgstr "" +"Η εφαρμογή με την οποία ένας άνθρωπος διαβάζει και στέλνει την αλληλογραφία " +"του. Στην άλλη πλευρά του πελάτη βρίσκονται οι διάφοροι τύποι διακομιστών " +"αλληλογραφίας, οι οποίοι χειρίζονται την πιστοποίηση του χρήστη και " +"κατευθύνουν τα μηνύματα από τον αποστολέα στον παραλήπτη." #: C/evolution.xml:7700(glossterm) msgid "POP" @@ -13681,10 +16203,13 @@ msgid "" "it is used only to get mail from a server and store it locally on your hard " "disk." msgstr "" +"Post Office Protocol. Ένας μηχανισμός για μεταφορά αλληλογραφίας. Σε " +"αντίθεση με το IMAP, χρησιμοποιείται μόνο για να λαμβάνεται η αλληλογραφία " +"από ένα διακομιστή και να αποθηκεύεται τοπικά στο σκληρό δίσκο." #: C/evolution.xml:7706(glossterm) msgid "protocol" -msgstr "Πρωτόκολλο" +msgstr "πρωτόκολλο" #: C/evolution.xml:7708(para) msgid "" @@ -13693,11 +16218,14 @@ msgid "" "POP (Post Office Protocol), for email, and HTTP (HyperText Transfer " "Protocol) for Web pages." msgstr "" +"Μια προσυμφωνημένη μέθοδος επικοινωνίας, ειδικά μια για αποστολή " +"συγκεκριμένων τύπων πληροφοριών μεταξύ συστημάτων υπολογιστών. Παραδείγματα " +"αποτελούν τα POP (Post Office Protocol), για αλληλογραφία, και HTTP " +"(HyperText Transfer Protocol) για ιστοσελίδες." #: C/evolution.xml:7712(glossterm) -#, fuzzy msgid "public key encryption" -msgstr "Απαιτείται κρυπτογράφηση" +msgstr "κρυπτογράφηση δημόσιου κλειδιού" #: C/evolution.xml:7714(para) msgid "" @@ -13706,10 +16234,15 @@ msgid "" "key can only be decrypted using the private key. The longer the keys, the " "more difficult it is to break the encryption." msgstr "" +"Μια ισχυρή μέθοδος κρυπτογράφησης που χρησιμοποιεί ένα σετ από δύο κλειδιά, " +"το ένα από τα οποία δημοσιοποιείται, και το άλλο μένει ιδιωτικό. Δεδομένα " +"που κρυπτογραφούνται με τη χρήση δημόσιου κλειδιού μπορούν να " +"αποκρυπτογραφηθούν μόνο με το ιδιωτικό κλειδί. Όσο μακρύτερα είναι τα " +"κλειδιά, τόσο πιο δύσκολο είναι να σπάσει η κρυπτογράφηση." #: C/evolution.xml:7718(glossterm) msgid "regular expression" -msgstr "Κανονική έκφραση" +msgstr "κανονική έκφραση" #: C/evolution.xml:7720(para) msgid "" @@ -13721,11 +16254,17 @@ msgid "" "my soap.</quote> For more information, enter <command>man grep</command> " "from the command line." msgstr "" +"Μια κανονική έκφραση (regex) είναι ένας τρόπος περιγραφής μια συμβολοσειράς " +"κειμένου χρησιμοποιώντας μεταχαρακτήρες ή σύμβολα μπαλαντέρ. Για παράδειγμα, " +"η έκφραση fly.*so[au]p σημαίνει οποιαδήποτε φράση που ξεκινά με <quote>fly</" +"quote> και τελειώνει με <quote>soup</quote> ή <quote>soap</quote>. Αν " +"αναζητούσατε για αυτή την έκφραση, θα βρίσκατε και το <quote>fly in my soup</" +"quote> και το <quote>fly in my soap</quote>. Για περισσότερες πληροφορίες " +"εισάγετε <command>man grep</command> στη γραμμή εντολών." #: C/evolution.xml:7724(glossterm) -#, fuzzy msgid "script" -msgstr "Δέσμη ενεργειών" +msgstr "δέσμη ενεργειών, σενάριο εντολών" #: C/evolution.xml:7726(para) msgid "" @@ -13734,11 +16273,16 @@ msgid "" "actions within an application. Scripts are used to accomplish repetitive and " "tedious tasks, to save the user time." msgstr "" +"Ένα πρόγραμμα γραμμένο σε μια ερμηνευόμενη (interpreted) αντί σε μια " +"μεταγλωττιζόμενη (compiled) γλώσσα. Συχνά χρησιμοποιείται ως συνώνυμο για τη " +"μακροεντολή, για να συμβολίσει μια σειρά από προεγγεγραμμένες εντολές ή " +"ενέργειες μέσα σε μια εφαρμογή. Τα σενάρια εντολών χρησιμοποιούνται για να " +"επιτευχθούν επαναλαμβανόμενες και χρονοβόρες εργασίες, και εξοικονομούν " +"χρόνο." #: C/evolution.xml:7730(glossterm) -#, fuzzy msgid "search base" -msgstr "μπάρα αναζήτησης" +msgstr "βάση αναζήτησης" #: C/evolution.xml:7732(para) msgid "" @@ -13746,11 +16290,14 @@ msgid "" "the top group to use. How much of the Search Base to search is set by the " "Search Scope option." msgstr "" +"Το LDAP μπορεί να σπάει τις λίστες επαφών σε πολλές ομάδες. Η βάση " +"αναζήτησης λέει στο LDAP την πρώτιστη ομάδα που θα χρησιμοποιήσει. Η " +"ποσότητα της βάσης αναζήτησης που θα αναζητηθεί ορίζεται από το βάθος " +"αναζήτησης." #: C/evolution.xml:7736(glossterm) -#, fuzzy msgid "search folder" -msgstr "Φάκελος Αναζήτησης" +msgstr "φάκελος αναζήτησης" #: C/evolution.xml:7738(para) msgid "" @@ -13758,15 +16305,18 @@ msgid "" "contains the results of a complex search. Search folder contents are updated " "dynamically." msgstr "" +"Ένα εργαλείο οργάνωσης της αλληλογραφίας. Οι φάκελοι αναζήτησης σας " +"επιτρέπουν να δημιουργείτε ένα φάκελο ο οποίος περιέχει τα αποτελέσματα μια " +"πολύπλοκης αναζήτησης. Τα περιεχόμενα των φακέλων αναζήτησης ενημερώνονται " +"δυναμικά." #: C/evolution.xml:7742(glossterm) -#, fuzzy msgid "search scope" -msgstr "Σ_κοπός αναζήτησης:" +msgstr "όριο αναζήτησης" #: C/evolution.xml:7744(para) msgid "Search Scope states how much of the search base to search." -msgstr "" +msgstr "Το βάθος αναζήτησης ορίζει πόση από τη βάση αναζήτησης θα αναζητηθεί." #: C/evolution.xml:7748(glossterm) msgid "Sendmail" @@ -13778,22 +16328,25 @@ msgid "" "prefer it because it offers more flexibility; however, it is more difficult " "to set up." msgstr "" +"Ένα πρόγραμμα που στέλνει αλληλογραφία. Το Evolution μπορεί να το " +"χρησιμοποιήσει αντί του SMTP. Μερικοί άνθρωποι το προτιμούν γιατί προσφέρει " +"περισσότερη ευελιξία, ωστόσο είναι πιο δύσκολο στη ρύθμιση." #: C/evolution.xml:7754(glossterm) -#, fuzzy msgid "switcher" -msgstr "Εναλλαγή χρηστών" +msgstr "εναλλάκτης" #: C/evolution.xml:7756(para) msgid "" "An area of Evolution that offers users fast access to the most frequently " "used features of the application." msgstr "" +"Μια περιοχή του Evolution η οποία προσφέρει στους χρήστες γρήγορη πρόσβαση " +"στα πιο συχνά χρησιμοποιούμενα χαρακτηριστικά της εφαρμογής." #: C/evolution.xml:7760(glossterm) -#, fuzzy msgid "signature" -msgstr "Υπογραφές" +msgstr "υπογραφή" #: C/evolution.xml:7762(para) msgid "" @@ -13802,6 +16355,11 @@ msgid "" "from a favorite quotation to a link to a Web page; courtesy dictates that it " "be fewer than four lines long." msgstr "" +"Κείμενο που τοποθετείται στο τέλος κάθε μηνύματος που αποστέλλεται, όμοιο με " +"τη χειρόγραφη υπογραφή στο κάτω μέρος ενός γραπτού μηνύματος. Μια υπογραφή " +"μπορεί να είναι οτιδήποτε, από μια αγαπημένη ατάκα μέχρι ένας δεσμός προς " +"μια ιστοσελίδα. Η καλή συμπεριφορά υποδεικνύει ότι πρέπει να είναι μικρότερη " +"από τέσσερις γραμμές." #: C/evolution.xml:7766(glossterm) msgid "SMTP" @@ -13812,9 +16370,10 @@ msgid "" "Simple Mail Transfer Protocol. The most common way of transporting mail " "messages from your computer to the server." msgstr "" +"Simple Mail Transfer Protocol. Ο πιο κοινός τρόπος μεταφοράς αλληλογραφίας " +"από τον υπολογιστή στο διακομιστή." #: C/evolution.xml:7772(glossterm) -#, fuzzy msgid "tooltip" msgstr "συμβουλή εργαλείου" @@ -13823,6 +16382,8 @@ msgid "" "A small box of explanatory text that appears when the mouse pointer is held " "over a button or other interface element." msgstr "" +"Ένα μικρό κουτί με επεξηγηματικό κείμενο που εμφανίζεται όταν ο δείκτης του " +"ποντικιού κρατιέται πάνω από ένα κουμπί ή άλλο στοιχείο της διεπαφής." #: C/evolution.xml:7778(glossterm) msgid "virus" @@ -13835,6 +16396,10 @@ msgid "" "substantial damage by clogging networks or disk drives, deleting files, or " "opening security holes." msgstr "" +"Ένα πρόγραμμα που εισάγει τον εαυτό του μέσα σε άλλα αρχεία ή προγράμματα. " +"Όταν εκτελείται, διαδίδεται σε περισσότερα προγράμματα και υπολογιστές. Ένας " +"ιός μπορεί να προκαλέσει ουσιαστική ζημιά προκαλώντας συμφόρηση σε δίκτυα ή " +"σκληρούς δίσκους, διαγράφοντας αρχεία ή ανοίγοντας τρύπες ασφάλειας." #: C/evolution.xml:7784(glossterm) msgid "vCard" @@ -13845,6 +16410,8 @@ msgid "" "A file format for the exchange of contact information. When you get an " "address card attached to an email, it is probably in vCard format." msgstr "" +"Μια μορφή αρχείου για την ανταλλαγή πληροφοριών επαφών. Όταν λαμβάνετε μια " +"κάρτα διεύθυνσης συνημμένη σε ένα μήνυμα, πιθανότατα θα είναι σε μορφή vCard." #: C/evolution.xml:7792(title) msgid "Legal Notices" @@ -13859,6 +16426,12 @@ msgid "" "publication and to make changes to its content, at any time, without " "obligation to notify any person or entity of such revisions or changes." msgstr "" +"Η Novell, Inc. δεν προσφέρει διαβεβαιώσεις ή εγγυήσεις αναφορικά με το " +"περιεχόμενο αυτής της τεκμηρίωσης, και ειδικά απορρίπτει οποιεσδήποτε ρητές " +"ή εννοούμενες εγγυήσεις εμπορευσιμότητας ή καταλληλότητας για συγκεκριμένο " +"σκοπό. Επιπλέον, η Novell, Inc. διατηρεί το δικαίωμα να αναθεωρήσει αυτή την " +"έκδοση και να αλλάξει το περιεχόμενό της, οποτεδήποτε, χωρίς υποχρέωση να " +"ενημερώσει οποιοδήποτε άτομο ή οντότητα για αυτές τις αναθεωρήσεις ή αλλαγές." #: C/evolution.xml:7795(member) msgid "" @@ -13869,6 +16442,12 @@ msgid "" "software, at any time, without any obligation to notify any person or entity " "of such changes." msgstr "" +"Επιπλεον η Novell, Inc. δεν αντιπροσωπεύει ούτε εγγυάται αναφορικά με κανένα " +"λογισμικό, και ειδικά αποποιείται οποιεσδήποτε ρητές ή εννοούμενες εγγυήσεις " +"εμπορευσιμότητας ή καταλληλότητας για συγκεκριμένο σκοπό. Επιπλέον, η " +"Novell, Inc. διατηρεί το δικαίωμα να κάνει αλλαγές σε οποιοδήποτε και σε όλα " +"τα μέρη του λογισμικού της Novell, οποτεδήποτε, χωρίς καμιά υποχρέωση να " +"ειδοποιήσει οποιοδήποτε άτομο ή οντότητα για αυτές τις αλλαγές." #: C/evolution.xml:7798(member) msgid "" @@ -13876,6 +16455,10 @@ msgid "" "applicable laws or regulations including, without limitation, U.S. export " "regulations or the laws of the country in which you reside." msgstr "" +"Δε μπορείτε να χρησιμοποιήσετε, να εξάγετε ή να επανεξάγετε αυτό το προϊόν " +"κατά παράβαση οποιονδήποτε εφαρμόσιμων νόμων ή κανονισμών " +"συμπεριλαμβανομένων, μη περιοριστικά, κανονισμών εξαγωγών των Η.Π.Α. ή νόμων " +"στη χώρα που μένετε." #: C/evolution.xml:7801(member) msgid "" @@ -13918,9 +16501,20 @@ msgid "" "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" +"1. ΤΟ ΕΓΓΡΑΦΟ ΠΑΡΕΧΕΤΑΙ \"ΩΣ ΕΧΕΙ\", ΧΩΡΙΣ ΚΑΝΕΝΟΣ ΕΙΔΟΥΣ ΕΓΓΥΗΣΗ, ΡΗΤΗ Η " +"ΝΟΟΥΜΕΝΗ, ΣΥΜΠΕΡΙΛΑΜΒΑΝΟΜΕΝΩΝ, ΜΗ ΕΞΑΝΤΛΗΤΙΚΑ, ΕΓΓΥΗΣΕΩΝ ΟΤΙ ΤΟ ΕΓΓΡΑΦΟ 'Η " +"ΤΡΟΠΟΠΟΙΗΜΕΝΕΣ ΕΚΔΟΣΕΙΣ ΤΟΥ ΕΓΓΡΑΦΟΥ ΕΙΝΑΙ ΕΛΕΥΘΕΡΟ ΟΠΟΙΩΝΔΗΠΟΤΕ " +"ΕΛΑΤΤΩΜΑΤΩΝ, ΕΜΠΟΡΕΥΣΙΜΟ, ΚΑΤΑΛΛΗΛΟ ΓΙΑ ΣΥΓΚΕΚΡΙΜΕΝΟ ΣΚΟΠΟ, Ή ΜΗ ΠΑΡΑΒΑΤΙΚΟ. " +"ΟΛΟΚΛΗΡΗ Η ΕΥΘΥΝΗ ΩΣ ΠΡΟΣ ΤΗΝ ΠΟΙΟΤΗΤΑ, ΑΚΡΙΒΕΙΑ, ΚΑΙ ΑΠΟΔΟΣΗ ΤΩΝ ΕΓΓΡΑΦΩΝ Η " +"ΤΡΟΠΟΠΟΙΗΜΕΝΗΝ ΕΚΔΟΣΕΩΝ ΤΟΥΣ ΕΙΝΑΙ ΔΙΚΗ ΣΑΣ. ΑΝ ΟΠΟΙΟΔΗΠΟΤΕ ΕΓΓΡΑΦΟ " +"ΑΠΟΔΕΙΧΘΕΙ ΕΛΑΤΤΩΜΑΤΙΚΟ ΜΕ ΟΠΟΙΟΔΗΠΟΤΕ ΤΡΟΠΟ, ΕΣΕΙΣ (ΟΧΙ Ο ΑΡΧΙΚΟΣ " +"ΣΥΓΓΡΑΦΕΑΣ, ΔΗΜΙΟΥΡΓΟΣ Η ΑΛΛΟΣ ΣΥΝΕΙΣΦΕΡΟΝΤΑΣ) ΑΝΑΛΑΜΒΑΝΕΤΕ ΤΟ ΚΟΣΤΟΣ " +"ΟΠΟΙΟΝΔΗΠΟΤΕ ΑΝΑΓΚΑΙΩΝ ΣΥΝΤΗΡΗΣΕΩΝ, ΕΠΙΔΙΟΡΘΩΣΕΩΝ Η ΔΙΟΡΘΩΣΕΩΝ. ΑΥΤΗ Η " +"ΑΠΟΠΟΙΗΣΗ ΕΥΘΥΝΗΣ ΑΠΟΤΕΛΕΙ ΟΥΣΙΩΔΕΣ ΜΕΡΟΣ ΑΥΤΗΣ ΤΗΣ ΑΔΕΙΑΣ. ΔΕΝ ΕΠΙΤΡΕΠΕΤΑΙ " +"ΚΑΜΙΑ ΧΡΗΣΗ ΤΟΥ ΕΓΓΡΑΦΟΥ Η ΤΡΟΠΟΠΟΙΗΜΕΝΗΣ ΕΚΔΟΣΗΣ ΑΥΤΟΥ ΕΚΤΟΣ ΑΠΟ ΑΥΤΗ ΤΗΝ " +"ΑΠΟΠΟΙΗΣΗ, ΚΑΙ" #: C/evolution.xml:7804(member) -#, fuzzy msgid "" "2. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT " "(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL " @@ -13933,7 +16527,7 @@ msgid "" "RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, EVEN " "IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES." msgstr "" -"ΣΕ ΚΑΜΙΑ ΠΕΡΙΠΤΩΣΗ ΚΑΙ ΥΠΟ ΚΑΜΙΑ ΝΟΜΙΚΗ ΣΥΝΘΗΚΗ, ΕΙΤΕ ΜΕΣΩ ΣΥΜΒΟΛΑΙΩΝ Ή " +"2. ΣΕ ΚΑΜΙΑ ΠΕΡΙΠΤΩΣΗ ΚΑΙ ΥΠΟ ΚΑΜΙΑ ΝΟΜΙΚΗ ΣΥΝΘΗΚΗ, ΕΙΤΕ ΜΕΣΩ ΣΥΜΒΟΛΑΙΩΝ Ή " "ΑΛΛΙΩΣ, ΔΕΝ ΕΥΘΥΝΟΝΤΑΙ Ο ΣΥΓΓΡΑΦΕΑΣ, Ο ΔΙΑΝΟΜΕΑΣ, Η ΑΛΛΟΣ ΣΥΝΥΠΕΥΘΥΝΟΣ ΓΙΑ " "ΤΗΝ ΣΥΓΓΡΑΦΗ ΤΗΣ ΤΕΚΜΗΡΙΩΣΗΣ, ΓΙΑ ΕΜΜΕΣΕΣ Η ΑΜΕΣΕΣ, ΤΥΧΑΙΕΣ Ή ΜΗ ΖΗΜΙΕΣ " "ΠΑΝΤΩΣ ΦΥΣΕΩΣ ΠΟΥ ΠΡΟΕΡΧΟΝΤΑΙ ΑΠΟ ΤΗΝ ΧΡΗΣΗ ΤΗΣ ΤΕΚΜΗΡΙΩΣΗΣ ΚΑΙ/Ή ΠΑΡΑΛΛΑΓΩΝ " @@ -13969,8 +16563,8 @@ msgid "" "To access the online documentation for this and other Novell products, and " "to get updates, see www.novell.com/documentation" msgstr "" -"Για να έχετε πρόσβαση στην διαδικτυακή τεκμηρίωση για αυτό και άλλα προϊόντα " -"της Novvel, και για να λάβετε ενημερώσεις, δείτε το www.novell.com/" +"Για να έχετε πρόσβαση στη διαδικτυακή τεκμηρίωση για αυτό και άλλα προϊόντα " +"της Novell, και για να λάβετε ενημερώσεις, δείτε το www.novell.com/" "documentation" #: C/evolution.xml:7819(member) @@ -13982,7 +16576,7 @@ msgid "" "GroupWise is a registered trademark of Novell, Inc. in the United States and " "other countries." msgstr "" -"Το GroupWise είναι ένα αναγνωρισμένο εμπορικό σήμα της Novvel, Inc. στις " +"Το GroupWise είναι ένα αναγνωρισμένο εμπορικό σήμα της Novell, Inc. στις " "Ηνωμένες Πολιτείες και σε άλλες χώρες." #: C/evolution.xml:7821(member) @@ -13990,7 +16584,7 @@ msgid "" "Novell is a registered trademark of Novell, Inc. in the United States and " "other countries." msgstr "" -"Το Novell είναι ένα αναγνωρισμένο εμπορικό σήμα της Novvel, Inc. στις " +"Το Novell είναι ένα αναγνωρισμένο εμπορικό σήμα της Novell, Inc. στις " "Ηνωμένες Πολιτείες και σε άλλες χώρες." #: C/evolution.xml:7822(member) @@ -14035,7 +16629,12 @@ msgstr "" #. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2. #: C/evolution.xml:0(None) msgid "translator-credits" -msgstr "Φώτης Τσάμης <ftsamis@gmail.com>" +msgstr "" +"Ελληνική μεταφραστική ομάδα GNOME\n" +" Φώτης Τσάμης <ftsamis@gmail.com>\n" +" Μάριος Ζηντίλης <m.zindilis@dmajor.org>\n" +"\n" +"Για περισσότερα δείτε: http://gnome.gr" #, fuzzy #~ msgid "User's Guide to the Evolution Groupware Suite and Email Client" diff --git a/help/el/figures/account_editor_a.png b/help/el/figures/account_editor_a.png Binary files differnew file mode 100644 index 0000000000..24e0744e9a --- /dev/null +++ b/help/el/figures/account_editor_a.png diff --git a/help/el/figures/attach_reminder_a.png b/help/el/figures/attach_reminder_a.png Binary files differnew file mode 100644 index 0000000000..734f681d68 --- /dev/null +++ b/help/el/figures/attach_reminder_a.png diff --git a/help/el/figures/categories_a.png b/help/el/figures/categories_a.png Binary files differnew file mode 100644 index 0000000000..c27771130f --- /dev/null +++ b/help/el/figures/categories_a.png diff --git a/help/el/figures/collap_head_a.png b/help/el/figures/collap_head_a.png Binary files differnew file mode 100644 index 0000000000..4a803d3578 --- /dev/null +++ b/help/el/figures/collap_head_a.png diff --git a/help/el/figures/contacts_mainwindow_a.png b/help/el/figures/contacts_mainwindow_a.png Binary files differnew file mode 100644 index 0000000000..97dd7de111 --- /dev/null +++ b/help/el/figures/contacts_mainwindow_a.png diff --git a/help/el/figures/evo_Wcal_prop_a.png b/help/el/figures/evo_Wcal_prop_a.png Binary files differnew file mode 100644 index 0000000000..b78301eaec --- /dev/null +++ b/help/el/figures/evo_Wcal_prop_a.png diff --git a/help/el/figures/evo_account_editor_a.png b/help/el/figures/evo_account_editor_a.png Binary files differnew file mode 100644 index 0000000000..8e8c35c252 --- /dev/null +++ b/help/el/figures/evo_account_editor_a.png diff --git a/help/el/figures/evo_adv_search_a.png b/help/el/figures/evo_adv_search_a.png Binary files differnew file mode 100644 index 0000000000..1f55bb9888 --- /dev/null +++ b/help/el/figures/evo_adv_search_a.png diff --git a/help/el/figures/evo_allday_a.png b/help/el/figures/evo_allday_a.png Binary files differnew file mode 100644 index 0000000000..64d19f2f36 --- /dev/null +++ b/help/el/figures/evo_allday_a.png diff --git a/help/el/figures/evo_attachreminder_plugin.png b/help/el/figures/evo_attachreminder_plugin.png Binary files differnew file mode 100644 index 0000000000..615d8ec29e --- /dev/null +++ b/help/el/figures/evo_attachreminder_plugin.png diff --git a/help/el/figures/evo_backup.png b/help/el/figures/evo_backup.png Binary files differnew file mode 100644 index 0000000000..5ea51e81a7 --- /dev/null +++ b/help/el/figures/evo_backup.png diff --git a/help/el/figures/evo_backup_prgsbar.png b/help/el/figures/evo_backup_prgsbar.png Binary files differnew file mode 100644 index 0000000000..6fefd3fe3f --- /dev/null +++ b/help/el/figures/evo_backup_prgsbar.png diff --git a/help/el/figures/evo_backup_warning.png b/help/el/figures/evo_backup_warning.png Binary files differnew file mode 100644 index 0000000000..03d25c2185 --- /dev/null +++ b/help/el/figures/evo_backup_warning.png diff --git a/help/el/figures/evo_cal_a.png b/help/el/figures/evo_cal_a.png Binary files differnew file mode 100644 index 0000000000..e43fa9a566 --- /dev/null +++ b/help/el/figures/evo_cal_a.png diff --git a/help/el/figures/evo_cal_advsearch.png b/help/el/figures/evo_cal_advsearch.png Binary files differnew file mode 100644 index 0000000000..1813b7ee32 --- /dev/null +++ b/help/el/figures/evo_cal_advsearch.png diff --git a/help/el/figures/evo_cal_callout_a.png b/help/el/figures/evo_cal_callout_a.png Binary files differnew file mode 100644 index 0000000000..1cc05dd8f5 --- /dev/null +++ b/help/el/figures/evo_cal_callout_a.png diff --git a/help/el/figures/evo_cal_prop_a.png b/help/el/figures/evo_cal_prop_a.png Binary files differnew file mode 100644 index 0000000000..b1e3a20f69 --- /dev/null +++ b/help/el/figures/evo_cal_prop_a.png diff --git a/help/el/figures/evo_calender_appointmnt.png b/help/el/figures/evo_calender_appointmnt.png Binary files differnew file mode 100644 index 0000000000..8d7109530d --- /dev/null +++ b/help/el/figures/evo_calender_appointmnt.png diff --git a/help/el/figures/evo_contacteditor_a.png b/help/el/figures/evo_contacteditor_a.png Binary files differnew file mode 100644 index 0000000000..66ca7f52ba --- /dev/null +++ b/help/el/figures/evo_contacteditor_a.png diff --git a/help/el/figures/evo_custom_header.png b/help/el/figures/evo_custom_header.png Binary files differnew file mode 100644 index 0000000000..1cd88f8cd1 --- /dev/null +++ b/help/el/figures/evo_custom_header.png diff --git a/help/el/figures/evo_edit_rule_a.png b/help/el/figures/evo_edit_rule_a.png Binary files differnew file mode 100644 index 0000000000..8f39f812d0 --- /dev/null +++ b/help/el/figures/evo_edit_rule_a.png diff --git a/help/el/figures/evo_edit_search.png b/help/el/figures/evo_edit_search.png Binary files differnew file mode 100644 index 0000000000..8a729b8445 --- /dev/null +++ b/help/el/figures/evo_edit_search.png diff --git a/help/el/figures/evo_exchng_mapi.png b/help/el/figures/evo_exchng_mapi.png Binary files differnew file mode 100644 index 0000000000..c18657033a --- /dev/null +++ b/help/el/figures/evo_exchng_mapi.png diff --git a/help/el/figures/evo_flag_follow_up_a.png b/help/el/figures/evo_flag_follow_up_a.png Binary files differnew file mode 100644 index 0000000000..b189551847 --- /dev/null +++ b/help/el/figures/evo_flag_follow_up_a.png diff --git a/help/el/figures/evo_gwreceive_a.png b/help/el/figures/evo_gwreceive_a.png Binary files differnew file mode 100644 index 0000000000..746b4d9485 --- /dev/null +++ b/help/el/figures/evo_gwreceive_a.png diff --git a/help/el/figures/evo_identity_a.png b/help/el/figures/evo_identity_a.png Binary files differnew file mode 100644 index 0000000000..3858184e56 --- /dev/null +++ b/help/el/figures/evo_identity_a.png diff --git a/help/el/figures/evo_imapreceive_a.png b/help/el/figures/evo_imapreceive_a.png Binary files differnew file mode 100644 index 0000000000..cd1926b4eb --- /dev/null +++ b/help/el/figures/evo_imapreceive_a.png diff --git a/help/el/figures/evo_import.png b/help/el/figures/evo_import.png Binary files differnew file mode 100644 index 0000000000..c98c97a57e --- /dev/null +++ b/help/el/figures/evo_import.png diff --git a/help/el/figures/evo_import_asst_a.png b/help/el/figures/evo_import_asst_a.png Binary files differnew file mode 100644 index 0000000000..816e7c956e --- /dev/null +++ b/help/el/figures/evo_import_asst_a.png diff --git a/help/el/figures/evo_mail_a.png b/help/el/figures/evo_mail_a.png Binary files differnew file mode 100644 index 0000000000..4761781b27 --- /dev/null +++ b/help/el/figures/evo_mail_a.png diff --git a/help/el/figures/evo_mail_callout_a.png b/help/el/figures/evo_mail_callout_a.png Binary files differnew file mode 100644 index 0000000000..f9d20abb05 --- /dev/null +++ b/help/el/figures/evo_mail_callout_a.png diff --git a/help/el/figures/evo_maildirreceive_a.png b/help/el/figures/evo_maildirreceive_a.png Binary files differnew file mode 100644 index 0000000000..e0bb4ffc05 --- /dev/null +++ b/help/el/figures/evo_maildirreceive_a.png diff --git a/help/el/figures/evo_mboxreceive_a.png b/help/el/figures/evo_mboxreceive_a.png Binary files differnew file mode 100644 index 0000000000..9ff3f4018e --- /dev/null +++ b/help/el/figures/evo_mboxreceive_a.png diff --git a/help/el/figures/evo_memo_a.png b/help/el/figures/evo_memo_a.png Binary files differnew file mode 100644 index 0000000000..e6f8c70999 --- /dev/null +++ b/help/el/figures/evo_memo_a.png diff --git a/help/el/figures/evo_mereceive_a.png b/help/el/figures/evo_mereceive_a.png Binary files differnew file mode 100644 index 0000000000..7493afaff5 --- /dev/null +++ b/help/el/figures/evo_mereceive_a.png diff --git a/help/el/figures/evo_message_filters_a.png b/help/el/figures/evo_message_filters_a.png Binary files differnew file mode 100644 index 0000000000..fbc718b5c4 --- /dev/null +++ b/help/el/figures/evo_message_filters_a.png diff --git a/help/el/figures/evo_mhreceive_a.png b/help/el/figures/evo_mhreceive_a.png Binary files differnew file mode 100644 index 0000000000..e4beb22dc2 --- /dev/null +++ b/help/el/figures/evo_mhreceive_a.png diff --git a/help/el/figures/evo_newmail.png b/help/el/figures/evo_newmail.png Binary files differnew file mode 100644 index 0000000000..f022d964df --- /dev/null +++ b/help/el/figures/evo_newmail.png diff --git a/help/el/figures/evo_newmess_a.png b/help/el/figures/evo_newmess_a.png Binary files differnew file mode 100644 index 0000000000..8a1b583389 --- /dev/null +++ b/help/el/figures/evo_newmess_a.png diff --git a/help/el/figures/evo_offline.png b/help/el/figures/evo_offline.png Binary files differnew file mode 100644 index 0000000000..7c8b5aaae9 --- /dev/null +++ b/help/el/figures/evo_offline.png diff --git a/help/el/figures/evo_popreceive_a.png b/help/el/figures/evo_popreceive_a.png Binary files differnew file mode 100644 index 0000000000..cd1926b4eb --- /dev/null +++ b/help/el/figures/evo_popreceive_a.png diff --git a/help/el/figures/evo_receive_setup_a.png b/help/el/figures/evo_receive_setup_a.png Binary files differnew file mode 100644 index 0000000000..b1c11f3892 --- /dev/null +++ b/help/el/figures/evo_receive_setup_a.png diff --git a/help/el/figures/evo_rule_a.png b/help/el/figures/evo_rule_a.png Binary files differnew file mode 100644 index 0000000000..6ec766224e --- /dev/null +++ b/help/el/figures/evo_rule_a.png diff --git a/help/el/figures/evo_select_folder.png b/help/el/figures/evo_select_folder.png Binary files differnew file mode 100644 index 0000000000..652d1d1377 --- /dev/null +++ b/help/el/figures/evo_select_folder.png diff --git a/help/el/figures/evo_send_setup_a.png b/help/el/figures/evo_send_setup_a.png Binary files differnew file mode 100644 index 0000000000..6b2add7e1b --- /dev/null +++ b/help/el/figures/evo_send_setup_a.png diff --git a/help/el/figures/evo_timezone_a.png b/help/el/figures/evo_timezone_a.png Binary files differnew file mode 100644 index 0000000000..fe9da6a949 --- /dev/null +++ b/help/el/figures/evo_timezone_a.png diff --git a/help/el/figures/evo_usereceive_a.png b/help/el/figures/evo_usereceive_a.png Binary files differnew file mode 100644 index 0000000000..a3ad8fd8bc --- /dev/null +++ b/help/el/figures/evo_usereceive_a.png diff --git a/help/el/figures/exchg-identity.png b/help/el/figures/exchg-identity.png Binary files differnew file mode 100644 index 0000000000..9a4aa9dd9b --- /dev/null +++ b/help/el/figures/exchg-identity.png diff --git a/help/el/figures/exchng-rec-mails.png b/help/el/figures/exchng-rec-mails.png Binary files differnew file mode 100644 index 0000000000..f43c22a65b --- /dev/null +++ b/help/el/figures/exchng-rec-mails.png diff --git a/help/el/figures/exchng-rec-options.png b/help/el/figures/exchng-rec-options.png Binary files differnew file mode 100644 index 0000000000..b2ef61079c --- /dev/null +++ b/help/el/figures/exchng-rec-options.png diff --git a/help/el/figures/filter-new-fig.png b/help/el/figures/filter-new-fig.png Binary files differnew file mode 100644 index 0000000000..97fb7bf5d5 --- /dev/null +++ b/help/el/figures/filter-new-fig.png diff --git a/help/el/figures/free_busy.png b/help/el/figures/free_busy.png Binary files differnew file mode 100644 index 0000000000..c0edf3acdb --- /dev/null +++ b/help/el/figures/free_busy.png diff --git a/help/el/figures/google_cal_view.png b/help/el/figures/google_cal_view.png Binary files differnew file mode 100644 index 0000000000..a0ab5fd77a --- /dev/null +++ b/help/el/figures/google_cal_view.png diff --git a/help/el/figures/mail-threaded.png b/help/el/figures/mail-threaded.png Binary files differnew file mode 100644 index 0000000000..7f9693693b --- /dev/null +++ b/help/el/figures/mail-threaded.png diff --git a/help/el/figures/quick_add_a.png b/help/el/figures/quick_add_a.png Binary files differnew file mode 100644 index 0000000000..ca737429b4 --- /dev/null +++ b/help/el/figures/quick_add_a.png diff --git a/help/el/figures/ver_view_a.png b/help/el/figures/ver_view_a.png Binary files differnew file mode 100644 index 0000000000..2d23a57ead --- /dev/null +++ b/help/el/figures/ver_view_a.png diff --git a/iconv-detect.c b/iconv-detect.c index cbc1a1e5ea..4eb6597225 100644 --- a/iconv-detect.c +++ b/iconv-detect.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/Makefile.am b/mail/Makefile.am index 3df61647f1..25441641dc 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -4,7 +4,6 @@ mailincludedir = $(privincludedir)/mail INCLUDES = \ -I$(top_srcdir)/widgets \ - -I$(top_srcdir)/widgets/e-text \ -I$(top_srcdir)/widgets/misc \ -I$(top_srcdir) \ -I$(top_srcdir)/em-format \ diff --git a/mail/e-attachment-handler-mail.c b/mail/e-attachment-handler-mail.c index df4c0a9e3e..c17c97d8ca 100644 --- a/mail/e-attachment-handler-mail.c +++ b/mail/e-attachment-handler-mail.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -52,8 +52,8 @@ static const gchar *ui = /* Note: Do not use the info field. */ static GtkTargetEntry target_table[] = { - { "message/rfc822", 0, 0 }, - { "x-uid-list", 0, 0 } + { (gchar *) "message/rfc822", 0, 0 }, + { (gchar *) "x-uid-list", 0, 0 } }; static void diff --git a/mail/e-attachment-handler-mail.h b/mail/e-attachment-handler-mail.h index da4ff23d89..c62ea99cab 100644 --- a/mail/e-attachment-handler-mail.h +++ b/mail/e-attachment-handler-mail.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-attachment-bar.c b/mail/e-mail-attachment-bar.c index 731b52164a..fd53292610 100644 --- a/mail/e-mail-attachment-bar.c +++ b/mail/e-mail-attachment-bar.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-attachment-bar.h b/mail/e-mail-attachment-bar.h index e32f6e2ede..38a4a86fae 100644 --- a/mail/e-mail-attachment-bar.h +++ b/mail/e-mail-attachment-bar.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-browser.c b/mail/e-mail-browser.c index 152821b32a..e4013c5004 100644 --- a/mail/e-mail-browser.c +++ b/mail/e-mail-browser.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-browser.h b/mail/e-mail-browser.h index b67ea9a797..2605b2e04c 100644 --- a/mail/e-mail-browser.h +++ b/mail/e-mail-browser.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-display.c b/mail/e-mail-display.c index f649393f40..95073305af 100644 --- a/mail/e-mail-display.c +++ b/mail/e-mail-display.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-display.h b/mail/e-mail-display.h index f1d5fc583f..815fd45f3e 100644 --- a/mail/e-mail-display.h +++ b/mail/e-mail-display.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-label-dialog.c b/mail/e-mail-label-dialog.c index 23b5068737..bebe0e69fb 100644 --- a/mail/e-mail-label-dialog.c +++ b/mail/e-mail-label-dialog.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-label-dialog.h b/mail/e-mail-label-dialog.h index 3a259f6f50..17430c3607 100644 --- a/mail/e-mail-label-dialog.h +++ b/mail/e-mail-label-dialog.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-label-list-store.c b/mail/e-mail-label-list-store.c index 3892838aaf..1cbe927cb6 100644 --- a/mail/e-mail-label-list-store.c +++ b/mail/e-mail-label-list-store.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-label-list-store.h b/mail/e-mail-label-list-store.h index 2469d210c0..a9093eaa08 100644 --- a/mail/e-mail-label-list-store.h +++ b/mail/e-mail-label-list-store.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-label-manager.c b/mail/e-mail-label-manager.c index fc18da3e95..212a0507ad 100644 --- a/mail/e-mail-label-manager.c +++ b/mail/e-mail-label-manager.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-label-manager.h b/mail/e-mail-label-manager.h index 0a36ee27c8..20d375efc0 100644 --- a/mail/e-mail-label-manager.h +++ b/mail/e-mail-label-manager.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-label-tree-view.c b/mail/e-mail-label-tree-view.c index 5675329139..808d8d060a 100644 --- a/mail/e-mail-label-tree-view.c +++ b/mail/e-mail-label-tree-view.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-label-tree-view.h b/mail/e-mail-label-tree-view.h index d29ad628a5..0dd58f2152 100644 --- a/mail/e-mail-label-tree-view.h +++ b/mail/e-mail-label-tree-view.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-reader-utils.c b/mail/e-mail-reader-utils.c index 96fe1baad8..79144211c4 100644 --- a/mail/e-mail-reader-utils.c +++ b/mail/e-mail-reader-utils.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-reader-utils.h b/mail/e-mail-reader-utils.h index 8ec2235629..46c3ea7345 100644 --- a/mail/e-mail-reader-utils.h +++ b/mail/e-mail-reader-utils.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c index 3969f4babd..1cf9ff983e 100644 --- a/mail/e-mail-reader.c +++ b/mail/e-mail-reader.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -1746,7 +1746,7 @@ mail_reader_message_loaded_cb (CamelFolder *folder, EM_FORMAT (html_display), folder, message_uid, message); /* Reset the shell view icon. */ - e_shell_event (shell, "mail-icon", "evolution-mail"); + e_shell_event (shell, "mail-icon", (gpointer) "evolution-mail"); /* Determine whether to mark the message as read. */ mark_read = e_shell_settings_get_boolean ( diff --git a/mail/e-mail-reader.h b/mail/e-mail-reader.h index 13a9ba8080..c55ba92abd 100644 --- a/mail/e-mail-reader.h +++ b/mail/e-mail-reader.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-search-bar.c b/mail/e-mail-search-bar.c index 4d555857ca..6dcddaf83b 100644 --- a/mail/e-mail-search-bar.c +++ b/mail/e-mail-search-bar.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-search-bar.h b/mail/e-mail-search-bar.h index 7f19e176b7..f4748c77ad 100644 --- a/mail/e-mail-search-bar.h +++ b/mail/e-mail-search-bar.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-shell-backend.c b/mail/e-mail-shell-backend.c index 3fa066a3e8..10a99e744b 100644 --- a/mail/e-mail-shell-backend.c +++ b/mail/e-mail-shell-backend.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -113,7 +113,7 @@ static GType mail_shell_backend_type; /* The array elements correspond to EMailFolderType. */ static struct { - gchar *name; + const gchar *name; gchar *uri; CamelFolder *folder; } default_local_folders[] = { diff --git a/mail/e-mail-shell-backend.h b/mail/e-mail-shell-backend.h index 7521559b23..248768062f 100644 --- a/mail/e-mail-shell-backend.h +++ b/mail/e-mail-shell-backend.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-shell-content.c b/mail/e-mail-shell-content.c index de07873dc2..203876fcc3 100644 --- a/mail/e-mail-shell-content.c +++ b/mail/e-mail-shell-content.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-shell-content.h b/mail/e-mail-shell-content.h index 2c5da1b27f..57d2438705 100644 --- a/mail/e-mail-shell-content.h +++ b/mail/e-mail-shell-content.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-shell-migrate.c b/mail/e-mail-shell-migrate.c index 9a31f67820..6202224b0c 100644 --- a/mail/e-mail-shell-migrate.c +++ b/mail/e-mail-shell-migrate.c @@ -52,6 +52,7 @@ #include <libxml/xmlmemory.h> #include <e-util/e-util.h> +#include <libedataserver/e-xml-utils.h> #include <libedataserver/e-data-server-util.h> #include <e-util/e-xml-utils.h> @@ -354,7 +355,7 @@ parse_lsub (const char *lsub, char *dir_sep) static int comp; static regex_t pat; regmatch_t match[3]; - char *m = "^\\* LSUB \\([^)]*\\) \"?([^\" ]+)\"? \"?(.*)\"?$"; + const gchar *m = "^\\* LSUB \\([^)]*\\) \"?([^\" ]+)\"? \"?(.*)\"?$"; if (!comp) { if (regcomp (&pat, m, REG_EXTENDED|REG_ICASE) == -1) { @@ -947,8 +948,8 @@ static e_gconf_map_list_t gconf_remap_list[] = { }; static struct { - char *label; - char *colour; + const gchar *label; + const gchar *colour; } label_default[5] = { { N_("Important"), "#EF2929" }, /* red */ { N_("Work"), "#F57900" }, /* orange */ @@ -1095,9 +1096,10 @@ static GtkLabel *label; static GtkProgressBar *progress; static void -em_migrate_setup_progress_dialog (const char *desc) +em_migrate_setup_progress_dialog (const char *title, const char *desc) { GtkWidget *vbox, *hbox, *w; + gchar *markup; window = gtk_window_new (GTK_WINDOW_TOPLEVEL); gtk_window_set_title ((GtkWindow *) window, _("Migrating...")); @@ -1126,6 +1128,39 @@ em_migrate_setup_progress_dialog (const char *desc) gtk_widget_show ((GtkWidget *) progress); gtk_box_pack_start_defaults ((GtkBox *) hbox, (GtkWidget *) progress); + /* Prepare the message */ + vbox = gtk_vbox_new (FALSE, 12); + gtk_widget_show (vbox); + gtk_box_pack_start (GTK_BOX (hbox), vbox, TRUE, TRUE, 0); + + w = gtk_label_new (NULL); + gtk_misc_set_alignment (GTK_MISC (w), 0.0, 0.0); + markup = g_strconcat ("<big><b>", title ? title : _("Migration"), "</b></big>", NULL); + gtk_label_set_markup (GTK_LABEL (w), markup); + gtk_box_pack_start (GTK_BOX (vbox), w, TRUE, TRUE, 0); + g_free (markup); + + w = gtk_label_new (desc); + gtk_misc_set_alignment (GTK_MISC (w), 0.0, 0.0); + gtk_label_set_line_wrap (GTK_LABEL (w), TRUE); + gtk_box_pack_start (GTK_BOX (vbox), w, TRUE, TRUE, 0); + + /* Progress bar */ + w = gtk_vbox_new (FALSE, 6); + gtk_box_pack_start (GTK_BOX (vbox), w, TRUE, TRUE, 0); + + label = GTK_LABEL (gtk_label_new ("")); + gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.0); + gtk_label_set_line_wrap (label, TRUE); + gtk_widget_show (GTK_WIDGET (label)); + gtk_box_pack_start (GTK_BOX (w), GTK_WIDGET (label), TRUE, TRUE, 0); + + progress = GTK_PROGRESS_BAR (gtk_progress_bar_new ()); + gtk_widget_show (GTK_WIDGET (progress)); + gtk_box_pack_start (GTK_BOX (w), GTK_WIDGET (progress), TRUE, TRUE, 0); + + gtk_container_add (GTK_CONTAINER (window), hbox); + gtk_widget_show_all (hbox); gtk_widget_show (window); } @@ -1259,7 +1294,7 @@ get_local_et_expanded (const char *dirname) static char * get_local_store_uri (const char *dirname, char **namep, int *indexp) { - char *protocol, *name, *metadata, *tmp; + gchar *name, *protocol, *metadata, *tmp; int index; struct stat st; xmlNodePtr node; @@ -1270,8 +1305,8 @@ get_local_store_uri (const char *dirname, char **namep, int *indexp) /* in 1.4, any errors are treated as defaults, this function cannot fail */ /* defaults */ - name = "mbox"; - protocol = "mbox"; + name = (gchar *) "mbox"; + protocol = (gchar *) "mbox"; index = TRUE; if (stat (metadata, &st) == -1 || !S_ISREG (st.st_mode)) @@ -1532,7 +1567,7 @@ em_migrate_folder(EMMigrateSession *session, const char *dirname, const char *fu /* Manually copy local mbox files, its much faster */ if (!strncmp (uri, "mbox:", 5)) { - static char *meta_ext[] = { ".summary", ".ibex.index", ".ibex.index.data" }; + static const gchar *meta_ext[] = { ".summary", ".ibex.index", ".ibex.index.data" }; size_t slen, dlen; FILE *fp; char *p; @@ -1778,9 +1813,11 @@ em_migrate_local_folders_1_4 (EMMigrateSession *session, GError **error) return FALSE; } - em_migrate_setup_progress_dialog (_("The location and hierarchy of the Evolution mailbox " - "folders has changed since Evolution 1.x.\n\nPlease be " - "patient while Evolution migrates your folders...")); + em_migrate_setup_progress_dialog ( + _("Migrating Folders"), + _("The location and hierarchy of the Evolution mailbox " + "folders has changed since Evolution 1.x.\n\nPlease be " + "patient while Evolution migrates your folders...")); while (success && (dent = readdir (dir))) { char *full_path; @@ -2762,20 +2799,53 @@ em_update_sa_junk_setting_2_23 (void) g_object_unref (client); } +static gboolean +update_progress_in_main_thread (double *progress) +{ + em_migrate_set_progress (*progress); + return FALSE; +} static void -migrate_folders(CamelStore *store, CamelFolderInfo *fi, const char *acc, CamelException *ex) +migrate_folders(CamelStore *store, gboolean is_local, CamelFolderInfo *fi, const char *acc, CamelException *ex, gboolean *done, int *nth_folder, int total_folders) { CamelFolder *folder; while (fi) { - char *tmp = g_strdup_printf ("%s/%s", acc, fi->full_name); + double progress; + char *tmp; + + *nth_folder = *nth_folder + 1; + + tmp = g_strdup_printf ("%s/%s", acc, fi->full_name); em_migrate_set_folder_name (tmp); g_free (tmp); - folder = camel_store_get_folder (store, fi->full_name, 0, ex); + + progress = (double) (*nth_folder) / total_folders; + g_idle_add ((GSourceFunc) update_progress_in_main_thread, &progress); + + if (is_local) + folder = camel_store_get_folder (store, fi->full_name, CAMEL_STORE_IS_MIGRATING, ex); + else + folder = camel_store_get_folder (store, fi->full_name, 0, ex); + if (folder != NULL) camel_folder_summary_migrate_infos (folder->summary); - migrate_folders(store, fi->child, acc, ex); + migrate_folders(store, is_local, fi->child, acc, ex, done, nth_folder, total_folders); + fi = fi->next; + } + + if ((*nth_folder) == (total_folders - 1)) + *done = TRUE; +} + +/* This could be in CamelStore.ch */ +static void +count_folders (CamelFolderInfo *fi, int *count) +{ + while (fi) { + *count = *count + 1; + count_folders (fi->child, count); fi = fi->next; } } @@ -2799,8 +2869,27 @@ setup_local_store (EShellBackend *shell_backend, g_free(tmp); return store; +} + +struct migrate_folders_to_db_structure { + char *account_name; + CamelException ex; + CamelStore *store; + CamelFolderInfo *info; + gboolean done; + gboolean is_local_store; +}; +static void +migrate_folders_to_db_thread (struct migrate_folders_to_db_structure *migrate_dbs) +{ + int num_of_folders = 0, nth_folder = 0; + count_folders (migrate_dbs->info, &num_of_folders); + migrate_folders (migrate_dbs->store, migrate_dbs->is_local_store, migrate_dbs->info, + migrate_dbs->account_name, &(migrate_dbs->ex), &(migrate_dbs->done), + &nth_folder, num_of_folders); } + static void migrate_to_db (EShellBackend *shell_backend) { @@ -2821,15 +2910,32 @@ migrate_to_db (EShellBackend *shell_backend) data_dir = e_shell_backend_get_data_dir (shell_backend); session = (EMMigrateSession *) em_migrate_session_new (data_dir); camel_session_set_online ((CamelSession *) session, FALSE); - em_migrate_setup_progress_dialog (_("The summary format of the Evolution mailbox " - "folders has been moved to SQLite since Evolution 2.24.\n\nPlease be " - "patient while Evolution migrates your folders...")); + em_migrate_setup_progress_dialog ( + _("Migrating Folders"), + _("The summary format of the Evolution mailbox " + "folders has been moved to SQLite since Evolution 2.24.\n\nPlease be " + "patient while Evolution migrates your folders...")); em_migrate_set_progress ( (double)i/(len+1)); store = setup_local_store (shell_backend, session); info = camel_store_get_folder_info (store, NULL, CAMEL_STORE_FOLDER_INFO_RECURSIVE|CAMEL_STORE_FOLDER_INFO_FAST|CAMEL_STORE_FOLDER_INFO_SUBSCRIBED, NULL); if (info) { - migrate_folders(store, info, _("On This Computer"), NULL); + GThread *thread; + struct migrate_folders_to_db_structure migrate_dbs; + + if (g_str_has_suffix (((CamelService *)store)->url->path, ".evolution/mail/local")) + migrate_dbs.is_local_store = TRUE; + else + migrate_dbs.is_local_store = FALSE; + camel_exception_init (&migrate_dbs.ex); + migrate_dbs.account_name = _("On This Computer"); + migrate_dbs.info = info; + migrate_dbs.store = store; + migrate_dbs.done = FALSE; + + thread = g_thread_create ((GThreadFunc) migrate_folders_to_db_thread, &migrate_dbs, TRUE, NULL); + while (!migrate_dbs.done) + g_main_context_iteration (NULL, TRUE); } i++; em_migrate_set_progress ( (double)i/(len+1)); @@ -2859,8 +2965,18 @@ migrate_to_db (EShellBackend *shell_backend) store = (CamelStore *) camel_session_get_service (CAMEL_SESSION (session), service->url, CAMEL_PROVIDER_STORE, &ex); info = camel_store_get_folder_info (store, NULL, CAMEL_STORE_FOLDER_INFO_RECURSIVE|CAMEL_STORE_FOLDER_INFO_FAST|CAMEL_STORE_FOLDER_INFO_SUBSCRIBED, &ex); if (info) { - migrate_folders(store, info, account->name, &ex); - + GThread *thread; + struct migrate_folders_to_db_structure migrate_dbs; + + migrate_dbs.ex = ex; + migrate_dbs.account_name = account->name; + migrate_dbs.info = info; + migrate_dbs.store = store; + migrate_dbs.done = FALSE; + + thread = g_thread_create ((GThreadFunc) migrate_folders_to_db_thread, &migrate_dbs, TRUE, NULL); + while (!migrate_dbs.done) + g_main_context_iteration (NULL, TRUE); } else printf("%s:%s: failed to get folder infos \n", G_STRLOC, G_STRFUNC); camel_exception_clear(&ex); diff --git a/mail/e-mail-shell-migrate.h b/mail/e-mail-shell-migrate.h index c5fb08f53b..8f3057ec0d 100644 --- a/mail/e-mail-shell-migrate.h +++ b/mail/e-mail-shell-migrate.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-shell-sidebar.c b/mail/e-mail-shell-sidebar.c index 6f6bdf7bf8..1b090fa703 100644 --- a/mail/e-mail-shell-sidebar.c +++ b/mail/e-mail-shell-sidebar.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-shell-sidebar.h b/mail/e-mail-shell-sidebar.h index 5075225fc4..10a2ff6a2a 100644 --- a/mail/e-mail-shell-sidebar.h +++ b/mail/e-mail-shell-sidebar.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-shell-view-actions.c b/mail/e-mail-shell-view-actions.c index 33d497c9ae..3d0b76d176 100644 --- a/mail/e-mail-shell-view-actions.c +++ b/mail/e-mail-shell-view-actions.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-shell-view-actions.h b/mail/e-mail-shell-view-actions.h index bf7410db5f..2a05582df8 100644 --- a/mail/e-mail-shell-view-actions.h +++ b/mail/e-mail-shell-view-actions.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-shell-view-private.c b/mail/e-mail-shell-view-private.c index 552ff1aff7..9026c8ed60 100644 --- a/mail/e-mail-shell-view-private.c +++ b/mail/e-mail-shell-view-private.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-shell-view-private.h b/mail/e-mail-shell-view-private.h index 1d61f8d68d..4b27c4c541 100644 --- a/mail/e-mail-shell-view-private.h +++ b/mail/e-mail-shell-view-private.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-shell-view.c b/mail/e-mail-shell-view.c index f58d1f6288..8d8b4aa2b3 100644 --- a/mail/e-mail-shell-view.c +++ b/mail/e-mail-shell-view.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-mail-shell-view.h b/mail/e-mail-shell-view.h index 2bc769557c..d20bde74a6 100644 --- a/mail/e-mail-shell-view.h +++ b/mail/e-mail-shell-view.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/e-searching-tokenizer.c b/mail/e-searching-tokenizer.c index 129aa0539b..726ae41ed4 100644 --- a/mail/e-searching-tokenizer.c +++ b/mail/e-searching-tokenizer.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -94,7 +94,8 @@ loop: /* note: our tags of interest are 7 bit ascii, only, no need to do any fancy utf8 stuff */ /* tags should be upper case if this list gets longer than 10 entries, consider binary search */ -static char *ignored_tags[] = { "B", "I", "FONT", "TT", "EM", /* and more? */}; +static const gchar *ignored_tags[] = { + "B", "I", "FONT", "TT", "EM", /* and more? */}; static int ignore_tag (const char *tag) @@ -877,7 +878,7 @@ static struct _searcher * search_info_to_searcher (struct _search_info *si) { char *tags, *tage; - char *col; + const gchar *col; if (si->strv->len == 0) return NULL; diff --git a/mail/e-searching-tokenizer.h b/mail/e-searching-tokenizer.h index 7bab007a9f..7eb603a25d 100644 --- a/mail/e-searching-tokenizer.h +++ b/mail/e-searching-tokenizer.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index a9ba161122..e5f0f98001 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -189,7 +189,7 @@ typedef struct _EMAccountEditorPrivate { } EMAccountEditorPrivate; static void emae_refresh_authtype(EMAccountEditor *emae, EMAccountEditorService *service); -static void em_account_editor_construct(EMAccountEditor *emae, EAccount *account, em_account_editor_t type, char *id); +static void em_account_editor_construct(EMAccountEditor *emae, EAccount *account, em_account_editor_t type, const gchar *id); static void emae_account_folder_changed(EMFolderSelectionButton *folder, EMAccountEditor *emae); static GtkVBoxClass *emae_parent; @@ -269,7 +269,7 @@ em_account_editor_get_type(void) * * Return value: **/ -EMAccountEditor *em_account_editor_new(EAccount *account, em_account_editor_t type, char *id) +EMAccountEditor *em_account_editor_new(EAccount *account, em_account_editor_t type, const gchar *id) { EMAccountEditor *emae = g_object_new(em_account_editor_get_type(), NULL); @@ -301,8 +301,8 @@ EMAccountEditor *em_account_editor_new_for_pages(EAccount *account, em_account_e /* ********************************************************************** */ static struct { - char *label; - char *value; + const gchar *label; + const gchar *value; } ssl_options[] = { /* Translators: This string is a "Use secure connection" option for the Mailer. It will not use an encrypted connection. */ @@ -790,7 +790,7 @@ emae_setup_receipt_policy (EMAccountEditor *emae, GladeXML *xml) EAccountReceiptPolicy current = emae->account->receipt_policy; static struct { EAccountReceiptPolicy policy; - char *label; + const gchar *label; } receipt_policies[] = { { E_ACCOUNT_RECEIPT_NEVER, N_("Never") }, { E_ACCOUNT_RECEIPT_ALWAYS, N_("Always") }, @@ -1092,34 +1092,34 @@ static struct _provider_host_info emae_transport_host_info[] = { i.e. the receiving (source) service, and the sending (transport) service. It is used throughout the following code to drive each page */ static struct _service_info { - int account_uri_key; - int save_passwd_key; + gint account_uri_key; + gint save_passwd_key; - char *frame; - char *type_dropdown; + const gchar *frame; + const gchar *type_dropdown; - char *container; - char *description; - char *hostname; - char *hostlabel; - char *username; - char *userlabel; - char *path; - char *pathlabel; - char *pathentry; + const gchar *container; + const gchar *description; + const gchar *hostname; + const gchar *hostlabel; + const gchar *username; + const gchar *userlabel; + const gchar *path; + const gchar *pathlabel; + const gchar *pathentry; - char *security_frame; - char *ssl_hbox; - char *use_ssl; - char *ssl_disabled; + const gchar *security_frame; + const gchar *ssl_hbox; + const gchar *use_ssl; + const gchar *ssl_disabled; - char *needs_auth; - char *auth_frame; + const gchar *needs_auth; + const gchar *auth_frame; - char *authtype; - char *authtype_check; + const gchar *authtype; + const gchar *authtype_check; - char *remember_password; + const gchar *remember_password; struct _provider_host_info *host_info; } emae_service_info[CAMEL_NUM_PROVIDER_TYPES] = { @@ -1422,7 +1422,8 @@ emae_refresh_providers(EMAccountEditor *emae, EMAccountEditorService *service) int active = 0, i; struct _service_info *info = &emae_service_info[service->type]; const char *uri = e_account_get_string(account, info->account_uri_key); - char *current = NULL, *tmp; + char *current = NULL; + const gchar *tmp; CamelURL *url; dropdown = service->providers; @@ -1441,7 +1442,7 @@ emae_refresh_providers(EMAccountEditor *emae, EMAccountEditorService *service) } else { current = g_strdup("imap"); } - + store = gtk_list_store_new(2, G_TYPE_STRING, G_TYPE_POINTER); i = 0; @@ -1467,7 +1468,7 @@ emae_refresh_providers(EMAccountEditor *emae, EMAccountEditorService *service) gtk_list_store_append(store, &iter); gtk_list_store_set(store, &iter, 0, provider->name, 1, provider, -1); - + /* find the displayed and set default */ if (i == 0 || (current && strcmp(provider->protocol, current) == 0)) { service->provider = provider; @@ -1499,10 +1500,10 @@ emae_refresh_providers(EMAccountEditor *emae, EMAccountEditorService *service) if (!uri || (url = camel_url_new(uri, NULL)) == NULL) { return; } - - tmp = (char *)camel_url_get_param(url, "use_ssl"); + + tmp = camel_url_get_param(url, "use_ssl"); if (tmp == NULL) - tmp = "never"; + tmp = "never"; for (i=0;i<num_ssl_options;i++) { if (!strcmp(ssl_options[i].value, tmp)) { gtk_combo_box_set_active(service->use_ssl, i); @@ -1776,8 +1777,8 @@ emae_setup_service(EMAccountEditor *emae, EMAccountEditorService *service, Glade /* do not re-order these, the order is used by various code to look up emae->priv->identity_entries[] */ static struct { - char *name; - int item; + const gchar *name; + gint item; } emae_identity_entries[] = { { "management_name", E_ACCOUNT_NAME }, { "identity_full_name", E_ACCOUNT_ID_NAME }, @@ -2389,7 +2390,7 @@ emae_send_page(EConfig *ec, EConfigItem *item, struct _GtkWidget *parent, struct gtk_box_pack_start((GtkBox*)((GnomeDruidPageStandard *)page)->vbox, w, TRUE, TRUE, 0); w = page; g_object_unref(druidxml); - gnome_druid_append_page((GnomeDruid *)parent, (GnomeDruidPage *)page); + gnome_druid_append_page((GnomeDruid *)parent, (GnomeDruidPage *)page); } else { gtk_notebook_append_page((GtkNotebook *)parent, w, gtk_label_new(_("Sending Email"))); } @@ -2540,34 +2541,34 @@ emae_widget_glade(EConfig *ec, EConfigItem *item, struct _GtkWidget *parent, str /* plugin meta-data for "org.gnome.evolution.mail.config.accountEditor" */ static EMConfigItem emae_editor_items[] = { - { E_CONFIG_BOOK, "", }, - { E_CONFIG_PAGE, "00.identity", "vboxIdentityBorder", emae_identity_page }, - { E_CONFIG_SECTION, "00.identity/00.name", "account_vbox", emae_widget_glade }, - { E_CONFIG_SECTION_TABLE, "00.identity/10.required", "identity_required_table", emae_widget_glade }, - { E_CONFIG_SECTION_TABLE, "00.identity/20.info", "identity_optional_table", emae_widget_glade }, - - { E_CONFIG_PAGE, "10.receive", "vboxSourceBorder", emae_receive_page }, - { E_CONFIG_SECTION_TABLE, "10.receive/00.type", "source_type_table", emae_widget_glade }, - { E_CONFIG_SECTION_TABLE, "10.receive/10.config", "table4", emae_widget_glade }, - { E_CONFIG_SECTION, "10.receive/20.security", "vbox181", emae_widget_glade }, - { E_CONFIG_SECTION, "10.receive/30.auth", "vbox179", emae_widget_glade }, - - /* Most sections for this is auto-generated fromt the camel config */ - { E_CONFIG_PAGE, "20.receive_options", N_("Receiving Options"), }, - { E_CONFIG_SECTION_TABLE, "20.receive_options/10.mailcheck", N_("Checking for New Messages"), }, - { E_CONFIG_ITEM_TABLE, "20.receive_options/10.mailcheck/00.autocheck", NULL, emae_receive_options_item, }, - - { E_CONFIG_PAGE, "30.send", "vboxTransportBorder", emae_send_page }, - { E_CONFIG_SECTION_TABLE, "30.send/00.type", "transport_type_table", emae_widget_glade }, - { E_CONFIG_SECTION, "30.send/10.config", "vbox12", emae_widget_glade }, - { E_CONFIG_SECTION, "30.send/20.security", "vbox183", emae_widget_glade }, - { E_CONFIG_SECTION, "30.send/30.auth", "vbox61", emae_widget_glade }, - - { E_CONFIG_PAGE, "40.defaults", "vboxFoldersBorder", emae_defaults_page }, - { E_CONFIG_SECTION, "40.defaults/00.folders", "vbox184", emae_widget_glade }, - { E_CONFIG_SECTION_TABLE, "40.defaults/10.composing", "table8", emae_widget_glade }, - - { E_CONFIG_PAGE, "50.security", "vboxSecurityBorder", emae_security_page }, + { E_CONFIG_BOOK, (gchar *) "" }, + { E_CONFIG_PAGE, (gchar *) "00.identity", (gchar *) "vboxIdentityBorder", emae_identity_page }, + { E_CONFIG_SECTION, (gchar *) "00.identity/00.name", (gchar *) "account_vbox", emae_widget_glade }, + { E_CONFIG_SECTION_TABLE, (gchar *) "00.identity/10.required", (gchar *) "identity_required_table", emae_widget_glade }, + { E_CONFIG_SECTION_TABLE, (gchar *) "00.identity/20.info", (gchar *) "identity_optional_table", emae_widget_glade }, + + { E_CONFIG_PAGE, (gchar *) "10.receive", (gchar *) "vboxSourceBorder", emae_receive_page }, + { E_CONFIG_SECTION_TABLE, (gchar *) "10.receive/00.type", (gchar *) "source_type_table", emae_widget_glade }, + { E_CONFIG_SECTION_TABLE, (gchar *) "10.receive/10.config", (gchar *) "table4", emae_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "10.receive/20.security", (gchar *) "vbox181", emae_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "10.receive/30.auth", (gchar *) "vbox179", emae_widget_glade }, + + /* Most sections for this is auto-generated from the camel config */ + { E_CONFIG_PAGE, (gchar *) "20.receive_options", (gchar *) N_("Receiving Options"), }, + { E_CONFIG_SECTION_TABLE, (gchar *) "20.receive_options/10.mailcheck", (gchar *) N_("Checking for New Messages"), }, + { E_CONFIG_ITEM_TABLE, (gchar *) "20.receive_options/10.mailcheck/00.autocheck", NULL, emae_receive_options_item, }, + + { E_CONFIG_PAGE, (gchar *) "30.send", (gchar *) "vboxTransportBorder", emae_send_page }, + { E_CONFIG_SECTION_TABLE, (gchar *) "30.send/00.type", (gchar *) "transport_type_table", emae_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "30.send/10.config", (gchar *) "vbox12", emae_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "30.send/20.security", (gchar *) "vbox183", emae_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "30.send/30.auth", (gchar *) "vbox61", emae_widget_glade }, + + { E_CONFIG_PAGE, (gchar *) "40.defaults", (gchar *) "vboxFoldersBorder", emae_defaults_page }, + { E_CONFIG_SECTION, (gchar *) "40.defaults/00.folders", (gchar *) "vbox184", emae_widget_glade }, + { E_CONFIG_SECTION_TABLE, (gchar *) "40.defaults/10.composing", (gchar *) "table8", emae_widget_glade }, + + { E_CONFIG_PAGE, (gchar *) "50.security", (gchar *) "vboxSecurityBorder", emae_security_page }, /* 1x1 table(!) not vbox: { E_CONFIG_SECTION, "50.security/00.gpg", "table19", emae_widget_glade }, */ /* table not vbox: { E_CONFIG_SECTION, "50.security/10.smime", "smime_table", emae_widget_glade }, */ { 0 }, @@ -2633,34 +2634,34 @@ emae_widget_druid_glade(EConfig *ec, EConfigItem *item, struct _GtkWidget *paren /* plugin meta-data for "org.gnome.evolution.mail.config.accountDruid" */ static EMConfigItem emae_druid_items[] = { - { E_CONFIG_DRUID, "", }, - { E_CONFIG_PAGE_START, "0.start", "start_page", emae_widget_druid_glade }, + { E_CONFIG_DRUID, (gchar *) "" }, + { E_CONFIG_PAGE_START, (gchar *) "0.start", (gchar *) "start_page", emae_widget_druid_glade }, - { E_CONFIG_PAGE, "00.identity", "vboxIdentityBorder", emae_identity_page }, - { E_CONFIG_SECTION, "00.identity/00.name", "account_vbox", emae_widget_glade }, - { E_CONFIG_SECTION_TABLE, "00.identity/10.required", "identity_required_table", emae_widget_glade }, - { E_CONFIG_SECTION_TABLE, "00.identity/20.info", "identity_optional_table", emae_widget_glade }, + { E_CONFIG_PAGE, (gchar *) "00.identity", (gchar *) "vboxIdentityBorder", emae_identity_page }, + { E_CONFIG_SECTION, (gchar *) "00.identity/00.name", (gchar *) "account_vbox", emae_widget_glade }, + { E_CONFIG_SECTION_TABLE, (gchar *) "00.identity/10.required", (gchar *) "identity_required_table", emae_widget_glade }, + { E_CONFIG_SECTION_TABLE, (gchar *) "00.identity/20.info", (gchar *) "identity_optional_table", emae_widget_glade }, - { E_CONFIG_PAGE, "10.receive", "vboxSourceBorder", emae_receive_page }, - { E_CONFIG_SECTION_TABLE, "10.receive/00.type", "source_type_table", emae_widget_glade }, - { E_CONFIG_SECTION_TABLE, "10.receive/10.config", "table4", emae_widget_glade }, - { E_CONFIG_SECTION, "10.receive/20.security", "vbox181", emae_widget_glade }, - { E_CONFIG_SECTION, "10.receive/30.auth", "vbox179", emae_widget_glade }, + { E_CONFIG_PAGE, (gchar *) "10.receive", (gchar *) "vboxSourceBorder", emae_receive_page }, + { E_CONFIG_SECTION_TABLE, (gchar *) "10.receive/00.type", (gchar *) "source_type_table", emae_widget_glade }, + { E_CONFIG_SECTION_TABLE, (gchar *) "10.receive/10.config", (gchar *) "table4", emae_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "10.receive/20.security", (gchar *) "vbox181", emae_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "10.receive/30.auth", (gchar *) "vbox179", emae_widget_glade }, /* Most sections for this is auto-generated fromt the camel config */ - { E_CONFIG_PAGE, "20.receive_options", N_("Receiving Options"), }, - { E_CONFIG_SECTION_TABLE, "20.receive_options/10.mailcheck", N_("Checking for New Messages"), }, - { E_CONFIG_ITEM_TABLE, "20.receive_options/10.mailcheck/00.autocheck", NULL, emae_receive_options_item, }, + { E_CONFIG_PAGE, (gchar *) "20.receive_options", (gchar *) N_("Receiving Options"), }, + { E_CONFIG_SECTION_TABLE, (gchar *) "20.receive_options/10.mailcheck", (gchar *) N_("Checking for New Messages"), }, + { E_CONFIG_ITEM_TABLE, (gchar *) "20.receive_options/10.mailcheck/00.autocheck", NULL, emae_receive_options_item, }, - { E_CONFIG_PAGE, "30.send", "vboxTransportBorder", emae_send_page }, - { E_CONFIG_SECTION_TABLE, "30.send/00.type", "transport_type_table", emae_widget_glade }, - { E_CONFIG_SECTION, "30.send/10.config", "vbox12", emae_widget_glade }, - { E_CONFIG_SECTION, "30.send/20.security", "vbox183", emae_widget_glade }, - { E_CONFIG_SECTION, "30.send/30.auth", "vbox61", emae_widget_glade }, + { E_CONFIG_PAGE, (gchar *) "30.send", (gchar *) "vboxTransportBorder", emae_send_page }, + { E_CONFIG_SECTION_TABLE, (gchar *) "30.send/00.type", (gchar *) "transport_type_table", emae_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "30.send/10.config", (gchar *) "vbox12", emae_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "30.send/20.security", (gchar *) "vbox183", emae_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "30.send/30.auth", (gchar *) "vbox61", emae_widget_glade }, - { E_CONFIG_PAGE, "40.management", "management_frame", emae_management_page }, + { E_CONFIG_PAGE, (gchar *) "40.management", (gchar *) "management_frame", emae_management_page }, - { E_CONFIG_PAGE_FINISH, "999.end", "finish_page", emae_widget_druid_glade }, + { E_CONFIG_PAGE_FINISH, (gchar *) "999.end", (gchar *) "finish_page", emae_widget_druid_glade }, { 0 }, }; static gboolean emae_druid_items_translated = FALSE; @@ -2706,7 +2707,7 @@ emae_service_complete(EMAccountEditor *emae, EMAccountEditorService *service) if (CAMEL_PROVIDER_NEEDS(service->provider, CAMEL_URL_PART_HOST)) { if (url->host == NULL || url->host[0] == 0) ok = FALSE; - else + else gtk_entry_set_text(service->hostname, url->host); } /* We only need the user if the service needs auth as well, i think */ @@ -2734,11 +2735,11 @@ enum { AOL }; struct _server_prefill { - char *key; - char *recv; - char *send; - char *proto; - char *ssl; + const gchar *key; + const gchar *recv; + const gchar *send; + const gchar *proto; + const gchar *ssl; } mail_servers [] = { {"gmail", "imap.gmail.com", "smtp.gmail.com", "imap", "always"}, {"yahoo", "pop3.yahoo.com", "smtp.yahoo.com", "pop", "never"}, @@ -2821,14 +2822,14 @@ emae_check_complete(EConfig *ec, const char *pageid, void *data) } else { g_warning("buz1\n"); } - + } } else if (!strcmp(pageid, "30.send")) { CamelURL *url; char *at, *user; int index; char *uri = (char *)e_account_get_string(emae->account, E_ACCOUNT_TRANSPORT_URL); - + tmp = e_account_get_string(emae->account, E_ACCOUNT_ID_ADDRESS); at = strchr(tmp, '@'); user = g_alloca(at-tmp+1); @@ -2850,8 +2851,7 @@ emae_check_complete(EConfig *ec, const char *pageid, void *data) } else { g_warning("buz2\n"); } - - + } else if (!strcmp(pageid, "20.receive_options")) { if (emae->priv->source.provider && emae->priv->extra_provider != emae->priv->source.provider) { @@ -2893,8 +2893,9 @@ emae_check_complete(EConfig *ec, const char *pageid, void *data) && ((tmp = e_account_get_string(emae->account, E_ACCOUNT_ID_REPLY_TO)) == NULL || tmp[0] == 0 || is_email(tmp)); - if (!ok) + if (!ok) { d(printf("identity incomplete\n")); + } } if (ok && (pageid == NULL || !strcmp(pageid, "10.receive"))) { @@ -2902,8 +2903,9 @@ emae_check_complete(EConfig *ec, const char *pageid, void *data) emae_refresh_providers(emae, &emae->priv->source); } ok = emae_service_complete(emae, &emae->priv->source); - if (!ok) + if (!ok) { d(printf("receive page incomplete\n")); + } } if (ok && (pageid == NULL || !strcmp(pageid, "30.send"))) { @@ -2911,8 +2913,9 @@ emae_check_complete(EConfig *ec, const char *pageid, void *data) emae_refresh_providers(emae, &emae->priv->transport); } ok = emae_service_complete(emae, &emae->priv->transport); - if (!ok) + if (!ok) { d(printf("send page incomplete\n")); + } } if (ok && (pageid == NULL || !strcmp(pageid, "40.management"))) { @@ -2920,8 +2923,9 @@ emae_check_complete(EConfig *ec, const char *pageid, void *data) && tmp[0] && ((ea = e_get_account_by_name (tmp)) == NULL || ea == emae->original); - if (!ok) + if (!ok) { d(printf("management page incomplete\n")); + } } return ok; @@ -2995,7 +2999,7 @@ emae_editor_destroyed(GtkWidget *dialog, EMAccountEditor *emae) } static void -em_account_editor_construct(EMAccountEditor *emae, EAccount *account, em_account_editor_t type, char *id) +em_account_editor_construct(EMAccountEditor *emae, EAccount *account, em_account_editor_t type, const gchar *id) { EMAccountEditorPrivate *gui = emae->priv; int i, index; @@ -3120,5 +3124,5 @@ em_account_editor_construct(EMAccountEditor *emae, EAccount *account, em_account g_signal_connect(emae->editor, "destroy", G_CALLBACK(emae_editor_destroyed), emae); } else { e_config_create_widget((EConfig *)ec); - } + } } diff --git a/mail/em-account-editor.h b/mail/em-account-editor.h index 41da661089..e17236e865 100644 --- a/mail/em-account-editor.h +++ b/mail/em-account-editor.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -66,7 +66,7 @@ struct _EMAccountEditorClass { GType em_account_editor_get_type(void); -EMAccountEditor *em_account_editor_new(struct _EAccount *account, em_account_editor_t type, char *id); +EMAccountEditor *em_account_editor_new(struct _EAccount *account, em_account_editor_t type, const char *id); EMAccountEditor *em_account_editor_new_for_pages(struct _EAccount *account, em_account_editor_t type, char *id, struct _GtkWidget **pages); void em_account_editor_commit (EMAccountEditor *emae); void em_account_editor_check (EMAccountEditor *emae, const char *page); diff --git a/mail/em-account-prefs.c b/mail/em-account-prefs.c index 75ff66db9c..82342de3c9 100644 --- a/mail/em-account-prefs.c +++ b/mail/em-account-prefs.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/em-account-prefs.h b/mail/em-account-prefs.h index 4c02d716b8..82df8fa941 100644 --- a/mail/em-account-prefs.h +++ b/mail/em-account-prefs.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/em-composer-prefs.c b/mail/em-composer-prefs.c index fde3297321..68c1392410 100644 --- a/mail/em-composer-prefs.c +++ b/mail/em-composer-prefs.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -382,16 +382,16 @@ emcp_widget_glade (EConfig *ec, /* plugin meta-data */ static EMConfigItem emcp_items[] = { - { E_CONFIG_BOOK, "", "composer_toplevel", emcp_widget_glade }, - { E_CONFIG_PAGE, "00.general", "vboxGeneral", emcp_widget_glade }, - { E_CONFIG_SECTION, "00.general/00.behavior", "vboxBehavior", emcp_widget_glade }, - { E_CONFIG_SECTION, "00.general/10.alerts", "vboxAlerts", emcp_widget_glade }, - { E_CONFIG_PAGE, "10.signatures", "vboxSignatures", emcp_widget_glade }, + { E_CONFIG_BOOK, (gchar *) "", (gchar *) "composer_toplevel", emcp_widget_glade }, + { E_CONFIG_PAGE, (gchar *) "00.general", (gchar *) "vboxGeneral", emcp_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "00.general/00.behavior", (gchar *) "vboxBehavior", emcp_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "00.general/10.alerts", (gchar *) "vboxAlerts", emcp_widget_glade }, + { E_CONFIG_PAGE, (gchar *) "10.signatures", (gchar *) "vboxSignatures", emcp_widget_glade }, /* signature/signatures and signature/preview parts not usable */ - { E_CONFIG_PAGE, "20.spellcheck", "vboxSpellChecking", emcp_widget_glade }, - { E_CONFIG_SECTION, "20.spellcheck/00.languages", "vbox178", emcp_widget_glade }, - { E_CONFIG_SECTION, "20.spellcheck/00.options", "vboxOptions", emcp_widget_glade }, + { E_CONFIG_PAGE, (gchar *) "20.spellcheck", (gchar *) "vboxSpellChecking", emcp_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "20.spellcheck/00.languages", (gchar *) "vbox178", emcp_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "20.spellcheck/00.options", (gchar *) "vboxOptions", emcp_widget_glade }, }; static void diff --git a/mail/em-composer-prefs.h b/mail/em-composer-prefs.h index 19d753e121..83560b13d9 100644 --- a/mail/em-composer-prefs.h +++ b/mail/em-composer-prefs.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-composer-utils.c b/mail/em-composer-utils.c index f6ea663a40..fdff69861b 100644 --- a/mail/em-composer-utils.c +++ b/mail/em-composer-utils.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -502,7 +502,7 @@ static void composer_set_no_change (EMsgComposer *composer, gboolean drop_undo, gboolean editor_changed) { GtkhtmlEditor *editor; - + g_return_if_fail (composer != NULL); editor = GTKHTML_EDITOR (composer); @@ -674,7 +674,7 @@ create_new_composer (const char *subject, const char *fromuri, gboolean lite) if (lite) composer = e_msg_composer_lite_new (); else - composer = e_msg_composer_new (); + composer = e_msg_composer_new (); table = e_msg_composer_get_header_table (composer); if (fromuri != NULL) { @@ -781,7 +781,7 @@ edit_message (CamelMimeMessage *message, CamelFolder *drafts, const char *uid) CamelMimePart *mime_part = CAMEL_MIME_PART (message); CamelDataWrapper *mail_text; CamelMultipart *body = camel_multipart_new (); - CamelStream *stream; + CamelStream *stream; CamelMimePart *part; int count1 = 0, string_changed = 0; const char *cur; @@ -871,8 +871,8 @@ edit_message (CamelMimeMessage *message, CamelFolder *drafts, const char *uid) } g_strfreev(temp_str); - } - else + } + else cur++; } @@ -887,7 +887,7 @@ edit_message (CamelMimeMessage *message, CamelFolder *drafts, const char *uid) mail_text = camel_data_wrapper_new (); camel_data_wrapper_set_mime_type_field (mail_text, type); - + camel_stream_printf (stream, "%s", g_strdup(str)); camel_data_wrapper_construct_from_stream (mail_text, stream); @@ -904,9 +904,9 @@ edit_message (CamelMimeMessage *message, CamelFolder *drafts, const char *uid) camel_object_unref (body); } } - + composer = e_msg_composer_new_with_message (message); - + if (em_utils_folder_is_drafts (drafts, NULL)) { struct emcs_t *emcs; @@ -935,7 +935,7 @@ em_utils_edit_message (CamelMimeMessage *message, CamelFolder *folder) if (folder) edit_message (message, folder, NULL); else - edit_message (message, NULL, NULL); + edit_message (message, NULL, NULL); } static void @@ -1057,7 +1057,7 @@ forward_attached_cb (CamelFolder *folder, GPtrArray *messages, CamelMimePart *pa if (part) forward_attached (folder, fad->uids, messages, part, subject, fad->fromuri); - + g_free (fad->fromuri); g_free (fad); } @@ -1816,7 +1816,10 @@ guess_account (CamelMimeMessage *message, CamelFolder *folder) EAccount *account = NULL; const char *tmp; int i, j; - char *types[2] = { CAMEL_RECIPIENT_TYPE_TO, CAMEL_RECIPIENT_TYPE_CC }; + const gchar *types[2] = { + CAMEL_RECIPIENT_TYPE_TO, + CAMEL_RECIPIENT_TYPE_CC + }; /* check for newsgroup header */ if (folder @@ -2272,7 +2275,7 @@ em_utils_construct_composer_text (CamelMimeMessage *message, EMFormat *source) char *text, *credits; ssize_t len = 0; gboolean start_bottom = 0; - + credits = attribution_format (ATTRIBUTION, message); text = em_utils_message_to_html (message, credits, EM_FORMAT_QUOTE_CITE, &len, source, start_bottom ? "<BR>" : NULL); diff --git a/mail/em-composer-utils.h b/mail/em-composer-utils.h index 37fd185eaa..8ee05a50b5 100644 --- a/mail/em-composer-utils.h +++ b/mail/em-composer-utils.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -42,7 +42,7 @@ struct _EAccount; struct _EDestination; void em_utils_compose_new_message (const char *fromuri); -struct _EMsgComposer * em_utils_compose_lite_new_message (const char *fromuri); +struct _EMsgComposer * em_utils_compose_lite_new_message (const char *fromuri); /* FIXME: mailto? url? should make up its mind what its called. imho use 'uri' */ void em_utils_compose_new_message_with_mailto (const char *url, const char *fromuri); diff --git a/mail/em-config.c b/mail/em-config.c index 94df437519..160cec851e 100644 --- a/mail/em-config.c +++ b/mail/em-config.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-config.h b/mail/em-config.h index ba19bb1c37..5f895305b0 100644 --- a/mail/em-config.h +++ b/mail/em-config.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-event.c b/mail/em-event.c index 8a027cce98..b415d5f8a0 100644 --- a/mail/em-event.c +++ b/mail/em-event.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-event.h b/mail/em-event.h index 21df1df42d..7c2c4c639d 100644 --- a/mail/em-event.h +++ b/mail/em-event.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-filter-context.c b/mail/em-filter-context.c index b0f82a7dad..a2a699a36f 100644 --- a/mail/em-filter-context.c +++ b/mail/em-filter-context.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-filter-context.h b/mail/em-filter-context.h index 6b2e4f18fd..56f11a3d81 100644 --- a/mail/em-filter-context.h +++ b/mail/em-filter-context.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-filter-editor.c b/mail/em-filter-editor.c index 4a92a65c58..4f68cf47df 100644 --- a/mail/em-filter-editor.c +++ b/mail/em-filter-editor.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -141,7 +141,7 @@ select_source (GtkComboBox *combobox, EMFilterEditor *fe) idx = gtk_combo_box_get_active (combobox); sources = g_object_get_data (G_OBJECT (combobox), "sources"); - + g_return_if_fail (idx >= 0 && idx < g_slist_length (sources)); source = (char *)g_slist_nth (sources, idx); diff --git a/mail/em-filter-editor.h b/mail/em-filter-editor.h index b0ee632779..8d9926b873 100644 --- a/mail/em-filter-editor.h +++ b/mail/em-filter-editor.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -40,8 +40,8 @@ typedef struct _EMFilterEditorClass EMFilterEditorClass; typedef struct _EMFilterSource EMFilterSource; struct _EMFilterSource { - char *source; - char *name; + const gchar *source; + const gchar *name; }; struct _EMFilterEditor { diff --git a/mail/em-filter-folder-element.c b/mail/em-filter-folder-element.c index 61051106d1..7b49df8a15 100644 --- a/mail/em-filter-folder-element.c +++ b/mail/em-filter-folder-element.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-filter-folder-element.h b/mail/em-filter-folder-element.h index 8f9a2d8b4e..0d7d3b50b2 100644 --- a/mail/em-filter-folder-element.h +++ b/mail/em-filter-folder-element.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-filter-rule.c b/mail/em-filter-rule.c index 45dd78c708..583f82977c 100644 --- a/mail/em-filter-rule.c +++ b/mail/em-filter-rule.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -496,7 +496,7 @@ more_parts(GtkWidget *button, struct _rule_data *data) adjustment = gtk_scrolled_window_get_vadjustment (GTK_SCROLLED_WINDOW (w)); if (adjustment) gtk_adjustment_set_value (adjustment, adjustment->upper); - + } } } diff --git a/mail/em-filter-rule.h b/mail/em-filter-rule.h index 49e71850d6..6ddaddc8d2 100644 --- a/mail/em-filter-rule.h +++ b/mail/em-filter-rule.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-filter-source-element.c b/mail/em-filter-source-element.c index e35871638f..23a1b762cd 100644 --- a/mail/em-filter-source-element.c +++ b/mail/em-filter-source-element.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-filter-source-element.h b/mail/em-filter-source-element.h index 3204b636a0..ac9a1ff911 100644 --- a/mail/em-filter-source-element.h +++ b/mail/em-filter-source-element.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-folder-browser.c b/mail/em-folder-browser.c index 989206ae36..6a8a67b454 100644 --- a/mail/em-folder-browser.c +++ b/mail/em-folder-browser.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -129,7 +129,7 @@ struct _EMFolderBrowserPrivate { typedef struct EMFBSearchBarItem { ESearchBarItem search; - char *image; + const gchar *image; } EMFBSearchBarItem; static void emfb_activate(EMFolderView *emfv, BonoboUIComponent *uic, int state); @@ -183,7 +183,7 @@ static ESearchBarItem emfb_search_items[] = { E_FILTERBAR_SAVE, E_FILTERBAR_EDIT, { NULL, 0, 0 }, - { N_("C_reate Search Folder From Search..."), ESB_SAVE, 0}, + { (gchar *) N_("C_reate Search Folder From Search..."), ESB_SAVE, 0}, { NULL, -1, 0 } }; @@ -603,7 +603,8 @@ emfb_search_search_activated(ESearchBar *esb, EMFolderBrowser *emfb) { EMFolderView *emfv = (EMFolderView *) emfb; EFilterBar *efb = (EFilterBar *)esb; - char *search_state = NULL, *view_sexp, *folder_uri=NULL; + const gchar *view_sexp; + char *search_state = NULL, *folder_uri=NULL; char *word = NULL, *storeuri = NULL, *search_word = NULL; gint id, i; CamelFolder *folder; @@ -792,7 +793,6 @@ emfb_search_search_activated(ESearchBar *esb, EMFolderBrowser *emfb) g_free (word); g_free (search_word); - g_free (view_sexp); camel_exception_free (ex); } diff --git a/mail/em-folder-browser.h b/mail/em-folder-browser.h index 75dbe975b5..e2c74ecf17 100644 --- a/mail/em-folder-browser.h +++ b/mail/em-folder-browser.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-folder-properties.c b/mail/em-folder-properties.c index c8b56b2c3c..c22987b37c 100644 --- a/mail/em-folder-properties.c +++ b/mail/em-folder-properties.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -241,7 +241,7 @@ emfp_get_folder_item(EConfig *ec, EConfigItem *item, struct _GtkWidget *parent, gtk_misc_set_alignment ((GtkMisc *) label, 0.0, 0.5); gtk_widget_show (label); gtk_table_attach ((GtkTable *) table, label, 0, 1, row, row + 1, GTK_FILL, 0, 0, 0); - + w = gtk_spin_button_new_with_range (G_MININT, G_MAXINT, 1.0); gtk_spin_button_set_value ((GtkSpinButton *) w, (double) prop_data->argv->argv[i].ca_int); gtk_spin_button_set_numeric ((GtkSpinButton *) w, TRUE); @@ -255,7 +255,7 @@ emfp_get_folder_item(EConfig *ec, EConfigItem *item, struct _GtkWidget *parent, gtk_misc_set_alignment ((GtkMisc *) label, 0.0, 0.5); gtk_widget_show (label); gtk_table_attach ((GtkTable *) table, label, 0, 1, row, row + 1, GTK_FILL, 0, 0, 0); - + w = gtk_spin_button_new_with_range (G_MININT, G_MAXINT, 1.0); gtk_spin_button_set_value ((GtkSpinButton *) w, prop_data->argv->argv[i].ca_double); gtk_spin_button_set_numeric ((GtkSpinButton *) w, TRUE); @@ -280,10 +280,10 @@ emfp_get_folder_item(EConfig *ec, EConfigItem *item, struct _GtkWidget *parent, #define EMFP_FOLDER_SECTION (2) static EMConfigItem emfp_items[] = { - { E_CONFIG_BOOK, "", NULL }, - { E_CONFIG_PAGE, "00.general", N_("General") }, - { E_CONFIG_SECTION, "00.general/00.folder", NULL /* set by code */ }, - { E_CONFIG_ITEM, "00.general/00.folder/00.info", NULL, emfp_get_folder_item }, + { E_CONFIG_BOOK, (gchar *) "", NULL }, + { E_CONFIG_PAGE, (gchar *) "00.general", (gchar *) N_("General") }, + { E_CONFIG_SECTION, (gchar *) "00.general/00.folder", NULL /* set by code */ }, + { E_CONFIG_ITEM, (gchar *) "00.general/00.folder/00.info", NULL, emfp_get_folder_item }, }; static gboolean emfp_items_translated = FALSE; diff --git a/mail/em-folder-properties.h b/mail/em-folder-properties.h index 35d80c293b..330be151a3 100644 --- a/mail/em-folder-properties.h +++ b/mail/em-folder-properties.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-folder-selection-button.c b/mail/em-folder-selection-button.c index e078f44f16..27b1f1b08b 100644 --- a/mail/em-folder-selection-button.c +++ b/mail/em-folder-selection-button.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-folder-selection-button.h b/mail/em-folder-selection-button.h index a8b009b1c0..391b6b1dbd 100644 --- a/mail/em-folder-selection-button.h +++ b/mail/em-folder-selection-button.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-folder-selection.c b/mail/em-folder-selection.c index ba63d19082..07c0bfdcff 100644 --- a/mail/em-folder-selection.c +++ b/mail/em-folder-selection.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-folder-selection.h b/mail/em-folder-selection.h index 78cd300410..25c35d254b 100644 --- a/mail/em-folder-selection.h +++ b/mail/em-folder-selection.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-folder-selector.c b/mail/em-folder-selector.c index 1f5140701a..e04460b7ac 100644 --- a/mail/em-folder-selector.c +++ b/mail/em-folder-selector.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-folder-selector.h b/mail/em-folder-selector.h index ee8fc2856f..5d13f10cb9 100644 --- a/mail/em-folder-selector.h +++ b/mail/em-folder-selector.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-folder-tree-model.c b/mail/em-folder-tree-model.c index abdd3c8b6f..c0e3f2bb68 100644 --- a/mail/em-folder-tree-model.c +++ b/mail/em-folder-tree-model.c @@ -98,6 +98,8 @@ enum { LAST_SIGNAL }; +extern CamelStore *vfolder_store; + static gpointer parent_class; static guint signals[LAST_SIGNAL]; @@ -155,7 +157,6 @@ folder_tree_model_sort (GtkTreeModel *model, GtkTreeIter *b, gpointer user_data) { - extern CamelStore *vfolder_store; char *aname, *bname; CamelStore *store; gboolean is_store; diff --git a/mail/em-folder-tree-model.h b/mail/em-folder-tree-model.h index 733c940951..8758b8dc9e 100644 --- a/mail/em-folder-tree-model.h +++ b/mail/em-folder-tree-model.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-folder-tree.c b/mail/em-folder-tree.c index 07aedc2c8c..f4980dc8e7 100644 --- a/mail/em-folder-tree.c +++ b/mail/em-folder-tree.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -140,15 +140,15 @@ enum DndDropType { }; static GtkTargetEntry drag_types[] = { - { "x-folder", 0, DND_DRAG_TYPE_FOLDER }, - { "text/uri-list", 0, DND_DRAG_TYPE_TEXT_URI_LIST }, + { (gchar *) "x-folder", 0, DND_DRAG_TYPE_FOLDER }, + { (gchar *) "text/uri-list", 0, DND_DRAG_TYPE_TEXT_URI_LIST }, }; static GtkTargetEntry drop_types[] = { - { "x-uid-list" , 0, DND_DROP_TYPE_UID_LIST }, - { "x-folder", 0, DND_DROP_TYPE_FOLDER }, - { "message/rfc822", 0, DND_DROP_TYPE_MESSAGE_RFC822 }, - { "text/uri-list", 0, DND_DROP_TYPE_TEXT_URI_LIST }, + { (gchar *) "x-uid-list" , 0, DND_DROP_TYPE_UID_LIST }, + { (gchar *) "x-folder", 0, DND_DROP_TYPE_FOLDER }, + { (gchar *) "message/rfc822", 0, DND_DROP_TYPE_MESSAGE_RFC822 }, + { (gchar *) "text/uri-list", 0, DND_DROP_TYPE_TEXT_URI_LIST }, }; static GdkAtom drag_atoms[NUM_DRAG_TYPES]; @@ -157,6 +157,7 @@ static GdkAtom drop_atoms[NUM_DROP_TYPES]; static guint signals[LAST_SIGNAL] = { 0 }; extern CamelSession *session; +extern CamelStore *vfolder_store; static gboolean emft_save_state (EMFolderTree *emft); static void emft_queue_save_state (EMFolderTree *emft); @@ -544,7 +545,6 @@ emft_expand_node (EMFolderTreeModel *model, const char *key, EMFolderTree *emft) { struct _EMFolderTreePrivate *priv = emft->priv; struct _EMFolderTreeModelStoreInfo *si; - extern CamelStore *vfolder_store; EMailShellBackend *mail_shell_backend; GtkTreeRowReference *row; GtkTreeView *tree_view; @@ -946,12 +946,12 @@ emft_drop_popup_cancel(EPopup *ep, EPopupItem *item, void *data) } static EPopupItem emft_drop_popup_menu[] = { - { E_POPUP_ITEM, "00.emc.00", N_("_Copy to Folder"), emft_drop_popup_copy, NULL, NULL, 1 }, - { E_POPUP_ITEM, "00.emc.01", N_("_Move to Folder"), emft_drop_popup_move, NULL, NULL, 1 }, - { E_POPUP_ITEM, "00.emc.02", N_("_Copy"), emft_drop_popup_copy, NULL, "folder-copy", 2 }, - { E_POPUP_ITEM, "00.emc.03", N_("_Move"), emft_drop_popup_move, NULL, "folder-move", 2 }, - { E_POPUP_BAR, "10.emc" }, - { E_POPUP_ITEM, "99.emc.00", N_("Cancel _Drag"), emft_drop_popup_cancel, NULL, "dialog-cancel", 0 }, + { E_POPUP_ITEM, (gchar *) "00.emc.00", (gchar *) N_("_Copy to Folder"), emft_drop_popup_copy, NULL, NULL, 1 }, + { E_POPUP_ITEM, (gchar *) "00.emc.01", (gchar *) N_("_Move to Folder"), emft_drop_popup_move, NULL, NULL, 1 }, + { E_POPUP_ITEM, (gchar *) "00.emc.02", (gchar *) N_("_Copy"), emft_drop_popup_copy, NULL, (gchar *) "folder-copy", 2 }, + { E_POPUP_ITEM, (gchar *) "00.emc.03", (gchar *) N_("_Move"), emft_drop_popup_move, NULL, (gchar *) "folder-move", 2 }, + { E_POPUP_BAR, (gchar *) "10.emc" }, + { E_POPUP_ITEM, (gchar *) "99.emc.00", (gchar *) N_("Cancel _Drag"), emft_drop_popup_cancel, NULL, (gchar *) "dialog-cancel", 0 }, }; static void @@ -1756,7 +1756,7 @@ emft_get_folder_info__done (struct _EMFolderTreeGetFolderInfo *m) /* Traverse to the last valid iter */ titer = iter; - while (gtk_tree_model_iter_next((GtkTreeModel *) model, &iter)) + while (gtk_tree_model_iter_next((GtkTreeModel *) model, &iter)) titer = iter; /* Preserve the last valid iter */ iter = titer; diff --git a/mail/em-folder-tree.h b/mail/em-folder-tree.h index 232a15e59a..7b148d424b 100644 --- a/mail/em-folder-tree.h +++ b/mail/em-folder-tree.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-folder-utils.c b/mail/em-folder-utils.c index 510bcf782e..2b319ff360 100644 --- a/mail/em-folder-utils.c +++ b/mail/em-folder-utils.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -270,7 +270,7 @@ emfu_copy_folder_selected (const char *uri, void *data) struct _copy_folder_data *cfd = data; CamelStore *fromstore = NULL, *tostore = NULL; CamelStore *local_store; - char *tobase = NULL; + const gchar *tobase = NULL; CamelException ex; CamelURL *url; @@ -412,8 +412,8 @@ em_folder_utils_delete_folder (CamelFolder *folder) em_utils_show_error_silent (dialog); return; } - - if (mail_folder_cache_get_folder_info_flags (folder, &flags) && (flags & CAMEL_FOLDER_SYSTEM)) + + if (mail_folder_cache_get_folder_info_flags (folder, &flags) && (flags & CAMEL_FOLDER_SYSTEM)) { e_error_run(NULL,"mail:no-delete-special-folder", folder->name, NULL); return; diff --git a/mail/em-folder-utils.h b/mail/em-folder-utils.h index deed1407e9..f78dbbcd66 100644 --- a/mail/em-folder-utils.h +++ b/mail/em-folder-utils.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-folder-view.c b/mail/em-folder-view.c index 8da3b5dc98..b72e187365 100644 --- a/mail/em-folder-view.c +++ b/mail/em-folder-view.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -127,7 +127,7 @@ static const EMFolderViewEnable emfv_enable_map[] = { // { "MessageFilterJunk", EM_POPUP_SELECT_MANY }, // { "MessageCopy", EM_POPUP_SELECT_MANY }, // { "MessageDelete", EM_POPUP_SELECT_MANY|EM_POPUP_SELECT_DELETE }, -// { "MessageDeleteKey", EM_POPUP_SELECT_MANY}, +// { "MessageDeleteKey", EM_POPUP_SELECT_MANY}, // { "MessageForward", EM_POPUP_SELECT_MANY }, // { "MessageForwardAttached", EM_POPUP_SELECT_MANY }, // { "MessageForwardInline", EM_POPUP_SELECT_ONE }, @@ -197,6 +197,8 @@ enum { LAST_SIGNAL }; +extern CamelSession *session; + static guint signals[LAST_SIGNAL]; static void @@ -204,7 +206,6 @@ emfv_init(GObject *o) { EMFolderView *emfv = (EMFolderView *)o; struct _EMFolderViewPrivate *p; - extern CamelSession *session; // gtk_box_set_homogeneous (GTK_BOX (emfv), FALSE); // @@ -757,11 +758,11 @@ emp_uri_popup_link_copy(EPopup *ep, EPopupItem *pitem, void *data) } static EPopupItem emfv_uri_popups[] = { - { E_POPUP_ITEM, "00.uri.15", N_("_Copy Link Location"), emp_uri_popup_link_copy, NULL, "edit-copy", EM_POPUP_URI_NOT_MAILTO }, + { E_POPUP_ITEM, (gchar *) "00.uri.15", (gchar *) N_("_Copy Link Location"), emp_uri_popup_link_copy, NULL, (gchar *) "edit-copy", EM_POPUP_URI_NOT_MAILTO }, - { E_POPUP_SUBMENU, "99.uri.00", N_("Create _Search Folder"), NULL, NULL, NULL, EM_POPUP_URI_MAILTO }, - { E_POPUP_ITEM, "99.uri.00/00.10", N_("_From this Address"), emp_uri_popup_vfolder_sender, NULL, NULL, EM_POPUP_URI_MAILTO }, - { E_POPUP_ITEM, "99.uri.00/00.00", N_("_To this Address"), emp_uri_popup_vfolder_recipient, NULL, NULL, EM_POPUP_URI_MAILTO }, + { E_POPUP_SUBMENU, (gchar *) "99.uri.00", (gchar *) N_("Create _Search Folder"), NULL, NULL, NULL, EM_POPUP_URI_MAILTO }, + { E_POPUP_ITEM, (gchar *) "99.uri.00/00.10", (gchar *) N_("_From this Address"), emp_uri_popup_vfolder_sender, NULL, NULL, EM_POPUP_URI_MAILTO }, + { E_POPUP_ITEM, (gchar *) "99.uri.00/00.00", (gchar *) N_("_To this Address"), emp_uri_popup_vfolder_recipient, NULL, NULL, EM_POPUP_URI_MAILTO }, }; static void @@ -957,7 +958,7 @@ emfv_format_popup_event(EMFormatHTMLDisplay *efhd, GdkEventButton *event, const if (!main_emp) main_emp = emp; } - + if (event == NULL) gtk_menu_popup (menu, NULL, NULL, NULL, NULL, 0, gtk_get_current_event_time()); else diff --git a/mail/em-folder-view.h b/mail/em-folder-view.h index 70c6c4335e..f55fda2c81 100644 --- a/mail/em-folder-view.h +++ b/mail/em-folder-view.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-format-hook.c b/mail/em-format-hook.c index 60881396c2..9fec654ae5 100644 --- a/mail/em-format-hook.c +++ b/mail/em-format-hook.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-format-hook.h b/mail/em-format-hook.h index 4c7dc16517..6fed1b1088 100644 --- a/mail/em-format-hook.h +++ b/mail/em-format-hook.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 1cc7d43175..1cfe836e76 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -718,31 +718,31 @@ efhd_image(EMFormatHTML *efh, CamelStream *stream, CamelMimePart *part, EMFormat /* ********************************************************************** */ static EMFormatHandler type_builtin_table[] = { - { "image/gif", (EMFormatFunc)efhd_image }, - { "image/jpeg", (EMFormatFunc)efhd_image }, - { "image/png", (EMFormatFunc)efhd_image }, - { "image/x-png", (EMFormatFunc)efhd_image }, - { "image/tiff", (EMFormatFunc)efhd_image }, - { "image/x-bmp", (EMFormatFunc)efhd_image }, - { "image/bmp", (EMFormatFunc)efhd_image }, - { "image/svg", (EMFormatFunc)efhd_image }, - { "image/x-cmu-raster", (EMFormatFunc)efhd_image }, - { "image/x-ico", (EMFormatFunc)efhd_image }, - { "image/x-portable-anymap", (EMFormatFunc)efhd_image }, - { "image/x-portable-bitmap", (EMFormatFunc)efhd_image }, - { "image/x-portable-graymap", (EMFormatFunc)efhd_image }, - { "image/x-portable-pixmap", (EMFormatFunc)efhd_image }, - { "image/x-xpixmap", (EMFormatFunc)efhd_image }, + { (gchar *) "image/gif", (EMFormatFunc)efhd_image }, + { (gchar *) "image/jpeg", (EMFormatFunc)efhd_image }, + { (gchar *) "image/png", (EMFormatFunc)efhd_image }, + { (gchar *) "image/x-png", (EMFormatFunc)efhd_image }, + { (gchar *) "image/tiff", (EMFormatFunc)efhd_image }, + { (gchar *) "image/x-bmp", (EMFormatFunc)efhd_image }, + { (gchar *) "image/bmp", (EMFormatFunc)efhd_image }, + { (gchar *) "image/svg", (EMFormatFunc)efhd_image }, + { (gchar *) "image/x-cmu-raster", (EMFormatFunc)efhd_image }, + { (gchar *) "image/x-ico", (EMFormatFunc)efhd_image }, + { (gchar *) "image/x-portable-anymap", (EMFormatFunc)efhd_image }, + { (gchar *) "image/x-portable-bitmap", (EMFormatFunc)efhd_image }, + { (gchar *) "image/x-portable-graymap", (EMFormatFunc)efhd_image }, + { (gchar *) "image/x-portable-pixmap", (EMFormatFunc)efhd_image }, + { (gchar *) "image/x-xpixmap", (EMFormatFunc)efhd_image }, /* This is where one adds those busted, non-registered types, that some idiot mailer writers out there decide to pull out of their proverbials at random. */ - { "image/jpg", (EMFormatFunc)efhd_image }, - { "image/pjpeg", (EMFormatFunc)efhd_image }, + { (gchar *) "image/jpg", (EMFormatFunc)efhd_image }, + { (gchar *) "image/pjpeg", (EMFormatFunc)efhd_image }, - { "x-evolution/message/prefix", (EMFormatFunc)efhd_message_prefix }, - { "x-evolution/message/post-header", (EMFormatFunc)efhd_message_add_bar }, + { (gchar *) "x-evolution/message/prefix", (EMFormatFunc)efhd_message_prefix }, + { (gchar *) "x-evolution/message/post-header", (EMFormatFunc)efhd_message_add_bar } }; static void @@ -884,11 +884,11 @@ efhd_image_unfit(EPopup *ep, EPopupItem *item, void *data) } static EPopupItem efhd_menu_items[] = { - { E_POPUP_BAR, "05.display", }, - { E_POPUP_ITEM, "05.display.00", N_("_View Inline"), efhd_attachment_show }, - { E_POPUP_ITEM, "05.display.00", N_("_Hide"), efhd_attachment_show }, - { E_POPUP_ITEM, "05.display.01", N_("_Fit to Width"), efhd_image_fit, NULL, NULL, EM_POPUP_PART_IMAGE }, - { E_POPUP_ITEM, "05.display.01", N_("Show _Original Size"), efhd_image_unfit, NULL, NULL, EM_POPUP_PART_IMAGE }, + { E_POPUP_BAR, (gchar *) "05.display" }, + { E_POPUP_ITEM, (gchar *) "05.display.00", (gchar *) N_("_View Inline"), efhd_attachment_show }, + { E_POPUP_ITEM, (gchar *) "05.display.00", (gchar *) N_("_Hide"), efhd_attachment_show }, + { E_POPUP_ITEM, (gchar *) "05.display.01", (gchar *) N_("_Fit to Width"), efhd_image_fit, NULL, NULL, EM_POPUP_PART_IMAGE }, + { E_POPUP_ITEM, (gchar *) "05.display.01", (gchar *) N_("Show _Original Size"), efhd_image_unfit, NULL, NULL, EM_POPUP_PART_IMAGE }, }; static void @@ -1148,7 +1148,7 @@ efhd_attachment_image(EMFormatHTML *efh, GtkHTMLEmbedded *eb, EMFormatHTMLPObjec GdkPixbuf *pixbuf; GtkTargetEntry drag_types[] = { { NULL, 0, 0 }, - { "text/uri-list", 0, 1 }, + { (gchar *) "text/uri-list", 0, 1 }, }; char *simple_type; diff --git a/mail/em-format-html-display.h b/mail/em-format-html-display.h index 7554053e37..4626598cb5 100644 --- a/mail/em-format-html-display.h +++ b/mail/em-format-html-display.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/em-format-html-print.c b/mail/em-format-html-print.c index 137711dbb7..88bcb10dac 100644 --- a/mail/em-format-html-print.c +++ b/mail/em-format-html-print.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-format-html-print.h b/mail/em-format-html-print.h index ef25b63033..2abdc82178 100644 --- a/mail/em-format-html-print.h +++ b/mail/em-format-html-print.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ diff --git a/mail/em-format-html.c b/mail/em-format-html.c index cbf90a9214..6bc4a79794 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -978,7 +978,6 @@ em_format_html_get_color (EMFormatHTML *efh, GdkColor *format_color; g_return_if_fail (EM_IS_FORMAT_HTML (efh)); - g_return_if_fail (type >= 0); g_return_if_fail (type < EM_FORMAT_HTML_NUM_COLOR_TYPES); g_return_if_fail (color != NULL); @@ -998,7 +997,6 @@ em_format_html_set_color (EMFormatHTML *efh, const gchar *property_name; g_return_if_fail (EM_IS_FORMAT_HTML (efh)); - g_return_if_fail (type >= 0); g_return_if_fail (type < EM_FORMAT_HTML_NUM_COLOR_TYPES); g_return_if_fail (color != NULL); @@ -2014,40 +2012,40 @@ efh_image(EMFormatHTML *efh, CamelStream *stream, CamelMimePart *part, EMFormatH } static EMFormatHandler type_builtin_table[] = { - { "image/gif", (EMFormatFunc)efh_image }, - { "image/jpeg", (EMFormatFunc)efh_image }, - { "image/png", (EMFormatFunc)efh_image }, - { "image/x-png", (EMFormatFunc)efh_image }, - { "image/tiff", (EMFormatFunc)efh_image }, - { "image/x-bmp", (EMFormatFunc)efh_image }, - { "image/bmp", (EMFormatFunc)efh_image }, - { "image/svg", (EMFormatFunc)efh_image }, - { "image/x-cmu-raster", (EMFormatFunc)efh_image }, - { "image/x-ico", (EMFormatFunc)efh_image }, - { "image/x-portable-anymap", (EMFormatFunc)efh_image }, - { "image/x-portable-bitmap", (EMFormatFunc)efh_image }, - { "image/x-portable-graymap", (EMFormatFunc)efh_image }, - { "image/x-portable-pixmap", (EMFormatFunc)efh_image }, - { "image/x-xpixmap", (EMFormatFunc)efh_image }, - { "text/enriched", (EMFormatFunc)efh_text_enriched }, - { "text/plain", (EMFormatFunc)efh_text_plain }, - { "text/html", (EMFormatFunc)efh_text_html }, - { "text/richtext", (EMFormatFunc)efh_text_enriched }, - { "text/*", (EMFormatFunc)efh_text_plain }, - { "message/external-body", (EMFormatFunc)efh_message_external }, - { "message/delivery-status", (EMFormatFunc)efh_message_deliverystatus }, - { "multipart/related", (EMFormatFunc)efh_multipart_related }, + { (gchar *) "image/gif", (EMFormatFunc)efh_image }, + { (gchar *) "image/jpeg", (EMFormatFunc)efh_image }, + { (gchar *) "image/png", (EMFormatFunc)efh_image }, + { (gchar *) "image/x-png", (EMFormatFunc)efh_image }, + { (gchar *) "image/tiff", (EMFormatFunc)efh_image }, + { (gchar *) "image/x-bmp", (EMFormatFunc)efh_image }, + { (gchar *) "image/bmp", (EMFormatFunc)efh_image }, + { (gchar *) "image/svg", (EMFormatFunc)efh_image }, + { (gchar *) "image/x-cmu-raster", (EMFormatFunc)efh_image }, + { (gchar *) "image/x-ico", (EMFormatFunc)efh_image }, + { (gchar *) "image/x-portable-anymap", (EMFormatFunc)efh_image }, + { (gchar *) "image/x-portable-bitmap", (EMFormatFunc)efh_image }, + { (gchar *) "image/x-portable-graymap", (EMFormatFunc)efh_image }, + { (gchar *) "image/x-portable-pixmap", (EMFormatFunc)efh_image }, + { (gchar *) "image/x-xpixmap", (EMFormatFunc)efh_image }, + { (gchar *) "text/enriched", (EMFormatFunc)efh_text_enriched }, + { (gchar *) "text/plain", (EMFormatFunc)efh_text_plain }, + { (gchar *) "text/html", (EMFormatFunc)efh_text_html }, + { (gchar *) "text/richtext", (EMFormatFunc)efh_text_enriched }, + { (gchar *) "text/*", (EMFormatFunc)efh_text_plain }, + { (gchar *) "message/external-body", (EMFormatFunc)efh_message_external }, + { (gchar *) "message/delivery-status", (EMFormatFunc)efh_message_deliverystatus }, + { (gchar *) "multipart/related", (EMFormatFunc)efh_multipart_related }, /* This is where one adds those busted, non-registered types, that some idiot mailer writers out there decide to pull out of their proverbials at random. */ - { "image/jpg", (EMFormatFunc)efh_image }, - { "image/pjpeg", (EMFormatFunc)efh_image }, + { (gchar *) "image/jpg", (EMFormatFunc)efh_image }, + { (gchar *) "image/pjpeg", (EMFormatFunc)efh_image }, /* special internal types */ - { "x-evolution/message/rfc822", (EMFormatFunc)efh_format_message } + { (gchar *) "x-evolution/message/rfc822", (EMFormatFunc)efh_format_message } }; static void @@ -2071,18 +2069,18 @@ efh_format_text_header (EMFormatHTML *emfh, CamelStream *stream, const char *lab const char *fmt, *html; char *mhtml = NULL; gboolean is_rtl; - + if (value == NULL) return; while (*value == ' ') value++; - + if (!(flags & EM_FORMAT_HTML_HEADER_HTML)) html = mhtml = camel_text_to_html (value, emfh->text_html_flags, 0); - else + else html = value; - + is_rtl = gtk_widget_get_default_direction () == GTK_TEXT_DIR_RTL; if (emfh->simple_headers) { fmt = "<b>%s</b>: %s<br>"; @@ -2099,7 +2097,7 @@ efh_format_text_header (EMFormatHTML *emfh, CamelStream *stream, const char *lab else fmt = "<tr><th align=\"right\" valign=\"top\" nowrap>%s<b> </b></th><td valign=top>%s</td></tr>"; } else { - + if (flags & EM_FORMAT_HEADER_BOLD) { if (is_rtl) fmt = "<tr><td align=\"right\" valign=\"top\" width=\"100%%\">%2$s</td><th align=\"left\" nowrap>%1$s:<b> </b></th></tr>"; @@ -2118,7 +2116,7 @@ efh_format_text_header (EMFormatHTML *emfh, CamelStream *stream, const char *lab g_free(mhtml); } -static char *addrspec_hdrs[] = { +static const gchar *addrspec_hdrs[] = { "Sender", "From", "Reply-To", "To", "Cc", "Bcc", "Resent-Sender", "Resent-From", "Resent-Reply-To", "Resent-To", "Resent-Cc", "Resent-Bcc", NULL @@ -2238,22 +2236,22 @@ static void canon_header_name (char *name) { char *inptr = name; - + /* canonicalise the header name... first letter is * capitalised and any letter following a '-' also gets * capitalised */ - + if (*inptr >= 'a' && *inptr <= 'z') *inptr -= 0x20; - + inptr++; - + while (*inptr) { if (inptr[-1] == '-' && *inptr >= 'a' && *inptr <= 'z') *inptr -= 0x20; else if (*inptr >= 'A' && *inptr <= 'Z') *inptr += 0x20; - + inptr++; } } @@ -2278,22 +2276,22 @@ efh_format_header(EMFormat *emf, CamelStream *stream, CamelMedium *part, struct break; } } - + label = _(name); - + if (addrspec) { struct _camel_header_address *addrs; GString *html; char *img; - + buf = camel_header_unfold (header->value); if (!(addrs = camel_header_address_decode (buf, emf->charset ? emf->charset : emf->default_charset))) { g_free (buf); return; } - + g_free (buf); - + html = g_string_new(""); img = efh_format_address(efh, html, addrs, (char *)label); @@ -2303,7 +2301,7 @@ efh_format_header(EMFormat *emf, CamelStream *stream, CamelMedium *part, struct flags |= EM_FORMAT_HTML_HEADER_NODEC; g_free (img); } - + camel_header_address_unref(addrs); txt = value = html->str; g_string_free(html, FALSE); @@ -2313,7 +2311,7 @@ efh_format_header(EMFormat *emf, CamelStream *stream, CamelMedium *part, struct buf = camel_header_unfold (header->value); txt = value = camel_header_decode_string (buf, charset); g_free (buf); - + flags |= EM_FORMAT_HEADER_BOLD; } else if (!strcmp(name, "X-evolution-mailer")) { /* pseudo-header */ @@ -2340,7 +2338,7 @@ efh_format_header(EMFormat *emf, CamelStream *stream, CamelMedium *part, struct if (msg_offset) { char buf[256], *html; - + msg_offset += (local.tm_hour * 60) + local.tm_min; if (msg_offset >= (24 * 60) || msg_offset < 0) { /* translators: strftime format for local time equivalent in Date header display, with day */ @@ -2353,27 +2351,27 @@ efh_format_header(EMFormat *emf, CamelStream *stream, CamelMedium *part, struct e_utf8_strftime(buf, sizeof(buf), msg, &local); g_free(msg); } - + html = camel_text_to_html(txt, efh->text_html_flags, 0); txt = value = g_strdup_printf("%s %s", html, buf); g_free(html); flags |= EM_FORMAT_HTML_HEADER_HTML; } - + flags |= EM_FORMAT_HEADER_BOLD; } else if (!strcmp(name, "Newsgroups")) { struct _camel_header_newsgroup *ng, *scan; GString *html; - + buf = camel_header_unfold (header->value); - + if (!(ng = camel_header_newsgroups_decode (buf))) { g_free (buf); return; } - + g_free (buf); - + html = g_string_new(""); scan = ng; while (scan) { @@ -2382,9 +2380,9 @@ efh_format_header(EMFormat *emf, CamelStream *stream, CamelMedium *part, struct if (scan) g_string_append_printf(html, ", "); } - + camel_header_newsgroups_free(ng); - + txt = html->str; g_string_free(html, FALSE); flags |= EM_FORMAT_HEADER_BOLD|EM_FORMAT_HTML_HEADER_HTML; @@ -2397,9 +2395,9 @@ efh_format_header(EMFormat *emf, CamelStream *stream, CamelMedium *part, struct txt = value = camel_header_decode_string (buf, charset); g_free (buf); } - + efh_format_text_header(efh, stream, label, txt, flags); - + g_free (value); g_free (str_field); } @@ -2421,7 +2419,7 @@ efh_format_headers(EMFormatHTML *efh, CamelStream *stream, CamelMedium *part) char *header_sender = NULL, *header_from = NULL, *name; gboolean mail_from_delegate = FALSE; const char *hdr_charset; - + if (!part) return; @@ -2436,9 +2434,9 @@ efh_format_headers(EMFormatHTML *efh, CamelStream *stream, CamelMedium *part) e_color_to_value ( &efh->priv->colors[ EM_FORMAT_HTML_COLOR_HEADER])); - + hdr_charset = emf->charset ? emf->charset : emf->default_charset; - + header = ((CamelMimePart *)part)->headers; while (header) { if (!g_ascii_strcasecmp (header->name, "Sender")) { @@ -2477,7 +2475,7 @@ efh_format_headers(EMFormatHTML *efh, CamelStream *stream, CamelMedium *part) header = header->next; } - + if (header_sender && header_from && mail_from_delegate) { camel_stream_printf(stream, "<tr><td><table border=1 width=\"100%%\" cellspacing=2 cellpadding=2><tr>"); if(gtk_widget_get_default_direction () == GTK_TEXT_DIR_RTL) @@ -2541,7 +2539,7 @@ efh_format_headers(EMFormatHTML *efh, CamelStream *stream, CamelMedium *part) if (!use_header) use_header = header; - xmailer.name = "X-Evolution-Mailer"; + xmailer.name = (gchar *) "X-Evolution-Mailer"; xmailer.value = use_header->value; mailer_shown = TRUE; @@ -2550,11 +2548,11 @@ efh_format_headers(EMFormatHTML *efh, CamelStream *stream, CamelMedium *part) have_icon = TRUE; } else if (!face_decoded && face && !g_ascii_strcasecmp (header->name, "Face")) { char *cp = header->value; - + /* Skip over spaces */ while (*cp == ' ') cp++; - + face_header_value = g_base64_decode (cp, &face_header_len); face_header_value = g_realloc (face_header_value, face_header_len + 1); face_header_value[face_header_len] = 0; diff --git a/mail/em-format-html.h b/mail/em-format-html.h index e20daaf5ab..3293318104 100644 --- a/mail/em-format-html.h +++ b/mail/em-format-html.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-html-stream.c b/mail/em-html-stream.c index 096e1c9aa5..c39e705b91 100644 --- a/mail/em-html-stream.c +++ b/mail/em-html-stream.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-html-stream.h b/mail/em-html-stream.h index 674cc590af..7bf79470dd 100644 --- a/mail/em-html-stream.h +++ b/mail/em-html-stream.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-icon-stream.c b/mail/em-icon-stream.c index 2e1a7ae2f6..b06145acc0 100644 --- a/mail/em-icon-stream.c +++ b/mail/em-icon-stream.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-icon-stream.h b/mail/em-icon-stream.h index f92bfefb54..321e0cacae 100644 --- a/mail/em-icon-stream.h +++ b/mail/em-icon-stream.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-inline-filter.c b/mail/em-inline-filter.c index 07dd55fa3a..26ae580dc8 100644 --- a/mail/em-inline-filter.c +++ b/mail/em-inline-filter.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-inline-filter.h b/mail/em-inline-filter.h index 062a590445..b6bc38502f 100644 --- a/mail/em-inline-filter.h +++ b/mail/em-inline-filter.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-junk-hook.c b/mail/em-junk-hook.c index c4ea8b16f3..f95685e351 100644 --- a/mail/em-junk-hook.c +++ b/mail/em-junk-hook.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-junk-hook.h b/mail/em-junk-hook.h index 70926b2f11..0e467a20bd 100644 --- a/mail/em-junk-hook.h +++ b/mail/em-junk-hook.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-mailer-prefs.c b/mail/em-mailer-prefs.c index 589576ab27..5123d3d49a 100644 --- a/mail/em-mailer-prefs.c +++ b/mail/em-mailer-prefs.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -233,7 +233,7 @@ jh_add_cb (GtkWidget *widget, gpointer user_data) gtk_box_pack_start ((GtkBox *)hbox, l2, FALSE, FALSE, 6); gtk_box_pack_start ((GtkBox *)hbox, entry2, FALSE, FALSE, 6); gtk_box_pack_start ((GtkBox *)vbox, hbox, FALSE, FALSE, 6); - + gtk_widget_show_all (vbox); gtk_container_add ((GtkContainer *)((GtkDialog *)dialog)->vbox, vbox); response = gtk_dialog_run ((GtkDialog *)dialog); @@ -242,9 +242,9 @@ jh_add_cb (GtkWidget *widget, gpointer user_data) const char *value = gtk_entry_get_text ((GtkEntry *)entry2); char *tok; GSList *list = gconf_client_get_list (prefs->gconf, "/apps/evolution/mail/junk/custom_header", GCONF_VALUE_STRING, NULL); - + /* FIXME: Validate the values */ - + tok = g_strdup_printf ("%s=%s", name, value); list = g_slist_append (list, tok); gconf_client_set_list (prefs->gconf, "/apps/evolution/mail/junk/custom_header", GCONF_VALUE_STRING, list, NULL); @@ -275,14 +275,14 @@ jh_remove_cb (GtkWidget *widget, gpointer user_data) while (node) { char *test; int len = strlen (name); - test = strncmp (node->data, name, len) == 0 ? node->data+len:NULL; + test = strncmp (node->data, name, len) == 0 ? (gchar *) node->data+len:NULL; if (test) { test++; if (strcmp (test, value) == 0) break; } - + prev = node; node = node->next; } @@ -705,22 +705,22 @@ emmp_widget_glade(EConfig *ec, EConfigItem *item, struct _GtkWidget *parent, str /* plugin meta-data */ static EMConfigItem emmp_items[] = { - { E_CONFIG_BOOK, "", "preferences_toplevel", emmp_widget_glade }, - { E_CONFIG_PAGE, "00.general", "vboxGeneral", emmp_widget_glade }, - { E_CONFIG_SECTION, "00.general/00.fonts", "vboxMessageFonts", emmp_widget_glade }, - { E_CONFIG_SECTION, "00.general/10.display", "vboxMessageDisplay", emmp_widget_glade }, - { E_CONFIG_SECTION, "00.general/20.delete", "vboxDeletingMail", emmp_widget_glade }, - { E_CONFIG_SECTION, "00.general/30.newmail", "vboxNewMailNotify", emmp_widget_glade }, - { E_CONFIG_PAGE, "10.html", "vboxHtmlMail", emmp_widget_glade }, - { E_CONFIG_SECTION, "10.html/00.general", "vbox173", emmp_widget_glade }, - { E_CONFIG_SECTION, "10.html/10.images", "vbox190", emmp_widget_glade }, - { E_CONFIG_PAGE, "20.labels", "frameColours", emmp_widget_glade }, + { E_CONFIG_BOOK, (gchar *) "", (gchar *) "preferences_toplevel", emmp_widget_glade }, + { E_CONFIG_PAGE, (gchar *) "00.general", (gchar *) "vboxGeneral", emmp_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "00.general/00.fonts", (gchar *) "vboxMessageFonts", emmp_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "00.general/10.display", (gchar *) "vboxMessageDisplay", emmp_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "00.general/20.delete", (gchar *) "vboxDeletingMail", emmp_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "00.general/30.newmail", (gchar *) "vboxNewMailNotify", emmp_widget_glade }, + { E_CONFIG_PAGE, (gchar *) "10.html", (gchar *) "vboxHtmlMail", emmp_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "10.html/00.general", (gchar *) "vbox173", emmp_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "10.html/10.images", (gchar *) "vbox190", emmp_widget_glade }, + { E_CONFIG_PAGE, (gchar *) "20.labels", (gchar *) "frameColours", emmp_widget_glade }, /* this is a table, so we can't use it { E_CONFIG_SECTION, "20.labels/00.labels", "tableColours", emmp_widget_glade }, */ - { E_CONFIG_PAGE, "30.headers", "vboxHeaderTab", emmp_widget_glade }, + { E_CONFIG_PAGE, (gchar *) "30.headers", (gchar *) "vboxHeaderTab", emmp_widget_glade }, /* no subvbox for section { E_CONFIG_PAGE, "30.headers/00.headers", "vbox199", emmp_widget_glade }, */ - { E_CONFIG_PAGE, "40.junk", "vbox161", emmp_widget_glade }, + { E_CONFIG_PAGE, (gchar *) "40.junk", (gchar *) "vbox161", emmp_widget_glade }, /* no subvbox for section { E_CONFIG_SECTION, "40.junk/00.general", xxx, emmp_widget_glade } */ - { E_CONFIG_SECTION, "40.junk/10.options", "vbox204", emmp_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "40.junk/10.options", (gchar *) "vbox204", emmp_widget_glade }, }; static void diff --git a/mail/em-mailer-prefs.h b/mail/em-mailer-prefs.h index c7dc6ac80a..fddc7cd4e1 100644 --- a/mail/em-mailer-prefs.h +++ b/mail/em-mailer-prefs.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -106,7 +106,7 @@ struct _EMMailerPrefs { /* Junk prefs */ GtkToggleButton *empty_junk; GtkComboBox *empty_junk_days; - + GtkToggleButton *sa_local_tests_only; GtkToggleButton *sa_use_daemon; GtkComboBox *default_junk_plugin; @@ -115,7 +115,7 @@ struct _EMMailerPrefs { GtkToggleButton *junk_header_check; GtkTreeView *junk_header_tree; - GtkListStore *junk_header_list_store; + GtkListStore *junk_header_list_store; GtkButton *junk_header_add; GtkButton *junk_header_remove; GtkToggleButton *junk_book_lookup; diff --git a/mail/em-menu.c b/mail/em-menu.c index fc2e43d455..b504bd3304 100644 --- a/mail/em-menu.c +++ b/mail/em-menu.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-menu.h b/mail/em-menu.h index 08467fefd8..cdcc12bcae 100644 --- a/mail/em-menu.h +++ b/mail/em-menu.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-network-prefs.c b/mail/em-network-prefs.c index 13f71b966e..f892849fae 100644 --- a/mail/em-network-prefs.c +++ b/mail/em-network-prefs.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -74,7 +74,7 @@ GType em_network_prefs_get_type (void) { static GType type = 0; - + if (!type) { static const GTypeInfo info = { sizeof (EMNetworkPrefsClass), @@ -85,10 +85,10 @@ em_network_prefs_get_type (void) 0, (GInstanceInitFunc) em_network_prefs_init, }; - + type = g_type_register_static (gtk_vbox_get_type (), "EMNetworkPrefs", &info, 0); } - + return type; } @@ -97,9 +97,9 @@ em_network_prefs_class_init (EMNetworkPrefsClass *klass) { GObjectClass *gobject_class = G_OBJECT_CLASS (klass); GtkObjectClass *object_class = GTK_OBJECT_CLASS (klass); - + parent_class = g_type_class_ref (gtk_vbox_get_type ()); - + object_class->destroy = em_network_prefs_destroy; gobject_class->finalize = em_network_prefs_finalise; } @@ -114,7 +114,7 @@ static void em_network_prefs_finalise (GObject *obj) { d(g_print ("Network preferences finalize is called\n")); - + /* do something here */ G_OBJECT_CLASS (parent_class)->finalize (obj); } @@ -131,7 +131,7 @@ static void toggle_button_toggled (GtkToggleButton *toggle, EMNetworkPrefs *prefs) { const char *key; - + key = g_object_get_data ((GObject *) toggle, "key"); gconf_client_set_bool (prefs->gconf, key, gtk_toggle_button_get_active (toggle), NULL); if (toggle == prefs->use_auth) { @@ -147,13 +147,13 @@ static void toggle_button_init (EMNetworkPrefs *prefs, GtkToggleButton *toggle, const char *key) { gboolean bool; - + bool = gconf_client_get_bool (prefs->gconf, key, NULL); gtk_toggle_button_set_active (toggle, bool); - + g_object_set_data ((GObject *) toggle, "key", (void *) key); g_signal_connect (toggle, "toggled", G_CALLBACK (toggle_button_toggled), prefs); - + if (!gconf_client_key_is_writable (prefs->gconf, key, NULL)) gtk_widget_set_sensitive ((GtkWidget *) toggle, FALSE); } @@ -174,9 +174,9 @@ emnp_set_sensitiveness (EMNetworkPrefs *prefs, NetworkConfigProxyType type, gboo gtk_widget_set_sensitive ((GtkWidget *) prefs->auto_proxy_url, sensitivity); d(g_print ("Setting sensitivity of autoconfig to: %d\n", sensitivity)); } else -#endif +#endif if (type == NETWORK_PROXY_MANUAL) { - gboolean state; + gboolean state; gtk_widget_set_sensitive ((GtkWidget *) prefs->http_host, sensitivity); gtk_widget_set_sensitive ((GtkWidget *) prefs->https_host, sensitivity); @@ -237,11 +237,11 @@ notify_proxy_type_changed (GtkWidget *widget, EMNetworkPrefs *prefs) emnp_set_sensitiveness (prefs, NETWORK_PROXY_MANUAL, TRUE); } - if (type != NETWORK_PROXY_DIRECT_CONNECTION) + if (type != NETWORK_PROXY_DIRECT_CONNECTION) gconf_client_set_bool (prefs->gconf, GCONF_E_USE_PROXY_KEY, TRUE, NULL); else if (type != NETWORK_PROXY_SYS_SETTINGS) gconf_client_set_bool (prefs->gconf, GCONF_E_USE_PROXY_KEY, FALSE, NULL); - + } static void @@ -251,8 +251,8 @@ widget_entry_changed_cb (GtkWidget *widget, gpointer data) int port = -1; GConfClient *gconf = mail_config_get_gconf_client (); - /* - Do not change the order of comparison - + /* + Do not change the order of comparison - GtkSpinButton is an extended form of GtkEntry */ if (GTK_IS_SPIN_BUTTON (widget)) { @@ -269,9 +269,9 @@ widget_entry_changed_cb (GtkWidget *widget, gpointer data) /* plugin meta-data */ static EMConfigItem emnp_items[] = { - { E_CONFIG_BOOK, "", "network_preferences_toplevel", emnp_widget_glade }, - { E_CONFIG_PAGE, "00.general", "vboxGeneral", emnp_widget_glade }, - { E_CONFIG_SECTION, "00.general/00.proxy", "frameProxy", emnp_widget_glade }, + { E_CONFIG_BOOK, (gchar *) "", (gchar *) "network_preferences_toplevel", emnp_widget_glade }, + { E_CONFIG_PAGE, (gchar *) "00.general", (gchar *) "vboxGeneral", emnp_widget_glade }, + { E_CONFIG_SECTION, (gchar *) "00.general/00.proxy", (gchar *) "frameProxy", emnp_widget_glade }, }; static void @@ -305,9 +305,9 @@ em_network_prefs_construct (EMNetworkPrefs *prefs) gboolean locked; int i, val, port; char *gladefile; - + prefs->gconf = mail_config_get_gconf_client (); - + gladefile = g_build_filename (EVOLUTION_GLADEDIR, "mail-config.glade", NULL); @@ -391,27 +391,34 @@ em_network_prefs_construct (EMNetworkPrefs *prefs) prefs->socks_port = GTK_SPIN_BUTTON (glade_xml_get_widget (gui, "spnSocksPort")); prefs->lbl_socks_host = GTK_LABEL (glade_xml_get_widget (gui, "lblSocksHost")); prefs->lbl_socks_port = GTK_LABEL (glade_xml_get_widget (gui, "lblSocksPort")); - g_signal_connect (prefs->socks_host, "changed", + g_signal_connect (prefs->socks_host, "changed", G_CALLBACK(widget_entry_changed_cb), GCONF_E_SOCKS_HOST_KEY); - g_signal_connect (prefs->socks_port, "value_changed", + g_signal_connect (prefs->socks_port, "value_changed", G_CALLBACK(widget_entry_changed_cb), GCONF_E_SOCKS_PORT_KEY); #endif - + /* Manual proxy options */ - g_signal_connect (prefs->http_host, "changed", - G_CALLBACK(widget_entry_changed_cb), GCONF_E_HTTP_HOST_KEY); - g_signal_connect (prefs->https_host, "changed", - G_CALLBACK(widget_entry_changed_cb), GCONF_E_HTTPS_HOST_KEY); - g_signal_connect (prefs->ignore_hosts, "changed", - G_CALLBACK(widget_entry_changed_cb), GCONF_E_IGNORE_HOSTS_KEY); - g_signal_connect (prefs->http_port, "value_changed", - G_CALLBACK(widget_entry_changed_cb), GCONF_E_HTTP_PORT_KEY); - g_signal_connect (prefs->https_port, "value_changed", - G_CALLBACK(widget_entry_changed_cb), GCONF_E_HTTPS_PORT_KEY); - g_signal_connect (prefs->auth_user, "changed", - G_CALLBACK(widget_entry_changed_cb), GCONF_E_AUTH_USER_KEY); - g_signal_connect (prefs->auth_pwd, "changed", - G_CALLBACK(widget_entry_changed_cb), GCONF_E_AUTH_PWD_KEY); + g_signal_connect (prefs->http_host, "changed", + G_CALLBACK(widget_entry_changed_cb), + (gpointer) GCONF_E_HTTP_HOST_KEY); + g_signal_connect (prefs->https_host, "changed", + G_CALLBACK(widget_entry_changed_cb), + (gpointer) GCONF_E_HTTPS_HOST_KEY); + g_signal_connect (prefs->ignore_hosts, "changed", + G_CALLBACK(widget_entry_changed_cb), + (gpointer) GCONF_E_IGNORE_HOSTS_KEY); + g_signal_connect (prefs->http_port, "value_changed", + G_CALLBACK(widget_entry_changed_cb), + (gpointer) GCONF_E_HTTP_PORT_KEY); + g_signal_connect (prefs->https_port, "value_changed", + G_CALLBACK(widget_entry_changed_cb), + (gpointer) GCONF_E_HTTPS_PORT_KEY); + g_signal_connect (prefs->auth_user, "changed", + G_CALLBACK(widget_entry_changed_cb), + (gpointer) GCONF_E_AUTH_USER_KEY); + g_signal_connect (prefs->auth_pwd, "changed", + G_CALLBACK(widget_entry_changed_cb), + (gpointer) GCONF_E_AUTH_PWD_KEY); gtk_toggle_button_set_active (prefs->manual_proxy, val == NETWORK_PROXY_MANUAL); g_signal_connect (prefs->sys_proxy, "toggled", G_CALLBACK (notify_proxy_type_changed), prefs); @@ -484,9 +491,9 @@ GtkWidget * em_network_prefs_new (void) { EMNetworkPrefs *new; - + new = (EMNetworkPrefs *) g_object_new (em_network_prefs_get_type (), NULL); em_network_prefs_construct (new); - + return (GtkWidget *) new; } diff --git a/mail/em-network-prefs.h b/mail/em-network-prefs.h index 50d986c5d1..bd4e9e7c8e 100644 --- a/mail/em-network-prefs.h +++ b/mail/em-network-prefs.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -60,11 +60,11 @@ typedef enum { struct _EMNetworkPrefs { GtkVBox parent_object; - + GConfClient *gconf; - + GladeXML *gui; - + /* Default Behavior */ GtkToggleButton *sys_proxy; GtkToggleButton *no_proxy; diff --git a/mail/em-popup.c b/mail/em-popup.c index 4e15a2552d..38c0f7e40b 100644 --- a/mail/em-popup.c +++ b/mail/em-popup.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-popup.h b/mail/em-popup.h index 870055140b..cde903a4ec 100644 --- a/mail/em-popup.h +++ b/mail/em-popup.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-search-context.c b/mail/em-search-context.c index a8a63ebe2d..7bc43a18be 100644 --- a/mail/em-search-context.c +++ b/mail/em-search-context.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-search-context.h b/mail/em-search-context.h index ad18570901..d8b890270c 100644 --- a/mail/em-search-context.h +++ b/mail/em-search-context.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-subscribe-editor.c b/mail/em-subscribe-editor.c index c17872f351..338ec4ccfd 100644 --- a/mail/em-subscribe-editor.c +++ b/mail/em-subscribe-editor.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -113,7 +113,7 @@ struct _EMSubscribeNode { typedef struct _MailMsgListNode MailMsgListNode; struct _MailMsgListNode { - EDListNode node; + EDListNode node; MailMsg *msg; }; @@ -211,8 +211,9 @@ sub_folder_done (struct _zsubscribe_msg *m) gtk_tree_model_get(model, &iter, 0, &subscribed, 2, &node, -1); if (node == m->node) gtk_tree_store_set((GtkTreeStore *)model, &iter, 0, issub, -1); - else + else { d(printf("node mismatch, or subscribe state changed failed\n")); + } } /* queue any further ones, or if out, update the ui */ @@ -265,7 +266,7 @@ sub_subscribe_folder (EMSubscribe *sub, EMSubscribeNode *node, int state, const d(printf("running subscribe folder '%s'\n", spath)); mail_msg_unordered_push (m); } else { - msgListNode = g_malloc0(sizeof(MailMsgListNode)); + msgListNode = g_malloc0(sizeof(MailMsgListNode)); msgListNode->msg = (MailMsg *) m; d(printf("queueing subscribe folder '%s'\n", spath)); e_dlist_addtail(&sub->subscribe, (EDListNode *)msgListNode); @@ -357,7 +358,7 @@ sub_folderinfo_exec (struct _emse_folderinfo_msg *m) if (m->seq == m->sub->seq) { camel_operation_register(m->base.cancel); - m->info = camel_store_get_folder_info(m->sub->store, m->node?m->node->info->full_name:pub_full_name, + m->info = camel_store_get_folder_info(m->sub->store, m->node?m->node->info->full_name:pub_full_name, CAMEL_STORE_FOLDER_INFO_NO_VIRTUAL | CAMEL_STORE_FOLDER_INFO_SUBSCRIPTION_LIST, &m->base.ex); camel_operation_unregister(m->base.cancel); } @@ -560,7 +561,7 @@ static void sub_destroy(GtkWidget *w, EMSubscribe *sub) { struct _zsubscribe_msg *m; - MailMsgListNode *msgListNode; + MailMsgListNode *msgListNode; d(printf("subscribe closed\n")); sub->cancel = TRUE; diff --git a/mail/em-subscribe-editor.h b/mail/em-subscribe-editor.h index 5e6f4f5e4a..d10d68bbb8 100644 --- a/mail/em-subscribe-editor.h +++ b/mail/em-subscribe-editor.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/em-sync-stream.c b/mail/em-sync-stream.c index 311c2e1b7a..138932cfc7 100644 --- a/mail/em-sync-stream.c +++ b/mail/em-sync-stream.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-sync-stream.h b/mail/em-sync-stream.h index af513e9594..fc687fa462 100644 --- a/mail/em-sync-stream.h +++ b/mail/em-sync-stream.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-utils.c b/mail/em-utils.c index 2a7ce74c70..9b2786904a 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -666,12 +666,12 @@ em_utils_save_messages (GtkWindow *parent, CamelFolder *folder, GPtrArray *uids) info = camel_folder_get_message_info (folder, uids->pdata[0]); if (info) { filename = g_strdup (camel_message_info_subject (info)); - e_filename_make_safe (filename); + e_filename_make_safe (filename); camel_message_info_free (info); } filesel = e_file_get_save_filesel (parent, _("Save Message..."), filename, GTK_FILE_CHOOSER_ACTION_SAVE); - if (filename) + if (filename) g_free (filename); camel_object_ref(folder); @@ -1406,15 +1406,15 @@ em_utils_folder_is_templates (CamelFolder *folder, const char *uri) if (folder == local_templates_folder) return TRUE; - + if (folder == NULL || uri == NULL) return FALSE; - + accounts = e_get_account_list (); iter = e_list_get_iterator ((EList *)accounts); while (e_iterator_is_valid (iter)) { account = (EAccount *)e_iterator_get (iter); - + if (account->templates_folder_uri) { templates_uri = em_uri_to_camel (account->templates_folder_uri); if (camel_store_folder_uri_equal (folder->parent_store, templates_uri, uri)) { @@ -1424,15 +1424,15 @@ em_utils_folder_is_templates (CamelFolder *folder, const char *uri) } g_free (templates_uri); } - + e_iterator_next (iter); } - + g_object_unref (iter); - + return is; } - + /** * em_utils_folder_is_drafts: * @folder: folder diff --git a/mail/em-utils.h b/mail/em-utils.h index 3167dba8fb..dd04f40ec3 100644 --- a/mail/em-utils.h +++ b/mail/em-utils.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-vfolder-context.c b/mail/em-vfolder-context.c index 88c97b0a0f..e317b5cabf 100644 --- a/mail/em-vfolder-context.c +++ b/mail/em-vfolder-context.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-vfolder-context.h b/mail/em-vfolder-context.h index 50ce239fb6..7f17f4e2b4 100644 --- a/mail/em-vfolder-context.h +++ b/mail/em-vfolder-context.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-vfolder-editor.c b/mail/em-vfolder-editor.c index 9c43b211ed..9a18c69a3a 100644 --- a/mail/em-vfolder-editor.c +++ b/mail/em-vfolder-editor.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-vfolder-editor.h b/mail/em-vfolder-editor.h index d46c35fa3d..550f7cd2d3 100644 --- a/mail/em-vfolder-editor.h +++ b/mail/em-vfolder-editor.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/em-vfolder-rule.c b/mail/em-vfolder-rule.c index fa27e22f9c..b8ef41fda8 100644 --- a/mail/em-vfolder-rule.c +++ b/mail/em-vfolder-rule.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -261,7 +261,7 @@ xml_encode(FilterRule *fr) node = FILTER_RULE_CLASS(parent_class)->xml_encode(fr); g_return_val_if_fail (node != NULL, NULL); - g_return_val_if_fail (vr->with >= 0 && vr->with < sizeof(with_names)/sizeof(with_names[0]), NULL); + g_return_val_if_fail (vr->with < sizeof(with_names)/sizeof(with_names[0]), NULL); set = xmlNewNode(NULL, (const unsigned char *)"sources"); xmlAddChild(node, set); @@ -384,7 +384,7 @@ static void source_add(GtkWidget *widget, struct _source_data *data); static void source_remove(GtkWidget *widget, struct _source_data *data); static struct { - char *name; + const gchar *name; GCallback func; } edit_buttons[] = { { "source_add", G_CALLBACK(source_add) }, @@ -431,7 +431,7 @@ select_source_with_changed(GtkWidget *widget, struct _source_data *data) break; } - if ( with < EM_VFOLDER_RULE_WITH_SPECIFIC || with > EM_VFOLDER_RULE_WITH_LOCAL ) + if (with > EM_VFOLDER_RULE_WITH_LOCAL ) with = 0; gtk_widget_set_sensitive (data->source_selector, !with ); diff --git a/mail/em-vfolder-rule.h b/mail/em-vfolder-rule.h index bc6a330c4b..9274c94b5c 100644 --- a/mail/em-vfolder-rule.h +++ b/mail/em-vfolder-rule.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/evolution-module-mail.c b/mail/evolution-module-mail.c index a629681b4c..97bc953c41 100644 --- a/mail/evolution-module-mail.c +++ b/mail/evolution-module-mail.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/mail/importers/elm-importer.c b/mail/importers/elm-importer.c index 156c8d08cb..39bfd7bc3f 100644 --- a/mail/importers/elm-importer.c +++ b/mail/importers/elm-importer.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/importers/evolution-mbox-importer.c b/mail/importers/evolution-mbox-importer.c index 964741f28a..ff6c7dd13b 100644 --- a/mail/importers/evolution-mbox-importer.c +++ b/mail/importers/evolution-mbox-importer.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/importers/mail-importer.c b/mail/importers/mail-importer.c index ebf79e88b8..e56ca01dcd 100644 --- a/mail/importers/mail-importer.c +++ b/mail/importers/mail-importer.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/importers/mail-importer.h b/mail/importers/mail-importer.h index 4144deba98..f108967ebc 100644 --- a/mail/importers/mail-importer.h +++ b/mail/importers/mail-importer.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -85,7 +85,7 @@ int mail_importer_import_mbox(const char *path, const char *folderuri, struct _C void mail_importer_import_mbox_sync(const char *path, const char *folderuri, struct _CamelOperation *cancel); struct _MailImporterSpecial { - char *orig, *new; + const gchar *orig, *new; }; typedef struct _MailImporterSpecial MailImporterSpecial; diff --git a/mail/importers/pine-importer.c b/mail/importers/pine-importer.c index e040a4060e..3a4e6d9cc1 100644 --- a/mail/importers/pine-importer.c +++ b/mail/importers/pine-importer.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/mail-autofilter.c b/mail/mail-autofilter.c index b437fda1c6..f195ebf5d1 100644 --- a/mail/mail-autofilter.c +++ b/mail/mail-autofilter.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Authors: * Michael Zucchi <notzed@ximian.com> diff --git a/mail/mail-autofilter.h b/mail/mail-autofilter.h index bae8bd8313..c12539a9d2 100644 --- a/mail/mail-autofilter.h +++ b/mail/mail-autofilter.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/mail-component.c b/mail/mail-component.c index 6167cc58f6..7cf42f63a6 100644 --- a/mail/mail-component.c +++ b/mail/mail-component.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -387,7 +387,6 @@ impl_quit(PortableServer_Servant servant, CORBA_Environment *ev) switch (mc->priv->quit_state) { case MC_QUIT_START: { - extern int camel_application_is_exiting; int now = time(NULL)/60/60/24, days; gboolean empty_junk; @@ -520,7 +519,7 @@ mail_component_init (MailComponent *component) // priv->mail_sync_in_progress = 0; // if (g_getenv("CAMEL_FLUSH_CHANGES")) // priv->mail_sync_id = g_timeout_add_seconds (mail_config_get_sync_timeout (), call_mail_sync, component); -// else +// else // priv->mail_sync_id = 0; } diff --git a/mail/mail-component.h b/mail/mail-component.h index 7ab8d64cf0..09b19f4c4f 100644 --- a/mail/mail-component.h +++ b/mail/mail-component.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/mail-config.c b/mail/mail-config.c index 45fc8f9b40..59bab65785 100644 --- a/mail/mail-config.c +++ b/mail/mail-config.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -90,10 +90,11 @@ typedef struct { gboolean scripts_disabled; } MailConfig; +extern int camel_header_param_encode_filenames_in_rfc_2047; + static MailConfig *config = NULL; static guint config_write_timeout = 0; - static void config_clear_mime_types (void) { @@ -197,8 +198,6 @@ static void gconf_outlook_filenames_changed (GConfClient *client, guint cnxn_id, GConfEntry *entry, gpointer user_data) { - extern int camel_header_param_encode_filenames_in_rfc_2047; - g_return_if_fail (client != NULL); /* pass option to the camel */ @@ -367,7 +366,7 @@ mail_config_init (void) config->gconf, key, func, &config->error_time, NULL, NULL); config->error_time = - gconf_client_get_int (config->gconf, key, NULL); + gconf_client_get_int (config->gconf, key, NULL); key = "/apps/evolution/mail/display/error_level"; func = (GConfClientNotifyFunc) gconf_int_value_changed; @@ -375,7 +374,7 @@ mail_config_init (void) config->gconf, key, func, &config->error_level, NULL, NULL); config->error_level = - gconf_client_get_int (config->gconf, key, NULL); + gconf_client_get_int (config->gconf, key, NULL); key = "/apps/evolution/mail/display/force_message_limit"; func = (GConfClientNotifyFunc) gconf_bool_value_changed; @@ -595,7 +594,7 @@ mail_config_get_address_count (void) guint mail_config_get_error_timeout (void) -{ +{ if (!config) mail_config_init (); @@ -604,7 +603,7 @@ mail_config_get_error_timeout (void) guint mail_config_get_error_level (void) -{ +{ if (!config) mail_config_init (); @@ -800,12 +799,13 @@ mail_config_uri_renamed (GCompareFunc uri_cmp, const char *old, const char *new) EIterator *iter; int i, work = 0; char *oldname, *newname; - char *cachenames[] = { "config/hidestate-", - "config/et-expanded-", - "config/et-header-", - "*views/current_view-", - "*views/custom_view-", - NULL }; + const gchar *cachenames[] = { + "config/hidestate-", + "config/et-expanded-", + "config/et-header-", + "*views/current_view-", + "*views/custom_view-", + NULL }; account_list = e_get_account_list (); iter = e_list_get_iterator ((EList *) account_list); @@ -929,7 +929,7 @@ mail_config_reload_junk_headers (void) /* It automatically sets in the session */ if (config == NULL) mail_config_init (); - else + else gconf_jh_check_changed (config->gconf, 0, NULL, config); } diff --git a/mail/mail-config.h b/mail/mail-config.h index 9a3386dd1d..87628dcfcb 100644 --- a/mail/mail-config.h +++ b/mail/mail-config.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/mail-dialogs.glade b/mail/mail-dialogs.glade index 19a20fe629..67feb18be0 100644 --- a/mail/mail-dialogs.glade +++ b/mail/mail-dialogs.glade @@ -197,7 +197,6 @@ <property name="visible">True</property> <property name="label" translatable="yes">S_erver:</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">store_menu</property> </widget> <packing> <property name="expand">False</property> @@ -206,10 +205,8 @@ </packing> </child> <child> - <widget class="GtkOptionMenu" id="store_menu"> + <widget class="GtkComboBox" id="store_combobox"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> </widget> <packing> <property name="expand">False</property> @@ -455,10 +452,10 @@ <property name="visible">True</property> <property name="spacing">6</property> <child> - <widget class="Custom" id="pixmap"> + <widget class="GtkImage" id="pixmap"> <property name="visible">True</property> - <property name="creation_function">e_create_image_widget</property> - <property name="string1">stock_mail-flag-for-followup</property> + <property name="icon_name">stock_mail-flag-for-followup</property> + <property name="icon-size">6</property> </widget> <packing> <property name="expand">False</property> @@ -517,7 +514,6 @@ Please select a follow up action from the "Flag" menu.</property> <property name="label" translatable="yes">_Flag:</property> <property name="use_underline">True</property> <property name="justify">center</property> - <property name="mnemonic_widget">combo-entry</property> </widget> <packing> <property name="x_options">GTK_FILL</property> @@ -555,37 +551,6 @@ Please select a follow up action from the "Flag" menu.</property> </packing> </child> <child> - <widget class="GtkCombo" id="combo"> - <property name="visible">True</property> - <property name="enable_arrows_always">False</property> - <child internal-child="entry"> - <widget class="GtkEntry" id="combo-entry"> - <property name="visible">True</property> - <property name="can_focus">True</property> - </widget> - <packing> - <property name="position">0</property> - </packing> - </child> - <child internal-child="list"> - <widget class="GtkList" id="convertwidget3"> - <property name="visible">True</property> - <property name="selection_mode">browse</property> - <child> - <widget class="GtkListItem" id="convertwidget4"> - <property name="visible">True</property> - </widget> - </child> - </widget> - </child> - </widget> - <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="y_options"></property> - </packing> - </child> - <child> <widget class="Custom" id="target_date"> <property name="visible">True</property> <property name="creation_function">target_date_new</property> @@ -617,6 +582,19 @@ Please select a follow up action from the "Flag" menu.</property> </packing> </child> <child> + <widget class="GtkComboBoxEntry" id="combo"> + <property name="visible">True</property> + <property name="items" translatable="yes">a +b</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="x_options">GTK_FILL</property> + <property name="y_options"></property> + </packing> + </child> + <child> <placeholder/> </child> </widget> diff --git a/mail/mail-folder-cache.c b/mail/mail-folder-cache.c index b6a92bc8be..23b85acc7f 100644 --- a/mail/mail-folder-cache.c +++ b/mail/mail-folder-cache.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -198,7 +198,8 @@ real_flush_updates (EMailShellBackend *mail_shell_backend) if (t->new > 0) e_shell_event ( - shell, "mail-icon", "mail-unread"); + shell, "mail-icon", + (gpointer) "mail-unread"); /** @Event: folder.changed * @Title: Folder changed diff --git a/mail/mail-folder-cache.h b/mail/mail-folder-cache.h index fe893af84f..d7bd82dbaf 100644 --- a/mail/mail-folder-cache.h +++ b/mail/mail-folder-cache.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/mail-mt.c b/mail/mail-mt.c index 716b36a03c..90119cc55a 100644 --- a/mail/mail-mt.c +++ b/mail/mail-mt.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ diff --git a/mail/mail-mt.h b/mail/mail-mt.h index b95620a000..ed23c3beeb 100644 --- a/mail/mail-mt.h +++ b/mail/mail-mt.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/mail-ops.c b/mail/mail-ops.c index a762e75676..d1116395b6 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -1,5 +1,5 @@ /* - * mail-ops.c: callbacks for the mail toolbar/menus + * mail-ops.c: callbacks for the mail toolbar/menus * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -99,7 +99,7 @@ struct _fetch_mail_msg { char *source_uri; - void (*done)(char *source, void *data); + void (*done)(const char *source, void *data); void *data; }; @@ -407,7 +407,7 @@ void mail_fetch_mail (const char *source, int keep, const char *type, CamelOperation *cancel, CamelFilterGetFolderFunc get_folder, void *get_data, CamelFilterStatusFunc *status, void *status_data, - void (*done)(char *source, void *data), void *data) + void (*done)(const char *source, void *data), void *data) { struct _fetch_mail_msg *m; struct _filter_mail_msg *fm; @@ -436,13 +436,13 @@ mail_fetch_mail (const char *source, int keep, const char *type, CamelOperation /* sending stuff */ /* ** SEND MAIL *********************************************************** */ -static char *normal_recipients[] = { +static const gchar *normal_recipients[] = { CAMEL_RECIPIENT_TYPE_TO, CAMEL_RECIPIENT_TYPE_CC, CAMEL_RECIPIENT_TYPE_BCC }; -static char *resent_recipients[] = { +static const gchar *resent_recipients[] = { CAMEL_RECIPIENT_TYPE_RESENT_TO, CAMEL_RECIPIENT_TYPE_RESENT_CC, CAMEL_RECIPIENT_TYPE_RESENT_BCC @@ -674,7 +674,7 @@ struct _send_queue_msg { CamelFilterStatusFunc *status; void *status_data; - void (*done)(char *destination, void *data); + void (*done)(const char *destination, void *data); void *data; }; @@ -733,7 +733,7 @@ send_queue_exec (struct _send_queue_msg *m) camel_operation_register (m->cancel); else camel_operation_register (m->base.cancel); - + if (!m->cancel) camel_operation_start (NULL, _("Sending message")); @@ -795,7 +795,7 @@ send_queue_exec (struct _send_queue_msg *m) camel_folder_sync (sent_folder, FALSE, &ex); camel_exception_clear (&ex); } - + if (!m->cancel) camel_operation_end (NULL); @@ -803,7 +803,7 @@ send_queue_exec (struct _send_queue_msg *m) camel_operation_unregister (m->cancel); else camel_operation_unregister (m->base.cancel); - + } static void @@ -844,7 +844,7 @@ mail_send_queue(CamelFolder *queue, const char *destination, const char *type, CamelOperation *cancel, CamelFilterGetFolderFunc get_folder, void *get_data, CamelFilterStatusFunc *status, void *status_data, - void (*done)(char *destination, void *data), void *data) + void (*done)(const char *destination, void *data), void *data) { struct _send_queue_msg *m; @@ -2482,7 +2482,7 @@ prepare_offline_exec (struct _set_offline_msg *m) } else if (CAMEL_IS_OFFLINE_STORE (m->store)) { camel_offline_store_prepare_for_offline (CAMEL_OFFLINE_STORE (m->store), &m->base.ex); - } + } } static void diff --git a/mail/mail-ops.h b/mail/mail-ops.h index 327a35174b..55816ca24b 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -136,14 +136,14 @@ void mail_send_queue (CamelFolder *queue, const char *destination, const char *type, CamelOperation *cancel, CamelFilterGetFolderFunc get_folder, void *get_data, CamelFilterStatusFunc *status, void *status_data, - void (*done)(char *destination, void *data), + void (*done)(const char *destination, void *data), void *data); void mail_fetch_mail (const char *source, int keep, const char *type, CamelOperation *cancel, CamelFilterGetFolderFunc get_folder, void *get_data, CamelFilterStatusFunc *status, void *status_data, - void (*done)(char *source, void *data), + void (*done)(const char *source, void *data), void *data); void mail_filter_folder (CamelFolder *source_folder, GPtrArray *uids, diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c index 7b6326338e..a463bb835b 100644 --- a/mail/mail-send-recv.c +++ b/mail/mail-send-recv.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -427,7 +427,7 @@ build_dialog (GtkWindow *parent, g_object_unref (iter); /* Check to see if we have to send any mails --- if we don't, don't display the SMTP row in the table */ - if (outbox && destination + if (outbox && destination && (camel_folder_get_message_count(outbox) - camel_folder_get_deleted_message_count(outbox)) == 0) num_sources--; @@ -556,7 +556,7 @@ build_dialog (GtkWindow *parent, e_event_emit ((EEvent *)em_event_peek (), "mail.sendreceive", (EEventTarget *) target); /* Skip displaying the SMTP row if we've got no outbox, destination or unsent mails */ - if (outbox && destination + if (outbox && destination && (camel_folder_get_message_count(outbox) - camel_folder_get_deleted_message_count(outbox)) != 0) { info = g_hash_table_lookup (data->active, SEND_URI_KEY); if (info == NULL) { @@ -570,7 +570,7 @@ build_dialog (GtkWindow *parent, info->state = SEND_ACTIVE; info->timeout_id = g_timeout_add (STATUS_TIMEOUT, operation_status_timeout, info); - g_hash_table_insert (data->active, SEND_URI_KEY, info); + g_hash_table_insert (data->active, (gpointer) SEND_URI_KEY, info); list = g_list_prepend (list, info); } else if (info->timeout_id == 0) info->timeout_id = g_timeout_add (STATUS_TIMEOUT, operation_status_timeout, info); @@ -684,7 +684,7 @@ receive_status (CamelFilterDriver *driver, enum camel_filter_status_t status, in /* when receive/send is complete */ static void -receive_done (char *uri, void *data) +receive_done (const gchar *uri, void *data) { struct _send_info *info = data; @@ -1226,7 +1226,7 @@ mail_send (void) info->status_label = NULL; info->uri = g_strdup (transport->url); info->keep_on_server = FALSE; - info->cancel = NULL; + info->cancel = NULL; info->cancel_button = NULL; info->data = data; info->state = SEND_ACTIVE; @@ -1234,7 +1234,7 @@ mail_send (void) d(printf("Adding new info %p\n", info)); - g_hash_table_insert (data->active, SEND_URI_KEY, info); + g_hash_table_insert (data->active, (gpointer) SEND_URI_KEY, info); /* todo, store the folder in info? */ outbox_folder = e_mail_shell_backend_get_folder ( diff --git a/mail/mail-send-recv.h b/mail/mail-send-recv.h index a9f18f6a0b..02be2ce2e0 100644 --- a/mail/mail-send-recv.h +++ b/mail/mail-send-recv.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/mail-session.c b/mail/mail-session.c index c236a144d1..bab6a67729 100644 --- a/mail/mail-session.c +++ b/mail/mail-session.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/mail-session.h b/mail/mail-session.h index 135898e8b2..764ee0f710 100644 --- a/mail/mail-session.h +++ b/mail/mail-session.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/mail-tools.c b/mail/mail-tools.c index d5f90b0d35..1dc96f702e 100644 --- a/mail/mail-tools.c +++ b/mail/mail-tools.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/mail-tools.h b/mail/mail-tools.h index 794c1d4735..1590636e5c 100644 --- a/mail/mail-tools.h +++ b/mail/mail-tools.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/mail-vfolder.c b/mail/mail-vfolder.c index dc0f64e6fd..6be803b70b 100644 --- a/mail/mail-vfolder.c +++ b/mail/mail-vfolder.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -996,8 +996,9 @@ vfolder_load_storage(void) if (rule->name) { d(printf("rule added: %s\n", rule->name)); context_rule_added((RuleContext *)context, rule); - } else + } else { d(printf("invalid rule (%p) encountered: rule->name is NULL\n", rule)); + } } g_free(storeuri); diff --git a/mail/mail-vfolder.h b/mail/mail-vfolder.h index 2db87654b1..1c7ad0d150 100644 --- a/mail/mail-vfolder.h +++ b/mail/mail-vfolder.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/message-list.c b/mail/message-list.c index e970a09a7d..8d84e4ae8c 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -128,7 +128,7 @@ enum { }; static struct { - char *target; + const gchar *target; GdkAtom atom; guint32 actions; } ml_drag_info[] = { @@ -145,15 +145,15 @@ enum { /* What we send */ static GtkTargetEntry ml_drag_types[] = { - { "x-uid-list", 0, DND_X_UID_LIST }, - { "text/uri-list", 0, DND_TEXT_URI_LIST }, + { (gchar *) "x-uid-list", 0, DND_X_UID_LIST }, + { (gchar *) "text/uri-list", 0, DND_TEXT_URI_LIST }, }; /* What we accept */ static GtkTargetEntry ml_drop_types[] = { - { "x-uid-list", 0, DND_X_UID_LIST }, - { "message/rfc822", 0, DND_MESSAGE_RFC822 }, - { "text/uri-list", 0, DND_TEXT_URI_LIST }, + { (gchar *) "x-uid-list", 0, DND_X_UID_LIST }, + { (gchar *) "message/rfc822", 0, DND_MESSAGE_RFC822 }, + { (gchar *) "text/uri-list", 0, DND_TEXT_URI_LIST }, }; /* @@ -228,8 +228,8 @@ enum { static guint message_list_signals [LAST_SIGNAL] = {0, }; static struct { - char *icon_name; - GdkPixbuf *pixbuf; + const gchar *icon_name; + GdkPixbuf *pixbuf; } states_pixmaps[] = { { "mail-unread", NULL }, { "mail-read", NULL }, @@ -1203,7 +1203,7 @@ sanitize_recipients (const gchar *string) char **name; if (!string || !*string) - return ""; + return (gchar *) ""; gstring = g_string_new (""); @@ -2186,10 +2186,10 @@ ml_drop_popup_cancel(EPopup *ep, EPopupItem *item, void *data) } static EPopupItem ml_drop_popup_menu[] = { - { E_POPUP_ITEM, "00.emc.02", N_("_Copy"), ml_drop_popup_copy, NULL, "folder-copy", 0 }, - { E_POPUP_ITEM, "00.emc.03", N_("_Move"), ml_drop_popup_move, NULL, "folder-move", 0 }, - { E_POPUP_BAR, "10.emc" }, - { E_POPUP_ITEM, "99.emc.00", N_("Cancel _Drag"), ml_drop_popup_cancel, NULL, NULL, 0 }, + { E_POPUP_ITEM, (gchar *) "00.emc.02", (gchar *) N_("_Copy"), ml_drop_popup_copy, NULL, (gchar *) "folder-copy", 0 }, + { E_POPUP_ITEM, (gchar *) "00.emc.03", (gchar *) N_("_Move"), ml_drop_popup_move, NULL, (gchar *) "folder-move", 0 }, + { E_POPUP_BAR, (gchar *) "10.emc" }, + { E_POPUP_ITEM, (gchar *) "99.emc.00", (gchar *) N_("Cancel _Drag"), ml_drop_popup_cancel, NULL, NULL, 0 }, }; static void @@ -2785,7 +2785,7 @@ clear_tree (MessageList *ml, gboolean tfree) ml->tree_root = e_tree_memory_node_insert (E_TREE_MEMORY(etm), NULL, 0, NULL); if (tfree) - e_tree_model_rebuilt (E_TREE_MODEL(etm)); + e_tree_model_rebuilt (E_TREE_MODEL(etm)); #ifdef TIMEIT gettimeofday(&end, NULL); diff = end.tv_sec * 1000 + end.tv_usec/1000; @@ -3749,7 +3749,7 @@ message_list_get_uids(MessageList *ml) ml, g_ptr_array_new() }; - + e_tree_path_foreach(ml->tree, ml_getselected_cb, &data); if (ml->folder && data.uids->len) @@ -3765,11 +3765,11 @@ message_list_get_selected(MessageList *ml) ml, g_ptr_array_new() }; - + e_tree_selected_path_foreach(ml->tree, ml_getselected_cb, &data); if (ml->folder && data.uids->len) - camel_folder_sort_uids (ml->folder, data.uids); + camel_folder_sort_uids (ml->folder, data.uids); return data.uids; } @@ -4169,7 +4169,7 @@ regen_list_exec (struct _regen_list_msg *m) CamelMessageInfo *info; ETreePath cursor; int i; - char *expr = NULL; + gchar *expr = NULL; if (m->folder != m->ml->folder) return; @@ -4190,13 +4190,13 @@ regen_list_exec (struct _regen_list_msg *m) expr = alloca(strlen(m->search) + 92); sprintf(expr, "(and (match-all (and (not (system-flag \"deleted\")) (not (system-flag \"junk\"))))\n %s)", m->search); } else - expr = "(match-all (and (not (system-flag \"deleted\")) (not (system-flag \"junk\"))))"; + expr = (gchar *) "(match-all (and (not (system-flag \"deleted\")) (not (system-flag \"junk\"))))"; } else { if (m->search) { expr = alloca(strlen(m->search) + 64); sprintf(expr, "(and (match-all (not (system-flag \"deleted\")))\n %s)", m->search); } else - expr = "(match-all (not (system-flag \"deleted\")))"; + expr = (gchar *) "(match-all (not (system-flag \"deleted\")))"; } } else { if (m->hidejunk) { @@ -4204,7 +4204,7 @@ regen_list_exec (struct _regen_list_msg *m) expr = alloca(strlen(m->search) + 64); sprintf(expr, "(and (match-all (not (system-flag \"junk\")))\n %s)", m->search); } else - expr = "(match-all (not (system-flag \"junk\")))"; + expr = (gchar *) "(match-all (not (system-flag \"junk\")))"; } else { expr = m->search; } @@ -4457,7 +4457,7 @@ regen_list_done (struct _regen_list_msg *m) if (m->last_row >= e_table_model_row_count (E_TABLE_MODEL (etta))) m->last_row = e_table_model_row_count (E_TABLE_MODEL (etta)) - 1; - + if (m->last_row >= 0) { ETreePath path; diff --git a/mail/message-list.h b/mail/message-list.h index c388f89f96..4288568d4f 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/message-tag-editor.c b/mail/message-tag-editor.c index 71d2ae41c8..d3a1d15bfe 100644 --- a/mail/message-tag-editor.c +++ b/mail/message-tag-editor.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/message-tag-editor.h b/mail/message-tag-editor.h index 019c7e2e63..30d3ec1e9b 100644 --- a/mail/message-tag-editor.h +++ b/mail/message-tag-editor.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/mail/message-tag-followup.c b/mail/message-tag-followup.c index f2a7437a6f..ddbb6492f9 100644 --- a/mail/message-tag-followup.c +++ b/mail/message-tag-followup.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -51,7 +51,7 @@ static void set_tag_list (MessageTagEditor *editor, CamelTag *tags); #define DEFAULT_FLAG 2 /* Follow-Up */ -static char *available_flags[] = { +static const gchar *available_flags[] = { N_("Call"), N_("Do Not Forward"), N_("Follow-Up"), diff --git a/mail/message-tag-followup.h b/mail/message-tag-followup.h index 4b18865d89..5c229fe36e 100644 --- a/mail/message-tag-followup.h +++ b/mail/message-tag-followup.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/addressbook-file/addressbook-file.c b/plugins/addressbook-file/addressbook-file.c index 0a9ee8b79e..3bccf0a229 100644 --- a/plugins/addressbook-file/addressbook-file.c +++ b/plugins/addressbook-file/addressbook-file.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/attachment-reminder/attachment-reminder.c b/plugins/attachment-reminder/attachment-reminder.c index 08c1956303..ccf14beb30 100644 --- a/plugins/attachment-reminder/attachment-reminder.c +++ b/plugins/attachment-reminder/attachment-reminder.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/audio-inline/audio-inline.c b/plugins/audio-inline/audio-inline.c index 67280e54c4..c4c3c098ae 100644 --- a/plugins/audio-inline/audio-inline.c +++ b/plugins/audio-inline/audio-inline.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -198,7 +198,7 @@ org_gnome_audio_inline_play_clicked (GtkWidget *button, EMFormatHTMLPObject *pob CamelDataWrapper *data; GError *error = NULL; int argc = 1; - char *argv [] = { "org_gnome_audio_inline", NULL }; + const gchar *argv [] = { "org_gnome_audio_inline", NULL }; /* FIXME this is ugly, we should stream this directly to gstreamer */ po->filename = e_mktemp ("org-gnome-audio-inline-file-XXXXXX"); diff --git a/plugins/backup-restore/backup-restore.c b/plugins/backup-restore/backup-restore.c index f9745e8972..59c04a605b 100644 --- a/plugins/backup-restore/backup-restore.c +++ b/plugins/backup-restore/backup-restore.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -83,7 +83,7 @@ sanity_check (const char *filename) g_message ("Sanity check result %d:%d %d", WIFEXITED (result), WEXITSTATUS (result), result); return WIFEXITED (result) && (WEXITSTATUS (result) == 0); -#else +#else return result; #endif } @@ -125,7 +125,7 @@ epbr_perform_pre_backup_checks (char* dir) #ifdef G_OS_WIN32 return TRUE; #else - return (g_access (dir, W_OK) == 0); + return (g_access (dir, W_OK) == 0); #endif } diff --git a/plugins/backup-restore/backup.c b/plugins/backup-restore/backup.c index 7d3c208a28..19e9e98bb1 100644 --- a/plugins/backup-restore/backup.c +++ b/plugins/backup-restore/backup.c @@ -11,13 +11,13 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * */ - + #ifdef HAVE_CONFIG_H #include <config.h> #endif @@ -182,7 +182,7 @@ backup (const char *filename) g_return_if_fail (filename && *filename); quotedfname = g_shell_quote(filename); - + CANCEL (complete); txt = _("Shutting down Evolution"); /* FIXME Will the versioned setting always work? */ @@ -226,10 +226,10 @@ restore (const char *filename) { char *command; char *quotedfname; - + g_return_if_fail (filename && *filename); quotedfname = g_shell_quote(filename); - + /* FIXME Will the versioned setting always work? */ CANCEL (complete); txt = _("Shutting down Evolution"); @@ -281,7 +281,7 @@ check (const char *filename) g_return_if_fail (filename && *filename); quotedfname = g_shell_quote(filename); - + command = g_strdup_printf ("tar ztf %s | grep -e \"^\\.evolution/$\"", quotedfname); result = system (command); g_free (command); @@ -294,7 +294,7 @@ check (const char *filename) result = system (command); g_free (command); g_free (quotedfname); - + g_message ("Second result %d", result); } @@ -373,7 +373,7 @@ main (int argc, char **argv) g_thread_init (NULL); gtk_init_with_args ( - &argc, &argv, NULL, options, GETTEXT_PACKAGE, &error); + &argc, &argv, NULL, options, (gchar *) GETTEXT_PACKAGE, &error); if (error != NULL) { g_printerr ("%s\n", error->message); g_error_free (error); @@ -401,8 +401,9 @@ main (int argc, char **argv) if (gui_arg && !check_op) { GtkWidget *widget, *container; - char *str = NULL, *txt; - const char *txt2; + const gchar *txt, *txt2; + gchar *str = NULL; + gchar *markup; gtk_window_set_default_icon_name ("evolution"); @@ -454,34 +455,34 @@ main (int argc, char **argv) txt2 = "Should not be here now, really..."; } - txt = g_strconcat ("<b><big>", txt, "</big></b>", NULL); + markup = g_strconcat ("<b><big>", txt, "</big></b>", NULL); widget = gtk_label_new (NULL); gtk_label_set_line_wrap (GTK_LABEL (widget), FALSE); - gtk_label_set_markup (GTK_LABEL (widget), txt); + gtk_label_set_markup (GTK_LABEL (widget), markup); gtk_misc_set_alignment (GTK_MISC (widget), 0.0, 0.0); gtk_widget_show (widget); - g_free (txt); + g_free (markup); gtk_table_attach (GTK_TABLE (container), widget, 1, 2, 0, 1, GTK_EXPAND | GTK_FILL, GTK_FILL, 0, 0); - txt = g_strconcat (txt2, " ", _("This may take a while depending on the amount of data in your account."), NULL); + markup = g_strconcat (txt2, " ", _("This may take a while depending on the amount of data in your account."), NULL); widget = gtk_label_new (NULL); gtk_label_set_line_wrap (GTK_LABEL (widget), TRUE); - gtk_label_set_markup (GTK_LABEL (widget), txt); + gtk_label_set_markup (GTK_LABEL (widget), markup); gtk_misc_set_alignment (GTK_MISC (widget), 0.0, 0.5); gtk_widget_show (widget); - g_free (txt); + g_free (markup); gtk_table_attach (GTK_TABLE (container), widget, 1, 2, 1, 2, GTK_EXPAND | GTK_FILL, GTK_FILL, 0, 0); pbar = gtk_progress_bar_new (); if (str) { - txt = g_strconcat ("<i>", str, "</i>", NULL); + markup = g_strconcat ("<i>", str, "</i>", NULL); widget = gtk_label_new (NULL); - gtk_label_set_markup (GTK_LABEL (widget), txt); + gtk_label_set_markup (GTK_LABEL (widget), markup); gtk_misc_set_alignment (GTK_MISC (widget), 0.0, 0.5); - g_free (txt); + g_free (markup); g_free (str); gtk_table_attach (GTK_TABLE (container), widget, 1, 2, 2, 3, GTK_EXPAND | GTK_FILL, GTK_FILL, 0, 0); gtk_table_set_row_spacing (GTK_TABLE (container), 2, 6); diff --git a/plugins/bbdb/bbdb.c b/plugins/bbdb/bbdb.c index c642dd9130..72098cab56 100644 --- a/plugins/bbdb/bbdb.c +++ b/plugins/bbdb/bbdb.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -45,7 +45,6 @@ int e_plugin_lib_enable (EPluginLib *ep, int enable); void bbdb_handle_send (EPlugin *ep, EMEventTargetComposer *target); GtkWidget *bbdb_page_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_data); -GtkWidget *bbdb_page_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_data); /* For internal use */ struct bbdb_stuff { @@ -240,7 +239,7 @@ bbdb_handle_send (EPlugin *ep, EMEventTargetComposer *target) enable = gconf_client_get_bool (gconf, GCONF_KEY_ENABLE, NULL); g_object_unref (G_OBJECT (gconf)); - if (!enable) + if (!enable) return; message = e_msg_composer_get_message(target->composer, 1); diff --git a/plugins/bbdb/bbdb.h b/plugins/bbdb/bbdb.h index 55c88709b0..62887a8ed0 100644 --- a/plugins/bbdb/bbdb.h +++ b/plugins/bbdb/bbdb.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/plugins/bbdb/gaimbuddies.c b/plugins/bbdb/gaimbuddies.c index 1a336bc7bb..d23749de66 100644 --- a/plugins/bbdb/gaimbuddies.c +++ b/plugins/bbdb/gaimbuddies.c @@ -6,7 +6,7 @@ * don't already have a buddy icon defined for a person. * * This works today (25 October 2004), but is pretty sure to break - * later on as the Gaim buddylist file format shifts. + * later on as the Gaim buddylist file format shifts. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -19,7 +19,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -56,11 +56,7 @@ typedef struct { char *icon; } GaimBuddy; -/* Defined in bbdb.c */ -EBook *bbdb_open_addressbook (int type); - /* Forward declarations for this file. */ -void bbdb_sync_buddy_list (void); static gboolean bbdb_merge_buddy_to_contact (EBook *book, GaimBuddy *b, EContact *c); static GList *bbdb_get_gaim_buddy_list (void); static char *get_node_text (xmlNodePtr node); @@ -456,7 +452,7 @@ parse_contact (xmlNodePtr contact, GList **buddies, GSList *blocked) } - if (is_blocked) + if (is_blocked) free_gaim_body (gb); else *buddies = g_list_prepend (*buddies, gb); diff --git a/plugins/bbdb/test-evobuddy.c b/plugins/bbdb/test-evobuddy.c index f7739faea7..9d14aabebe 100644 --- a/plugins/bbdb/test-evobuddy.c +++ b/plugins/bbdb/test-evobuddy.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/plugins/bogo-junk-plugin/bf-junk-filter.c b/plugins/bogo-junk-plugin/bf-junk-filter.c index 848e4f4fb5..77aa377751 100644 --- a/plugins/bogo-junk-plugin/bf-junk-filter.c +++ b/plugins/bogo-junk-plugin/bf-junk-filter.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -77,7 +77,7 @@ void *em_junk_bf_validate_binary (EPlugin *ep, EMJunkHookTarget *target); void em_junk_bf_report_junk (EPlugin *ep, EMJunkHookTarget *target); void em_junk_bf_report_non_junk (EPlugin *ep, EMJunkHookTarget *target); void em_junk_bf_commit_reports (EPlugin *ep, EMJunkHookTarget *target); -static gint pipe_to_bogofilter (CamelMimeMessage *msg, gchar **argv, GError **error); +static gint pipe_to_bogofilter (CamelMimeMessage *msg, const gchar **argv, GError **error); /* eplugin stuff */ int e_plugin_lib_enable (EPluginLib *ep, int enable); @@ -93,7 +93,7 @@ init_db () CamelStream *stream = camel_stream_fs_new_with_name (WELCOME_MESSAGE, O_RDONLY, 0); CamelMimeParser *parser = camel_mime_parser_new (); CamelMimeMessage *msg = camel_mime_message_new (); - gchar *argv[] = { + const gchar *argv[] = { em_junk_bf_binary, "-n", NULL, @@ -103,7 +103,7 @@ init_db () camel_mime_parser_init_with_stream (parser, stream); camel_mime_parser_scan_from (parser, FALSE); camel_object_unref (stream); - + camel_mime_part_construct_from_parser ((CamelMimePart *) msg, parser); camel_object_unref (parser); @@ -113,13 +113,13 @@ init_db () argv[2] = "--unicode=yes"; } - pipe_to_bogofilter (msg, argv, NULL); + pipe_to_bogofilter (msg, argv, NULL); camel_object_unref (msg); } static gint -pipe_to_bogofilter (CamelMimeMessage *msg, gchar **argv, GError **error) +pipe_to_bogofilter (CamelMimeMessage *msg, const gchar **argv, GError **error) { GPid child_pid; gint bf_in; @@ -130,7 +130,7 @@ pipe_to_bogofilter (CamelMimeMessage *msg, gchar **argv, GError **error) gint res; static gboolean only_once = FALSE; -retry: +retry: if (camel_debug_start ("junk")) { int i; @@ -142,7 +142,7 @@ retry: } if (!g_spawn_async_with_pipes (NULL, - argv, + (gchar **) argv, NULL, G_SPAWN_DO_NOT_REAP_CHILD | G_SPAWN_STDOUT_TO_DEV_NULL, @@ -184,7 +184,7 @@ retry: sleep (1); waitres = waitpid (child_pid, &status, WNOHANG); g_set_error (error, EM_JUNK_ERROR, -2, _("Bogofilter child process does not respond, killing...")); - } else + } else g_set_error (error, EM_JUNK_ERROR, -3, _("Wait for Bogofilter child process interrupted, terminating...")); } @@ -209,7 +209,7 @@ retry: goto retry; } g_set_error (error, EM_JUNK_ERROR, res, _("Pipe to Bogofilter failed, error code: %d."), res); - + } return res; @@ -249,7 +249,7 @@ em_junk_bf_check_junk (EPlugin *ep, EMJunkHookTarget *target) CamelMimeMessage *msg = target->m; int rv; - gchar *argv[] = { + const gchar *argv[] = { em_junk_bf_binary, NULL, NULL @@ -273,7 +273,7 @@ em_junk_bf_report_junk (EPlugin *ep, EMJunkHookTarget *target) { CamelMimeMessage *msg = target->m; - gchar *argv[] = { + const gchar *argv[] = { em_junk_bf_binary, "-s", NULL, @@ -294,7 +294,7 @@ em_junk_bf_report_non_junk (EPlugin *ep, EMJunkHookTarget *target) { CamelMimeMessage *msg = target->m; - gchar *argv[] = { + const gchar *argv[] = { em_junk_bf_binary, "-n", NULL, @@ -318,7 +318,7 @@ em_junk_bf_commit_reports (EPlugin *ep, EMJunkHookTarget *target) void * em_junk_bf_validate_binary (EPlugin *ep, EMJunkHookTarget *target) { - return g_file_test (em_junk_bf_binary, G_FILE_TEST_EXISTS) ? "1" : NULL; + return g_file_test (em_junk_bf_binary, G_FILE_TEST_EXISTS) ? (void *) "1" : NULL; } int @@ -374,7 +374,7 @@ org_gnome_bogo_convert_unicode (struct _EPlugin *epl, struct _EConfigHookItemFac check = gtk_check_button_new_with_mnemonic (_("Convert message text to _Unicode")); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (check), em_junk_bf_unicode); - g_signal_connect (GTK_TOGGLE_BUTTON (check), "toggled", G_CALLBACK (convert_unicode_cb), "/apps/evolution/mail/junk/bogofilter/unicode"); + g_signal_connect (GTK_TOGGLE_BUTTON (check), "toggled", G_CALLBACK (convert_unicode_cb), (gpointer) "/apps/evolution/mail/junk/bogofilter/unicode"); gtk_table_attach((GtkTable *)data->parent, check, 0, 1, i, i+1, 0, 0, 0, 0); gtk_widget_show (check); return (GtkWidget *)check; diff --git a/plugins/caldav/caldav-source.c b/plugins/caldav/caldav-source.c index 5df807a691..1dd5ae35b5 100644 --- a/plugins/caldav/caldav-source.c +++ b/plugins/caldav/caldav-source.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -79,6 +79,29 @@ e_plugin_lib_enable (EPluginLib *ep, int enable) return 0; } +/* replaces all '@' with '%40' in str; returns newly allocated string */ +static char * +replace_at_sign (const char *str) +{ + char *res, *at; + + if (!str) + return NULL; + + res = g_strdup (str); + while (at = strchr (res, '@'), at) { + char *tmp = g_malloc0 (sizeof (char) * (1 + strlen (res) + 2)); + + strncpy (tmp, res, at - res); + strcat (tmp, "%40"); + strcat (tmp, at + 1); + + g_free (res); + res = tmp; + } + + return res; +} /*****************************************************************************/ /* the location field for caldav sources */ @@ -87,17 +110,27 @@ e_plugin_lib_enable (EPluginLib *ep, int enable) static gchar * print_uri_noproto (EUri *uri) { - gchar *uri_noproto; + gchar *uri_noproto, *user, *pass; + + if (uri->user) + user = replace_at_sign (uri->user); + else + user = NULL; + + if (uri->passwd) + pass = replace_at_sign (uri->passwd); + else + pass = NULL; if (uri->port != 0) uri_noproto = g_strdup_printf ( "%s%s%s%s%s%s%s:%d%s%s%s", - uri->user ? uri->user : "", + user ? user : "", uri->authmech ? ";auth=" : "", uri->authmech ? uri->authmech : "", - uri->passwd ? ":" : "", - uri->passwd ? uri->passwd : "", - uri->user ? "@" : "", + pass ? ":" : "", + pass ? pass : "", + user ? "@" : "", uri->host ? uri->host : "", uri->port, uri->path ? uri->path : "", @@ -106,16 +139,20 @@ print_uri_noproto (EUri *uri) else uri_noproto = g_strdup_printf ( "%s%s%s%s%s%s%s%s%s%s", - uri->user ? uri->user : "", + user ? user : "", uri->authmech ? ";auth=" : "", uri->authmech ? uri->authmech : "", - uri->passwd ? ":" : "", - uri->passwd ? uri->passwd : "", - uri->user ? "@" : "", + pass ? ":" : "", + pass ? pass : "", + user ? "@" : "", uri->host ? uri->host : "", uri->path ? uri->path : "", uri->query ? "?" : "", uri->query ? uri->query : ""); + + g_free (user); + g_free (pass); + return uri_noproto; } diff --git a/plugins/calendar-file/calendar-file.c b/plugins/calendar-file/calendar-file.c index 33fef89cc4..6670d23293 100644 --- a/plugins/calendar-file/calendar-file.c +++ b/plugins/calendar-file/calendar-file.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/copy-tool/copy-tool.c b/plugins/copy-tool/copy-tool.c index 052722f4eb..1f33ba71db 100644 --- a/plugins/copy-tool/copy-tool.c +++ b/plugins/copy-tool/copy-tool.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/default-mailer/default-mailer.c b/plugins/default-mailer/default-mailer.c index f52bd30855..8d383639ff 100644 --- a/plugins/default-mailer/default-mailer.c +++ b/plugins/default-mailer/default-mailer.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/default-source/default-source.c b/plugins/default-source/default-source.c index 132203cd38..a3611cc730 100644 --- a/plugins/default-source/default-source.c +++ b/plugins/default-source/default-source.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/email-custom-header/Makefile.am b/plugins/email-custom-header/Makefile.am index ca934e5e78..c9467fe925 100644 --- a/plugins/email-custom-header/Makefile.am +++ b/plugins/email-custom-header/Makefile.am @@ -3,7 +3,6 @@ INCLUDES = -I. \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/widgets/misc \ -I$(top_builddir)/mail \ - -I$(top_srcdir)/camel \ -I$(top_builddir)/composer \ $(EVOLUTION_MAIL_CFLAGS) \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ diff --git a/plugins/email-custom-header/email-custom-header.c b/plugins/email-custom-header/email-custom-header.c index 1e88303e50..31039bcf44 100644 --- a/plugins/email-custom-header/email-custom-header.c +++ b/plugins/email-custom-header/email-custom-header.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -92,7 +92,7 @@ e_plugin_lib_enable (EPluginLib *ep, int enable) return 0; } -static void +static void epech_get_widgets_data (CustomHeaderOptionsDialog *mch) { EmailCustomHeaderOptionsDialogPrivate *priv; @@ -115,8 +115,8 @@ epech_get_widgets_data (CustomHeaderOptionsDialog *mch) return; } -static gboolean -epech_get_widgets (CustomHeaderOptionsDialog *mch) +static gboolean +epech_get_widgets (CustomHeaderOptionsDialog *mch) { EmailCustomHeaderOptionsDialogPrivate *priv; priv = mch->priv; @@ -127,39 +127,39 @@ epech_get_widgets (CustomHeaderOptionsDialog *mch) if (!priv->main) return FALSE; - priv->page = EMAIL_CUSTOM_HEADER ("email-custom-header-vbox"); - priv->header_table = EMAIL_CUSTOM_HEADER ("email-custom-header-options"); + priv->page = EMAIL_CUSTOM_HEADER ("email-custom-header-vbox"); + priv->header_table = EMAIL_CUSTOM_HEADER ("email-custom-header-options"); #undef EMAIL_CUSTOM_HEADER return (priv->page &&priv->header_table); } -static void +static void epech_fill_widgets_with_data (CustomHeaderOptionsDialog *mch) { EmailCustomHeaderOptionsDialogPrivate *priv; HeaderValueComboBox *sub_combo_box_fill; - gint set_index_row,set_index_column; + gint set_index_row,set_index_column; priv = mch->priv; priv->help_section = g_strdup ("usage-mail"); - for (set_index_row = 0,set_index_column = 0; + for (set_index_row = 0,set_index_column = 0; set_index_column < priv->email_custom_header_details->len;set_index_column++) { sub_combo_box_fill = &g_array_index(priv->combo_box_header_value, HeaderValueComboBox,set_index_column); if (priv->flag == 0) { gtk_combo_box_set_active ((GtkComboBox *)sub_combo_box_fill->header_value_combo_box,0); } else { - gtk_combo_box_set_active ((GtkComboBox *)sub_combo_box_fill->header_value_combo_box, + gtk_combo_box_set_active ((GtkComboBox *)sub_combo_box_fill->header_value_combo_box, g_array_index(priv->header_index_type, gint, set_index_column)); } } } CustomHeaderOptionsDialog * -epech_dialog_new (void) +epech_dialog_new (void) { CustomHeaderOptionsDialog *mch; @@ -168,7 +168,7 @@ epech_dialog_new (void) return mch; } -GType +GType epech_dialog_get_type (void) { static GType type = 0; @@ -189,12 +189,12 @@ epech_dialog_get_type (void) type = g_type_register_static (G_TYPE_OBJECT, "CustomHeaderOptionsDialogType", &info, 0); - } + } return type; } -static void +static void epech_header_options_cb (GtkDialog *dialog, gint state, gpointer func_data) { EmailCustomHeaderOptionsDialogPrivate *priv; @@ -203,14 +203,14 @@ epech_header_options_cb (GtkDialog *dialog, gint state, gpointer func_data) mch = func_data; priv = mch->priv; - switch (state) { + switch (state) { case GTK_RESPONSE_OK: - epech_get_widgets_data (mch); + epech_get_widgets_data (mch); case GTK_RESPONSE_CANCEL: gtk_widget_hide (priv->main); gtk_widget_destroy (priv->main); g_object_unref (priv->xml); - break; + break; case GTK_RESPONSE_HELP: e_display_help ( GTK_WINDOW (priv->main), @@ -221,9 +221,9 @@ epech_header_options_cb (GtkDialog *dialog, gint state, gpointer func_data) g_signal_emit (G_OBJECT (func_data), signals[MCH_RESPONSE], 0, state); } -static gboolean +static gboolean epech_dialog_run (CustomHeaderOptionsDialog *mch, GtkWidget *parent) -{ +{ EmailCustomHeaderOptionsDialogPrivate *priv; GtkWidget *toplevel; gchar *filename; @@ -260,12 +260,12 @@ epech_dialog_run (CustomHeaderOptionsDialog *mch, GtkWidget *parent) return TRUE; } -static void +static void epech_get_header_list (CustomHeaderOptionsDialog *mch) { GConfClient *client; - client = gconf_client_get_default (); + client = gconf_client_get_default (); g_return_if_fail (GCONF_IS_CLIENT (client)); gconf_client_add_dir (client, GCONF_KEY_CUSTOM_HEADER, GCONF_CLIENT_PRELOAD_ONELEVEL, NULL); epech_load_from_gconf (client, "/apps/evolution/eplugin/email_custom_header/customHeader", mch); @@ -273,7 +273,7 @@ epech_get_header_list (CustomHeaderOptionsDialog *mch) return; } -static void +static void epech_load_from_gconf (GConfClient *client,const char *path,CustomHeaderOptionsDialog *mch) { EmailCustomHeaderOptionsDialogPrivate *priv; @@ -319,7 +319,7 @@ epech_load_from_gconf (GConfClient *client,const char *path,CustomHeaderOptionsD temp_header_details.number_of_header = pos; } -static void +static void epech_setup_widgets (CustomHeaderOptionsDialog *mch) { EmailCustomHeaderOptionsDialogPrivate *priv; @@ -331,9 +331,9 @@ epech_setup_widgets (CustomHeaderOptionsDialog *mch) gint header_section_id,sub_type_index,row,column,label_row; gint i; gchar *str; - static gchar *security_field = N_("Security:"); + static const gchar *security_field = N_("Security:"); static struct _security_values { - char *value, *str; + const gchar *value, *str; } security_values[] = { { "Personal", N_("Personal") } , { "Unclassified", N_("Unclassified") }, @@ -345,9 +345,9 @@ epech_setup_widgets (CustomHeaderOptionsDialog *mch) }; priv = mch->priv; - priv->combo_box_header_value = g_array_new (TRUE, FALSE, sizeof (HeaderValueComboBox)); + priv->combo_box_header_value = g_array_new (TRUE, FALSE, sizeof (HeaderValueComboBox)); - for (header_section_id = 0,label_row = 0,row = 0,column = 1; + for (header_section_id = 0,label_row = 0,row = 0,column = 1; header_section_id < priv->email_custom_header_details->len; header_section_id++,row++,column++) { /* To create an empty label widget. Text will be added dynamically. */ @@ -369,7 +369,7 @@ epech_setup_widgets (CustomHeaderOptionsDialog *mch) g_array_append_val(priv->combo_box_header_value, sub_combo_box); } - for (sub_index = 0,row_combo = 0,column_combo = 1; sub_index < priv->combo_box_header_value->len; + for (sub_index = 0,row_combo = 0,column_combo = 1; sub_index < priv->combo_box_header_value->len; sub_index++,row_combo++,column_combo++) { temp = &g_array_index(priv->email_custom_header_details, EmailCustomHeaderDetails,sub_index); @@ -380,7 +380,7 @@ epech_setup_widgets (CustomHeaderOptionsDialog *mch) (GtkAttachOptions) (GTK_FILL), 0, 0); for (sub_type_index = 0; sub_type_index < temp->number_of_subtype_header; sub_type_index++) { - temp_header_value_ptr = &g_array_index(temp->sub_header_type_value, CustomSubHeader,sub_type_index); + temp_header_value_ptr = &g_array_index(temp->sub_header_type_value, CustomSubHeader,sub_type_index); str = (temp_header_value_ptr->sub_header_string_value)->str; for (i = 0; security_values[i].value != NULL; i++) { if (strcmp (str, security_values[i].value) == 0) { @@ -397,7 +397,7 @@ epech_setup_widgets (CustomHeaderOptionsDialog *mch) } } -static void +static void epech_dialog_class_init (GObjectClass *object) { CustomHeaderOptionsDialogClass *klass; @@ -420,7 +420,7 @@ epech_dialog_class_init (GObjectClass *object) G_TYPE_INT); } -static void +static void epech_dialog_init (GObject *object) { CustomHeaderOptionsDialog *mch; @@ -435,7 +435,7 @@ epech_dialog_init (GObject *object) priv->header_table = NULL; } -static void +static void epech_dialog_finalize (GObject *object) { CustomHeaderOptionsDialog *mch = (CustomHeaderOptionsDialog *)object; @@ -450,11 +450,11 @@ epech_dialog_finalize (GObject *object) mch->priv = NULL; } - if (parent_class->finalize) + if (parent_class->finalize) (* parent_class->finalize) (object); } -static void +static void epech_dialog_dispose (GObject *object) { CustomHeaderOptionsDialog *mch = (CustomHeaderOptionsDialog *) object; @@ -463,9 +463,9 @@ epech_dialog_dispose (GObject *object) if (parent_class->dispose) (* parent_class->dispose) (object); -} +} -static void +static void epech_append_to_custom_header (CustomHeaderOptionsDialog *dialog, gint state, gpointer data) { EMsgComposer *composer; @@ -487,15 +487,15 @@ epech_append_to_custom_header (CustomHeaderOptionsDialog *dialog, gint state, gp temp_header_value_ptr = &g_array_index(temp_header_ptr->sub_header_type_value, CustomSubHeader,sub_type_index); if (sub_type_index == g_array_index(priv->header_index_type, gint, index_subtype)){ - e_msg_composer_modify_header (composer, (temp_header_ptr->header_type_value)->str, - (temp_header_value_ptr->sub_header_string_value)->str); + e_msg_composer_modify_header (composer, (temp_header_ptr->header_type_value)->str, + (temp_header_value_ptr->sub_header_string_value)->str); } } } } } -static void +static void epech_custom_header_options_commit (EMsgComposer *comp, gpointer user_data) { EMsgComposer *composer; @@ -503,7 +503,7 @@ epech_custom_header_options_commit (EMsgComposer *comp, gpointer user_data) CustomHeaderOptionsDialog *current_dialog = NULL; composer = (EMsgComposer *) user_data; - + if (!user_data || !EMAIL_CUSTOM_HEADER_OPTIONS_IS_DIALOG (user_data)) return; @@ -515,16 +515,16 @@ epech_custom_header_options_commit (EMsgComposer *comp, gpointer user_data) if (current_dialog) { g_free (current_dialog); - current_dialog = NULL; + current_dialog = NULL; } if (new_email_custom_header_window) { g_free (new_email_custom_header_window); - new_email_custom_header_window = NULL; + new_email_custom_header_window = NULL; } } -static gint +static gint epech_check_existing_composer_window(gconstpointer compowindow, gconstpointer other_compowindow) { if ((compowindow) && (other_compowindow)){ @@ -570,7 +570,7 @@ static void action_email_custom_header_cb (GtkAction *action, EMsgComposer *comp new_email_custom_header_window->epech_window = menuitem->window; new_email_custom_header_window->epech_dialog = dialog; g_object_set_data_full ((GObject *) composer, "compowindow", new_email_custom_header_window, destroy_compo_data); - } + } } epech_dialog_run (dialog, GTK_WIDGET (composer)); @@ -944,7 +944,7 @@ e_plugin_lib_get_configure_widget (EPlugin *epl) g_signal_connect(G_OBJECT(model), "row-changed", G_CALLBACK(header_isempty), cd); /* Populate tree view with values from gconf */ - header_list = gconf_client_get_list (client,GCONF_KEY_CUSTOM_HEADER,GCONF_VALUE_STRING, NULL); + header_list = gconf_client_get_list (client,GCONF_KEY_CUSTOM_HEADER,GCONF_VALUE_STRING, NULL); for (list = header_list; list; list = g_slist_next (list)) { gchar **parse_header_list; @@ -954,7 +954,7 @@ e_plugin_lib_get_configure_widget (EPlugin *epl) parse_header_list = g_strsplit_set (buffer, "=,", -1); str_colon = g_strconcat (parse_header_list[0], "", NULL); gtk_list_store_set (cd->store, &iter, HEADER_KEY_COLUMN, str_colon, -1); - + for (index = 0; parse_header_list[index+1] ; ++index) { str1_colon = g_strconcat (parse_header_list[index+1], "", NULL); gtk_list_store_set (cd->store, &iter, HEADER_VALUE_COLUMN, str1_colon, -1); diff --git a/plugins/email-custom-header/email-custom-header.h b/plugins/email-custom-header/email-custom-header.h index f828a53061..30e0f7061a 100644 --- a/plugins/email-custom-header/email-custom-header.h +++ b/plugins/email-custom-header/email-custom-header.h @@ -1,6 +1,6 @@ /* * Evolution Email custom header options - * + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/exchange-operations/exchange-account-setup.c b/plugins/exchange-operations/exchange-account-setup.c index ccfb6afb71..2c08341ef3 100644 --- a/plugins/exchange-operations/exchange-account-setup.c +++ b/plugins/exchange-operations/exchange-account-setup.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -59,25 +59,25 @@ void org_gnome_exchange_commit (EPlugin *epl, EConfigHookItemFactoryData *data); GtkWidget* org_gnome_exchange_show_folder_size_factory (EPlugin *epl, EConfigHookItemFactoryData *data); CamelServiceAuthType camel_exchange_ntlm_authtype = { - /* i18n: "Secure Password Authentication" is an Outlookism */ - N_("Secure Password"), + /* i18n: "Secure Password Authentication" is an Outlookism */ + (gchar *) N_("Secure Password"), - /* i18n: "NTLM" probably doesn't translate */ - N_("This option will connect to the Exchange server using " - "secure password (NTLM) authentication."), + /* i18n: "NTLM" probably doesn't translate */ + (gchar *) N_("This option will connect to the Exchange server " + "using secure password (NTLM) authentication."), - "NTLM", - TRUE + (gchar *) "NTLM", + TRUE }; CamelServiceAuthType camel_exchange_password_authtype = { - N_("Plaintext Password"), + (gchar *) N_("Plaintext Password"), - N_("This option will connect to the Exchange server using " - "standard plaintext password authentication."), + (gchar *) N_("This option will connect to the Exchange server " + "using standard plaintext password authentication."), - "Basic", - TRUE + (gchar *) "Basic", + TRUE }; @@ -239,9 +239,9 @@ org_gnome_exchange_settings(EPlugin *epl, EConfigHookItemFactoryData *data) &offline_status); if (offline_status == OFFLINE_MODE) { e_error_run (NULL, ERROR_DOMAIN ":exchange-settings-offline", NULL); - + return NULL; - } + } oof_data = g_new0 (OOFData, 1); @@ -637,7 +637,7 @@ want_mailbox_toggled (GtkWidget *toggle, EConfig *config) const char *mailbox; gtk_widget_set_sensitive (entry, is_active); - + target = (EMConfigTargetAccount *)config->target; mailbox = gtk_entry_get_text (GTK_ENTRY (entry)); @@ -898,14 +898,14 @@ org_gnome_exchange_commit (EPlugin *epl, EConfigHookItemFactoryData *data) } camel_url_free (url); - + exchange_config_listener_get_offline_status (exchange_global_config_listener, &offline_status); - + if (offline_status == OFFLINE_MODE) { return; } - + /* Set oof data in exchange account */ set_oof_info (); destroy_oof_data (); @@ -1122,10 +1122,10 @@ org_gnome_exchange_show_folder_size_factory (EPlugin *epl, EConfigHookItemFactor if (!account) return NULL; - exchange_account_is_offline (account, &mode); - if (mode == OFFLINE_MODE) - return NULL; - + exchange_account_is_offline (account, &mode); + if (mode == OFFLINE_MODE) + return NULL; + folder_name = (char*) camel_folder_get_name (cml_folder); if (!folder_name) folder_name = g_strdup ("name"); diff --git a/plugins/exchange-operations/exchange-calendar.c b/plugins/exchange-operations/exchange-calendar.c index ef0eaaef79..58af042c0c 100644 --- a/plugins/exchange-operations/exchange-calendar.c +++ b/plugins/exchange-operations/exchange-calendar.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/exchange-operations/exchange-change-password.c b/plugins/exchange-operations/exchange-change-password.c index e35ee38dee..539bd24d3a 100644 --- a/plugins/exchange-operations/exchange-change-password.c +++ b/plugins/exchange-operations/exchange-change-password.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/plugins/exchange-operations/exchange-change-password.h b/plugins/exchange-operations/exchange-change-password.h index e2c40c0186..e320d89cf9 100644 --- a/plugins/exchange-operations/exchange-change-password.h +++ b/plugins/exchange-operations/exchange-change-password.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/plugins/exchange-operations/exchange-config-listener.c b/plugins/exchange-operations/exchange-config-listener.c index 308e73daaf..5ff53fb171 100644 --- a/plugins/exchange-operations/exchange-config-listener.c +++ b/plugins/exchange-operations/exchange-config-listener.c @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ @@ -89,7 +89,7 @@ static void account_changed (EAccountList *account_listener, EAccount *account); static void account_removed (EAccountList *account_listener, EAccount *account); -#if LDEAD +#ifdef LDEAD static void exchange_add_autocompletion_folders (GConfClient *gc_client, ExchangeAccount *account); #endif @@ -229,7 +229,7 @@ add_defaults_for_account (ExchangeConfigListener *config_listener, EAccount *eaccount; gboolean save = FALSE; -#if LDEAD +#ifdef LDEAD exchange_add_autocompletion_folders (config_listener->priv->gconf, account); #endif @@ -1230,7 +1230,7 @@ exchange_config_listener_modify_esource_group_name (ExchangeConfigListener *excl g_object_unref (a_source_list); } -#if LDEAD +#ifdef LDEAD /** * exchange_add_autocompletion_folders: * diff --git a/plugins/exchange-operations/exchange-config-listener.h b/plugins/exchange-operations/exchange-config-listener.h index d0048ee4a9..b5ceca2a27 100644 --- a/plugins/exchange-operations/exchange-config-listener.h +++ b/plugins/exchange-operations/exchange-config-listener.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/plugins/exchange-operations/exchange-contacts.c b/plugins/exchange-operations/exchange-contacts.c index f04c9d6076..1955f58eba 100644 --- a/plugins/exchange-operations/exchange-contacts.c +++ b/plugins/exchange-operations/exchange-contacts.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -503,7 +503,7 @@ e_exchange_contacts_commit (EPlugin *epl, EConfigTarget *target) if (authtype) { e_source_set_property (source, "auth-type", authtype); g_free (authtype); - authtype=NULL; + authtype=NULL; } e_source_set_property (source, "auth", "plain/password"); if (rename) { diff --git a/plugins/exchange-operations/exchange-delegates-user.c b/plugins/exchange-operations/exchange-delegates-user.c index 66a7e71014..7de3948814 100644 --- a/plugins/exchange-operations/exchange-delegates-user.c +++ b/plugins/exchange-operations/exchange-delegates-user.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -301,12 +301,13 @@ exchange_delegates_user_edit (ExchangeAccount *account, CamelMessageInfo *info; char *self_address, *delegate_mail_subject; char *role_name; - char *role_name_final = ""; + GString *role_name_final; const char *recipient_address; const char *delegate_exchange_dn; const char *msg_part1 = NULL, *msg_part2 = NULL; + role_name_final = g_string_new (""); self_address = g_strdup (exchange_account_get_email_id (account)); @@ -339,11 +340,13 @@ exchange_delegates_user_edit (ExchangeAccount *account, combobox = glade_xml_get_widget (xml, widget_names[i]); role = e_dialog_combo_box_get (combobox, exchange_perm_map); role_name = g_strdup (map_to_full_role_name(role)); - role_name_final = g_strconcat (role_name_final, "<tr><td>" , folder_names_for_display[i], - ":</td><td>", role_name, "</td> </tr>", NULL); + g_string_append_printf ( + role_name_final, + "<tr><td>%s:</td><td>%s</td></tr>", + folder_names_for_display[i], role_name); } - camel_stream_printf (stream, "%s</table>", role_name_final); + camel_stream_printf (stream, "%s</table>", role_name_final->str); if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (check)) == TRUE) { /* To translators: This message is included if the delegatee has been given access @@ -360,7 +363,7 @@ exchange_delegates_user_edit (ExchangeAccount *account, "to see my private items.")); camel_data_wrapper_construct_from_stream (delegate_mail_text, stream); g_free (role_name); - g_free (role_name_final); + g_string_free (role_name_final, TRUE); camel_object_unref (stream); part = camel_mime_part_new (); diff --git a/plugins/exchange-operations/exchange-delegates-user.h b/plugins/exchange-operations/exchange-delegates-user.h index 56217981a8..251a09de9d 100644 --- a/plugins/exchange-operations/exchange-delegates-user.h +++ b/plugins/exchange-operations/exchange-delegates-user.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/plugins/exchange-operations/exchange-delegates.c b/plugins/exchange-operations/exchange-delegates.c index b1c94afb1c..4038ef0baf 100644 --- a/plugins/exchange-operations/exchange-delegates.c +++ b/plugins/exchange-operations/exchange-delegates.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/exchange-operations/exchange-delegates.h b/plugins/exchange-operations/exchange-delegates.h index b0c6833ff7..77fc354c60 100644 --- a/plugins/exchange-operations/exchange-delegates.h +++ b/plugins/exchange-operations/exchange-delegates.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/plugins/exchange-operations/exchange-folder-permission.c b/plugins/exchange-operations/exchange-folder-permission.c index ad36853cf1..63874c793a 100644 --- a/plugins/exchange-operations/exchange-folder-permission.c +++ b/plugins/exchange-operations/exchange-folder-permission.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -59,7 +59,7 @@ void org_gnome_exchange_menu_cal_permissions (EPlugin *ep, ECalMenuTargetSelect gchar *selected_exchange_folder_uri = NULL; static EPopupItem popup_items[] = { - { E_POPUP_ITEM, "30.emc.10", N_("Permissions..."), org_folder_permissions_cb, NULL, "folder-new", 0, EM_POPUP_FOLDER_INFERIORS } + { E_POPUP_ITEM, (gchar *) "30.emc.10", (gchar *) N_("Permissions..."), org_folder_permissions_cb, NULL, (gchar *) "folder-new", 0, EM_POPUP_FOLDER_INFERIORS } }; static void diff --git a/plugins/exchange-operations/exchange-folder-size-display.c b/plugins/exchange-operations/exchange-folder-size-display.c index 4d3082e805..ff3634341a 100644 --- a/plugins/exchange-operations/exchange-folder-size-display.c +++ b/plugins/exchange-operations/exchange-folder-size-display.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/exchange-operations/exchange-folder-size-display.h b/plugins/exchange-operations/exchange-folder-size-display.h index 9c10b93b5f..95c795686d 100644 --- a/plugins/exchange-operations/exchange-folder-size-display.h +++ b/plugins/exchange-operations/exchange-folder-size-display.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/plugins/exchange-operations/exchange-folder-subscription.c b/plugins/exchange-operations/exchange-folder-subscription.c index 05229c0838..2f72552983 100644 --- a/plugins/exchange-operations/exchange-folder-subscription.c +++ b/plugins/exchange-operations/exchange-folder-subscription.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -94,10 +94,10 @@ setup_name_selector (GladeXML *glade_xml, ENameSelector **name_selector_ret) } static void -setup_folder_name_combo (GladeXML *glade_xml, gchar *fname) +setup_folder_name_combo (GladeXML *glade_xml, const gchar *fname) { GtkComboBox *combo; - char *strings[] = { + const gchar *strings[] = { "Calendar", "Inbox", "Contacts", @@ -286,7 +286,7 @@ subscribe_to_folder (GtkWidget *dialog, gint response, gpointer data) } gboolean -create_folder_subscription_dialog (ExchangeAccount *account, gchar *fname) +create_folder_subscription_dialog (ExchangeAccount *account, const gchar *fname) { ENameSelector *name_selector; GladeXML *glade_xml; diff --git a/plugins/exchange-operations/exchange-folder-subscription.h b/plugins/exchange-operations/exchange-folder-subscription.h index 26b4bc3642..15323cad09 100644 --- a/plugins/exchange-operations/exchange-folder-subscription.h +++ b/plugins/exchange-operations/exchange-folder-subscription.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -22,6 +22,6 @@ #define __EXCHANGE_FOLDER_SUBSCRIPTION_H__ gboolean -create_folder_subscription_dialog (ExchangeAccount *account, gchar *fname); +create_folder_subscription_dialog (ExchangeAccount *account, const gchar *fname); #endif diff --git a/plugins/exchange-operations/exchange-folder.c b/plugins/exchange-operations/exchange-folder.c index b2b53d1bb3..3362f0ae83 100644 --- a/plugins/exchange-operations/exchange-folder.c +++ b/plugins/exchange-operations/exchange-folder.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -44,7 +44,7 @@ #include "addressbook/gui/widgets/eab-popup.h" #include "exchange-folder-subscription.h" -void org_gnome_exchange_folder_subscription (EPlugin *ep, EMMenuTargetSelect *target, gchar *fname); +void org_gnome_exchange_folder_subscription (EPlugin *ep, EMMenuTargetSelect *target, const gchar *fname); void org_gnome_exchange_inbox_subscription (EPlugin *ep, EMMenuTargetSelect *target); void org_gnome_exchange_addressbook_subscription (EPlugin *ep, EMMenuTargetSelect *target); void org_gnome_exchange_calendar_subscription (EPlugin *ep, EMMenuTargetSelect *target); @@ -64,7 +64,7 @@ static void exchange_get_folder (char *uri, CamelFolder *folder, void *data); static EPopupItem popup_inbox_items[] = { - { E_POPUP_ITEM, "29.inbox_unsubscribe", N_("Unsubscribe Folder..."), org_gnome_exchange_folder_inbox_unsubscribe, NULL, "folder-new", 0, EM_POPUP_FOLDER_INFERIORS } + { E_POPUP_ITEM, (gchar *) "29.inbox_unsubscribe", (gchar *) N_("Unsubscribe Folder..."), org_gnome_exchange_folder_inbox_unsubscribe, NULL, (gchar *) "folder-new", 0, EM_POPUP_FOLDER_INFERIORS } }; void @@ -233,7 +233,7 @@ org_gnome_exchange_check_inbox_subscribed (EPlugin *ep, EMPopupTargetFolder *tar } static EPopupItem popup_items[] = { - { E_POPUP_ITEM, "29.calendar_unsubscribe", N_("Unsubscribe Folder..."), org_gnome_exchange_folder_unsubscribe, NULL, "folder-new", 0, EM_POPUP_FOLDER_INFERIORS } + { E_POPUP_ITEM, (gchar *) "29.calendar_unsubscribe", (gchar *) N_("Unsubscribe Folder..."), org_gnome_exchange_folder_unsubscribe, NULL, (gchar *) "folder-new", 0, EM_POPUP_FOLDER_INFERIORS } }; void @@ -243,7 +243,7 @@ popup_free (EPopup *ep, GSList *items, void *data) } static EPopupItem popup_ab_items[] = { - { E_POPUP_ITEM, "29.address_book_unsubscribe", N_("Unsubscribe Folder..."), org_gnome_exchange_folder_ab_unsubscribe, NULL, "folder-new", 0, EM_POPUP_FOLDER_INFERIORS } + { E_POPUP_ITEM, (gchar *) "29.address_book_unsubscribe", (gchar *) N_("Unsubscribe Folder..."), org_gnome_exchange_folder_ab_unsubscribe, NULL, (gchar *) "folder-new", 0, EM_POPUP_FOLDER_INFERIORS } }; void @@ -541,7 +541,7 @@ org_gnome_exchange_folder_unsubscribe (EPopup *ep, EPopupItem *p, void *data) void -org_gnome_exchange_folder_subscription (EPlugin *ep, EMMenuTargetSelect *target, gchar *fname) +org_gnome_exchange_folder_subscription (EPlugin *ep, EMMenuTargetSelect *target, const gchar *fname) { ExchangeAccount *account = NULL; gint mode; @@ -573,24 +573,27 @@ org_gnome_exchange_folder_subscription (EPlugin *ep, EMMenuTargetSelect *target, void org_gnome_exchange_calendar_subscription (EPlugin *ep, EMMenuTargetSelect *target) { - gchar *folder_name = N_("Calendar"); + const gchar *folder_name = N_("Calendar"); org_gnome_exchange_folder_subscription (ep, target, folder_name); } + void org_gnome_exchange_addressbook_subscription (EPlugin *ep, EMMenuTargetSelect *target) { - gchar *folder_name = N_("Contacts"); + const gchar *folder_name = N_("Contacts"); org_gnome_exchange_folder_subscription (ep, target, folder_name); } + void org_gnome_exchange_tasks_subscription (EPlugin *ep, EMMenuTargetSelect *target) { - gchar *folder_name = N_("Tasks"); + const gchar *folder_name = N_("Tasks"); org_gnome_exchange_folder_subscription (ep, target, folder_name); } + void org_gnome_exchange_inbox_subscription (EPlugin *ep, EMMenuTargetSelect *target) { - gchar *folder_name = N_("Inbox"); + const gchar *folder_name = N_("Inbox"); org_gnome_exchange_folder_subscription (ep, target, folder_name); } diff --git a/plugins/exchange-operations/exchange-mail-send-options.c b/plugins/exchange-operations/exchange-mail-send-options.c index 7b801b13e5..74d3af258e 100644 --- a/plugins/exchange-operations/exchange-mail-send-options.c +++ b/plugins/exchange-operations/exchange-mail-send-options.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/exchange-operations/exchange-operations.c b/plugins/exchange-operations/exchange-operations.c index 94240c051a..553a41695e 100644 --- a/plugins/exchange-operations/exchange-operations.c +++ b/plugins/exchange-operations/exchange-operations.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -30,24 +30,26 @@ ExchangeConfigListener *exchange_global_config_listener=NULL; -static char *error_ids[] = { "config-error", - "password-weak-error", - "password-change-error", - "password-change-success", - "account-offline", - "password-incorrect", - "account-domain-error", - "account-mailbox-na", - "account-version-error", - "account-wss-error", - "account-no-mailbox", - "account-resolve-error", - "account-connect-error", - "password-expired", - "account-unknown-error", - "account-quota-error", - "account-quota-send-error", - "account-quota-warn" }; +static const gchar *error_ids[] = { + "config-error", + "password-weak-error", + "password-change-error", + "password-change-success", + "account-offline", + "password-incorrect", + "account-domain-error", + "account-mailbox-na", + "account-version-error", + "account-wss-error", + "account-no-mailbox", + "account-resolve-error", + "account-connect-error", + "password-expired", + "account-unknown-error", + "account-quota-error", + "account-quota-send-error", + "account-quota-warn" +}; static void free_exchange_listener (void) diff --git a/plugins/exchange-operations/exchange-operations.h b/plugins/exchange-operations/exchange-operations.h index 156339f437..c453b0b978 100644 --- a/plugins/exchange-operations/exchange-operations.h +++ b/plugins/exchange-operations/exchange-operations.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/exchange-operations/exchange-permissions-dialog.c b/plugins/exchange-operations/exchange-permissions-dialog.c index ddcec2d592..a83d54c517 100644 --- a/plugins/exchange-operations/exchange-permissions-dialog.c +++ b/plugins/exchange-operations/exchange-permissions-dialog.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/exchange-operations/exchange-permissions-dialog.h b/plugins/exchange-operations/exchange-permissions-dialog.h index aa8d9bb043..18bdcd4371 100644 --- a/plugins/exchange-operations/exchange-permissions-dialog.h +++ b/plugins/exchange-operations/exchange-permissions-dialog.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/exchange-operations/exchange-send-options.c b/plugins/exchange-operations/exchange-send-options.c index 6ca64049ca..a9858d324a 100644 --- a/plugins/exchange-operations/exchange-send-options.c +++ b/plugins/exchange-operations/exchange-send-options.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/exchange-operations/exchange-send-options.h b/plugins/exchange-operations/exchange-send-options.h index 35ce50030f..b7bb9dd58b 100644 --- a/plugins/exchange-operations/exchange-send-options.h +++ b/plugins/exchange-operations/exchange-send-options.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/exchange-operations/exchange-user-dialog.c b/plugins/exchange-operations/exchange-user-dialog.c index e1de8f4797..9285b9680e 100644 --- a/plugins/exchange-operations/exchange-user-dialog.c +++ b/plugins/exchange-operations/exchange-user-dialog.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ diff --git a/plugins/exchange-operations/exchange-user-dialog.h b/plugins/exchange-operations/exchange-user-dialog.h index 453d4ca832..6bf191bc6e 100644 --- a/plugins/exchange-operations/exchange-user-dialog.h +++ b/plugins/exchange-operations/exchange-user-dialog.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/face/Makefile.am b/plugins/face/Makefile.am index afe36942c9..6ac6dd9850 100644 --- a/plugins/face/Makefile.am +++ b/plugins/face/Makefile.am @@ -3,7 +3,6 @@ INCLUDES = -I. \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/widgets/misc \ -I$(top_builddir)/mail \ - -I$(top_srcdir)/camel \ -I$(top_builddir)/composer \ $(EVOLUTION_MAIL_CFLAGS) \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ diff --git a/plugins/face/face.c b/plugins/face/face.c index ca3af16ab4..1b772863a4 100644 --- a/plugins/face/face.c +++ b/plugins/face/face.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/folder-unsubscribe/folder-unsubscribe.c b/plugins/folder-unsubscribe/folder-unsubscribe.c index d2d83b6ec6..308aea35f0 100644 --- a/plugins/folder-unsubscribe/folder-unsubscribe.c +++ b/plugins/folder-unsubscribe/folder-unsubscribe.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/google-account-setup/google-contacts-source.c b/plugins/google-account-setup/google-contacts-source.c index 00b7ebc2a5..23314a44cc 100644 --- a/plugins/google-account-setup/google-contacts-source.c +++ b/plugins/google-account-setup/google-contacts-source.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/plugins/google-account-setup/google-contacts-source.h b/plugins/google-account-setup/google-contacts-source.h index 54c21d18a6..289ea0b40f 100644 --- a/plugins/google-account-setup/google-contacts-source.h +++ b/plugins/google-account-setup/google-contacts-source.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/plugins/google-account-setup/google-source.c b/plugins/google-account-setup/google-source.c index c296ab687f..97d87c666d 100644 --- a/plugins/google-account-setup/google-source.c +++ b/plugins/google-account-setup/google-source.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -420,7 +420,7 @@ retrieve_list_clicked (GtkButton *button, GtkComboBox *combo) g_return_if_fail (username != NULL && *username != '\0'); tmp = g_strdup_printf (_("Enter password for user %s to access list of subscribed calendars."), username); - password = e_passwords_ask_password (_("Enter password"), "Calendar", "", tmp, + password = e_passwords_ask_password (_("Enter password"), "Calendar", "", tmp, E_PASSWORDS_REMEMBER_NEVER | E_PASSWORDS_REPROMPT | E_PASSWORDS_SECRET | E_PASSWORDS_DISABLE_REMEMBER, NULL, parent); g_free (tmp); diff --git a/plugins/groupwise-account-setup/camel-gw-listener.c b/plugins/groupwise-account-setup/camel-gw-listener.c index 0cee4317a7..3d1fb15214 100644 --- a/plugins/groupwise-account-setup/camel-gw-listener.c +++ b/plugins/groupwise-account-setup/camel-gw-listener.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -176,7 +176,7 @@ add_esource (const char *conf_key, GwAccountInfo *info, const char *source_name ESource *source; GConfClient* client; GSList *ids, *temp ; - char *source_selection_key; + const gchar *source_selection_key; char *relative_uri; const char *soap_port; const char * use_ssl; @@ -224,7 +224,7 @@ add_esource (const char *conf_key, GwAccountInfo *info, const char *source_name e_source_set_property (source, "refresh", str); g_free (str); - } else + } else e_source_set_property (source, "refresh", NULL); e_source_set_property (source, "offline_sync", offline_sync ? "1" : "0" ); @@ -274,7 +274,7 @@ remove_esource (const char *conf_key, const char *group_name, char* source_name, GConfClient* client; GSList *ids; GSList *node_tobe_deleted; - char *source_selection_key; + const gchar *source_selection_key; client = gconf_client_get_default(); list = e_source_list_new_for_gconf (client, conf_key); @@ -349,7 +349,7 @@ modify_esource (const char* conf_key, GwAccountInfo *old_account_info, EAccount const char *poa_address; const char *new_poa_address; const char* new_group_name = a->name; - + url = camel_url_new (old_account_info->source_url, NULL); poa_address = url->host; if (!poa_address || strlen (poa_address) ==0) @@ -387,13 +387,13 @@ modify_esource (const char* conf_key, GwAccountInfo *old_account_info, EAccount e_source_set_property (source, "port", camel_url_get_param (new_url,"soap_port")); e_source_set_property (source, "use_ssl", camel_url_get_param (url, "use_ssl")); e_source_set_property (source, "offline_sync", camel_url_get_param (url, "offline_sync") ? "1" : "0"); - + if (a->source->auto_check) { char *str = g_strdup_printf ("%d", a->source->auto_check_time); - + e_source_set_property (source, "refresh", str); g_free (str); - } else + } else e_source_set_property (source, "refresh", NULL); e_source_list_sync (list, NULL); @@ -424,7 +424,7 @@ add_calendar_tasks_sources (GwAccountInfo *info) add_esource ("/apps/evolution/calendar/sources", info, _("Calendar"), url, NULL, FALSE); add_esource ("/apps/evolution/tasks/sources", info, _("Tasks"), url, NULL, FALSE); add_esource ("/apps/evolution/memos/sources", info, _("Notes"), url, NULL, TRUE); - + camel_url_free (url); diff --git a/plugins/groupwise-account-setup/camel-gw-listener.h b/plugins/groupwise-account-setup/camel-gw-listener.h index 16a3fbe83b..9682a6877b 100644 --- a/plugins/groupwise-account-setup/camel-gw-listener.h +++ b/plugins/groupwise-account-setup/camel-gw-listener.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/groupwise-account-setup/groupwise-account-setup.c b/plugins/groupwise-account-setup/groupwise-account-setup.c index fca171aab5..aee5e90623 100644 --- a/plugins/groupwise-account-setup/groupwise-account-setup.c +++ b/plugins/groupwise-account-setup/groupwise-account-setup.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -51,7 +51,7 @@ set_esource_props (const char *path, EAccount *a, GConfClient *client, const cha { ESourceList *list; GSList *groups; - + list = e_source_list_new_for_gconf (client, path); groups = e_source_list_peek_groups (list); @@ -67,7 +67,7 @@ set_esource_props (const char *path, EAccount *a, GConfClient *client, const cha if (a->source->auto_check) { char *str = g_strdup_printf ("%d",a->source->auto_check_time); - + e_source_set_property (source, "refresh", str); g_free (str); } else diff --git a/plugins/groupwise-features/Makefile.am b/plugins/groupwise-features/Makefile.am index 42b68c58ec..57b37fd522 100644 --- a/plugins/groupwise-features/Makefile.am +++ b/plugins/groupwise-features/Makefile.am @@ -2,7 +2,6 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/widgets/misc \ - -I$(top_srcdir)/camel \ -I$(top_builddir)/composer \ -I$(top_builddir)/mail \ $(EVOLUTION_MAIL_CFLAGS) \ diff --git a/plugins/groupwise-features/addressbook-groupwise.c b/plugins/groupwise-features/addressbook-groupwise.c index c5959249df..b6519c636e 100644 --- a/plugins/groupwise-features/addressbook-groupwise.c +++ b/plugins/groupwise-features/addressbook-groupwise.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/groupwise-features/install-shared.c b/plugins/groupwise-features/install-shared.c index bfe295447f..29c5ed2855 100644 --- a/plugins/groupwise-features/install-shared.c +++ b/plugins/groupwise-features/install-shared.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/groupwise-features/junk-mail-settings.c b/plugins/groupwise-features/junk-mail-settings.c index 4cee3919f4..3e7d522c19 100644 --- a/plugins/groupwise-features/junk-mail-settings.c +++ b/plugins/groupwise-features/junk-mail-settings.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -114,7 +114,7 @@ junk_mail_settings (EPopup *ep, EPopupItem *item, void *data) } static EPopupItem popup_items[] = { -{ E_POPUP_ITEM, "50.emfv.05", N_("Junk Mail Settings..."), junk_mail_settings, NULL, NULL, 0, EM_POPUP_SELECT_MANY|EM_FOLDER_VIEW_SELECT_LISTONLY} + { E_POPUP_ITEM, (gchar *) "50.emfv.05", (gchar *) N_("Junk Mail Settings..."), junk_mail_settings, NULL, NULL, 0, EM_POPUP_SELECT_MANY|EM_FOLDER_VIEW_SELECT_LISTONLY} }; static void diff --git a/plugins/groupwise-features/junk-settings.c b/plugins/groupwise-features/junk-settings.c index bff2abc35a..3d66a1c518 100644 --- a/plugins/groupwise-features/junk-settings.c +++ b/plugins/groupwise-features/junk-settings.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -48,7 +48,6 @@ static void free_all(JunkSettings *js); static void get_junk_list (JunkSettings *js); static void disable_clicked (GtkRadioButton *button, JunkSettings *js); static void enable_clicked (GtkRadioButton *button, JunkSettings *js); -GType junk_settings_get_type (void); static GtkVBoxClass *parent_class = NULL; @@ -243,24 +242,32 @@ commit_changes (JunkSettings *js) if (E_IS_GW_CONNECTION (js->cnc)) { if(js->flag_for_ok == 2 && js->enabled){ /* just turn off the bits*/ use_junk = use_pab = use_block = persistence = 0; - if (e_gw_connection_modify_junk_settings (js->cnc, use_junk, use_pab, use_block, persistence) == E_GW_CONNECTION_STATUS_OK); + if (e_gw_connection_modify_junk_settings (js->cnc, use_junk, use_pab, use_block, persistence) == E_GW_CONNECTION_STATUS_OK) { + ; + } } if (js->flag_for_ok == 0 && !js->enabled) { use_block = use_pab =0; use_junk = 1; persistence = 14; /* We are setting the default persistence*/ - if (e_gw_connection_modify_junk_settings (js->cnc, use_junk, use_pab, use_block, persistence) == E_GW_CONNECTION_STATUS_OK); + if (e_gw_connection_modify_junk_settings (js->cnc, use_junk, use_pab, use_block, persistence) == E_GW_CONNECTION_STATUS_OK) { + ; + } } while (new_list) { entry = new_list->data; - if (e_gw_connection_create_junk_entry (js->cnc, entry->match, "email", "junk") == E_GW_CONNECTION_STATUS_OK); + if (e_gw_connection_create_junk_entry (js->cnc, entry->match, "email", "junk") == E_GW_CONNECTION_STATUS_OK) { + ; + } new_list = new_list->next; } while (remove_list) { entry = remove_list->data; - if (e_gw_connection_remove_junk_entry (js->cnc, entry->id) == E_GW_CONNECTION_STATUS_OK); + if (e_gw_connection_remove_junk_entry (js->cnc, entry->id) == E_GW_CONNECTION_STATUS_OK) { + ; + } remove_list = remove_list->next; } diff --git a/plugins/groupwise-features/junk-settings.h b/plugins/groupwise-features/junk-settings.h index 9e3f60ce1a..43322de018 100644 --- a/plugins/groupwise-features/junk-settings.h +++ b/plugins/groupwise-features/junk-settings.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/groupwise-features/mail-retract.c b/plugins/groupwise-features/mail-retract.c index 928a780124..cf039931a5 100644 --- a/plugins/groupwise-features/mail-retract.c +++ b/plugins/groupwise-features/mail-retract.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -50,8 +50,8 @@ static void retract_mail_settings (EPopup *ep, EPopupItem *item, void *data) if (cnc && E_IS_GW_CONNECTION(cnc)) { id = (char *)item->user_data; - confirm_dialog = gtk_dialog_new_with_buttons (_("Message Retract"), NULL, - GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, + confirm_dialog = gtk_dialog_new_with_buttons (_("Message Retract"), NULL, + GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_YES, GTK_RESPONSE_YES, GTK_STOCK_NO, GTK_RESPONSE_NO, NULL); @@ -78,13 +78,13 @@ static void retract_mail_settings (EPopup *ep, EPopupItem *item, void *data) gtk_dialog_run (GTK_DIALOG(dialog)); gtk_widget_destroy (dialog); } - } + } } } static EPopupItem popup_items[] = { -{ E_POPUP_BAR, "20.emfv.03" }, -{ E_POPUP_ITEM, "20.emfv.04", N_("Retract Mail"), retract_mail_settings, NULL, NULL, 0, EM_POPUP_SELECT_ONE|EM_FOLDER_VIEW_SELECT_LISTONLY} + { E_POPUP_BAR, (gchar *) "20.emfv.03" }, + { E_POPUP_ITEM, (gchar *) "20.emfv.04", (gchar *) N_("Retract Mail"), retract_mail_settings, NULL, NULL, 0, EM_POPUP_SELECT_ONE|EM_FOLDER_VIEW_SELECT_LISTONLY} }; static void popup_free (EPopup *ep, GSList *items, void *data) diff --git a/plugins/groupwise-features/mail-send-options.c b/plugins/groupwise-features/mail-send-options.c index 0e0663c801..7954f9e1a4 100644 --- a/plugins/groupwise-features/mail-send-options.c +++ b/plugins/groupwise-features/mail-send-options.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/groupwise-features/mail-send-options.h b/plugins/groupwise-features/mail-send-options.h index 943614e995..71cacbff01 100644 --- a/plugins/groupwise-features/mail-send-options.h +++ b/plugins/groupwise-features/mail-send-options.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/groupwise-features/org-gnome-process-meeting.error.xml b/plugins/groupwise-features/org-gnome-process-meeting.error.xml new file mode 100644 index 0000000000..82bf25b0d3 --- /dev/null +++ b/plugins/groupwise-features/org-gnome-process-meeting.error.xml @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<error-list domain="org.gnome.evolution.process_meeting"> + +<error id="recurrence-accept" type="question" default="GTK_RESPONSE_YES"> +<_primary>This is a recurring meeting</_primary> +<!--Translators: "it" is a "recurring meeting" (string refers to "This is a recurring meeting") --> +<_secondary>Would you like to accept it?</_secondary> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button label="This instance" response="GTK_RESPONSE_NO"/> + <button label="All instances" response="GTK_RESPONSE_YES"/> +</error> + +<error id="recurrence-decline" type="question" default="GTK_RESPONSE_YES"> +<_primary>This is a recurring meeting</_primary> +<!--Translators: "it" is a "recurring meeting" (string refers to "This is a recurring meeting") --> +<_secondary>Would you like to decline it?</_secondary> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button label="This instance" response="GTK_RESPONSE_NO"/> + <button label="All instances" response="GTK_RESPONSE_YES"/> +</error> + +<error id="resend" type="question" default="GTK_RESPONSE_YES"> +<_primary>Do you want to resend the meeting ?</_primary> +<_secondary>This will create a new meeting using the existing meeting details.</_secondary> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button stock="gtk-ok" response="GTK_RESPONSE_OK"/> +</error> + +<error id="resend-recurrence" type="question" default="GTK_RESPONSE_YES"> +<_primary>Do you want to resend the recurring meeting ?</_primary> +<_secondary>This will create a new meeting with the existing meeting details. The recurrence rule needs to be re-entered.</_secondary> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button label="This instance" response="GTK_RESPONSE_NO"/> + <button label="All instances" response="GTK_RESPONSE_YES"/> +</error> + +<error id="resend-retract" type="question" default="GTK_RESPONSE_YES"> +<_primary>Do you want to retract the original item ?</_primary> +<_secondary>The original will be removed from the recipient's mailbox.</_secondary> + <button stock="gtk-no" response="GTK_RESPONSE_NO"/> + <button stock="gtk-yes" response="GTK_RESPONSE_YES"/> +</error> + +</error-list> diff --git a/plugins/groupwise-features/process-meeting.c b/plugins/groupwise-features/process-meeting.c index bc046c0a05..67123decf4 100644 --- a/plugins/groupwise-features/process-meeting.c +++ b/plugins/groupwise-features/process-meeting.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -50,9 +50,9 @@ static void on_decline_meeting (EPopup *ep, EPopupItem *pitem, void *data); static void on_resend_meeting (EPopup *ep, EPopupItem *pitem, void *data); static EPopupItem popup_items[] = { -{ E_POPUP_ITEM, "41.accept", N_("Accept"), on_accept_meeting, NULL, GTK_STOCK_APPLY, 0, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_MEETING | E_CAL_POPUP_SELECT_ACCEPTABLE}, -{ E_POPUP_ITEM, "42.accept", N_("Accept Tentatively"), on_accept_meeting_tentative, NULL, GTK_STOCK_DIALOG_QUESTION, 0, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_MEETING | E_CAL_POPUP_SELECT_ACCEPTABLE}, -{ E_POPUP_ITEM, "43.decline", N_("Decline"), on_decline_meeting, NULL, GTK_STOCK_CANCEL, 0, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_MEETING} + { E_POPUP_ITEM, (gchar *) "41.accept", (gchar *) N_("Accept"), on_accept_meeting, NULL, (gchar *) GTK_STOCK_APPLY, 0, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_MEETING | E_CAL_POPUP_SELECT_ACCEPTABLE}, + { E_POPUP_ITEM, (gchar *) "42.accept", (gchar *) N_("Accept Tentatively"), on_accept_meeting_tentative, NULL, (gchar *) GTK_STOCK_DIALOG_QUESTION, 0, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_MEETING | E_CAL_POPUP_SELECT_ACCEPTABLE}, + { E_POPUP_ITEM, (gchar *) "43.decline", (gchar *) N_("Decline"), on_decline_meeting, NULL, (gchar *) GTK_STOCK_CANCEL, 0, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_MEETING} }; static void @@ -319,10 +319,10 @@ typedef struct { } ThreadData; static EPopupItem retract_popup_items[] = { -{ E_POPUP_ITEM, "49.resend", N_("Rese_nd Meeting..."), on_resend_meeting, NULL, GTK_STOCK_EDIT, 0, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_MEETING} + { E_POPUP_ITEM, (gchar *) "49.resend", (gchar *) N_("Rese_nd Meeting..."), on_resend_meeting, NULL, (gchar *) GTK_STOCK_EDIT, 0, E_CAL_POPUP_SELECT_NOTEDITING | E_CAL_POPUP_SELECT_MEETING} }; -void +void org_gnome_retract_resend (EPlugin *ep, ECalPopupTargetSelect *target) { GSList *menus = NULL; @@ -348,7 +348,7 @@ org_gnome_retract_resend (EPlugin *ep, ECalPopupTargetSelect *target) if (! g_strrstr (uri, "groupwise://")) return ; - + comp = e_cal_component_new (); e_cal_component_set_icalcomponent (comp, icalcomponent_new_clone (event->comp_data->icalcomp)); @@ -394,7 +394,7 @@ add_retract_data (ECalComponent *comp, const char *retract_comment, CalObjModTyp icalcomponent_add_property (icalcomp, icalprop); } -static void +static void free_thread_data (ThreadData *data) { if (data == NULL) @@ -420,10 +420,10 @@ retract_object (gpointer val) GError *error = NULL; add_retract_data (data->comp, NULL, data->mod); - + icalcomp = e_cal_component_get_icalcomponent (data->comp); icalcomponent_set_method (icalcomp, ICAL_METHOD_CANCEL); - + if (!e_cal_send_objects (data->client, icalcomp, &users, &mod_comp, &error)) { /* FIXME report error */ @@ -434,15 +434,15 @@ retract_object (gpointer val) if (mod_comp) icalcomponent_free (mod_comp); - + if (users) { g_list_foreach (users, (GFunc) g_free, NULL); g_list_free (users); } - + rid = e_cal_component_get_recurid_as_string (data->comp); e_cal_component_get_uid (data->comp, &uid); - + if (!e_cal_remove_object_with_mod (data->client, uid, rid, data->mod, &error)) { g_warning ("Unable to remove the item \n"); @@ -461,7 +461,7 @@ object_created_cb (CompEditor *ce, gpointer data) GThread *thread = NULL; int response; GError *error = NULL; - + gtk_widget_hide (GTK_WIDGET (ce)); response = e_error_run (NULL, "org.gnome.evolution.process_meeting:resend-retract", NULL); @@ -507,18 +507,18 @@ on_resend_meeting (EPopup *ep, EPopupItem *pitem, void *data) response = e_error_run (NULL, msg, NULL); if (response == GTK_RESPONSE_YES) { - mod = CALOBJ_MOD_ALL; + mod = CALOBJ_MOD_ALL; } else if (response == GTK_RESPONSE_CANCEL) { g_object_unref (comp); return; } - + data = g_new0 (ThreadData, 1); data->client = g_object_ref (event->comp_data->client); data->comp = comp; data->mod = mod; - - if (resend) + + if (resend) { guint flags = 0; char *new_uid = NULL; @@ -535,7 +535,7 @@ on_resend_meeting (EPopup *ep, EPopupItem *pitem, void *data) e_cal_component_set_uid (new_comp, new_uid); icalcomp = icalcomponent_new_clone (e_cal_component_get_icalcomponent (new_comp)); ce = e_calendar_view_open_event_with_flags (cal_view, data->client, icalcomp, flags); - + g_signal_connect (ce, "object_created", G_CALLBACK (object_created_cb), data); g_object_unref (new_comp); g_free (new_uid); diff --git a/plugins/groupwise-features/proxy-login.c b/plugins/groupwise-features/proxy-login.c index 012a0df6e1..94435bf983 100644 --- a/plugins/groupwise-features/proxy-login.c +++ b/plugins/groupwise-features/proxy-login.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -178,7 +178,8 @@ proxy_login_new (void) static int proxy_get_password (EAccount *account, char **user_name, char **password) { - char *uri, *failed_auth, *key, *prompt; + const gchar *failed_auth; + char *uri, *key, *prompt; CamelURL *url; const char *poa_address, *use_ssl = NULL, *soap_port; @@ -222,7 +223,8 @@ proxy_login_get_cnc (EAccount *account, GtkWindow *password_dlg_parrent) { EGwConnection *cnc; CamelURL *url; - char *uri = NULL, *failed_auth = NULL, *key = NULL, *prompt = NULL, *password = NULL; + const gchar *failed_auth; + char *uri = NULL, *key = NULL, *prompt = NULL, *password = NULL; const char *use_ssl = NULL, *soap_port; gboolean remember; @@ -508,7 +510,7 @@ static EPopupItem popup_items[] = { /* To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a groupwise * feature by which one person can send/read mails/appointments using another person's identity * without knowing his password, for example if that other person is on vacation */ -{ E_POPUP_ITEM, "20.emc.04", N_("_Proxy Login..."), org_gnome_proxy_account_login, NULL, NULL, 0, EM_POPUP_FOLDER_STORE } + { E_POPUP_ITEM, (gchar *) "20.emc.04", (gchar *) N_("_Proxy Login..."), org_gnome_proxy_account_login, NULL, NULL, 0, EM_POPUP_FOLDER_STORE } }; static void diff --git a/plugins/groupwise-features/proxy-login.h b/plugins/groupwise-features/proxy-login.h index b36d31563b..24717f8cc7 100644 --- a/plugins/groupwise-features/proxy-login.h +++ b/plugins/groupwise-features/proxy-login.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/groupwise-features/proxy.c b/plugins/groupwise-features/proxy.c index 60be390eb3..7ab0095dbf 100644 --- a/plugins/groupwise-features/proxy.c +++ b/plugins/groupwise-features/proxy.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -459,7 +459,8 @@ static EGwConnection * proxy_get_cnc (EAccount *account, GtkWindow *parent_window) { EGwConnection *cnc; - char *uri, *failed_auth, *key, *prompt, *password = NULL; + const gchar *failed_auth; + char *uri, *key, *prompt, *password = NULL; CamelURL *url; const char *poa_address, *use_ssl, *soap_port; gboolean remember; diff --git a/plugins/groupwise-features/proxy.h b/plugins/groupwise-features/proxy.h index 8c8d30368c..c2bd933db4 100644 --- a/plugins/groupwise-features/proxy.h +++ b/plugins/groupwise-features/proxy.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -52,7 +52,6 @@ struct _proxyDialogClass { GType proxy_dialog_get_type (void); proxyDialog *proxy_dialog_new (void); -void proxy_commit(GtkWidget *button, EConfigHookItemFactoryData *data); GtkWidget * org_gnome_proxy (EPlugin *epl, EConfigHookItemFactoryData *data); static void proxy_add_account (GtkWidget *button, EAccount *account); static void proxy_remove_account (GtkWidget *button, EAccount *account); diff --git a/plugins/groupwise-features/send-options.c b/plugins/groupwise-features/send-options.c index ed8e6093a2..33f1dd2cb4 100644 --- a/plugins/groupwise-features/send-options.c +++ b/plugins/groupwise-features/send-options.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -55,7 +55,8 @@ static EGwConnection * get_cnc (GtkWindow *parent_window) { EGwConnection *cnc; - char *uri, *failed_auth, *key, *prompt, *password = NULL; + const gchar *failed_auth; + char *uri, *key, *prompt, *password = NULL; CamelURL *url; const char *poa_address, *use_ssl, *soap_port; gboolean remember; @@ -393,7 +394,9 @@ get_source (ESourceList *list) } static void -add_return_value (EGwSendOptionsReturnNotify track, ESource *source, char *notify) +add_return_value (EGwSendOptionsReturnNotify track, + ESource *source, + const gchar *notify) { char *value; diff --git a/plugins/groupwise-features/share-folder-common.c b/plugins/groupwise-features/share-folder-common.c index 3a850b2a55..74ca71fbb4 100644 --- a/plugins/groupwise-features/share-folder-common.c +++ b/plugins/groupwise-features/share-folder-common.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -337,7 +337,7 @@ new_folder_response (EMFolderSelector *emfs, int response, EMFolderTreeModel *mo } static EPopupItem popup_items[] = { -{ E_POPUP_ITEM, "20.emc.001", N_("New _Shared Folder..."), create_shared_folder, NULL, "folder-new", 0, EM_POPUP_FOLDER_INFERIORS } + { E_POPUP_ITEM, (gchar *) "20.emc.001", (gchar *) N_("New _Shared Folder..."), create_shared_folder, NULL, (gchar *) "folder-new", 0, EM_POPUP_FOLDER_INFERIORS } }; static void @@ -497,7 +497,7 @@ get_cnc (CamelStore *store) } gchar * -get_container_id(EGwConnection *cnc, gchar *fname) +get_container_id(EGwConnection *cnc, const gchar *fname) { GList *container_list = NULL; gchar *id = NULL; diff --git a/plugins/groupwise-features/share-folder.c b/plugins/groupwise-features/share-folder.c index 9b3062b1c3..382cf75124 100644 --- a/plugins/groupwise-features/share-folder.c +++ b/plugins/groupwise-features/share-folder.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -49,7 +49,6 @@ static void free_user_node(EShUsers *user); static void free_node(SharedUser *user); static void free_all(ShareFolder *sf); static SharedUser * find_node(GList *list, gchar *email); -static void free_all(ShareFolder *sf); static void get_container_list (ShareFolder *sf); static void user_selected(GtkTreeSelection *selection, ShareFolder *sf); static void not_shared_clicked (GtkRadioButton *button, ShareFolder *sf); @@ -58,7 +57,6 @@ static void add_clicked(GtkButton *button, ShareFolder *sf); static void remove_clicked(GtkButton *button, ShareFolder *sf); static void not_ok_clicked(GtkButton *button, ShareFolder *sf); static void not_cancel_clicked(GtkButton *button, GtkWidget *window); -static void not_cancel_clicked(GtkButton *button, GtkWidget *window); static void share_folder_construct (ShareFolder *sf); GType share_folder_get_type (void); @@ -453,18 +451,24 @@ share_folder (ShareFolder *sf) } else { if (new_list) { - if (e_gw_connection_share_folder (sf->cnc, sf->container_id, new_list, sf->sub, sf->mesg, 0) == E_GW_CONNECTION_STATUS_OK); + if (e_gw_connection_share_folder (sf->cnc, sf->container_id, new_list, sf->sub, sf->mesg, 0) == E_GW_CONNECTION_STATUS_OK) { + ; + } } if (update_list) { sf->sub = "Shared Folder rights updated"; - if (e_gw_connection_share_folder (sf->cnc, sf->container_id, update_list, sf->sub, sf->mesg, 2) == E_GW_CONNECTION_STATUS_OK); + if (e_gw_connection_share_folder (sf->cnc, sf->container_id, update_list, sf->sub, sf->mesg, 2) == E_GW_CONNECTION_STATUS_OK) { + ; + } } } if (remove_list) { sf->sub = "Shared Folder removed"; - if (e_gw_connection_share_folder (sf->cnc, sf->container_id, remove_list, sf->sub, sf->mesg, 1) == E_GW_CONNECTION_STATUS_OK); + if (e_gw_connection_share_folder (sf->cnc, sf->container_id, remove_list, sf->sub, sf->mesg, 1) == E_GW_CONNECTION_STATUS_OK) { + ; + } } } diff --git a/plugins/groupwise-features/share-folder.h b/plugins/groupwise-features/share-folder.h index 3acf595053..fadf37bcfb 100644 --- a/plugins/groupwise-features/share-folder.h +++ b/plugins/groupwise-features/share-folder.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -93,7 +93,7 @@ struct _ShareFolder { gboolean is_shared; EGwConnection *cnc; gchar *container_id; - gchar *sub; + const gchar *sub; gchar *mesg; GList *container_list; GtkTreeIter iter; @@ -109,7 +109,7 @@ struct _ShareFolderClass { GType share_folderget_type (void); struct _ShareFolder * share_folder_new (EGwConnection *ccnc, gchar *id); void share_folder(struct _ShareFolder *sf); -gchar * get_container_id (EGwConnection *cnc, gchar *fname); +gchar * get_container_id (EGwConnection *cnc, const gchar *fname); EGwConnection * get_cnc (CamelStore *store); #ifdef __cplusplus diff --git a/plugins/groupwise-features/status-track.c b/plugins/groupwise-features/status-track.c index 65b66962c5..a465752c95 100644 --- a/plugins/groupwise-features/status-track.c +++ b/plugins/groupwise-features/status-track.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -238,7 +238,7 @@ track_status (EPopup *ep, EPopupItem *item, void *data) } static EPopupItem popup_items[] = { -{ E_POPUP_ITEM, "20.emfv.02", N_("Track Message Status..."), track_status, NULL, NULL, 0, EM_POPUP_SELECT_ONE|EM_FOLDER_VIEW_SELECT_LISTONLY} + { E_POPUP_ITEM, (gchar * ) "20.emfv.02", (gchar *) N_("Track Message Status..."), track_status, NULL, NULL, 0, EM_POPUP_SELECT_ONE|EM_FOLDER_VIEW_SELECT_LISTONLY} }; static void diff --git a/plugins/hula-account-setup/camel-hula-listener.c b/plugins/hula-account-setup/camel-hula-listener.c index ee40a7bdb7..1094bec34b 100644 --- a/plugins/hula-account-setup/camel-hula-listener.c +++ b/plugins/hula-account-setup/camel-hula-listener.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/hula-account-setup/camel-hula-listener.h b/plugins/hula-account-setup/camel-hula-listener.h index 3dfdff3b2b..9a0c3642eb 100644 --- a/plugins/hula-account-setup/camel-hula-listener.h +++ b/plugins/hula-account-setup/camel-hula-listener.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/hula-account-setup/hula-account-setup.c b/plugins/hula-account-setup/hula-account-setup.c index 6518d100c7..84a7a4127c 100644 --- a/plugins/hula-account-setup/hula-account-setup.c +++ b/plugins/hula-account-setup/hula-account-setup.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/imap-features/Makefile.am b/plugins/imap-features/Makefile.am index b0f34f1ed7..cf7dbd79c9 100644 --- a/plugins/imap-features/Makefile.am +++ b/plugins/imap-features/Makefile.am @@ -1,7 +1,6 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/mail \ - -I$(top_srcdir)/libedataserver \ $(EVOLUTION_MAIL_CFLAGS) \ $(CAMEL_IMAP_CFLAGS) \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ diff --git a/plugins/imap-features/imap-headers.c b/plugins/imap-features/imap-headers.c index f3fb94967d..7fa7d4685d 100644 --- a/plugins/imap-features/imap-headers.c +++ b/plugins/imap-features/imap-headers.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -259,7 +259,7 @@ org_gnome_imap_headers (EPlugin *epl, EConfigHookItemFactoryData *data) GtkTreeViewColumn *column; GtkTreeIter first, iter; gboolean use_imap = g_getenv ("USE_IMAP") != NULL; - + ui = g_new0 (EPImapFeaturesData, 1); target_account = (EMConfigTargetAccount *)data->config->target; diff --git a/plugins/ipod-sync/evolution-ipod-sync.c b/plugins/ipod-sync/evolution-ipod-sync.c index e0f4246220..487d9f14c5 100644 --- a/plugins/ipod-sync/evolution-ipod-sync.c +++ b/plugins/ipod-sync/evolution-ipod-sync.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/ipod-sync/evolution-ipod-sync.h b/plugins/ipod-sync/evolution-ipod-sync.h index 6fbf1e985c..662b16eff0 100644 --- a/plugins/ipod-sync/evolution-ipod-sync.h +++ b/plugins/ipod-sync/evolution-ipod-sync.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/ipod-sync/format-handler.h b/plugins/ipod-sync/format-handler.h index d061f4ce86..145bcb7d6d 100644 --- a/plugins/ipod-sync/format-handler.h +++ b/plugins/ipod-sync/format-handler.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/ipod-sync/ical-format.c b/plugins/ipod-sync/ical-format.c index 576c8651aa..49c042f705 100644 --- a/plugins/ipod-sync/ical-format.c +++ b/plugins/ipod-sync/ical-format.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -99,7 +99,7 @@ do_save_calendar_ical (FormatHandler *handler, EPlugin *ep, ECalPopupTargetSourc if (stream) g_object_unref (stream); - } + } if (error) { display_error_message (gtk_widget_get_toplevel (GTK_WIDGET (target->selector)), error->message); diff --git a/plugins/ipod-sync/ipod-sync.c b/plugins/ipod-sync/ipod-sync.c index f2d597becc..1f589bfdc0 100644 --- a/plugins/ipod-sync/ipod-sync.c +++ b/plugins/ipod-sync/ipod-sync.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -256,7 +256,7 @@ org_gnome_sync_memos (EPlugin *ep, ECalPopupTargetSource *target) { if (!ipod_check_status(FALSE)) return; - + destination_save_cal (ep, target, E_CAL_SOURCE_TYPE_JOURNAL); } diff --git a/plugins/ipod-sync/ipod.c b/plugins/ipod-sync/ipod.c index 26e3d49475..5f399f23e6 100644 --- a/plugins/ipod-sync/ipod.c +++ b/plugins/ipod-sync/ipod.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/ipod-sync/sync.c b/plugins/ipod-sync/sync.c index 42f3bdfa0b..8fe83d1b5a 100644 --- a/plugins/ipod-sync/sync.c +++ b/plugins/ipod-sync/sync.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -425,7 +425,7 @@ export_memos (void) g_string_free (data, TRUE); free_uri_list (uris); - + pulse (); } diff --git a/plugins/itip-formatter/itip-formatter.c b/plugins/itip-formatter/itip-formatter.c index 04049ef6d5..293c4e3fca 100644 --- a/plugins/itip-formatter/itip-formatter.c +++ b/plugins/itip-formatter/itip-formatter.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -629,8 +629,8 @@ find_cal_opened_cb (ECal *ecal, ECalendarStatus status, gpointer data) e_cal_free_object_list (objects); } - - if (!pitip->current_ecal && e_cal_get_object (ecal, fd->uid, fd->rid, &icalcomp, NULL)) { + /* search for a master object if the detached object doesn't exist in the calendar */ + if (!pitip->current_ecal && (e_cal_get_object (ecal, fd->uid, fd->rid, &icalcomp, NULL) || (fd->rid && e_cal_get_object (ecal, fd->uid, NULL, &icalcomp, NULL)))) { if ((pitip->method == ICAL_METHOD_PUBLISH || pitip->method == ICAL_METHOD_REQUEST) && (icalcomponent_get_first_component (icalcomp, ICAL_VALARM_COMPONENT) || icalcomponent_get_first_component (icalcomp, ICAL_XAUDIOALARM_COMPONENT) || @@ -695,7 +695,7 @@ find_cal_opened_cb (ECal *ecal, ECalendarStatus status, gpointer data) itip_view_remove_lower_info_item (ITIP_VIEW (pitip->view), pitip->progress_info_id); pitip->progress_info_id = 0; - + /* * Only allow replies if backend doesn't do that automatically. * Only enable it for forwarded invitiations (PUBLISH) or direct @@ -834,7 +834,7 @@ find_server (struct _itip_puri *pitip, ECalComponent *comp) if (current_source) { l = sources_conflict; - + pitip->progress_info_id = itip_view_add_lower_info_item (ITIP_VIEW (pitip->view), ITIP_VIEW_INFO_ITEM_TYPE_PROGRESS, _("Opening the calendar. Please wait..")); } else { @@ -1243,8 +1243,8 @@ remove_delegate (struct _itip_puri *pitip, const char *delegate, const char *del } -static void -update_x (ECalComponent *pitip_comp, ECalComponent *comp) +static void +update_x (ECalComponent *pitip_comp, ECalComponent *comp) { icalcomponent *itip_icalcomp = e_cal_component_get_icalcomponent (pitip_comp); icalcomponent *icalcomp = e_cal_component_get_icalcomponent (comp); @@ -1278,7 +1278,9 @@ update_attendee_status (struct _itip_puri *pitip) org_icalcomp = e_cal_component_get_icalcomponent (pitip->comp); rid = e_cal_component_get_recurid_as_string (pitip->comp); - if (e_cal_get_object (pitip->current_ecal, uid, rid, &icalcomp, NULL)) { + + /* search for a master object if the detached object doesn't exist in the calendar */ + if (e_cal_get_object (pitip->current_ecal, uid, rid, &icalcomp, NULL) || (rid && e_cal_get_object (pitip->current_ecal, uid, NULL, &icalcomp, NULL))) { GSList *attendees; comp = e_cal_component_new (); @@ -2051,7 +2053,7 @@ format_itip_object (EMFormatHTML *efh, GtkHTMLEmbedded *eb, EMFormatHTMLPObject gboolean have_alarms = FALSE; info = (struct _itip_puri *) em_format_find_puri((EMFormat *)efh, pobject->classid); - + /* Accounts */ info->accounts = itip_addresses_get (); @@ -2439,10 +2441,10 @@ format_itip (EPlugin *ep, EMFormatHookTarget *target) if (((CamelStreamMem *) mem)->buffer->len == 0) puri->vcalendar = NULL; - else + else puri->vcalendar = g_strndup ((char *)((CamelStreamMem *) mem)->buffer->data, ((CamelStreamMem *) mem)->buffer->len); camel_object_unref (mem); - + camel_stream_printf (target->stream, "<table border=0 width=\"100%%\" cellpadding=3><tr>"); camel_stream_printf (target->stream, "<td valign=top><object classid=\"%s\"></object></td><td width=100%% valign=top>", classid); @@ -2585,8 +2587,9 @@ itip_formatter_page_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_data) gtk_misc_set_alignment (GTK_MISC (label), 0, 0.5); gtk_box_pack_start (GTK_BOX (inner_vbox), label, FALSE, FALSE, 0); - if (!e_cal_get_sources (&source_list, E_CAL_SOURCE_TYPE_EVENT, NULL)) + if (!e_cal_get_sources (&source_list, E_CAL_SOURCE_TYPE_EVENT, NULL)) { /* FIXME Error handling */; + } scrolledwin = gtk_scrolled_window_new (NULL, NULL); diff --git a/plugins/itip-formatter/itip-view.c b/plugins/itip-formatter/itip-view.c index 32fa3104cc..30dbe135cc 100644 --- a/plugins/itip-formatter/itip-view.c +++ b/plugins/itip-formatter/itip-view.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -737,7 +737,7 @@ set_info_items (GtkWidget *info_box, GSList *info_items) } label = gtk_label_new (item->message); - gtk_label_set_selectable (GTK_LABEL (label), TRUE); + gtk_label_set_selectable (GTK_LABEL (label), TRUE); gtk_widget_show (label); gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 6); @@ -780,7 +780,10 @@ button_clicked_cb (GtkWidget *widget, gpointer data) } static void -set_one_button (ItipView *view, char *label, char *stock_id, ItipViewResponse response) +set_one_button (ItipView *view, + const gchar *label, + const gchar *stock_id, + ItipViewResponse response) { ItipViewPrivate *priv; GtkWidget *button; @@ -1031,7 +1034,7 @@ itip_view_init (ItipView *view) priv->start_header = gtk_label_new (_("Start time:")); priv->start_label = gtk_label_new (NULL); gtk_label_set_selectable (GTK_LABEL (priv->start_header), TRUE); - gtk_label_set_selectable (GTK_LABEL (priv->start_label), TRUE); + gtk_label_set_selectable (GTK_LABEL (priv->start_label), TRUE); gtk_misc_set_alignment (GTK_MISC (priv->start_header), 0, 0.5); gtk_misc_set_alignment (GTK_MISC (priv->start_label), 0, 0.5); gtk_widget_show (priv->start_header); @@ -1075,7 +1078,7 @@ itip_view_init (ItipView *view) /* Description */ priv->description_label = gtk_label_new (NULL); - gtk_label_set_selectable (GTK_LABEL (priv->description_label), TRUE); + gtk_label_set_selectable (GTK_LABEL (priv->description_label), TRUE); gtk_label_set_line_wrap (GTK_LABEL (priv->description_label), TRUE); gtk_misc_set_alignment (GTK_MISC (priv->description_label), 0, 0.5); gtk_box_pack_start (GTK_BOX (vbox), priv->description_label, FALSE, FALSE, 0); @@ -1109,12 +1112,12 @@ itip_view_init (ItipView *view) gtk_box_pack_start (GTK_BOX (priv->rsvp_box), hbox, FALSE, FALSE, 0); label = gtk_label_new (NULL); - gtk_label_set_selectable (GTK_LABEL (label), TRUE); + gtk_label_set_selectable (GTK_LABEL (label), TRUE); gtk_widget_show (label); gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0); priv->rsvp_comment_header = gtk_label_new (_("Comment:")); - gtk_label_set_selectable (GTK_LABEL (priv->rsvp_comment_header), TRUE); + gtk_label_set_selectable (GTK_LABEL (priv->rsvp_comment_header), TRUE); gtk_widget_set_sensitive (priv->rsvp_comment_header, FALSE); gtk_widget_show (priv->rsvp_comment_header); gtk_box_pack_start (GTK_BOX (hbox), priv->rsvp_comment_header, FALSE, FALSE, 0); @@ -2171,8 +2174,8 @@ void itip_view_set_show_free_time_check (ItipView *view, gboolean show) { g_return_if_fail (view != NULL); - g_return_if_fail (ITIP_IS_VIEW (view)); - + g_return_if_fail (ITIP_IS_VIEW (view)); + if (show) gtk_widget_show (view->priv->free_time_check); else { @@ -2193,8 +2196,8 @@ void itip_view_set_show_keep_alarm_check (ItipView *view, gboolean show) { g_return_if_fail (view != NULL); - g_return_if_fail (ITIP_IS_VIEW (view)); - + g_return_if_fail (ITIP_IS_VIEW (view)); + if (show) gtk_widget_show (view->priv->keep_alarm_check); else @@ -2216,8 +2219,8 @@ void itip_view_set_show_inherit_alarm_check (ItipView *view, gboolean show) { g_return_if_fail (view != NULL); - g_return_if_fail (ITIP_IS_VIEW (view)); - + g_return_if_fail (ITIP_IS_VIEW (view)); + if (show) gtk_widget_show (view->priv->inherit_alarm_check); else { diff --git a/plugins/itip-formatter/itip-view.h b/plugins/itip-formatter/itip-view.h index 736119ae04..88d01204fb 100644 --- a/plugins/itip-formatter/itip-view.h +++ b/plugins/itip-formatter/itip-view.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/mail-notification/mail-notification.c b/plugins/mail-notification/mail-notification.c index 5bb65cef18..466648d80f 100644 --- a/plugins/mail-notification/mail-notification.c +++ b/plugins/mail-notification/mail-notification.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -398,8 +398,8 @@ do_properties (GtkMenuItem *item, gpointer user_data) gtk_box_pack_start (GTK_BOX (vbox), hbox, TRUE, TRUE, 0); dialog = gtk_dialog_new_with_buttons (_("Mail Notification Properties"), - NULL, - GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, + NULL, + GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, NULL); @@ -427,7 +427,7 @@ popup_menu_status (GtkStatusIcon *status_icon, guint button, guint activate_time #endif gtk_widget_show (item); gtk_menu_shell_append (GTK_MENU_SHELL (menu), item); - + item = gtk_separator_menu_item_new (); gtk_widget_show (item); gtk_menu_shell_append (GTK_MENU_SHELL (menu), item); @@ -443,11 +443,11 @@ popup_menu_status (GtkStatusIcon *status_icon, guint button, guint activate_time } #ifdef HAVE_LIBNOTIFY -static void +static void notifyActionCallback (NotifyNotification *n, gchar *label, gpointer a) { g_static_mutex_lock (&mlock); - + gtk_status_icon_set_visible (status_icon, FALSE); g_object_unref (status_icon); @@ -457,7 +457,7 @@ notifyActionCallback (NotifyNotification *n, gchar *label, gpointer a) } status_icon = NULL; - status_count = 0; + status_count = 0; g_static_mutex_unlock (&mlock); } #endif @@ -833,11 +833,11 @@ get_cfg_widget (void) gtk_widget_show (check); gtk_box_pack_start (GTK_BOX (vbox), check, FALSE, FALSE, 0); -#ifdef HAVE_DBUS +#ifdef HAVE_DBUS cfg = get_config_widget_dbus (); if (cfg) gtk_box_pack_start (GTK_BOX (vbox), cfg, FALSE, FALSE, 0); -#endif +#endif cfg = get_config_widget_status (); if (cfg) gtk_box_pack_start (GTK_BOX (vbox), cfg, FALSE, FALSE, 0); @@ -868,7 +868,7 @@ org_gnome_mail_new_notify (EPlugin *ep, EMEventTargetFolder *t) g_static_mutex_lock (&mlock); -#ifdef HAVE_DBUS +#ifdef HAVE_DBUS if (is_part_enabled (GCONF_KEY_ENABLED_DBUS)) new_notify_dbus (t); #endif @@ -908,7 +908,7 @@ int e_plugin_lib_enable (EPluginLib *ep, int enable) { if (enable) { -#ifdef HAVE_DBUS +#ifdef HAVE_DBUS if (is_part_enabled (GCONF_KEY_ENABLED_DBUS)) enable_dbus (enable); #endif @@ -922,7 +922,7 @@ e_plugin_lib_enable (EPluginLib *ep, int enable) } else { #ifdef HAVE_DBUS enable_dbus (enable); -#endif +#endif enable_status (enable); enable_sound (enable); diff --git a/plugins/mail-to-task/mail-to-task.c b/plugins/mail-to-task/mail-to-task.c index 44a7d8b868..5560a4cabd 100644 --- a/plugins/mail-to-task/mail-to-task.c +++ b/plugins/mail-to-task/mail-to-task.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -372,7 +372,7 @@ do_mail_to_event (AsyncData *data) dt.tzid = NULL; tt2 = tt; - icaltime_adjust (&tt2, 1, 0, 0, 0); + icaltime_adjust (&tt2, 1, 0, 0, 0); dt2.value = &tt2; dt2.tzid = NULL; @@ -581,7 +581,7 @@ mail_to_event (ECalSourceType source_type, gboolean with_attendees, GPtrArray *u } } } - + if (!source) { GtkWidget *dialog; diff --git a/plugins/mailing-list-actions/mailing-list-actions.c b/plugins/mailing-list-actions/mailing-list-actions.c index 9dd5c1c57e..7dc1895389 100644 --- a/plugins/mailing-list-actions/mailing-list-actions.c +++ b/plugins/mailing-list-actions/mailing-list-actions.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/mark-all-read/Makefile.am b/plugins/mark-all-read/Makefile.am index dbd18dce83..f3db1bdc6c 100644 --- a/plugins/mark-all-read/Makefile.am +++ b/plugins/mark-all-read/Makefile.am @@ -1,6 +1,5 @@ INCLUDES = \ -I$(top_srcdir)\ - -I$(top_srcdir)/camel \ $(EVOLUTION_MAIL_CFLAGS) @EVO_PLUGIN_RULE@ diff --git a/plugins/mark-all-read/mark-all-read.c b/plugins/mark-all-read/mark-all-read.c index 618c6b63f6..8b62add8e7 100644 --- a/plugins/mark-all-read/mark-all-read.c +++ b/plugins/mark-all-read/mark-all-read.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/mono/mono-plugin.c b/plugins/mono/mono-plugin.c index 5dd92e8609..0bc95619ce 100644 --- a/plugins/mono/mono-plugin.c +++ b/plugins/mono/mono-plugin.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -108,18 +108,18 @@ epm_invoke(EPlugin *ep, const char *name, void *data) if (p->klass) { d(printf("looking up method '%s' in class\n", name)); /* class method */ - + d = mono_method_desc_new(name, FALSE); /*if (d == NULL) { g_warning("Can't create method descriptor for '%s'", name); return NULL; }*/ - + gpointer iter = NULL; MonoMethod* mono_method; d(printf ("\n\a About to get methods in klass\n\a")); - + while ((mono_method = mono_class_get_methods (p->klass, &iter))) { g_print ("\n\a Method name is : <%s>\n\a", mono_method_get_name(mono_method)); } diff --git a/plugins/mono/mono-plugin.h b/plugins/mono/mono-plugin.h index 3c11072e83..9dd8facdb3 100644 --- a/plugins/mono/mono-plugin.h +++ b/plugins/mono/mono-plugin.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/plugin-manager/plugin-manager.c b/plugins/plugin-manager/plugin-manager.c index a23508d3c1..7a669668a7 100644 --- a/plugins/plugin-manager/plugin-manager.c +++ b/plugins/plugin-manager/plugin-manager.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -307,7 +307,7 @@ action_plugin_manager_cb (GtkAction *action, GtkTreeIter iter; GtkWidget *cfg_widget; - if (!g_getenv ("EVO_SHOW_ALL_PLUGINS")) { + if (!g_getenv ("EVO_SHOW_ALL_PLUGINS")) { /* hide ourselves always */ if (ep->flags & E_PLUGIN_FLAGS_SYSTEM_PLUGIN) continue; @@ -331,7 +331,7 @@ action_plugin_manager_cb (GtkAction *action, COL_PLUGIN_DATA, ep, COL_PLUGIN_CFG_WIDGET, cfg_widget, -1); - + } /* setup the treeview */ diff --git a/plugins/prefer-plain/prefer-plain.c b/plugins/prefer-plain/prefer-plain.c index ed4b6dc363..13453b20f1 100644 --- a/plugins/prefer-plain/prefer-plain.c +++ b/plugins/prefer-plain/prefer-plain.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/profiler/profiler.c b/plugins/profiler/profiler.c index 6f52759e82..08787fc1fc 100644 --- a/plugins/profiler/profiler.c +++ b/plugins/profiler/profiler.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/pst-import/pst-importer.c b/plugins/pst-import/pst-importer.c index 8cbf80eb50..4bfe66b41f 100644 --- a/plugins/pst-import/pst-importer.c +++ b/plugins/pst-import/pst-importer.c @@ -98,7 +98,7 @@ void org_credativ_evolution_readpst_cancel (EImport *ei, EImportTarget *target, int e_plugin_lib_enable (EPluginLib *ep, int enable); -/* em-folder-selection-button.h is private, even though other internal evo plugins use it! +/* em-folder-selection-button.h is private, even though other internal evo plugins use it! so declare the functions here TODO: sort out whether this should really be private */ @@ -123,7 +123,7 @@ struct _PstImporter { CamelException ex; pst_file pst; - + CamelOperation *cancel; CamelFolder *folder; gchar *parent_uri; @@ -152,7 +152,7 @@ org_credativ_evolution_readpst_supported (EPlugin *epl, EImportTarget *target) } s = (EImportTargetURI *)target; - + if (s->uri_src == NULL) { return TRUE; } @@ -170,7 +170,7 @@ org_credativ_evolution_readpst_supported (EPlugin *epl, EImportTarget *target) ret = n == sizeof (pst_signature) && memcmp (signature, pst_signature, sizeof (pst_signature)) == 0; close (fd); } - + return ret; } @@ -214,8 +214,8 @@ folder_selected (EMFolderSelectionButton *button, EImportTargetURI *target) /** * Suggest a folder to import data into - * @param target - * @return + * @param target + * @return */ static gchar* get_suggested_foldername (EImportTargetURI *target) @@ -244,7 +244,7 @@ get_suggested_foldername (EImportTargetURI *target) if (pst_init (&pst, filename) == 0) { rootname = get_pst_rootname (&pst, filename); } - + g_free (filename); if (rootname != NULL) { @@ -271,7 +271,7 @@ get_suggested_foldername (EImportTargetURI *target) break; } } - + if (folder != NULL) { pst_error_msg ("Error searching for an unused folder name. uri=%s", foldername); } @@ -301,17 +301,17 @@ org_credativ_evolution_readpst_getwidget (EImport *ei, EImportTarget *target, EI gtk_toggle_button_set_active ((GtkToggleButton *) w, TRUE); g_signal_connect (w, "toggled", G_CALLBACK (checkbox_mail_toggle_cb), target); gtk_box_pack_start ((GtkBox *) hbox, w, FALSE, FALSE, 0); - + w = em_folder_selection_button_new (_("Select folder"), _("Select folder to import into")); foldername = get_suggested_foldername ((EImportTargetURI *) target); ((EImportTargetURI *) target)->uri_dest = g_strdup (foldername); em_folder_selection_button_set_selection ((EMFolderSelectionButton *) w, foldername); g_signal_connect (w, "selected", G_CALLBACK (folder_selected), target); gtk_box_pack_end ((GtkBox *) hbox, w, FALSE, FALSE, 0); - + w = gtk_label_new (_("Destination folder:")); gtk_box_pack_end ((GtkBox *) hbox, w, FALSE, TRUE, 6); - + gtk_box_pack_start ((GtkBox *) framebox, hbox, FALSE, FALSE, 0); /* Address book */ @@ -320,19 +320,19 @@ org_credativ_evolution_readpst_getwidget (EImport *ei, EImportTarget *target, EI /*gtk_widget_set_sensitive ((GtkWidget *)w, FALSE);*/ /* Disable until implemented */ g_signal_connect (w, "toggled", G_CALLBACK (checkbox_addr_toggle_cb), target); gtk_box_pack_start ((GtkBox *) framebox, w, FALSE, FALSE, 0); - + /* Appointments */ w = gtk_check_button_new_with_mnemonic (_("A_ppointments")); gtk_toggle_button_set_active ((GtkToggleButton *) w, FALSE); g_signal_connect (w, "toggled", G_CALLBACK (checkbox_appt_toggle_cb), target); gtk_box_pack_start ((GtkBox *)framebox, w, FALSE, FALSE, 0); - + /* Tasks */ w = gtk_check_button_new_with_mnemonic (_("_Tasks")); gtk_toggle_button_set_active ((GtkToggleButton *)w, FALSE); g_signal_connect (w, "toggled", G_CALLBACK (checkbox_task_toggle_cb), target); gtk_box_pack_start ((GtkBox *)framebox, w, FALSE, FALSE, 0); - + /* Journal */ w = gtk_check_button_new_with_mnemonic (_("_Journal entries")); gtk_toggle_button_set_active ((GtkToggleButton *)w, FALSE); @@ -360,24 +360,24 @@ open_ecal (ECalSourceType type, char *name) ESource *primary; ESourceList *source_list; ECal *cal; - + if ((e_cal_get_sources (&source_list, type, NULL)) == 0) { g_warning ("Could not get any sources of type %s.", name); return NULL; - } - + } + primary = e_source_list_peek_source_any (source_list); - + if ((cal = e_cal_new (primary, type)) == NULL) { g_warning ("Could not create %s.", name); g_object_unref (source_list); return NULL; } - + e_cal_open (cal, TRUE, NULL); g_object_unref (primary); g_object_unref (source_list); - + return cal; } @@ -385,18 +385,18 @@ static void pst_import_import (PstImporter *m) { CamelOperation *oldcancel = NULL; - + oldcancel = camel_operation_register (m->status); - + if (GPOINTER_TO_INT (g_datalist_get_data (&m->target->data, "pst-do-addr"))) { /* Hack - grab the first address book we can find TODO - add a selection mechanism in get_widget */ ESource *primary; ESourceList *source_list; - + if (e_book_get_addressbooks (&source_list, NULL)) { primary = e_source_list_peek_source_any (source_list); - + if ((m->addressbook = e_book_new (primary,NULL))) { e_book_open (m->addressbook, TRUE, NULL); g_object_unref (primary); @@ -406,8 +406,8 @@ pst_import_import (PstImporter *m) } } else { g_warning ("Could not get address books."); - } - } + } + } if (GPOINTER_TO_INT (g_datalist_get_data (&m->target->data, "pst-do-appt"))) { m->calendar = open_ecal (E_CAL_SOURCE_TYPE_EVENT, "calendar"); @@ -420,10 +420,10 @@ pst_import_import (PstImporter *m) if (GPOINTER_TO_INT (g_datalist_get_data (&m->target->data, "pst-do-journal"))) { m->journal = open_ecal (E_CAL_SOURCE_TYPE_JOURNAL, "journal"); } - + pst_import_file (m); -/* FIXME: Crashes often in here. +/* FIXME: Crashes often in here. if (m->addressbook) { g_object_unref (m->addressbook); } @@ -478,7 +478,7 @@ pst_import_file (PstImporter *m) } camel_operation_progress_count (NULL, 2); - + if ((d_ptr = pst_getTopOfFolders (&m->pst, item)) == NULL) { pst_error_msg ("Top of folders record not found. Cannot continue"); return; @@ -505,7 +505,7 @@ pst_import_folders (PstImporter *m, pst_desc_ll *topitem) /* Walk through folder tree */ while (d_ptr != NULL && (camel_operation_cancel_check (NULL) == FALSE)) { - + pst_process_item (m, d_ptr); if (d_ptr->child != NULL) { @@ -555,9 +555,9 @@ pst_process_item (PstImporter *m, pst_desc_ll *d_ptr) if (item->message_store != NULL) { pst_error_msg ("A second message_store has been found - ignored"); pst_freeItem (item); - return; + return; } - + if (item->folder != NULL) { pst_process_folder (m, item); camel_operation_start (NULL, _("Importing `%s'"), item->file_as); @@ -567,7 +567,7 @@ pst_process_item (PstImporter *m, pst_desc_ll *d_ptr) } else { camel_operation_progress (NULL, 100); } - + if (item->email != NULL && (item->type == PST_TYPE_NOTE || item->type == PST_TYPE_REPORT)) { @@ -599,12 +599,12 @@ pst_process_item (PstImporter *m, pst_desc_ll *d_ptr) } } - + m->current_item++; } pst_freeItem (item); - + if (d_ptr->next == NULL) { camel_operation_end (NULL); } @@ -660,7 +660,7 @@ pst_process_folder (PstImporter *m, pst_item *item) gchar *uri; g_free (m->folder_name); g_free (m->folder_uri); - + if (item->file_as != NULL) { m->folder_name = foldername_to_utf8 (item->file_as); } else { @@ -670,7 +670,7 @@ pst_process_folder (PstImporter *m, pst_item *item) uri = g_strjoin ("/", m->parent_uri, m->folder_name, NULL); m->folder_uri = uri; - + if (m->folder) { camel_object_unref (m->folder); m->folder = NULL; @@ -721,7 +721,7 @@ pst_create_folder (PstImporter *m) } m->folder = mail_tool_uri_to_folder (m->folder_uri, CAMEL_STORE_FOLDER_CREATE, &m->base.ex); - + } /** @@ -757,7 +757,7 @@ attachment_to_part (PstImporter *m, pst_item_attach *attach) char *buf = NULL; size_t size; size = pst_attach_to_mem (&m->pst, attach, &buf); - + camel_mime_part_set_content (part, (char*) buf, size, mimetype); free(buf); } @@ -773,7 +773,7 @@ pst_process_email (PstImporter *m, pst_item *item) CamelMultipart *mp; CamelMimePart *part; CamelMessageInfo *info; - + if (m->folder == NULL) { pst_create_folder (m); } @@ -784,7 +784,7 @@ pst_process_email (PstImporter *m, pst_item *item) if (item->email->subject != NULL) { gchar *subj; - + subj = string_to_utf8 (item->email->subject->subj); if (subj == NULL) { g_warning ("Could not convert email subject to utf8: %s", item->email->subject->subj); @@ -796,7 +796,7 @@ pst_process_email (PstImporter *m, pst_item *item) } addr = camel_internet_address_new (); - + if (item->email->outlook_sender_name != NULL && item->email->outlook_sender != NULL) { camel_internet_address_add (addr, item->email->outlook_sender_name, item->email->outlook_sender); } else if (item->email->outlook_sender_name != NULL) { @@ -807,7 +807,7 @@ pst_process_email (PstImporter *m, pst_item *item) /* Evo prints a warning if no from is set, so supply an empty address */ camel_internet_address_add (addr, "", ""); } - + camel_mime_message_set_from (msg, addr); camel_object_unref (addr); @@ -830,7 +830,7 @@ pst_process_email (PstImporter *m, pst_item *item) g_warning ("Error reading headers, skipped"); } else { - + if (item->email->sentto_address != NULL) { addr = camel_internet_address_new (); @@ -849,9 +849,9 @@ pst_process_email (PstImporter *m, pst_item *item) camel_object_unref (addr); } } - + mp = camel_multipart_new (); - + if (item->attach != NULL) { camel_data_wrapper_set_mime_type (CAMEL_DATA_WRAPPER (mp), "multipart/mixed"); @@ -909,7 +909,7 @@ pst_process_email (PstImporter *m, pst_item *item) } else if (item->email->body) { camel_mime_part_set_content (CAMEL_MIME_PART (msg), item->email->body, strlen (item->email->body), "text/plain"); } else { - g_warning ("Email without body. Subject:%s", + g_warning ("Email without body. Subject:%s", (item->email->subject->subj ? item->email->subject->subj : "(empty)")); camel_mime_part_set_content (CAMEL_MIME_PART (msg), "\n", 1, "text/plain"); } @@ -925,7 +925,7 @@ pst_process_email (PstImporter *m, pst_item *item) if(item->email->flag && 0x08) camel_message_info_set_flags (info, CAMEL_MESSAGE_DRAFT, ~0); - + camel_folder_append_message (m->folder, msg, info, NULL, &m->ex); camel_message_info_free (info); camel_object_unref (msg); @@ -962,34 +962,34 @@ static void contact_set_address (EContact *contact, EContactField id, char *address, char *city, char *country, char *po_box, char *postal_code, char *state, char *street) { EContactAddress *eaddress; - + if (address || city || country || po_box || postal_code || state || street) { eaddress = g_new0 (EContactAddress, 1); if (po_box) { eaddress->po = g_strdup (po_box); } - //eaddress->ext = - + //eaddress->ext = + if (street) { eaddress->street = g_strdup (street); } - + if (city) { eaddress->locality = g_strdup (city); } - + if (state) { eaddress->region = g_strdup (state); } - + if (postal_code) { eaddress->code = g_strdup (postal_code); } - + if (country) { eaddress->country = g_strdup (country); } - + e_contact_set (contact, id, eaddress); } } @@ -1002,14 +1002,14 @@ contact_set_date (EContact *contact, EContactField id, FILETIME *date) struct tm tm; EContactDate *bday; bday = e_contact_date_new (); - + t1 = fileTimeToUnixTime (date, 0); gmtime_r (&t1, &tm); - + bday->year = tm.tm_year + 1900; bday->month = tm.tm_mon + 1; bday->day = tm.tm_mday; - + e_contact_set (contact, id, bday); } } @@ -1021,7 +1021,7 @@ pst_process_contact (PstImporter *m, pst_item *item) EContact *ec; c = item->contact; GString *notes; - + notes = g_string_sized_new (2048); ec = e_contact_new (); @@ -1055,27 +1055,27 @@ pst_process_contact (PstImporter *m, pst_item *item) } else { contact_set_string (ec, E_CONTACT_FULL_NAME, c->fullname); } - + /* unknown_field (ec, notes, "initials", c->initials); */ - + contact_set_string (ec, E_CONTACT_NICKNAME, c->nickname); - + contact_set_string (ec, E_CONTACT_ORG, c->company_name); contact_set_string (ec, E_CONTACT_ORG_UNIT, c->department); contact_set_string (ec, E_CONTACT_TITLE, c->job_title); - contact_set_address (ec,E_CONTACT_ADDRESS_WORK, - c->business_address, c->business_city, c->business_country, + contact_set_address (ec,E_CONTACT_ADDRESS_WORK, + c->business_address, c->business_city, c->business_country, c->business_po_box, c->business_postal_code, c->business_state, c->business_street); - - contact_set_address (ec,E_CONTACT_ADDRESS_HOME, - c->home_address, c->home_city, c->home_country, + + contact_set_address (ec,E_CONTACT_ADDRESS_HOME, + c->home_address, c->home_city, c->home_country, c->home_po_box, c->home_postal_code, c->home_state, c->home_street); - - contact_set_address (ec,E_CONTACT_ADDRESS_OTHER, - c->other_address, c->other_city, c->other_country, + + contact_set_address (ec,E_CONTACT_ADDRESS_OTHER, + c->other_address, c->other_city, c->other_country, c->other_po_box, c->other_postal_code, c->other_state, c->other_street); - + contact_set_string (ec, E_CONTACT_PHONE_ASSISTANT, c->assistant_phone); contact_set_string (ec, E_CONTACT_PHONE_BUSINESS_FAX, c->business_fax); contact_set_string (ec, E_CONTACT_PHONE_BUSINESS, c->business_phone); @@ -1100,11 +1100,11 @@ pst_process_contact (PstImporter *m, pst_item *item) unknown_field (ec, notes, "billing_information", c->billing_information); contact_set_date (ec, E_CONTACT_BIRTH_DATE, c->birthday); /* contact_set_string (ec, E_CONTACT_CATEGORIES, c->??); */ - + contact_set_string (ec, E_CONTACT_EMAIL_1 , c->address1); contact_set_string (ec, E_CONTACT_EMAIL_2 , c->address2); contact_set_string (ec, E_CONTACT_EMAIL_3 , c->address3); - + /*unknown_field (ec, notes, "address1_desc" , c->address1_desc); unknown_field (ec, notes, "address1_transport" , c->address1_transport); unknown_field (ec, notes, "address2_desc" , c->address2_desc); @@ -1120,9 +1120,9 @@ pst_process_contact (PstImporter *m, pst_item *item) unknown_field (ec, notes, "customer_id", c->customer_id); unknown_field (ec, notes, "hobbies", c->hobbies); unknown_field (ec, notes, "followup", c->followup); - + contact_set_string (ec, E_CONTACT_FREEBUSY_URL , c->free_busy_address); - + unknown_field (ec, notes, "keyword", c->keyword); unknown_field (ec, notes, "language", c->language); unknown_field (ec, notes, "location", c->location); @@ -1134,7 +1134,7 @@ pst_process_contact (PstImporter *m, pst_item *item) unknown_field (ec, notes, "mileage", c->mileage); unknown_field (ec, notes, "org_id", c->org_id); contact_set_string (ec, E_CONTACT_ROLE, c->profession); - + contact_set_string (ec, E_CONTACT_SPOUSE , c->spouse_name); if (c->personal_homepage) { @@ -1145,7 +1145,7 @@ pst_process_contact (PstImporter *m, pst_item *item) } else if (c->business_homepage) { contact_set_string (ec, E_CONTACT_HOMEPAGE_URL , c->business_homepage); } - + if (item->comment) { g_string_append_printf (notes, "%s\n", item->comment); } @@ -1156,7 +1156,7 @@ pst_process_contact (PstImporter *m, pst_item *item) contact_set_string (ec, E_CONTACT_NOTE, notes->str); g_string_free (notes, TRUE); - + e_book_add_contact (m->addressbook, ec, NULL); g_object_unref (ec); @@ -1188,7 +1188,7 @@ char *rfc2445_datetime_format (FILETIME *ft) { if (buffer == NULL) { buffer = malloc (30); // should be enough } - + stm = fileTimeToStructTM (ft); strftime (buffer, 30, "%Y%m%dT%H%M%SZ", stm); return buffer; @@ -1219,7 +1219,7 @@ set_cal_attachments (ECal *cal, ECalComponent *ec, PstImporter *m, pst_item_atta part = attachment_to_part(m, attach); orig_filename = camel_mime_part_get_filename(part); - + if (orig_filename == NULL) { g_warning("Ignoring unnamed attachment"); attach = attach->next; @@ -1229,10 +1229,10 @@ set_cal_attachments (ECal *cal, ECalComponent *ec, PstImporter *m, pst_item_atta tmp = camel_file_util_safe_filename (orig_filename); filename = g_strdup_printf ("%s-%s", uid, tmp); path = g_build_filename (store_dir, filename, NULL); - + g_free (tmp); g_free (filename); - + dirname = g_path_get_dirname(path); if (g_mkdir_with_parents(dirname, 0777) == -1) { g_warning("Could not create directory %s: %s", dirname, g_strerror(errno)); @@ -1241,7 +1241,7 @@ set_cal_attachments (ECal *cal, ECalComponent *ec, PstImporter *m, pst_item_atta continue; } g_free(dirname); - + if (g_access(path, F_OK) == 0) { if (g_access(path, W_OK) != 0) { g_warning("Could not write file %s - file exists", path); @@ -1249,21 +1249,21 @@ set_cal_attachments (ECal *cal, ECalComponent *ec, PstImporter *m, pst_item_atta continue; } } - + if (g_stat(path, &st) != -1 && !S_ISREG(st.st_mode)) { g_warning("Could not write file %s - not a file", path); attach = attach->next; continue; } - + if (!(stream = camel_stream_fs_new_with_name (path, O_WRONLY | O_CREAT | O_TRUNC, 0666))) { g_warning ("Could not create stream for file %s - %s", path, g_strerror (errno)); attach = attach->next; continue; } - + content = camel_medium_get_content_object (CAMEL_MEDIUM (part)); - + if (camel_data_wrapper_decode_to_stream (content, stream) == -1 || camel_stream_flush (stream) == -1) { @@ -1272,18 +1272,18 @@ set_cal_attachments (ECal *cal, ECalComponent *ec, PstImporter *m, pst_item_atta attach = attach->next; continue; } - + camel_object_unref (stream); - + uri = g_filename_to_uri (path, NULL, NULL); list = g_slist_append (list, g_strdup (uri)); g_free (uri); - + camel_object_unref (part); g_free (path); attach = attach->next; - + } g_free (store_dir); @@ -1296,13 +1296,13 @@ fill_calcomponent (PstImporter *m, pst_item *item, ECalComponent *ec, const char { pst_item_appointment *a; pst_item_email *e; - + a = item->appointment; e = item->email; ECalComponentText text; struct icaltimetype tt_start, tt_end; ECalComponentDateTime dt_start, dt_end; - + if (item->create_date) { struct icaltimetype tt; tt = get_ical_date (item->create_date, FALSE); @@ -1313,7 +1313,7 @@ fill_calcomponent (PstImporter *m, pst_item *item, ECalComponent *ec, const char tt = get_ical_date (item->modify_date, FALSE); e_cal_component_set_last_modified (ec, &tt); } - + if (e) { if (e->subject || e->proc_subject) { if (e->subject) { @@ -1332,11 +1332,11 @@ fill_calcomponent (PstImporter *m, pst_item *item, ECalComponent *ec, const char l.data = &text; l.next = NULL; e_cal_component_set_description_list (ec, &l); - } + } } else { g_warning ("%s without subject / body!", type); } - + if (a->location) { e_cal_component_set_location (ec, a->location); } @@ -1391,19 +1391,19 @@ fill_calcomponent (PstImporter *m, pst_item *item, ECalComponent *ec, const char case PST_APP_LABEL_PHONE_CALL: e_cal_component_set_categories (ec, "Phone-call"); break; } - + if (a->alarm || a->alarm_minutes) { ECalComponentAlarm *alarm; ECalComponentAlarmTrigger trigger; - + alarm = e_cal_component_alarm_new (); - + if (a->alarm_minutes) { trigger.type = E_CAL_COMPONENT_ALARM_TRIGGER_RELATIVE_START; trigger.u.rel_duration = icaldurationtype_from_int (- (a->alarm_minutes)*60); e_cal_component_alarm_set_trigger (alarm, trigger); } - + if (a->alarm) { if (a->alarm_filename) { e_cal_component_alarm_set_action (alarm, E_CAL_COMPONENT_ALARM_AUDIO); @@ -1414,19 +1414,19 @@ fill_calcomponent (PstImporter *m, pst_item *item, ECalComponent *ec, const char e_cal_component_add_alarm (ec, alarm); e_cal_component_alarm_free(alarm); - + } - + if (a->recurrence != PST_APP_RECUR_NONE) { struct icalrecurrencetype r; GSList recur_list; - + icalrecurrencetype_clear (&r); r.interval = 1; /* Interval not implemented in libpst */ if (a->recurrence_end) { r.until = get_ical_date (a->recurrence_end, FALSE); } - + switch (a->recurrence_type) { case PST_APP_RECUR_DAILY: r.freq = ICAL_DAILY_RECURRENCE; break; @@ -1444,7 +1444,7 @@ fill_calcomponent (PstImporter *m, pst_item *item, ECalComponent *ec, const char recur_list.next = NULL; e_cal_component_set_rrule_list (ec, &recur_list); } - + } static void @@ -1454,7 +1454,7 @@ pst_process_appointment (PstImporter *m, pst_item *item) ec = e_cal_component_new (); e_cal_component_set_new_vtype (ec, E_CAL_COMPONENT_EVENT); - + fill_calcomponent (m, item, ec, "appointment"); set_cal_attachments (m->calendar, ec, m, item->attach); @@ -1464,7 +1464,7 @@ pst_process_appointment (PstImporter *m, pst_item *item) } g_object_unref (ec); - + } static void @@ -1474,19 +1474,19 @@ pst_process_task (PstImporter *m, pst_item *item) ec = e_cal_component_new (); e_cal_component_set_new_vtype (ec, E_CAL_COMPONENT_TODO); - + fill_calcomponent (m, item, ec, "task"); set_cal_attachments (m->tasks, ec, m, item->attach); /* Note - libpst is missing many fields. E.g. task status, start/completion date, % complete */ - + if (!e_cal_create_object (m->tasks, e_cal_component_get_icalcomponent (ec), NULL, NULL)) { g_warning("Creation of task failed"); g_free(ec); } - + g_object_unref (ec); - + } static void @@ -1507,7 +1507,7 @@ pst_process_journal (PstImporter *m, pst_item *item) ECalComponentText text; struct icaltimetype tt_start, tt_end; ECalComponentDateTime dt_start, dt_end; - + if (j->start) { tt_start = get_ical_date (j->start, FALSE); dt_start.value = &tt_start; @@ -1515,7 +1515,7 @@ pst_process_journal (PstImporter *m, pst_item *item) e_cal_component_set_dtstart (ec, &dt_start); g_message ("journal start:%s", rfc2445_datetime_format (j->start)); } - + if (j->end) { tt_end = get_ical_date (j->end, FALSE); dt_end.value = &tt_end; @@ -1532,7 +1532,7 @@ pst_process_journal (PstImporter *m, pst_item *item) } g_object_unref (ec); - + } /* Print an error message - maybe later bring up an error dialog? */ @@ -1540,7 +1540,7 @@ static void pst_error_msg (const char *fmt, ...) { va_list ap; - + va_start (ap, fmt); g_critical (fmt, ap); va_end (ap); @@ -1628,11 +1628,11 @@ pst_import (EImport *ei, EImportTarget *target) m->import = ei; g_object_ref (m->import); m->target = target; - + m->parent_uri = NULL; m->folder_name = NULL; m->folder_uri = NULL; - + m->addressbook = NULL; m->calendar = NULL; m->tasks = NULL; @@ -1644,7 +1644,7 @@ pst_import (EImport *ei, EImportTarget *target) m->status = camel_operation_new (pst_status, m); id = m->base.seq; - + mail_msg_unordered_push (m); return id; @@ -1705,7 +1705,7 @@ pst_init (pst_file *pst, gchar *filename) DEBUG_INIT (d_log); DEBUG_REGISTER_CLOSE (); #endif - + DEBUG_ENT ("main"); if (pst_open (pst, filename) < 0) { pst_error_msg ("Error opening PST file %s", filename); diff --git a/plugins/publish-calendar/publish-calendar.c b/plugins/publish-calendar/publish-calendar.c index a901317dfb..943f0ed933 100644 --- a/plugins/publish-calendar/publish-calendar.c +++ b/plugins/publish-calendar/publish-calendar.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -156,7 +156,7 @@ mount_ready_cb (GObject *source_object, GAsyncResult *res, gpointer user_data) g_file_mount_enclosing_volume_finish (G_FILE (source_object), res, &error); if (error) { - + error_queue_add (g_strdup_printf (_("Mount of %s failed:"), ms->uri->location), error); if (ms) @@ -258,14 +258,14 @@ ask_question (GMountOperation *op, const char *message, const char *choices[]) gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), "%s", secondary); } - + if (choices) { - /* First count the items in the list then + /* First count the items in the list then * add the buttons in reverse order */ for (len = 0; choices[len] != NULL; len++) { ; } - + for (cnt = len - 1; cnt >= 0; cnt--) { gtk_dialog_add_button (GTK_DIALOG (dialog), choices[cnt], cnt); } @@ -294,7 +294,7 @@ mount_first (EPublishUri *uri, GFile *file, gboolean can_report_success) ms->can_report_success = can_report_success; g_signal_connect (ms->mount_op, "ask-password", G_CALLBACK (ask_password), ms); - g_signal_connect (ms->mount_op, "ask-question", G_CALLBACK (ask_question), ms); + g_signal_connect (ms->mount_op, "ask-question", G_CALLBACK (ask_question), ms); g_file_mount_enclosing_volume (file, G_MOUNT_MOUNT_NONE, ms->mount_op, NULL, mount_ready_cb, ms); } @@ -843,7 +843,7 @@ error_queue_show_idle (gpointer user_data) gboolean has_error = FALSE, has_info = FALSE; g_static_mutex_lock (&error_queue_lock); - + for (l = error_queue; l; l = l->next) { struct eq_data *data = l->data; diff --git a/plugins/publish-calendar/publish-format-fb.c b/plugins/publish-calendar/publish-format-fb.c index a4b3a44544..b28444458e 100644 --- a/plugins/publish-calendar/publish-format-fb.c +++ b/plugins/publish-calendar/publish-format-fb.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/publish-calendar/publish-format-fb.h b/plugins/publish-calendar/publish-format-fb.h index 4975aa107d..6d758f1465 100644 --- a/plugins/publish-calendar/publish-format-fb.h +++ b/plugins/publish-calendar/publish-format-fb.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/publish-calendar/publish-format-ical.c b/plugins/publish-calendar/publish-format-ical.c index 13962fc849..04e70ca8a8 100644 --- a/plugins/publish-calendar/publish-format-ical.c +++ b/plugins/publish-calendar/publish-format-ical.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/publish-calendar/publish-format-ical.h b/plugins/publish-calendar/publish-format-ical.h index 4c32310b99..d4955ca9dd 100644 --- a/plugins/publish-calendar/publish-format-ical.h +++ b/plugins/publish-calendar/publish-format-ical.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/publish-calendar/publish-location.c b/plugins/publish-calendar/publish-location.c index 1ebe2cfefb..71b82c8e07 100644 --- a/plugins/publish-calendar/publish-location.c +++ b/plugins/publish-calendar/publish-location.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/publish-calendar/publish-location.h b/plugins/publish-calendar/publish-location.h index 327cd986fd..a6afc2c272 100644 --- a/plugins/publish-calendar/publish-location.h +++ b/plugins/publish-calendar/publish-location.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/publish-calendar/url-editor-dialog.c b/plugins/publish-calendar/url-editor-dialog.c index ea03320ae8..08e59513e8 100644 --- a/plugins/publish-calendar/url-editor-dialog.c +++ b/plugins/publish-calendar/url-editor-dialog.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -42,7 +42,8 @@ create_uri (UrlEditorDialog *dialog) g_free (uri->location); uri->location = g_strdup (gtk_entry_get_text (GTK_ENTRY (dialog->server_entry))); } else { - char *method = "", *server, *file, *port, *username, *password; + const gchar *method; + char *server, *file, *port, *username, *password; server = g_strdup (gtk_entry_get_text (GTK_ENTRY (dialog->server_entry))); file = g_strdup (gtk_entry_get_text (GTK_ENTRY (dialog->file_entry))); diff --git a/plugins/publish-calendar/url-editor-dialog.h b/plugins/publish-calendar/url-editor-dialog.h index 94a1a71f00..8f45807bd8 100644 --- a/plugins/publish-calendar/url-editor-dialog.h +++ b/plugins/publish-calendar/url-editor-dialog.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/python/python-plugin-loader.c b/plugins/python/python-plugin-loader.c index 5e7a83fb29..ea9ab4bfb0 100644 --- a/plugins/python/python-plugin-loader.c +++ b/plugins/python/python-plugin-loader.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -26,7 +26,7 @@ #include "python-plugin-loader.h" -#define d(x) +#define d(x) static void *epp_parent_class; @@ -84,17 +84,17 @@ epp_invoke(EPlugin *ep, const char *name, void *data) p->pDict = PyModule_GetDict(p->pModule); if (epp->pClass) { - p->pClass = PyDict_GetItemString(p->pDict, epp->pClass); + p->pClass = PyDict_GetItemString(p->pDict, epp->pClass); } } if (p->pClass) { - if (PyCallable_Check(p->pClass)) - pInstance = PyObject_CallObject(p->pClass, NULL); + if (PyCallable_Check(p->pClass)) + pInstance = PyObject_CallObject(p->pClass, NULL); pValue = PyObject_CallMethod(pInstance, name, NULL); - + } else { pFunc = PyDict_GetItemString(p->pDict, name); diff --git a/plugins/python/python-plugin-loader.h b/plugins/python/python-plugin-loader.h index 86e94d667b..4f9656e119 100644 --- a/plugins/python/python-plugin-loader.h +++ b/plugins/python/python-plugin-loader.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/sa-junk-plugin/em-junk-filter.c b/plugins/sa-junk-plugin/em-junk-filter.c index 39efa2f5ac..8846e8b4be 100644 --- a/plugins/sa-junk-plugin/em-junk-filter.c +++ b/plugins/sa-junk-plugin/em-junk-filter.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -81,7 +81,7 @@ static gboolean em_junk_sa_checked_spamassassin_version = FALSE; static guint em_junk_sa_spamassassin_version = 0; static char *em_junk_sa_socket_path = NULL; static char *em_junk_sa_spamd_pidfile = NULL; -static char *em_junk_sa_spamc_binary = NULL; +static const gchar *em_junk_sa_spamc_binary = NULL; static GConfClient *em_junk_sa_gconf = NULL; /* volatile so not cached between threads */ @@ -89,8 +89,8 @@ static volatile gboolean em_junk_sa_local_only; static volatile gboolean em_junk_sa_use_daemon; static char * em_junk_sa_preferred_socket_path; -static char *em_junk_sa_spamc_binaries [4] = {"spamc", "/usr/bin/spamc", "/usr/sbin/spamc", NULL}; -static char *em_junk_sa_spamd_binaries [4] = {"spamd", "/usr/bin/spamd", "/usr/sbin/spamd", NULL}; +static const gchar *em_junk_sa_spamc_binaries [4] = {"spamc", "/usr/bin/spamc", "/usr/sbin/spamc", NULL}; +static const gchar *em_junk_sa_spamd_binaries [4] = {"spamd", "/usr/bin/spamd", "/usr/sbin/spamd", NULL}; #define SPAMD_RESTARTS_SIZE 8 static time_t em_junk_sa_spamd_restarts [SPAMD_RESTARTS_SIZE] = {0, 0, 0, 0, 0, 0, 0, 0}; @@ -104,7 +104,7 @@ char *em_junk_sa_spamc_gconf_binary = NULL; char *em_junk_sa_spamd_gconf_binary = NULL; static int -pipe_to_sa_full (CamelMimeMessage *msg, const char *in, char **argv, int rv_err, int wait_for_termination, GByteArray *output_buffer, GError **error) +pipe_to_sa_full (CamelMimeMessage *msg, const gchar *in, const gchar **argv, int rv_err, int wait_for_termination, GByteArray *output_buffer, GError **error) { int result, status, errnosav, fds[2], out_fds[2]; CamelStream *stream; @@ -169,7 +169,7 @@ pipe_to_sa_full (CamelMimeMessage *msg, const char *in, char **argv, int rv_err, for (fd = 3; fd < maxfd; fd++) fcntl (fd, F_SETFD, FD_CLOEXEC); - execvp (argv[0], argv); + execvp (argv[0], (gchar * const *) argv); _exit (rv_err & 0377); } else if (pid < 0) { errnosav = errno; @@ -254,7 +254,7 @@ pipe_to_sa_full (CamelMimeMessage *msg, const char *in, char **argv, int rv_err, } static int -pipe_to_sa (CamelMimeMessage *msg, const char *in, char **argv, GError **error) +pipe_to_sa (CamelMimeMessage *msg, const gchar *in, const gchar **argv, GError **error) { return pipe_to_sa_full (msg, in, argv, -1, 1, NULL, error); } @@ -269,9 +269,9 @@ em_junk_sa_get_socket_path () } static gboolean -em_junk_sa_test_spamd_running (char *binary, gboolean system) +em_junk_sa_test_spamd_running (const gchar *binary, gboolean system) { - char *argv[5]; + const gchar *argv[5]; int i = 0; gboolean rv; @@ -303,11 +303,11 @@ em_junk_sa_test_spamd_running (char *binary, gboolean system) One time test to see if spamd is running with --allow-tell. The call to spamc should return 0 if it is. (Thanks to Karsten Br�ckelmann for the idea). -*/ +*/ static void em_junk_sa_test_allow_tell (void) { - char *argv [4] = { + const gchar *argv [4] = { "spamc", "-L", "forget", @@ -321,7 +321,7 @@ em_junk_sa_test_allow_tell (void) static void em_junk_sa_test_spamassassin (void) { - char *argv [3] = { + const gchar *argv [3] = { "spamassassin", "--version", NULL, @@ -338,9 +338,9 @@ em_junk_sa_test_spamassassin (void) #define MAX_SPAMD_PORTS 1 static gboolean -em_junk_sa_run_spamd (char *binary) +em_junk_sa_run_spamd (const gchar *binary) { - char *argv[8]; + const gchar *argv[8]; int i; gboolean rv = FALSE; @@ -431,7 +431,7 @@ em_junk_sa_find_spamc () static void em_junk_sa_test_spamd (void) { - char *argv[4]; + const gchar *argv[4]; int i, b; gboolean try_system_spamd = TRUE; @@ -577,7 +577,8 @@ gboolean em_junk_sa_check_junk(EPlugin *ep, EMJunkHookTarget *target) { GByteArray *out = NULL; - char *argv[7], *to_free = NULL; + const gchar *argv[7]; + char *to_free = NULL; int i = 0, socket_i; gboolean rv; CamelMimeMessage *msg = target->m; @@ -644,7 +645,7 @@ get_spamassassin_version () GByteArray *out = NULL; int i; - char * argv[3] = { + const gchar *argv[3] = { "sa-learn", "--version", NULL @@ -680,8 +681,10 @@ get_spamassassin_version () void em_junk_sa_report_junk (EPlugin *ep, EMJunkHookTarget *target) { - char *sync_op = ((get_spamassassin_version () >= 3) ? "--no-sync": "--no-rebuild"); - char *argv[6] = { + const gchar *sync_op = + (get_spamassassin_version () >= 3) + ? "--no-sync": "--no-rebuild"; + const gchar *argv[6] = { "sa-learn", sync_op, "--spam", @@ -690,7 +693,7 @@ em_junk_sa_report_junk (EPlugin *ep, EMJunkHookTarget *target) NULL }; /* Call setup for spamc */ - char *argv2[4] = { + const gchar *argv2[4] = { "spamc", "-L", "spam", @@ -708,8 +711,8 @@ em_junk_sa_report_junk (EPlugin *ep, EMJunkHookTarget *target) argv[4] = "--local"; pthread_mutex_lock (&em_junk_sa_report_lock); - pipe_to_sa (msg, NULL, - (no_allow_tell ? argv : argv2), + pipe_to_sa (msg, NULL, + (no_allow_tell ? argv : argv2), &target->error); pthread_mutex_unlock (&em_junk_sa_report_lock); } @@ -718,8 +721,10 @@ em_junk_sa_report_junk (EPlugin *ep, EMJunkHookTarget *target) void em_junk_sa_report_non_junk (EPlugin *ep, EMJunkHookTarget *target) { - char *sync_op = ((get_spamassassin_version () >= 3) ? "--no-sync": "--no-rebuild"); - char *argv[6] = { + const char *sync_op = + (get_spamassassin_version () >= 3) + ? "--no-sync": "--no-rebuild"; + const gchar *argv[6] = { "sa-learn", sync_op, "--ham", @@ -728,7 +733,7 @@ em_junk_sa_report_non_junk (EPlugin *ep, EMJunkHookTarget *target) NULL }; /* Setup for spamc */ - char *argv2[4] = { + const gchar *argv2[4] = { "spamc", "-L", "ham", @@ -743,8 +748,8 @@ em_junk_sa_report_non_junk (EPlugin *ep, EMJunkHookTarget *target) if (no_allow_tell && em_junk_sa_local_only) argv[4] = "--local"; pthread_mutex_lock (&em_junk_sa_report_lock); - pipe_to_sa (msg, NULL, - (no_allow_tell ? argv : argv2), + pipe_to_sa (msg, NULL, + (no_allow_tell ? argv : argv2), &target->error); pthread_mutex_unlock (&em_junk_sa_report_lock); } @@ -753,8 +758,9 @@ em_junk_sa_report_non_junk (EPlugin *ep, EMJunkHookTarget *target) void em_junk_sa_commit_reports (EPlugin *ep) { - char *sync_op = ((get_spamassassin_version () >= 3) ? "--sync": "--rebuild"); - char *argv[4] = { + const gchar *sync_op = + (get_spamassassin_version () >= 3) ? "--sync": "--rebuild"; + const gchar *argv[4] = { "sa-learn", sync_op, NULL, @@ -780,7 +786,7 @@ em_junk_sa_commit_reports (EPlugin *ep) void * em_junk_sa_validate_binary (EPlugin *ep) { - return em_junk_sa_is_available (NULL) ? "1" : NULL; + return em_junk_sa_is_available (NULL) ? (void *) "1" : NULL; } static void @@ -916,7 +922,7 @@ org_gnome_sa_use_remote_tests (struct _EPlugin *epl, struct _EConfigHookItemFact gtk_box_pack_start (GTK_BOX (vbox), GTK_WIDGET (label), FALSE, FALSE, 0); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (check), !em_junk_sa_local_only); - g_signal_connect (GTK_TOGGLE_BUTTON (check), "toggled", G_CALLBACK (use_remote_tests_cb), "/apps/evolution/mail/junk/sa/local_only"); + g_signal_connect (GTK_TOGGLE_BUTTON (check), "toggled", G_CALLBACK (use_remote_tests_cb), (gpointer) "/apps/evolution/mail/junk/sa/local_only"); gtk_table_attach((GtkTable *)data->parent, vbox, 0, 1, i, i+1, 0, 0, 0, 0); gtk_widget_show_all (vbox); return (GtkWidget *)vbox; diff --git a/plugins/save-calendar/csv-format.c b/plugins/save-calendar/csv-format.c index 2762dc5dfe..2f9c92d6f7 100644 --- a/plugins/save-calendar/csv-format.c +++ b/plugins/save-calendar/csv-format.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -357,7 +357,7 @@ do_save_calendar_csv (FormatHandler *handler, EPlugin *ep, ECalPopupTargetSource gint i=0; - static gchar *labels[] = { + static const gchar *labels[] = { N_("UID"), N_("Summary"), N_("Description List"), diff --git a/plugins/save-calendar/format-handler.h b/plugins/save-calendar/format-handler.h index 0174bfc078..a7bc2e8d85 100644 --- a/plugins/save-calendar/format-handler.h +++ b/plugins/save-calendar/format-handler.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/save-calendar/ical-format.c b/plugins/save-calendar/ical-format.c index a537bf4641..f538a9e0a1 100644 --- a/plugins/save-calendar/ical-format.c +++ b/plugins/save-calendar/ical-format.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/save-calendar/rdf-format.c b/plugins/save-calendar/rdf-format.c index b1c8257a41..9c9f864a2a 100644 --- a/plugins/save-calendar/rdf-format.c +++ b/plugins/save-calendar/rdf-format.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/save-calendar/save-calendar.c b/plugins/save-calendar/save-calendar.c index 7e21b23f9e..e461821242 100644 --- a/plugins/save-calendar/save-calendar.c +++ b/plugins/save-calendar/save-calendar.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/startup-wizard/startup-wizard.c b/plugins/startup-wizard/startup-wizard.c index 34d5961d4b..71fb4d4ff1 100644 --- a/plugins/startup-wizard/startup-wizard.c +++ b/plugins/startup-wizard/startup-wizard.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -38,7 +38,7 @@ void startup_wizard (EPlugin *ep, ESEventTargetUpgrade *target); GtkWidget *startup_wizard_importer_page (EPlugin *ep, EConfigHookItemFactoryData *hook_data); gboolean startup_wizard_check (EPlugin *ep, EConfigHookPageCheckData *check_data); void startup_wizard_commit (EPlugin *ep, EMConfigTargetAccount *target); -void startup_wizard_abort (EPlugin *ep, EMConfigTargetAccount *target); +void startup_wizard_abort (EPlugin *ep, EMConfigTargetAccount *target) G_GNUC_NORETURN; static EImport *import; static EImportTargetHome *import_target; diff --git a/plugins/subject-thread/subject-thread.c b/plugins/subject-thread/subject-thread.c index 595f938414..6c008c71ae 100644 --- a/plugins/subject-thread/subject-thread.c +++ b/plugins/subject-thread/subject-thread.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c index 537b8822bc..a871399754 100644 --- a/plugins/templates/templates.c +++ b/plugins/templates/templates.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -74,14 +74,14 @@ static void reply_with_template (EPopup *ep, EPopupItem *item, void *data); static void popup_free (EPopup *ep, GSList *l, void *data); -static GSList *fill_submenu (CamelStore *store, - CamelFolderInfo *info, - GSList *list, +static GSList *fill_submenu (CamelStore *store, + CamelFolderInfo *info, + GSList *list, EMPopupTargetSelect *t); -static GSList *append_to_menu (CamelFolder *folder, - GPtrArray *uids, - GSList *list, +static GSList *append_to_menu (CamelFolder *folder, + GPtrArray *uids, + GSList *list, EMPopupTargetSelect *t); void org_gnome_templates_popup (EPlugin *ep, EMPopupTargetSelect *t); @@ -98,7 +98,7 @@ static void key_cell_edited_callback (GtkCellRendererText *cell, gchar *path_st gchar *new_text,UIData *ui); static void value_cell_edited_callback (GtkCellRendererText *cell, gchar *path_string, - gchar *new_text,UIData *ui); + gchar *new_text,UIData *ui); static gboolean clue_foreach_check_isempty (GtkTreeModel *model, GtkTreePath *path, GtkTreeIter *iter, UIData *ui); @@ -145,16 +145,16 @@ commit_changes (UIData *ui) while (valid) { char *keyword, *value; char *key; - + gtk_tree_model_get (model, &iter, CLUE_KEYWORD_COLUMN, &keyword, -1); gtk_tree_model_get (model, &iter, CLUE_VALUE_COLUMN, &value, -1); /* Check if the keyword and value are not empty */ - if ((keyword) && (value) && (g_utf8_strlen(g_strstrip(keyword), -1) > 0) + if ((keyword) && (value) && (g_utf8_strlen(g_strstrip(keyword), -1) > 0) && (g_utf8_strlen(g_strstrip(value), -1) > 0)) { key = g_strdup_printf("%s=%s", keyword, value); clue_list = g_slist_append (clue_list, key); - } + } valid = gtk_tree_model_iter_next (model, &iter); } @@ -229,7 +229,7 @@ key_cell_edited_callback (GtkCellRendererText *cell, gtk_tree_model_get_iter_from_string (model, &iter, path_string); - gtk_tree_model_get (model, &iter, CLUE_VALUE_COLUMN, &value, -1); + gtk_tree_model_get (model, &iter, CLUE_VALUE_COLUMN, &value, -1); gtk_list_store_set (GTK_LIST_STORE (model), &iter, CLUE_KEYWORD_COLUMN, new_text, CLUE_VALUE_COLUMN, value, -1); @@ -249,7 +249,7 @@ value_cell_edited_callback (GtkCellRendererText *cell, model = gtk_tree_view_get_model (GTK_TREE_VIEW (ui->treeview)); gtk_tree_model_get_iter_from_string (model, &iter, path_string); - + gtk_tree_model_get (model, &iter, CLUE_KEYWORD_COLUMN, &keyword, -1); gtk_list_store_set (GTK_LIST_STORE (model), &iter, @@ -491,9 +491,9 @@ get_content (CamelMimeMessage *message) g_free (str); return convert_str; } - else + else return str; - + } static void @@ -509,8 +509,8 @@ reply_with_template (EPopup *ep, EPopupItem *item, void *data) templates_folder = mail_component_get_folder(NULL, MAIL_COMPONENT_FOLDER_TEMPLATES); /* Get from the currently selected folder, the currently selected message */ - reply_to = camel_folder_get_message (userdata->t->folder, - g_ptr_array_index (userdata->t->uids, 0), + reply_to = camel_folder_get_message (userdata->t->folder, + g_ptr_array_index (userdata->t->uids, 0), NULL); /* The message we'll be using has been stored when building the menu */ @@ -525,8 +525,8 @@ reply_with_template (EPopup *ep, EPopupItem *item, void *data) header = ((CamelMimePart *)reply_to)->headers; while (header) { if (g_ascii_strncasecmp (header->name, "content-", 8) != 0) { - camel_medium_add_header((CamelMedium *) new, - header->name, + camel_medium_add_header((CamelMedium *) new, + header->name, header->value); } header = header->next; @@ -538,15 +538,15 @@ reply_with_template (EPopup *ep, EPopupItem *item, void *data) cont = get_content (template); /* Set the To: field to the same To: field of the message we are replying to. */ - camel_mime_message_set_recipients (new, CAMEL_RECIPIENT_TYPE_TO, + camel_mime_message_set_recipients (new, CAMEL_RECIPIENT_TYPE_TO, camel_mime_message_get_from (reply_to)); /* Copy the CC and BCC from the template.*/ - camel_mime_message_set_recipients (new, CAMEL_RECIPIENT_TYPE_CC, + camel_mime_message_set_recipients (new, CAMEL_RECIPIENT_TYPE_CC, camel_mime_message_get_recipients (template, CAMEL_RECIPIENT_TYPE_CC)); - camel_mime_message_set_recipients (new, CAMEL_RECIPIENT_TYPE_BCC, + camel_mime_message_set_recipients (new, CAMEL_RECIPIENT_TYPE_BCC, camel_mime_message_get_recipients (template, CAMEL_RECIPIENT_TYPE_BCC)); camel_mime_part_set_content((CamelMimePart *)new, @@ -558,7 +558,7 @@ reply_with_template (EPopup *ep, EPopupItem *item, void *data) camel_object_unref(new); } -static void +static void popup_free (EPopup *ep, GSList *l, void *data) { g_slist_free (l); @@ -583,15 +583,15 @@ static GSList if (!g_str_has_suffix (folder->name, "Templates")) path = g_strdup_printf ("80.%s", folder->full_name); else - path = "80.Templates"; + path = g_strdup ("80.Templates"); /* If this uid is trashed, ignore it */ if (camel_folder_get_message_flags (folder, uid) & CAMEL_MESSAGE_DELETED) continue; - + /* Get the message for this uid */ - message = camel_folder_get_message (folder, - uid, + message = camel_folder_get_message (folder, + uid, NULL); subject = camel_mime_message_get_subject (message); @@ -617,7 +617,7 @@ static GSList return list; } -static GSList +static GSList *fill_submenu (CamelStore *store, CamelFolderInfo *info, GSList *list, EMPopupTargetSelect *t) { while (info) { @@ -629,14 +629,14 @@ static GSList item = g_slice_alloc0(sizeof(*item)); item->type = E_POPUP_SUBMENU; - item->label = folder->name; + item->label = folder->name; item->visible = EM_POPUP_SELECT_MANY | EM_POPUP_SELECT_ONE; /* To avoid having a Templates dir, we ignore the top level */ if (!g_str_has_suffix (folder->name, "Templates")) item->path = g_strdup_printf ("80.%s", folder->full_name); else - item->path = "80.Templates"; + item->path = g_strdup ("80.Templates"); list = g_slist_prepend (list, item); @@ -670,9 +670,9 @@ org_gnome_templates_popup (EPlugin *ep, EMPopupTargetSelect *t) templates_folder = mail_component_get_folder(NULL, MAIL_COMPONENT_FOLDER_TEMPLATES); - templates_info = camel_store_get_folder_info (store, - templates_folder->full_name, - CAMEL_STORE_FOLDER_INFO_RECURSIVE | CAMEL_STORE_FOLDER_INFO_FAST, + templates_info = camel_store_get_folder_info (store, + templates_folder->full_name, + CAMEL_STORE_FOLDER_INFO_RECURSIVE | CAMEL_STORE_FOLDER_INFO_FAST, NULL); /* Get subfolders and fill it */ diff --git a/plugins/tnef-attachments/tnef-plugin.c b/plugins/tnef-attachments/tnef-plugin.c index 6964d07e10..9b4f4cae6a 100644 --- a/plugins/tnef-attachments/tnef-plugin.c +++ b/plugins/tnef-attachments/tnef-plugin.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -38,7 +38,7 @@ #include <ytnef.h> #elif defined HAVE_LIBYTNEF_YTNEF_H #include <libytnef/ytnef.h> -#endif +#endif #include <camel/camel-mime-part.h> #include <camel/camel-folder.h> diff --git a/plugins/vcard-inline/vcard-inline.c b/plugins/vcard-inline/vcard-inline.c index 0e10b3a82a..96ce0e3f9c 100644 --- a/plugins/vcard-inline/vcard-inline.c +++ b/plugins/vcard-inline/vcard-inline.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * diff --git a/plugins/webdav-account-setup/webdav-contacts-source.c b/plugins/webdav-account-setup/webdav-contacts-source.c index 012a541d27..79d4744c56 100644 --- a/plugins/webdav-account-setup/webdav-contacts-source.c +++ b/plugins/webdav-account-setup/webdav-contacts-source.c @@ -311,7 +311,7 @@ plugin_webdav_contacts(EPlugin *epl, EConfigHookItemFactoryData *data) uidata->username_entry = GTK_ENTRY(gtk_entry_new()); gtk_box_pack_start(hbox, GTK_WIDGET(uidata->username_entry), TRUE, TRUE, 0); - + hbox = GTK_BOX(gtk_hbox_new(FALSE, 10)); gtk_box_pack_start(GTK_BOX(vbox2), GTK_WIDGET(hbox), TRUE, TRUE, 0); @@ -16,8 +16,8 @@ msgstr "" "Project-Id-Version: evolution.HEAD\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=evolution\n" -"POT-Creation-Date: 2009-05-17 03:19+0000\n" -"PO-Revision-Date: 2009-05-18 23:02+0200\n" +"POT-Creation-Date: 2009-05-24 06:09+0000\n" +"PO-Revision-Date: 2009-05-24 13:46+0200\n" "Last-Translator: Jorge González <jorgegonz@svn.gnome.org>\n" "Language-Team: Español <gnome-es-list@gnome.org>\n" "MIME-Version: 1.0\n" @@ -804,7 +804,7 @@ msgstr "" #: ../calendar/gui/dialogs/calendar-setup.c:378 #: ../calendar/gui/dialogs/calendar-setup.c:389 #: ../mail/em-folder-properties.c:283 ../mail/mail-config.glade.h:95 -#: ../plugins/itip-formatter/itip-formatter.c:2532 +#: ../plugins/itip-formatter/itip-formatter.c:2543 #: ../smime/gui/smime-ui.glade.h:28 msgid "General" msgstr "General" @@ -830,7 +830,7 @@ msgid "Details" msgstr "Detalles" #: ../addressbook/gui/component/addressbook-config.c:1033 -#: ../mail/em-folder-browser.c:1000 +#: ../mail/em-folder-browser.c:1026 msgid "Searching" msgstr "Búsqueda" @@ -932,17 +932,17 @@ msgstr "Guardar como vCard…" #: ../addressbook/gui/component/addressbook-view.c:951 #: ../calendar/gui/calendar-component.c:628 #: ../calendar/gui/memos-component.c:481 ../calendar/gui/tasks-component.c:473 -#: ../mail/em-folder-tree.c:2131 ../ui/evolution-mail-list.xml.h:39 +#: ../mail/em-folder-tree.c:2133 ../ui/evolution-mail-list.xml.h:39 msgid "_Rename..." msgstr "_Renombrar…" #: ../addressbook/gui/component/addressbook-view.c:954 #: ../addressbook/gui/widgets/e-addressbook-view.c:954 #: ../calendar/gui/calendar-component.c:631 -#: ../calendar/gui/e-calendar-table.c:1620 -#: ../calendar/gui/e-calendar-view.c:1835 ../calendar/gui/e-memo-table.c:954 +#: ../calendar/gui/e-calendar-table.c:1616 +#: ../calendar/gui/e-calendar-view.c:1833 ../calendar/gui/e-memo-table.c:954 #: ../calendar/gui/memos-component.c:484 ../calendar/gui/tasks-component.c:476 -#: ../mail/em-folder-tree.c:2128 ../mail/em-folder-view.c:1341 +#: ../mail/em-folder-tree.c:2130 ../mail/em-folder-view.c:1340 #: ../ui/evolution-addressbook.xml.h:49 ../ui/evolution-calendar.xml.h:42 #: ../ui/evolution-mail-list.xml.h:35 ../ui/evolution-memos.xml.h:16 #: ../ui/evolution-tasks.xml.h:24 @@ -952,7 +952,7 @@ msgstr "_Borrar" #: ../addressbook/gui/component/addressbook-view.c:957 #: ../calendar/gui/calendar-component.c:636 #: ../calendar/gui/memos-component.c:489 ../calendar/gui/tasks-component.c:481 -#: ../mail/em-folder-tree.c:2137 ../ui/evolution-addressbook.xml.h:59 +#: ../mail/em-folder-tree.c:2139 ../ui/evolution-addressbook.xml.h:59 #: ../ui/evolution-mail-list.xml.h:38 msgid "_Properties" msgstr "_Propiedades" @@ -1143,10 +1143,6 @@ msgid "Search _filter:" msgstr "_Filtro de búsqueda:" #: ../addressbook/gui/component/ldap-config.glade.h:27 -#| msgid "" -#| "Search filter is the type of the objects searched for, while performing " -#| "the search. If this is not modified, by default search will be performed " -#| "on objectclass of the type \"person\"." msgid "" "Search filter is the type of object to be searched for. If this is not " "modified, the default search will be performed on the type \"person\"." @@ -1517,7 +1513,7 @@ msgstr "Domicilio" #: ../addressbook/gui/contact-editor/e-contact-editor.c:193 #: ../addressbook/gui/widgets/eab-contact-display.c:59 #: ../addressbook/gui/widgets/eab-contact-display.c:519 -#: ../calendar/gui/e-calendar-view.c:2297 +#: ../calendar/gui/e-calendar-view.c:2296 msgid "Other" msgstr "Otro" @@ -1872,8 +1868,8 @@ msgid "Save as vCard..." msgstr "Guardar como vCard…" #: ../addressbook/gui/widgets/e-addressbook-view.c:932 -#: ../calendar/gui/e-calendar-table.c:1598 -#: ../calendar/gui/e-calendar-view.c:1813 ../calendar/gui/e-memo-table.c:937 +#: ../calendar/gui/e-calendar-table.c:1594 +#: ../calendar/gui/e-calendar-view.c:1811 ../calendar/gui/e-memo-table.c:937 #: ../ui/evolution-addressbook.xml.h:56 msgid "_Open" msgstr "_Abrir" @@ -1927,11 +1923,11 @@ msgid "Cu_t" msgstr "Cor_tar" #: ../addressbook/gui/widgets/e-addressbook-view.c:952 -#: ../calendar/gui/e-calendar-table.c:1606 -#: ../calendar/gui/e-calendar-view.c:1820 ../calendar/gui/e-memo-table.c:945 -#: ../mail/em-folder-tree.c:1004 ../mail/em-folder-view.c:1326 +#: ../calendar/gui/e-calendar-table.c:1602 +#: ../calendar/gui/e-calendar-view.c:1818 ../calendar/gui/e-memo-table.c:945 +#: ../mail/em-folder-tree.c:1006 ../mail/em-folder-view.c:1325 #: ../mail/message-list.c:2105 ../ui/evolution-addressbook.xml.h:46 -#: ../ui/evolution-calendar.xml.h:40 ../ui/evolution-mail-message.xml.h:103 +#: ../ui/evolution-calendar.xml.h:40 ../ui/evolution-mail-message.xml.h:99 #: ../ui/evolution-memos.xml.h:15 ../ui/evolution-tasks.xml.h:23 msgid "_Copy" msgstr "_Copiar" @@ -2264,7 +2260,7 @@ msgid "_Open Link in Browser" msgstr "_Abrir enlace en el navegador" #: ../addressbook/gui/widgets/eab-contact-display.c:170 -#: ../mail/em-folder-view.c:2755 +#: ../mail/em-folder-view.c:2733 msgid "_Copy Link Location" msgstr "_Copiar dirección del enlace" @@ -2354,12 +2350,12 @@ msgid "Web Log" msgstr "Diario web" #: ../addressbook/gui/widgets/eab-contact-display.c:648 -#: ../calendar/gui/e-calendar-view.c:2588 +#: ../calendar/gui/e-calendar-view.c:2587 msgid "Birthday" msgstr "Cumpleaños" #: ../addressbook/gui/widgets/eab-contact-display.c:649 -#: ../calendar/gui/e-calendar-view.c:2589 +#: ../calendar/gui/e-calendar-view.c:2588 msgid "Anniversary" msgstr "Aniversario" @@ -2688,26 +2684,6 @@ msgstr "Información de contacto de %s" msgid "Querying Address Book..." msgstr "Consultando la libreta de direcciones…" -#: ../addressbook/gui/widgets/eab-vcard-control.c:141 -#, c-format -msgid "There is one other contact." -msgid_plural "There are %d other contacts." -msgstr[0] "Hay otro contacto más." -msgstr[1] "Hay otros %d contactos." - -#: ../addressbook/gui/widgets/eab-vcard-control.c:226 -#: ../addressbook/gui/widgets/eab-vcard-control.c:277 -msgid "Show Full vCard" -msgstr "Mostrar vCard completa" - -#: ../addressbook/gui/widgets/eab-vcard-control.c:230 -msgid "Show Compact vCard" -msgstr "Mostrar vCard compacta" - -#: ../addressbook/gui/widgets/eab-vcard-control.c:282 -msgid "Save in address book" -msgstr "Guardar en la libreta de direcciones" - #: ../addressbook/gui/widgets/gal-view-factory-minicard.c:37 msgid "Card View" msgstr "Vista de la tarjeta" @@ -3238,7 +3214,7 @@ msgstr "Sus tareas no estarán disponibles hasta que reinicie Evolution." msgid "_Discard Changes" msgstr "_Descartar cambios" -#: ../calendar/calendar.error.xml.h:86 ../composer/e-composer-actions.c:441 +#: ../calendar/calendar.error.xml.h:86 ../composer/e-composer-actions.c:343 msgid "_Save" msgstr "_Guardar" @@ -3304,7 +3280,7 @@ msgid "Could not write pilot's ToDo application block" msgstr "No es posible escribir el bloque de aplicación ToDo del Pilot" #: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:1 -#: ../plugins/itip-formatter/itip-formatter.c:2523 +#: ../plugins/itip-formatter/itip-formatter.c:2534 msgid "Calendar and Tasks" msgstr "Calendario y tareas" @@ -3851,12 +3827,12 @@ msgstr "" "Mostrar el campo de estado en el editor de acontecimientos/tareas/reuniones" #: ../calendar/gui/apps_evolution_calendar.schemas.in.h:61 -#: ../mail/evolution-mail.schemas.in.h:126 +#: ../mail/evolution-mail.schemas.in.h:136 msgid "Show the \"Preview\" pane" msgstr "Mostrar el panel de vista previa" #: ../calendar/gui/apps_evolution_calendar.schemas.in.h:62 -#: ../mail/evolution-mail.schemas.in.h:127 +#: ../mail/evolution-mail.schemas.in.h:137 msgid "Show the \"Preview\" pane." msgstr "Mostrar el panel de vista previa." @@ -4147,7 +4123,7 @@ msgid "Next 7 Days' Appointments" msgstr "Citas de los próximos 7 días" #: ../calendar/gui/calendar-commands.c:90 ../ui/evolution-addressbook.xml.h:26 -#: ../ui/evolution-calendar.xml.h:20 ../ui/evolution-mail-message.xml.h:75 +#: ../ui/evolution-calendar.xml.h:20 ../ui/evolution-mail-message.xml.h:71 #: ../ui/evolution-memos.xml.h:11 ../ui/evolution-tasks.xml.h:14 msgid "Print" msgstr "Imprimir" @@ -4201,7 +4177,7 @@ msgstr "Calendario _nuevo" #: ../calendar/gui/calendar-component.c:627 #: ../calendar/gui/memos-component.c:480 ../calendar/gui/tasks-component.c:472 -#: ../mail/em-folder-tree.c:2123 +#: ../mail/em-folder-tree.c:2125 msgid "_Copy..." msgstr "_Copiar…" @@ -4584,13 +4560,13 @@ msgstr "Adjuntar archivo(s)" #: ../calendar/gui/e-cal-model-tasks.c:673 #: ../calendar/gui/e-day-view-time-item.c:788 #: ../calendar/gui/e-itip-control.c:1151 ../filter/filter-rule.c:942 -#: ../mail/em-account-editor.c:684 ../mail/em-account-editor.c:1408 +#: ../mail/em-account-editor.c:704 ../mail/em-account-editor.c:1432 #: ../mail/em-account-prefs.c:438 ../mail/em-junk-hook.c:93 #: ../plugins/calendar-weather/calendar-weather.c:333 #: ../plugins/calendar-weather/calendar-weather.c:387 #: ../plugins/email-custom-header/email-custom-header.c:395 #: ../plugins/exchange-operations/exchange-delegates-user.c:181 -#: ../plugins/itip-formatter/itip-formatter.c:2179 +#: ../plugins/itip-formatter/itip-formatter.c:2190 #: ../widgets/misc/e-cell-date-edit.c:316 ../widgets/misc/e-dateedit.c:1510 #: ../widgets/misc/e-dateedit.c:1726 #: ../widgets/misc/e-signature-combo-box.c:74 @@ -5010,7 +4986,7 @@ msgid "Due " msgstr "Vence " #: ../calendar/gui/dialogs/comp-editor.c:245 -#: ../calendar/gui/dialogs/comp-editor.c:2675 ../mail/em-utils.c:373 +#: ../calendar/gui/dialogs/comp-editor.c:2676 ../mail/em-utils.c:373 #: ../plugins/prefer-plain/prefer-plain.c:91 msgid "attachment" msgstr "adjunto" @@ -5108,7 +5084,7 @@ msgstr "_Insertar" msgid "_Options" msgstr "_Opciones" -#: ../calendar/gui/dialogs/comp-editor.c:1054 ../mail/em-folder-tree.c:2115 +#: ../calendar/gui/dialogs/comp-editor.c:1054 ../mail/em-folder-tree.c:2117 #: ../ui/evolution-addressbook.xml.h:64 ../ui/evolution-mail-global.xml.h:34 #: ../ui/evolution-mail-messagedisplay.xml.h:8 ../ui/evolution-tasks.xml.h:30 #: ../ui/evolution.xml.h:55 @@ -5116,7 +5092,7 @@ msgid "_View" msgstr "_Ver" #: ../calendar/gui/dialogs/comp-editor.c:1064 -#: ../composer/e-composer-actions.c:413 +#: ../composer/e-composer-actions.c:315 msgid "_Attachment..." msgstr "_Adjunto…" @@ -5197,24 +5173,24 @@ msgid "Toggles whether the Attendee Type is displayed" msgstr "Conmuta indicando si se muestra el campo «Tipo de participante»" #: ../calendar/gui/dialogs/comp-editor.c:1167 -#: ../composer/e-composer-private.c:66 +#: ../composer/e-composer-private.c:67 msgid "Recent _Documents" msgstr "_Documentos recientes" #: ../calendar/gui/dialogs/comp-editor.c:1593 -#: ../composer/e-composer-actions.c:640 +#: ../composer/e-composer-actions.c:518 msgid "Attach" msgstr "Adjuntar" #: ../calendar/gui/dialogs/comp-editor.c:1856 -#: ../calendar/gui/dialogs/comp-editor.c:1904 -#: ../calendar/gui/dialogs/comp-editor.c:2706 +#: ../calendar/gui/dialogs/comp-editor.c:1905 +#: ../calendar/gui/dialogs/comp-editor.c:2707 msgid "Changes made to this item may be discarded if an update arrives" msgstr "" "Los cambios efectuados a este elemento pueden descartarse si llega una " "actualización por correo" -#: ../calendar/gui/dialogs/comp-editor.c:2735 +#: ../calendar/gui/dialogs/comp-editor.c:2736 msgid "Unable to use current version!" msgstr "Imposible usar la versión actual." @@ -5545,7 +5521,7 @@ msgstr "No es posible abrir las notas en «%s»." #: ../calendar/gui/dialogs/memo-page.c:1012 ../mail/em-format-html.c:1567 #: ../mail/em-format-html.c:1625 ../mail/em-format-html.c:1651 -#: ../mail/em-format-quote.c:210 ../mail/em-format.c:887 +#: ../mail/em-format-quote.c:210 ../mail/em-format.c:923 #: ../mail/em-mailer-prefs.c:77 ../mail/message-list.etspec.h:20 msgid "To" msgstr "Para" @@ -5852,7 +5828,7 @@ msgid "Click to change or view the status details of the task" msgstr "Pulse para cambiar o ver los detalles del estado de la tarea" #: ../calendar/gui/dialogs/task-editor.c:123 -#: ../composer/e-composer-actions.c:469 +#: ../composer/e-composer-actions.c:371 msgid "_Send Options" msgstr "Opciones de _envío" @@ -5991,7 +5967,7 @@ msgid "I_mport to Tasks" msgstr "I_mportar a las tareas" #: ../calendar/gui/e-cal-component-memo-preview.c:69 -#: ../calendar/gui/e-cal-component-preview.c:67 ../mail/em-folder-view.c:3271 +#: ../calendar/gui/e-cal-component-preview.c:67 ../mail/em-folder-view.c:3249 #, c-format msgid "Click to open %s" msgstr "Pulse para abrir %s" @@ -6157,8 +6133,8 @@ msgstr "No" #: ../calendar/gui/e-meeting-store.c:110 ../calendar/gui/e-meeting-store.c:145 #: ../calendar/gui/e-meeting-store.c:208 ../calendar/gui/print.c:984 #: ../calendar/gui/print.c:1001 ../mail/em-utils.c:1342 -#: ../plugins/itip-formatter/itip-formatter.c:447 -#: ../plugins/itip-formatter/itip-formatter.c:2204 +#: ../plugins/itip-formatter/itip-formatter.c:448 +#: ../plugins/itip-formatter/itip-formatter.c:2215 #: ../plugins/plugin-manager/plugin-manager.c:89 #: ../widgets/misc/e-charset-picker.c:56 msgid "Unknown" @@ -6178,7 +6154,7 @@ msgstr "* Sin resumen *" #. To Translators: It will display "Organiser: NameOfTheUser <email@ofuser.com>" #: ../calendar/gui/e-calendar-table.c:372 -#: ../calendar/gui/e-calendar-view.c:2437 +#: ../calendar/gui/e-calendar-view.c:2436 #, c-format msgid "Organizer: %s <%s>" msgstr "Organizador: %s <%s>" @@ -6186,7 +6162,7 @@ msgstr "Organizador: %s <%s>" #. With SunOne accounts, there may be no ':' in organiser.value #. With SunOne accouts, there may be no ':' in organiser.value #: ../calendar/gui/e-calendar-table.c:375 -#: ../calendar/gui/e-calendar-view.c:2441 +#: ../calendar/gui/e-calendar-view.c:2440 #, c-format msgid "Organizer: %s" msgstr "Organizador: %s" @@ -6248,86 +6224,86 @@ msgid "100%" msgstr "100%" #: ../calendar/gui/e-calendar-table.c:900 -#: ../calendar/gui/e-calendar-view.c:659 ../calendar/gui/e-memo-table.c:452 +#: ../calendar/gui/e-calendar-view.c:658 ../calendar/gui/e-memo-table.c:452 msgid "Deleting selected objects" msgstr "Borrando los objetos seleccionados" -#: ../calendar/gui/e-calendar-table.c:1183 -#: ../calendar/gui/e-calendar-view.c:873 ../calendar/gui/e-memo-table.c:657 +#: ../calendar/gui/e-calendar-table.c:1179 +#: ../calendar/gui/e-calendar-view.c:872 ../calendar/gui/e-memo-table.c:657 msgid "Updating objects" msgstr "Actualizando objetos" -#: ../calendar/gui/e-calendar-table.c:1371 -#: ../calendar/gui/e-calendar-view.c:1336 ../calendar/gui/e-memo-table.c:833 +#: ../calendar/gui/e-calendar-table.c:1367 +#: ../calendar/gui/e-calendar-view.c:1334 ../calendar/gui/e-memo-table.c:833 #: ../composer/e-composer-actions.c:219 msgid "Save as..." msgstr "Guardar como…" -#: ../calendar/gui/e-calendar-table.c:1595 -#: ../calendar/gui/e-calendar-view.c:1796 +#: ../calendar/gui/e-calendar-table.c:1591 +#: ../calendar/gui/e-calendar-view.c:1794 msgid "New _Task" msgstr "_Tarea nueva" -#: ../calendar/gui/e-calendar-table.c:1599 ../calendar/gui/e-memo-table.c:938 +#: ../calendar/gui/e-calendar-table.c:1595 ../calendar/gui/e-memo-table.c:938 msgid "Open _Web Page" msgstr "Abrir página _web" -#: ../calendar/gui/e-calendar-table.c:1600 -#: ../calendar/gui/e-calendar-view.c:1814 ../calendar/gui/e-memo-table.c:939 -#: ../mail/em-folder-view.c:1337 ../mail/em-popup.c:494 +#: ../calendar/gui/e-calendar-table.c:1596 +#: ../calendar/gui/e-calendar-view.c:1812 ../calendar/gui/e-memo-table.c:939 +#: ../mail/em-folder-view.c:1336 ../mail/em-popup.c:494 msgid "_Save As..." msgstr "Guardar _como…" -#: ../calendar/gui/e-calendar-table.c:1601 -#: ../calendar/gui/e-calendar-view.c:1799 ../calendar/gui/e-memo-table.c:940 +#: ../calendar/gui/e-calendar-table.c:1597 +#: ../calendar/gui/e-calendar-view.c:1797 ../calendar/gui/e-memo-table.c:940 msgid "P_rint..." msgstr "_Imprimir…" -#: ../calendar/gui/e-calendar-table.c:1605 -#: ../calendar/gui/e-calendar-view.c:1819 ../calendar/gui/e-memo-table.c:944 +#: ../calendar/gui/e-calendar-table.c:1601 +#: ../calendar/gui/e-calendar-view.c:1817 ../calendar/gui/e-memo-table.c:944 #: ../ui/evolution-addressbook.xml.h:2 ../ui/evolution-calendar.xml.h:1 #: ../ui/evolution-memos.xml.h:1 ../ui/evolution-tasks.xml.h:1 msgid "C_ut" msgstr "C_ortar" -#: ../calendar/gui/e-calendar-table.c:1607 -#: ../calendar/gui/e-calendar-view.c:1802 -#: ../calendar/gui/e-calendar-view.c:1821 ../calendar/gui/e-memo-table.c:946 +#: ../calendar/gui/e-calendar-table.c:1603 +#: ../calendar/gui/e-calendar-view.c:1800 +#: ../calendar/gui/e-calendar-view.c:1819 ../calendar/gui/e-memo-table.c:946 #: ../ui/evolution-addressbook.xml.h:57 ../ui/evolution-calendar.xml.h:46 #: ../ui/evolution-memos.xml.h:19 ../ui/evolution-tasks.xml.h:28 msgid "_Paste" msgstr "_Pegar" -#: ../calendar/gui/e-calendar-table.c:1611 ../ui/evolution-tasks.xml.h:22 +#: ../calendar/gui/e-calendar-table.c:1607 ../ui/evolution-tasks.xml.h:22 msgid "_Assign Task" msgstr "_Asignar tarea" -#: ../calendar/gui/e-calendar-table.c:1612 ../calendar/gui/e-memo-table.c:950 +#: ../calendar/gui/e-calendar-table.c:1608 ../calendar/gui/e-memo-table.c:950 #: ../ui/evolution-tasks.xml.h:26 msgid "_Forward as iCalendar" msgstr "_Reenviar como iCalendar" -#: ../calendar/gui/e-calendar-table.c:1613 +#: ../calendar/gui/e-calendar-table.c:1609 msgid "_Mark as Complete" msgstr "_Marcar como terminado" -#: ../calendar/gui/e-calendar-table.c:1614 +#: ../calendar/gui/e-calendar-table.c:1610 msgid "_Mark Selected Tasks as Complete" msgstr "_Marcar tareas seleccionadas como terminadas" -#: ../calendar/gui/e-calendar-table.c:1615 +#: ../calendar/gui/e-calendar-table.c:1611 msgid "_Mark as Incomplete" msgstr "_Marcar como incompleto" -#: ../calendar/gui/e-calendar-table.c:1616 +#: ../calendar/gui/e-calendar-table.c:1612 msgid "_Mark Selected Tasks as Incomplete" msgstr "_Marcar tareas seleccionadas como incompletas" -#: ../calendar/gui/e-calendar-table.c:1621 +#: ../calendar/gui/e-calendar-table.c:1617 msgid "_Delete Selected Tasks" msgstr "_Borrar las tareas seleccionadas" -#: ../calendar/gui/e-calendar-table.c:1858 +#: ../calendar/gui/e-calendar-table.c:1854 #: ../calendar/gui/e-calendar-table.etspec.h:4 msgid "Click to add a task" msgstr "Pulse para añadir una tarea" @@ -6362,7 +6338,7 @@ msgstr "Fecha de inicio" #. To Translators: 'Status' here means the state of the attendees, the resulting string will be in a form: #. Status: Accepted: X Declined: Y ... #: ../calendar/gui/e-calendar-table.etspec.h:12 -#: ../calendar/gui/e-calendar-view.c:2345 +#: ../calendar/gui/e-calendar-view.c:2344 #: ../calendar/gui/e-meeting-list-view.c:603 #: ../calendar/gui/e-meeting-time-sel.etspec.h:10 #: ../calendar/gui/tasktypes.xml.h:21 ../mail/em-filter-i18n.h:72 @@ -6370,127 +6346,127 @@ msgstr "Fecha de inicio" msgid "Status" msgstr "Estado" -#: ../calendar/gui/e-calendar-view.c:1482 +#: ../calendar/gui/e-calendar-view.c:1480 msgid "Moving items" msgstr "Moviendo elementos" -#: ../calendar/gui/e-calendar-view.c:1484 +#: ../calendar/gui/e-calendar-view.c:1482 msgid "Copying items" msgstr "Copiando elementos" -#: ../calendar/gui/e-calendar-view.c:1793 +#: ../calendar/gui/e-calendar-view.c:1791 msgid "New _Appointment..." msgstr "_Cita nueva…" -#: ../calendar/gui/e-calendar-view.c:1794 +#: ../calendar/gui/e-calendar-view.c:1792 msgid "New All Day _Event" msgstr "Acont_ecimiento nuevo para todo el día" -#: ../calendar/gui/e-calendar-view.c:1795 +#: ../calendar/gui/e-calendar-view.c:1793 msgid "New _Meeting" msgstr "_Reunión nueva" #. FIXME: hook in this somehow -#: ../calendar/gui/e-calendar-view.c:1806 +#: ../calendar/gui/e-calendar-view.c:1804 msgid "_Current View" msgstr "Vista act_ual" -#: ../calendar/gui/e-calendar-view.c:1808 +#: ../calendar/gui/e-calendar-view.c:1806 msgid "Select T_oday" msgstr "Seleccionar _hoy" -#: ../calendar/gui/e-calendar-view.c:1809 +#: ../calendar/gui/e-calendar-view.c:1807 msgid "_Select Date..." msgstr "_Seleccionar fecha…" -#: ../calendar/gui/e-calendar-view.c:1815 +#: ../calendar/gui/e-calendar-view.c:1813 msgid "Pri_nt..." msgstr "_Imprimir…" -#: ../calendar/gui/e-calendar-view.c:1825 +#: ../calendar/gui/e-calendar-view.c:1823 msgid "Cop_y to Calendar..." msgstr "Cop_iar al calendario…" -#: ../calendar/gui/e-calendar-view.c:1826 +#: ../calendar/gui/e-calendar-view.c:1824 msgid "Mo_ve to Calendar..." msgstr "Mo_ver al calendario…" -#: ../calendar/gui/e-calendar-view.c:1827 +#: ../calendar/gui/e-calendar-view.c:1825 msgid "_Delegate Meeting..." msgstr "_Delegar reunión…" -#: ../calendar/gui/e-calendar-view.c:1828 +#: ../calendar/gui/e-calendar-view.c:1826 msgid "_Schedule Meeting..." msgstr "_Concertar una reunión…" -#: ../calendar/gui/e-calendar-view.c:1829 +#: ../calendar/gui/e-calendar-view.c:1827 msgid "_Forward as iCalendar..." msgstr "Reenviar como i_Calendar…" -#: ../calendar/gui/e-calendar-view.c:1830 +#: ../calendar/gui/e-calendar-view.c:1828 msgid "_Reply" msgstr "_Responder" -#: ../calendar/gui/e-calendar-view.c:1831 -#: ../mail/e-attachment-handler-mail.c:140 ../mail/em-folder-view.c:1331 -#: ../mail/em-popup.c:499 ../ui/evolution-mail-message.xml.h:82 +#: ../calendar/gui/e-calendar-view.c:1829 +#: ../mail/e-attachment-handler-mail.c:140 ../mail/em-folder-view.c:1330 +#: ../mail/em-popup.c:499 ../ui/evolution-mail-message.xml.h:78 msgid "Reply to _All" msgstr "Responder a _todos" -#: ../calendar/gui/e-calendar-view.c:1836 +#: ../calendar/gui/e-calendar-view.c:1834 msgid "Make this Occurrence _Movable" msgstr "Hacer esta repetición _movible" -#: ../calendar/gui/e-calendar-view.c:1837 ../ui/evolution-calendar.xml.h:9 +#: ../calendar/gui/e-calendar-view.c:1835 ../ui/evolution-calendar.xml.h:9 msgid "Delete this _Occurrence" msgstr "Borrar esta _repetición" -#: ../calendar/gui/e-calendar-view.c:1838 +#: ../calendar/gui/e-calendar-view.c:1836 msgid "Delete _All Occurrences" msgstr "Borrar tod_as las repeticiones" -#: ../calendar/gui/e-calendar-view.c:2292 +#: ../calendar/gui/e-calendar-view.c:2291 #: ../calendar/gui/e-itip-control.c:1184 #: ../calendar/gui/e-meeting-list-view.c:202 #: ../calendar/gui/e-meeting-store.c:172 ../calendar/gui/e-meeting-store.c:195 -#: ../plugins/itip-formatter/itip-formatter.c:2192 +#: ../plugins/itip-formatter/itip-formatter.c:2203 msgid "Accepted" msgstr "Aceptado" -#: ../calendar/gui/e-calendar-view.c:2293 +#: ../calendar/gui/e-calendar-view.c:2292 #: ../calendar/gui/e-itip-control.c:1192 #: ../calendar/gui/e-meeting-list-view.c:203 #: ../calendar/gui/e-meeting-store.c:174 ../calendar/gui/e-meeting-store.c:197 -#: ../plugins/itip-formatter/itip-formatter.c:2198 +#: ../plugins/itip-formatter/itip-formatter.c:2209 msgid "Declined" msgstr "Rehusado" -#: ../calendar/gui/e-calendar-view.c:2294 +#: ../calendar/gui/e-calendar-view.c:2293 #: ../calendar/gui/e-meeting-list-view.c:204 #: ../calendar/gui/e-meeting-store.c:176 ../calendar/gui/e-meeting-store.c:199 #: ../calendar/gui/e-meeting-time-sel.c:396 msgid "Tentative" msgstr "Provisional" -#: ../calendar/gui/e-calendar-view.c:2295 +#: ../calendar/gui/e-calendar-view.c:2294 #: ../calendar/gui/e-meeting-list-view.c:205 #: ../calendar/gui/e-meeting-store.c:178 ../calendar/gui/e-meeting-store.c:201 -#: ../plugins/itip-formatter/itip-formatter.c:2201 +#: ../plugins/itip-formatter/itip-formatter.c:2212 msgid "Delegated" msgstr "Delegado" -#: ../calendar/gui/e-calendar-view.c:2296 +#: ../calendar/gui/e-calendar-view.c:2295 msgid "Needs action" msgstr "Necesita una acción" #. To Translators: It will display "Location: PlaceOfTheMeeting" -#: ../calendar/gui/e-calendar-view.c:2457 ../calendar/gui/print.c:2517 +#: ../calendar/gui/e-calendar-view.c:2456 ../calendar/gui/print.c:2517 #, c-format msgid "Location: %s" msgstr "Lugar: %s" #. To Translators: It will display "Time: ActualStartDateAndTime (DurationOfTheMeeting)" -#: ../calendar/gui/e-calendar-view.c:2488 +#: ../calendar/gui/e-calendar-view.c:2487 #, c-format msgid "Time: %s %s" msgstr "Hora: %s %s" @@ -6667,7 +6643,7 @@ msgstr "" "abajo." #: ../calendar/gui/e-itip-control.c:1188 -#: ../plugins/itip-formatter/itip-formatter.c:2195 +#: ../plugins/itip-formatter/itip-formatter.c:2206 msgid "Tentatively Accepted" msgstr "Aceptado provisionalmente" @@ -6890,7 +6866,7 @@ msgid "Attendee status updated\n" msgstr "Estado del participante actualizado\n" #: ../calendar/gui/e-itip-control.c:2073 -#: ../plugins/itip-formatter/itip-formatter.c:1379 +#: ../plugins/itip-formatter/itip-formatter.c:1383 msgid "Attendee status can not be updated because the item no longer exists" msgstr "" "El estado del participante no pudo actualizarse porque ya no existe el " @@ -6920,7 +6896,7 @@ msgid "Update" msgstr "Actualizar" #: ../calendar/gui/e-itip-control.c:2380 -#: ../plugins/groupwise-features/process-meeting.c:51 +#: ../plugins/groupwise-features/process-meeting.c:53 msgid "Accept" msgstr "Aceptar" @@ -6929,7 +6905,7 @@ msgid "Tentatively accept" msgstr "Aceptar provisionalmente" #: ../calendar/gui/e-itip-control.c:2382 -#: ../plugins/groupwise-features/process-meeting.c:53 +#: ../plugins/groupwise-features/process-meeting.c:55 msgid "Decline" msgstr "Rehusar" @@ -7823,7 +7799,7 @@ msgstr "" "\n" "¿Borrar realmente esas tareas?" -#: ../calendar/gui/tasks-control.c:491 ../mail/em-folder-view.c:1127 +#: ../calendar/gui/tasks-control.c:491 ../mail/em-folder-view.c:1126 msgid "Do not ask me again." msgstr "No me preguntes otra vez." @@ -7858,7 +7834,7 @@ msgstr "Reuniones y citas" #: ../calendar/importers/icalendar-importer.c:333 #: ../calendar/importers/icalendar-importer.c:628 -#: ../plugins/itip-formatter/itip-formatter.c:1723 +#: ../plugins/itip-formatter/itip-formatter.c:1727 msgid "Opening calendar" msgstr "Apertura del calendario" @@ -9451,198 +9427,174 @@ msgstr "No se pudo obtener el mensaje del editor" msgid "Untitled Message" msgstr "Mensaje sin título" -#: ../composer/e-composer-actions.c:415 +#: ../composer/e-composer-actions.c:317 #: ../widgets/misc/e-attachment-view.c:328 msgid "Attach a file" msgstr "Adjuntar un archivo" -#: ../composer/e-composer-actions.c:420 ../mail/mail-signature-editor.c:194 +#: ../composer/e-composer-actions.c:322 ../mail/mail-signature-editor.c:194 #: ../ui/evolution-mail-messagedisplay.xml.h:4 msgid "_Close" msgstr "_Cerrar" -#: ../composer/e-composer-actions.c:422 +#: ../composer/e-composer-actions.c:324 msgid "Close the current file" msgstr "Cierra el archivo actual" -#: ../composer/e-composer-actions.c:427 ../mail/em-folder-view.c:1338 +#: ../composer/e-composer-actions.c:329 ../mail/em-folder-view.c:1337 #: ../ui/evolution-addressbook.xml.h:58 ../ui/evolution-calendar.xml.h:47 -#: ../ui/evolution-mail-message.xml.h:123 ../ui/evolution-memos.xml.h:20 +#: ../ui/evolution-mail-message.xml.h:119 ../ui/evolution-memos.xml.h:20 #: ../ui/evolution-tasks.xml.h:29 msgid "_Print..." msgstr "_Imprimir…" -#: ../composer/e-composer-actions.c:434 ../ui/evolution-addressbook.xml.h:27 -#: ../ui/evolution-calendar.xml.h:21 ../ui/evolution-mail-message.xml.h:76 +#: ../composer/e-composer-actions.c:336 ../ui/evolution-addressbook.xml.h:27 +#: ../ui/evolution-calendar.xml.h:21 ../ui/evolution-mail-message.xml.h:72 #: ../ui/evolution-memos.xml.h:12 ../ui/evolution-tasks.xml.h:15 msgid "Print Pre_view" msgstr "Vist_a previa de impresión" -#: ../composer/e-composer-actions.c:443 +#: ../composer/e-composer-actions.c:345 msgid "Save the current file" msgstr "Guardar archivo actual" -#: ../composer/e-composer-actions.c:448 +#: ../composer/e-composer-actions.c:350 msgid "Save _As..." msgstr "Guardar _como…" -#: ../composer/e-composer-actions.c:450 +#: ../composer/e-composer-actions.c:352 msgid "Save the current file with a different name" msgstr "Guardar el archivo actual con un nombre diferente" -#: ../composer/e-composer-actions.c:455 +#: ../composer/e-composer-actions.c:357 msgid "Save as _Draft" msgstr "Guardar como _borrador" -#: ../composer/e-composer-actions.c:457 +#: ../composer/e-composer-actions.c:359 msgid "Save as draft" msgstr "Guardar como borrador" -#: ../composer/e-composer-actions.c:462 +#: ../composer/e-composer-actions.c:364 ../composer/e-composer-private.c:152 msgid "S_end" msgstr "_Enviar" -#: ../composer/e-composer-actions.c:464 +#: ../composer/e-composer-actions.c:366 msgid "Send this message" msgstr "Enviar este mensaje" -#: ../composer/e-composer-actions.c:471 +#: ../composer/e-composer-actions.c:373 msgid "Insert Send options" msgstr "Insertar opciones de envío" -#: ../composer/e-composer-actions.c:476 +#: ../composer/e-composer-actions.c:378 msgid "New _Message" msgstr "_Mensaje nuevo" -#: ../composer/e-composer-actions.c:478 +#: ../composer/e-composer-actions.c:380 msgid "Open New Message window" msgstr "Abrir la ventana del mensaje nuevo" -#: ../composer/e-composer-actions.c:485 +#: ../composer/e-composer-actions.c:387 msgid "Character _Encoding" msgstr "_Codificación de caracteres" -#: ../composer/e-composer-actions.c:492 +#: ../composer/e-composer-actions.c:394 msgid "_Security" msgstr "_Seguridad" -#: ../composer/e-composer-actions.c:502 +#: ../composer/e-composer-actions.c:404 msgid "PGP _Encrypt" msgstr "Cif_rar con PGP" -#: ../composer/e-composer-actions.c:504 +#: ../composer/e-composer-actions.c:406 msgid "Encrypt this message with PGP" msgstr "Cifrar este mensaje con PGP" -#: ../composer/e-composer-actions.c:510 +#: ../composer/e-composer-actions.c:412 msgid "PGP _Sign" msgstr "_Firmar con PGP" -#: ../composer/e-composer-actions.c:512 +#: ../composer/e-composer-actions.c:414 msgid "Sign this message with your PGP key" msgstr "Firmar este mensaje con su clave GPG" -#: ../composer/e-composer-actions.c:518 +#: ../composer/e-composer-actions.c:420 msgid "_Prioritize Message" msgstr "_Priorizar mensaje" -#: ../composer/e-composer-actions.c:520 +#: ../composer/e-composer-actions.c:422 msgid "Set the message priority to high" msgstr "Establecer la prioridad del mensaje a alta" -#: ../composer/e-composer-actions.c:526 +#: ../composer/e-composer-actions.c:428 msgid "Re_quest Read Receipt" msgstr "_Solicitar confirmación de lectura" -#: ../composer/e-composer-actions.c:528 +#: ../composer/e-composer-actions.c:430 msgid "Get delivery notification when your message is read" msgstr "Obtener notificación de entrega cuando su mensaje sea leído" -#: ../composer/e-composer-actions.c:534 +#: ../composer/e-composer-actions.c:436 msgid "S/MIME En_crypt" msgstr "C_ifrar con S/MIME" -#: ../composer/e-composer-actions.c:536 +#: ../composer/e-composer-actions.c:438 msgid "Encrypt this message with your S/MIME Encryption Certificate" msgstr "Cifrar este mensaje con su certificado de cifrado S/MIME" -#: ../composer/e-composer-actions.c:542 +#: ../composer/e-composer-actions.c:444 msgid "S/MIME Sig_n" msgstr "Fi_rmar con S/MIME" -#: ../composer/e-composer-actions.c:544 +#: ../composer/e-composer-actions.c:446 msgid "Sign this message with your S/MIME Signature Certificate" msgstr "Firmar este mensaje con su certificado de firma S/MIME" -#: ../composer/e-composer-actions.c:550 +#: ../composer/e-composer-actions.c:452 msgid "_Bcc Field" msgstr "Campo «Cc_o»" -#: ../composer/e-composer-actions.c:552 +#: ../composer/e-composer-actions.c:454 msgid "Toggles whether the BCC field is displayed" msgstr "Conmutador que indica si se muestra el campo «Cco»" -#: ../composer/e-composer-actions.c:558 +#: ../composer/e-composer-actions.c:460 msgid "_Cc Field" msgstr "Campo «_Cc»" -#: ../composer/e-composer-actions.c:560 +#: ../composer/e-composer-actions.c:462 msgid "Toggles whether the CC field is displayed" msgstr "Conmutador que indica si se muestra el campo «Cc»" -#: ../composer/e-composer-actions.c:566 +#: ../composer/e-composer-actions.c:468 msgid "_From Field" msgstr "Campo «_De»" -#: ../composer/e-composer-actions.c:568 +#: ../composer/e-composer-actions.c:470 msgid "Toggles whether the From chooser is displayed" msgstr "Conmutador que indica si se muestra el selector «De»" -#: ../composer/e-composer-actions.c:574 -msgid "_Post-To Field" -msgstr "Campo «_Publicar-en»" - -#: ../composer/e-composer-actions.c:576 -msgid "Toggles whether the Post-To field is displayed" -msgstr "Conmutador que indica si se muestra el campo «Publicar-en»" - -#: ../composer/e-composer-actions.c:582 +#: ../composer/e-composer-actions.c:476 msgid "_Reply-To Field" msgstr "Campo «_Responder-a»" -#: ../composer/e-composer-actions.c:584 +#: ../composer/e-composer-actions.c:478 msgid "Toggles whether the Reply-To field is displayed" msgstr "Conmutador que indica si se muestra el campo «Responder-a»" -#: ../composer/e-composer-actions.c:590 -msgid "_Subject Field" -msgstr "Campo A_sunto" - -#: ../composer/e-composer-actions.c:592 -msgid "Toggles whether the Subject field is displayed" -msgstr "Conmuta cuando se muestra el campo «Asunto»" - -#: ../composer/e-composer-actions.c:598 -msgid "_To Field" -msgstr "Campo «_Para»" - -#: ../composer/e-composer-actions.c:600 -msgid "Toggles whether the To field is displayed" -msgstr "Conmutador que indica si se muestra el campo «Para»" - -#: ../composer/e-composer-actions.c:643 +#: ../composer/e-composer-actions.c:521 msgid "Save Draft" msgstr "Guardar borrador" -#: ../composer/e-composer-header-table.c:65 +#: ../composer/e-composer-header-table.c:41 msgid "Enter the recipients of the message" msgstr "Escriba los destinatarios del mensaje" -#: ../composer/e-composer-header-table.c:67 +#: ../composer/e-composer-header-table.c:43 msgid "Enter the addresses that will receive a carbon copy of the message" msgstr "Escriba las direcciones que recibirán una copia del mensaje" -#: ../composer/e-composer-header-table.c:70 +#: ../composer/e-composer-header-table.c:46 msgid "" "Enter the addresses that will receive a carbon copy of the message without " "appearing in the recipient list of the message" @@ -9650,35 +9602,47 @@ msgstr "" "Escriba las direcciones que recibirán una copia del mensaje sin aparecer en " "la lista de destinatarios del mensaje" -#: ../composer/e-composer-header-table.c:742 +#: ../composer/e-composer-header-table.c:927 msgid "Fr_om:" msgstr "_De:" -#: ../composer/e-composer-header-table.c:751 +#: ../composer/e-composer-header-table.c:936 msgid "_Reply-To:" msgstr "_Responder a:" -#: ../composer/e-composer-header-table.c:755 +#: ../composer/e-composer-header-table.c:940 msgid "_To:" msgstr "_Para:" -#: ../composer/e-composer-header-table.c:760 +#: ../composer/e-composer-header-table.c:945 msgid "_Cc:" msgstr "_Cc:" -#: ../composer/e-composer-header-table.c:765 +# #En conflicto con _Mensaje +#: ../composer/e-composer-header-table.c:945 +#| msgid "Sho_w: " +msgid "Show CC" +msgstr "Mostrar Cc" + +#: ../composer/e-composer-header-table.c:950 msgid "_Bcc:" msgstr "Cc_o:" -#: ../composer/e-composer-header-table.c:770 +# #En conflicto con _Mensaje +#: ../composer/e-composer-header-table.c:950 +#| msgid "Sho_w: " +msgid "Show BCC" +msgstr "Mostrar Cco" + +#: ../composer/e-composer-header-table.c:955 msgid "_Post To:" msgstr "_Publicar en:" -#: ../composer/e-composer-header-table.c:774 +#: ../composer/e-composer-header-table.c:959 msgid "S_ubject:" msgstr "_Asunto:" -#: ../composer/e-composer-header-table.c:783 +#: ../composer/e-composer-header-table.c:968 msgid "Si_gnature:" msgstr "_Firma:" @@ -9698,14 +9662,24 @@ msgstr "Elija las carpetas en las que publicar el mensaje." msgid "Click here to select folders to post to" msgstr "Pulse aquí para seleccionar carpetas en las que publicar" -#: ../composer/e-msg-composer.c:833 +#: ../composer/e-composer-private.c:168 +#| msgid "Save Draft" +msgid "Save draft" +msgstr "Guardar borrador" + +#: ../composer/e-composer-private.c:184 +#| msgid "Add Attachment" +msgid "Add attachment" +msgstr "Añadir adjunto" + +#: ../composer/e-msg-composer.c:807 msgid "" "Cannot sign outgoing message: No signing certificate set for this account" msgstr "" "No es posible firmar el mensaje saliente: No hay establecido un certificado " "de firma para esta cuenta" -#: ../composer/e-msg-composer.c:840 +#: ../composer/e-msg-composer.c:814 msgid "" "Cannot encrypt outgoing message: No encryption certificate set for this " "account" @@ -9713,11 +9687,11 @@ msgstr "" "No es posible cifrar el mensaje saliente: no hay establecido un certificado " "de cifrado para esta cuenta" -#: ../composer/e-msg-composer.c:1357 ../composer/e-msg-composer.c:2218 +#: ../composer/e-msg-composer.c:1331 ../composer/e-msg-composer.c:2170 msgid "Compose Message" msgstr "Redactar un mensaje" -#: ../composer/e-msg-composer.c:3440 +#: ../composer/e-msg-composer.c:3329 msgid "" "<b>(The composer contains a non-text message body, which cannot be edited.)</" "b>" @@ -10464,7 +10438,7 @@ msgstr "Control de preferencias de Evolution" msgid "Evolution Network configuration control" msgstr "Control de configuración de red de Evolution" -#: ../mail/GNOME_Evolution_Mail.server.in.in.h:13 ../mail/em-folder-view.c:603 +#: ../mail/GNOME_Evolution_Mail.server.in.in.h:13 ../mail/em-folder-view.c:602 #: ../mail/importers/elm-importer.c:327 ../mail/importers/pine-importer.c:378 #: ../mail/mail-component.c:599 ../mail/mail-component.c:600 #: ../mail/mail-component.c:769 @@ -10491,13 +10465,13 @@ msgstr "Preferencias de red" msgid "_Mail" msgstr "Co_rreo" -#: ../mail/e-attachment-handler-mail.c:133 ../mail/em-folder-view.c:1332 -#: ../mail/em-popup.c:501 ../ui/evolution-mail-message.xml.h:109 +#: ../mail/e-attachment-handler-mail.c:133 ../mail/em-folder-view.c:1331 +#: ../mail/em-popup.c:501 ../ui/evolution-mail-message.xml.h:105 msgid "_Forward" msgstr "Reen_viar" -#: ../mail/e-attachment-handler-mail.c:147 ../mail/em-folder-view.c:1330 -#: ../ui/evolution-mail-message.xml.h:127 +#: ../mail/e-attachment-handler-mail.c:147 ../mail/em-folder-view.c:1329 +#: ../ui/evolution-mail-message.xml.h:123 msgid "_Reply to Sender" msgstr "Responder al _remitente" @@ -10507,7 +10481,7 @@ msgstr "Responder al _remitente" msgid "%d attached messages" msgstr "%d mensajes adjuntos" -#: ../mail/e-mail-attachment-bar.c:122 ../mail/em-format-html-display.c:2188 +#: ../mail/e-mail-attachment-bar.c:122 ../mail/em-format-html-display.c:1654 #: ../mail/message-list.etspec.h:1 ../widgets/misc/e-attachment-paned.c:140 msgid "Attachment" msgid_plural "Attachments" @@ -10524,32 +10498,80 @@ msgstr "Vista de icono" msgid "List View" msgstr "Vista de lista" +#: ../mail/e-mail-search-bar.c:76 +#, c-format +msgid "Matches: %d" +msgstr "Coincide con: %d" + +#: ../mail/e-mail-search-bar.c:520 +#| msgid "Close this window" +msgid "Close the find bar" +msgstr "Cerrar la barra de búsqueda" + +#: ../mail/e-mail-search-bar.c:528 +msgid "Fin_d:" +msgstr "_Buscar:" + +#: ../mail/e-mail-search-bar.c:540 +#| msgid "Always search" +msgid "Clear the search" +msgstr "Limpiar la búsqueda" + +#: ../mail/e-mail-search-bar.c:559 +msgid "_Previous" +msgstr "_Anterior" + +#: ../mail/e-mail-search-bar.c:565 +msgid "Find the previous occurrence of the phrase" +msgstr "Buscar la coincidencia anterior de la frase" + +#: ../mail/e-mail-search-bar.c:573 +msgid "_Next" +msgstr "_Siguiente" + +#: ../mail/e-mail-search-bar.c:579 +msgid "Find the next occurrence of the phrase" +msgstr "Buscar la siguiente coincidencia de la frase" + +#: ../mail/e-mail-search-bar.c:587 +#| msgid "M_atch case" +msgid "Mat_ch case" +msgstr "_Coincidir con capitalización" + +#: ../mail/e-mail-search-bar.c:615 +msgid "Reached bottom of page, continued from top" +msgstr "Se llegó al final de la página, continuando desde el principio" + +#: ../mail/e-mail-search-bar.c:637 +msgid "Reached top of page, continued from bottom" +msgstr "Se llegó al principio de la página, continuando desde el final" + #. Translators: This string is a "Use secure connection" option for #. the Mailer. It will not use an encrypted connection. -#: ../mail/em-account-editor.c:287 +#: ../mail/em-account-editor.c:307 msgid "No encryption" msgstr "Sin cifrado" #. Translators: This string is a "Use secure connection" option for #. the Mailer. TLS (Transport Layer Security) is commonly known by #. this abbreviation. -#: ../mail/em-account-editor.c:291 +#: ../mail/em-account-editor.c:311 msgid "TLS encryption" msgstr "Cifrado TLS" #. Translators: This string is a "Use secure connection" option for #. the Mailer. SSL (Secure Sockets Layer) is commonly known by this #. abbreviation. -#: ../mail/em-account-editor.c:295 +#: ../mail/em-account-editor.c:315 msgid "SSL encryption" msgstr "Cifrado SSL" -#: ../mail/em-account-editor.c:386 +#: ../mail/em-account-editor.c:406 #, c-format msgid "%s License Agreement" msgstr "Acuerdo de licencia %s" -#: ../mail/em-account-editor.c:393 +#: ../mail/em-account-editor.c:413 #, c-format msgid "" "\n" @@ -10562,72 +10584,72 @@ msgstr "" "para %s mostrado abajo\n" "y marque la casilla para aceptarlo.\n" -#: ../mail/em-account-editor.c:465 ../mail/em-filter-folder-element.c:258 +#: ../mail/em-account-editor.c:485 ../mail/em-filter-folder-element.c:258 #: ../mail/em-vfolder-rule.c:513 msgid "Select Folder" msgstr "Seleccionar carpeta" -#: ../mail/em-account-editor.c:589 ../mail/em-account-editor.c:634 -#: ../mail/em-account-editor.c:701 ../widgets/misc/e-signature-combo-box.c:102 +#: ../mail/em-account-editor.c:609 ../mail/em-account-editor.c:654 +#: ../mail/em-account-editor.c:721 ../widgets/misc/e-signature-combo-box.c:102 msgid "Autogenerated" msgstr "Autogenerado" -#: ../mail/em-account-editor.c:759 +#: ../mail/em-account-editor.c:779 msgid "Never" msgstr "Nunca" -#: ../mail/em-account-editor.c:760 +#: ../mail/em-account-editor.c:780 msgid "Always" msgstr "Siempre" -#: ../mail/em-account-editor.c:761 +#: ../mail/em-account-editor.c:781 msgid "Ask for each message" msgstr "Preguntar por cada mensaje" -#: ../mail/em-account-editor.c:1809 ../mail/mail-config.glade.h:100 +#: ../mail/em-account-editor.c:1853 ../mail/mail-config.glade.h:100 msgid "Identity" msgstr "Identidad" -#: ../mail/em-account-editor.c:1858 ../mail/mail-config.glade.h:127 +#: ../mail/em-account-editor.c:1904 ../mail/mail-config.glade.h:127 msgid "Receiving Email" msgstr "Recepción de correo" -#: ../mail/em-account-editor.c:2130 +#: ../mail/em-account-editor.c:2176 msgid "Check for _new messages every" msgstr "Comprobar si hay correo _nuevo cada" -#: ../mail/em-account-editor.c:2138 +#: ../mail/em-account-editor.c:2184 msgid "minu_tes" msgstr "minu_tos" -#: ../mail/em-account-editor.c:2326 ../mail/mail-config.glade.h:138 +#: ../mail/em-account-editor.c:2374 ../mail/mail-config.glade.h:138 msgid "Sending Email" msgstr "Envío de correo" -#: ../mail/em-account-editor.c:2385 ../mail/mail-config.glade.h:73 +#: ../mail/em-account-editor.c:2433 ../mail/mail-config.glade.h:73 msgid "Defaults" msgstr "Predeterminados" #. Security settings -#: ../mail/em-account-editor.c:2451 ../mail/mail-config.glade.h:133 +#: ../mail/em-account-editor.c:2499 ../mail/mail-config.glade.h:133 #: ../plugins/exchange-operations/exchange-account-setup.c:332 msgid "Security" msgstr "Seguridad" #. Most sections for this is auto-generated fromt the camel config -#: ../mail/em-account-editor.c:2488 ../mail/em-account-editor.c:2579 +#: ../mail/em-account-editor.c:2536 ../mail/em-account-editor.c:2631 msgid "Receiving Options" msgstr "Opciones de recepción" -#: ../mail/em-account-editor.c:2489 ../mail/em-account-editor.c:2580 +#: ../mail/em-account-editor.c:2537 ../mail/em-account-editor.c:2632 msgid "Checking for New Messages" msgstr "Comprobando si hay mensajes nuevos" -#: ../mail/em-account-editor.c:2931 ../mail/mail-config.glade.h:34 +#: ../mail/em-account-editor.c:3089 ../mail/mail-config.glade.h:34 msgid "Account Editor" msgstr "Editor de cuentas" -#: ../mail/em-account-editor.c:2931 ../mail/mail-config.glade.h:89 +#: ../mail/em-account-editor.c:3089 ../mail/mail-config.glade.h:89 msgid "Evolution Account Assistant" msgstr "Asistente de cuentas de Evolution" @@ -10661,30 +10683,30 @@ msgstr "Añadir un script de firma" msgid "Signature(s)" msgstr "Firma(s)" -#: ../mail/em-composer-utils.c:1152 ../mail/em-format-quote.c:416 +#: ../mail/em-composer-utils.c:1104 ../mail/em-format-quote.c:416 msgid "-------- Forwarded Message --------" msgstr "--------- Mensaje reenviado --------" -#: ../mail/em-composer-utils.c:1604 +#: ../mail/em-composer-utils.c:1556 msgid "" "No destination address provided, forward of the message has been cancelled." msgstr "" "No se proporcionó ninguna dirección de destino, se canceló el reenvío del " "mensaje." -#: ../mail/em-composer-utils.c:1610 +#: ../mail/em-composer-utils.c:1562 msgid "No account found to use, forward of the message has been cancelled." msgstr "" "No se encontró ninguna cuenta que usar, se canceló el reenvío del mensaje." -#: ../mail/em-composer-utils.c:2068 +#: ../mail/em-composer-utils.c:2027 msgid "an unknown sender" msgstr "un remitente desconocido" #. Note to translators: this is the attribution string used when quoting messages. #. * each ${Variable} gets replaced with a value. To see a full list of available #. * variables, see em-composer-utils.c:1514 -#: ../mail/em-composer-utils.c:2115 +#: ../mail/em-composer-utils.c:2074 msgid "" "On ${AbbrevWeekdayName}, ${Year}-${Month}-${Day} at ${24Hour}:${Minute} " "${TimeZone}, ${Sender} wrote:" @@ -10692,7 +10714,7 @@ msgstr "" "El ${AbbrevWeekdayName}, ${Day}-${Month}-${Year} a las ${24Hour}:${Minute} " "${TimeZone}, ${Sender} escribió:" -#: ../mail/em-composer-utils.c:2258 +#: ../mail/em-composer-utils.c:2217 msgid "-----Original Message-----" msgstr "-----Mensaje original-----" @@ -10956,7 +10978,7 @@ msgid "Stop Processing" msgstr "Parar de procesar" #: ../mail/em-filter-i18n.h:74 ../mail/em-format-quote.c:342 -#: ../mail/em-format.c:890 ../mail/em-mailer-prefs.c:80 +#: ../mail/em-format.c:926 ../mail/em-mailer-prefs.c:80 #: ../mail/message-list.etspec.h:18 ../mail/message-tag-followup.c:305 #: ../plugins/groupwise-features/properties.glade.h:7 #: ../smime/lib/e-cert.c:1115 @@ -10976,51 +10998,51 @@ msgstr "Luego" msgid "Add Ac_tion" msgstr "Añadir a_cción" -#: ../mail/em-folder-browser.c:193 +#: ../mail/em-folder-browser.c:194 msgid "C_reate Search Folder From Search..." msgstr "_Crear una carpeta de búsqueda desde la búsqueda…" -#: ../mail/em-folder-browser.c:218 +#: ../mail/em-folder-browser.c:219 msgid "All Messages" msgstr "Todos los mensajes" -#: ../mail/em-folder-browser.c:219 +#: ../mail/em-folder-browser.c:220 msgid "Unread Messages" msgstr "Mensajes no leídos" -#: ../mail/em-folder-browser.c:221 +#: ../mail/em-folder-browser.c:222 msgid "No Label" msgstr "Sin etiqueta" -#: ../mail/em-folder-browser.c:228 +#: ../mail/em-folder-browser.c:229 msgid "Read Messages" msgstr "Mensajes leídos" -#: ../mail/em-folder-browser.c:229 +#: ../mail/em-folder-browser.c:230 msgid "Recent Messages" msgstr "Mensajes recientes" -#: ../mail/em-folder-browser.c:230 +#: ../mail/em-folder-browser.c:231 msgid "Last 5 Days' Messages" msgstr "Mensajes de los últimos 5 días" -#: ../mail/em-folder-browser.c:231 +#: ../mail/em-folder-browser.c:232 msgid "Messages with Attachments" msgstr "Mensajes con adjuntos" -#: ../mail/em-folder-browser.c:232 +#: ../mail/em-folder-browser.c:233 msgid "Important Messages" msgstr "Mensajes importantes" -#: ../mail/em-folder-browser.c:233 +#: ../mail/em-folder-browser.c:234 msgid "Messages Not Junk" msgstr "Mensajes que no son SPAM" -#: ../mail/em-folder-browser.c:1188 +#: ../mail/em-folder-browser.c:1202 msgid "Account Search" msgstr "Búsqueda en la cuenta" -#: ../mail/em-folder-browser.c:1241 +#: ../mail/em-folder-browser.c:1255 msgid "All Account Search" msgstr "Búsqueda en todas las cuentas" @@ -11051,7 +11073,7 @@ msgstr "Uso de cuota" #. translators: standard local mailbox names #: ../mail/em-folder-properties.c:359 ../mail/em-folder-tree-model.c:509 -#: ../mail/em-folder-tree.c:2597 ../mail/mail-component.c:166 +#: ../mail/em-folder-tree.c:2602 ../mail/mail-component.c:166 #: ../mail/mail-component.c:587 #: ../plugins/exchange-operations/exchange-delegates-user.c:76 #: ../plugins/exchange-operations/exchange-folder.c:594 @@ -11122,88 +11144,88 @@ msgstr "Cargando…" #. * Do not translate the "folder-display|" part. Remove it #. * from your translation. #. -#: ../mail/em-folder-tree.c:379 +#: ../mail/em-folder-tree.c:380 #, c-format msgctxt "folder-display" msgid "%s (%u)" msgstr "%s (%u)" -#: ../mail/em-folder-tree.c:740 +#: ../mail/em-folder-tree.c:742 msgid "Mail Folder Tree" msgstr "Árbol de carpetas de correo" -#: ../mail/em-folder-tree.c:899 +#: ../mail/em-folder-tree.c:901 #, c-format msgid "Moving folder %s" msgstr "Moviendo la carpeta %s" -#: ../mail/em-folder-tree.c:901 +#: ../mail/em-folder-tree.c:903 #, c-format msgid "Copying folder %s" msgstr "Copiando la carpeta %s" -#: ../mail/em-folder-tree.c:908 ../mail/message-list.c:2014 +#: ../mail/em-folder-tree.c:910 ../mail/message-list.c:2014 #, c-format msgid "Moving messages into folder %s" msgstr "Moviendo los mensajes a la carpeta %s" -#: ../mail/em-folder-tree.c:910 ../mail/message-list.c:2016 +#: ../mail/em-folder-tree.c:912 ../mail/message-list.c:2016 #, c-format msgid "Copying messages into folder %s" msgstr "Copiando los mensajes a la carpeta %s" -#: ../mail/em-folder-tree.c:925 +#: ../mail/em-folder-tree.c:927 msgid "Cannot drop message(s) into toplevel store" msgstr "No se puede dejar el(los) mensaje(s) en el almacén de nivel superior" -#: ../mail/em-folder-tree.c:1002 ../ui/evolution-mail-message.xml.h:104 +#: ../mail/em-folder-tree.c:1004 ../ui/evolution-mail-message.xml.h:100 msgid "_Copy to Folder" msgstr "_Copiar a la carpeta" -#: ../mail/em-folder-tree.c:1003 ../ui/evolution-mail-message.xml.h:117 +#: ../mail/em-folder-tree.c:1005 ../ui/evolution-mail-message.xml.h:113 msgid "_Move to Folder" msgstr "_Mover a la carpeta" -#: ../mail/em-folder-tree.c:1005 ../mail/em-folder-utils.c:364 -#: ../mail/em-folder-view.c:1187 ../mail/message-list.c:2106 +#: ../mail/em-folder-tree.c:1007 ../mail/em-folder-utils.c:364 +#: ../mail/em-folder-view.c:1186 ../mail/message-list.c:2106 msgid "_Move" msgstr "_Mover" -#: ../mail/em-folder-tree.c:1007 ../mail/message-list.c:2108 +#: ../mail/em-folder-tree.c:1009 ../mail/message-list.c:2108 msgid "Cancel _Drag" msgstr "Cancelar _arrastre" -#: ../mail/em-folder-tree.c:1717 ../mail/mail-ops.c:1064 +#: ../mail/em-folder-tree.c:1719 ../mail/mail-ops.c:1065 #, c-format msgid "Scanning folders in \"%s\"" msgstr "Analizando carpetas en «%s»" -#: ../mail/em-folder-tree.c:2116 +#: ../mail/em-folder-tree.c:2118 msgid "Open in _New Window" msgstr "Abrir en una ventana _nueva" #. FIXME: need to disable for nochildren folders -#: ../mail/em-folder-tree.c:2121 +#: ../mail/em-folder-tree.c:2123 msgid "_New Folder..." msgstr "Carpeta _nueva…" -#: ../mail/em-folder-tree.c:2124 +#: ../mail/em-folder-tree.c:2126 msgid "_Move..." msgstr "_Mover…" -#: ../mail/em-folder-tree.c:2132 ../ui/evolution-mail-list.xml.h:21 +#: ../mail/em-folder-tree.c:2134 ../ui/evolution-mail-list.xml.h:21 msgid "Re_fresh" msgstr "Actuali_zar" -#: ../mail/em-folder-tree.c:2133 +#: ../mail/em-folder-tree.c:2135 msgid "Fl_ush Outbox" msgstr "Enviar correos pe_ndientes" -#: ../mail/em-folder-tree.c:2139 ../mail/mail.error.xml.h:138 +#: ../mail/em-folder-tree.c:2141 ../mail/mail.error.xml.h:138 msgid "_Empty Trash" msgstr "_Vaciar papelera" -#: ../mail/em-folder-tree.c:2242 +#: ../mail/em-folder-tree.c:2244 msgid "_Unread Search Folder" msgstr "Carpeta de búsqueda de _no leídos" @@ -11212,14 +11234,14 @@ msgstr "Carpeta de búsqueda de _no leídos" msgid "Copying `%s' to `%s'" msgstr "Copiando «%s» a «%s»" -#: ../mail/em-folder-utils.c:364 ../mail/em-folder-view.c:1187 -#: ../mail/em-folder-view.c:1202 +#: ../mail/em-folder-utils.c:364 ../mail/em-folder-view.c:1186 +#: ../mail/em-folder-view.c:1201 #: ../mail/importers/evolution-mbox-importer.c:82 #: ../plugins/pst-import/pst-importer.c:305 msgid "Select folder" msgstr "Seleccionar carpeta" -#: ../mail/em-folder-utils.c:364 ../mail/em-folder-view.c:1202 +#: ../mail/em-folder-utils.c:364 ../mail/em-folder-view.c:1201 msgid "C_opy" msgstr "C_opiar" @@ -11241,191 +11263,168 @@ msgstr "Crear carpeta" msgid "Specify where to create the folder:" msgstr "Especifique donde crear la carpeta:" -#: ../mail/em-folder-view.c:1090 ../mail/mail.error.xml.h:70 +#: ../mail/em-folder-view.c:1089 ../mail/mail.error.xml.h:70 msgid "Mail Deletion Failed" msgstr "Ha fallado el borrado del correo" -#: ../mail/em-folder-view.c:1091 ../mail/mail.error.xml.h:126 +#: ../mail/em-folder-view.c:1090 ../mail/mail.error.xml.h:126 msgid "You do not have sufficient permissions to delete this mail." msgstr "No tiene suficientes permisos para borrar este correo." #. EM_POPUP_EDIT was used here. This is changed to EM_POPUP_SELECT_ONE as Edit-as-new-messaeg need not be restricted to Sent-Items folder alone -#: ../mail/em-folder-view.c:1336 ../ui/evolution-mail-message.xml.h:106 +#: ../mail/em-folder-view.c:1335 ../ui/evolution-mail-message.xml.h:102 msgid "_Edit as New Message..." msgstr "_Editar como un mensaje nuevo…" -#: ../mail/em-folder-view.c:1342 +#: ../mail/em-folder-view.c:1341 msgid "U_ndelete" msgstr "_Recuperar" -#: ../mail/em-folder-view.c:1343 +#: ../mail/em-folder-view.c:1342 msgid "_Move to Folder..." msgstr "_Mover a la carpeta…" -#: ../mail/em-folder-view.c:1344 +#: ../mail/em-folder-view.c:1343 msgid "_Copy to Folder..." msgstr "Copiar a la c_arpeta…" -#: ../mail/em-folder-view.c:1347 +#: ../mail/em-folder-view.c:1346 msgid "Mar_k as Read" msgstr "Marcar como _leído" -#: ../mail/em-folder-view.c:1348 +#: ../mail/em-folder-view.c:1347 msgid "Mark as _Unread" msgstr "Marcar como no _leído" -#: ../mail/em-folder-view.c:1349 +#: ../mail/em-folder-view.c:1348 msgid "Mark as _Important" msgstr "Marcar como imp_ortante" -#: ../mail/em-folder-view.c:1350 +#: ../mail/em-folder-view.c:1349 msgid "Mark as Un_important" msgstr "Marcar como no _importante" -#: ../mail/em-folder-view.c:1351 +#: ../mail/em-folder-view.c:1350 msgid "Mark as _Junk" msgstr "Marcar como _SPAM" -#: ../mail/em-folder-view.c:1352 +#: ../mail/em-folder-view.c:1351 msgid "Mark as _Not Junk" msgstr "Marcar como _no SPAM" -#: ../mail/em-folder-view.c:1353 +#: ../mail/em-folder-view.c:1352 msgid "Mark for Follo_w Up..." msgstr "Marcar para se_guimiento…" -#: ../mail/em-folder-view.c:1355 +#: ../mail/em-folder-view.c:1354 msgid "_Label" msgstr "Etiq_ueta" #. Note that we don't show this here, since by default a 'None' date #. is not permitted. -#: ../mail/em-folder-view.c:1356 ../widgets/misc/e-dateedit.c:477 +#: ../mail/em-folder-view.c:1355 ../widgets/misc/e-dateedit.c:477 msgid "_None" msgstr "_Ninguna" -#: ../mail/em-folder-view.c:1359 +#: ../mail/em-folder-view.c:1358 msgid "_New Label" msgstr "Etiqueta n_ueva" -#: ../mail/em-folder-view.c:1363 +#: ../mail/em-folder-view.c:1362 msgid "Fla_g Completed" msgstr "Ma_rcar como terminado" -#: ../mail/em-folder-view.c:1364 +#: ../mail/em-folder-view.c:1363 msgid "Cl_ear Flag" msgstr "_Quitar marca" -#: ../mail/em-folder-view.c:1367 +#: ../mail/em-folder-view.c:1366 msgid "Crea_te Rule From Message" msgstr "Crear re_gla desde el mensaje" #. Translators: The following strings are used while creating a new search folder, to specify what parameter the search folder would be based on. -#: ../mail/em-folder-view.c:1369 +#: ../mail/em-folder-view.c:1368 msgid "Search Folder based on _Subject" msgstr "Carpeta de búsqueda según el a_sunto" -#: ../mail/em-folder-view.c:1370 +#: ../mail/em-folder-view.c:1369 msgid "Search Folder based on Se_nder" msgstr "Carpeta de búsqueda según el r_emitente" -#: ../mail/em-folder-view.c:1371 +#: ../mail/em-folder-view.c:1370 msgid "Search Folder based on _Recipients" msgstr "Carpeta de búsqueda según los des_tinatarios" -#: ../mail/em-folder-view.c:1372 +#: ../mail/em-folder-view.c:1371 msgid "Search Folder based on Mailing _List" msgstr "Carpeta de búsqueda según la l_ista de correo" #. Translators: The following strings are used while creating a new message filter, to specify what parameter the filter would be based on. -#: ../mail/em-folder-view.c:1377 +#: ../mail/em-folder-view.c:1376 msgid "Filter based on Sub_ject" msgstr "Filtro según el _asunto" -#: ../mail/em-folder-view.c:1378 +#: ../mail/em-folder-view.c:1377 msgid "Filter based on Sen_der" msgstr "Filtro según el _remitente" -#: ../mail/em-folder-view.c:1379 +#: ../mail/em-folder-view.c:1378 msgid "Filter based on Re_cipients" msgstr "Filtro según los _destinatarios" -#: ../mail/em-folder-view.c:1380 +#: ../mail/em-folder-view.c:1379 msgid "Filter based on _Mailing List" msgstr "Filtro según la lista de _correo" #. default charset used in mail view #. we changed user, thus reset the chosen calendar combo too, because #. other user means other calendars subscribed -#: ../mail/em-folder-view.c:2256 ../mail/em-folder-view.c:2299 +#: ../mail/em-folder-view.c:2234 ../mail/em-folder-view.c:2277 #: ../plugins/google-account-setup/google-source.c:232 #: ../plugins/google-account-setup/google-source.c:511 #: ../plugins/google-account-setup/google-source.c:699 msgid "Default" msgstr "Predeterminado" -#: ../mail/em-folder-view.c:2517 +#: ../mail/em-folder-view.c:2495 msgid "Unable to retrieve message" msgstr "No se pudo obtener el mensaje" -#: ../mail/em-folder-view.c:2536 +#: ../mail/em-folder-view.c:2514 msgid "Retrieving Message..." msgstr "Obteniendo mensaje…" -#: ../mail/em-folder-view.c:2757 +#: ../mail/em-folder-view.c:2735 msgid "Create _Search Folder" msgstr "Crear carpeta de _búsqueda" -#: ../mail/em-folder-view.c:2758 +#: ../mail/em-folder-view.c:2736 msgid "_From this Address" msgstr "_Desde esta dirección" -#: ../mail/em-folder-view.c:2759 +#: ../mail/em-folder-view.c:2737 msgid "_To this Address" msgstr "_A esta dirección" -#: ../mail/em-folder-view.c:3252 +#: ../mail/em-folder-view.c:3230 #, c-format msgid "Click to mail %s" msgstr "Pulse para enviar correo a %s" -#: ../mail/em-folder-view.c:3264 +#: ../mail/em-folder-view.c:3242 #, c-format msgid "Click to call %s" msgstr "Pulse para llamar a %s" -#: ../mail/em-folder-view.c:3269 +#: ../mail/em-folder-view.c:3247 msgid "Click to hide/unhide addresses" msgstr "Pulse para ocultar/mostrar las direcciones" -#. message-search popup match count string -#: ../mail/em-format-html-display.c:447 -#, c-format -msgid "Matches: %d" -msgstr "Coincide con: %d" - -#: ../mail/em-format-html-display.c:591 -msgid "Fin_d:" -msgstr "_Buscar:" - -#. gtk_box_pack_start ((GtkBox *)(hbox2), p->search_entry_box, TRUE, TRUE, 5); -#: ../mail/em-format-html-display.c:615 -msgid "_Previous" -msgstr "_Anterior" - -#: ../mail/em-format-html-display.c:620 -msgid "_Next" -msgstr "_Siguiente" - -#: ../mail/em-format-html-display.c:625 -msgid "M_atch case" -msgstr "_Coincidir con capitalización" - -#: ../mail/em-format-html-display.c:919 ../mail/em-format-html.c:655 +#: ../mail/em-format-html-display.c:570 ../mail/em-format-html.c:655 msgid "Unsigned" msgstr "No firmado" -#: ../mail/em-format-html-display.c:919 +#: ../mail/em-format-html-display.c:570 msgid "" "This message is not signed. There is no guarantee that this message is " "authentic." @@ -11433,11 +11432,11 @@ msgstr "" "Este mensaje no está firmado. No hay garantía de que el mensaje sea " "auténtico." -#: ../mail/em-format-html-display.c:920 ../mail/em-format-html.c:656 +#: ../mail/em-format-html-display.c:571 ../mail/em-format-html.c:656 msgid "Valid signature" msgstr "Firma válida" -#: ../mail/em-format-html-display.c:920 +#: ../mail/em-format-html-display.c:571 msgid "" "This message is signed and is valid meaning that it is very likely that this " "message is authentic." @@ -11445,11 +11444,11 @@ msgstr "" "Este mensaje está firmado y es válido, lo que significa que es muy probable " "que el mensaje sea auténtico." -#: ../mail/em-format-html-display.c:921 ../mail/em-format-html.c:657 +#: ../mail/em-format-html-display.c:572 ../mail/em-format-html.c:657 msgid "Invalid signature" msgstr "Firma no válida" -#: ../mail/em-format-html-display.c:921 +#: ../mail/em-format-html-display.c:572 msgid "" "The signature of this message cannot be verified, it may have been altered " "in transit." @@ -11457,11 +11456,11 @@ msgstr "" "La firma de este mensaje no se puede verificar, pudo haber sido alterada en " "tránsito." -#: ../mail/em-format-html-display.c:922 ../mail/em-format-html.c:658 +#: ../mail/em-format-html-display.c:573 ../mail/em-format-html.c:658 msgid "Valid signature, but cannot verify sender" msgstr "Firma válida, pero no se puede verificar el remitente" -#: ../mail/em-format-html-display.c:922 +#: ../mail/em-format-html-display.c:573 msgid "" "This message is signed with a valid signature, but the sender of the message " "cannot be verified." @@ -11469,11 +11468,11 @@ msgstr "" "Este mensaje está firmado con una firma válida, pero el remitente del " "mensaje no se pudo verificar." -#: ../mail/em-format-html-display.c:923 ../mail/em-format-html.c:659 +#: ../mail/em-format-html-display.c:574 ../mail/em-format-html.c:659 msgid "Signature exists, but need public key" msgstr "La firma existe pero se necesita la clave pública" -#: ../mail/em-format-html-display.c:923 +#: ../mail/em-format-html-display.c:574 msgid "" "This message is signed with a signature, but there is no corresponding " "public key." @@ -11481,11 +11480,11 @@ msgstr "" "Este mensaje está firmado con una firma pero no existe una clave pública " "correspondiente." -#: ../mail/em-format-html-display.c:930 ../mail/em-format-html.c:665 +#: ../mail/em-format-html-display.c:581 ../mail/em-format-html.c:665 msgid "Unencrypted" msgstr "Descifrado" -#: ../mail/em-format-html-display.c:930 +#: ../mail/em-format-html-display.c:581 msgid "" "This message is not encrypted. Its content may be viewed in transit across " "the Internet." @@ -11493,11 +11492,11 @@ msgstr "" "Este mensaje no está cifrado. Su contenido puede verse en tránsito a través " "de Internet." -#: ../mail/em-format-html-display.c:931 ../mail/em-format-html.c:666 +#: ../mail/em-format-html-display.c:582 ../mail/em-format-html.c:666 msgid "Encrypted, weak" msgstr "Cifrado, débil" -#: ../mail/em-format-html-display.c:931 +#: ../mail/em-format-html-display.c:582 msgid "" "This message is encrypted, but with a weak encryption algorithm. It would be " "difficult, but not impossible for an outsider to view the content of this " @@ -11507,11 +11506,11 @@ msgstr "" "ser difícil, pero no imposible para un espía ver el contenido de este " "mensaje empleando algo de tiempo." -#: ../mail/em-format-html-display.c:932 ../mail/em-format-html.c:667 +#: ../mail/em-format-html-display.c:583 ../mail/em-format-html.c:667 msgid "Encrypted" msgstr "Cifrado" -#: ../mail/em-format-html-display.c:932 +#: ../mail/em-format-html-display.c:583 msgid "" "This message is encrypted. It would be difficult for an outsider to view " "the content of this message." @@ -11519,11 +11518,11 @@ msgstr "" "Este mensaje está cifrado. Sería difícil para un espía ver el contenido de " "este mensaje." -#: ../mail/em-format-html-display.c:933 ../mail/em-format-html.c:668 +#: ../mail/em-format-html-display.c:584 ../mail/em-format-html.c:668 msgid "Encrypted, strong" msgstr "Cifrado, fuerte" -#: ../mail/em-format-html-display.c:933 +#: ../mail/em-format-html-display.c:584 msgid "" "This message is encrypted, with a strong encryption algorithm. It would be " "very difficult for an outsider to view the content of this message in a " @@ -11533,57 +11532,57 @@ msgstr "" "difícil que un espía vea el contenido de este mensaje en empleando un tiempo " "razonable." -#: ../mail/em-format-html-display.c:1034 ../smime/gui/smime-ui.glade.h:48 +#: ../mail/em-format-html-display.c:685 ../smime/gui/smime-ui.glade.h:48 msgid "_View Certificate" msgstr "_Ver certificado" -#: ../mail/em-format-html-display.c:1049 +#: ../mail/em-format-html-display.c:700 msgid "This certificate is not viewable" msgstr "Certificado no es visible" -#: ../mail/em-format-html-display.c:1369 +#: ../mail/em-format-html-display.c:992 msgid "Completed on %B %d, %Y, %l:%M %p" msgstr "Terminado el %e de %B de %Y, %l:%M %p" -#: ../mail/em-format-html-display.c:1377 +#: ../mail/em-format-html-display.c:1000 msgid "Overdue:" msgstr "Atrasado:" -#: ../mail/em-format-html-display.c:1380 +#: ../mail/em-format-html-display.c:1003 msgid "by %B %d, %Y, %l:%M %p" msgstr "antes del %e de %B de %Y, %l:%M %p" -#: ../mail/em-format-html-display.c:1460 +#: ../mail/em-format-html-display.c:1083 #: ../widgets/misc/e-attachment-view.c:357 msgid "_View Inline" msgstr "_Ver incluido" -#: ../mail/em-format-html-display.c:1461 +#: ../mail/em-format-html-display.c:1084 #: ../widgets/misc/e-attachment-view.c:350 msgid "_Hide" msgstr "_Ocultar" -#: ../mail/em-format-html-display.c:1462 +#: ../mail/em-format-html-display.c:1085 msgid "_Fit to Width" msgstr "_Ajustar al ancho" -#: ../mail/em-format-html-display.c:1463 +#: ../mail/em-format-html-display.c:1086 msgid "Show _Original Size" msgstr "Mostrar tamaño _original" -#: ../mail/em-format-html-display.c:2121 ../mail/em-format-html-display.c:2160 +#: ../mail/em-format-html-display.c:1587 ../mail/em-format-html-display.c:1626 msgid "View _Unformatted" msgstr "Ver _sin formato" -#: ../mail/em-format-html-display.c:2123 +#: ../mail/em-format-html-display.c:1589 msgid "Hide _Unformatted" msgstr "Ocultar _sin formato" -#: ../mail/em-format-html-display.c:2180 +#: ../mail/em-format-html-display.c:1646 msgid "O_pen With" msgstr "Abrir c_on" -#: ../mail/em-format-html-display.c:2257 +#: ../mail/em-format-html-display.c:1723 msgid "" "Evolution cannot render this email as it is too large to process. You can " "view it unformatted or with an external text editor." @@ -11644,13 +11643,13 @@ msgstr "Formateando el mensaje…" #: ../mail/em-format-html.c:1568 ../mail/em-format-html.c:1632 #: ../mail/em-format-html.c:1654 ../mail/em-format-quote.c:210 -#: ../mail/em-format.c:888 ../mail/em-mailer-prefs.c:78 +#: ../mail/em-format.c:924 ../mail/em-mailer-prefs.c:78 msgid "Cc" msgstr "Cc" #: ../mail/em-format-html.c:1569 ../mail/em-format-html.c:1638 #: ../mail/em-format-html.c:1657 ../mail/em-format-quote.c:210 -#: ../mail/em-format.c:889 ../mail/em-mailer-prefs.c:79 +#: ../mail/em-format.c:925 ../mail/em-mailer-prefs.c:79 msgid "Bcc" msgstr "Cco" @@ -11678,74 +11677,74 @@ msgstr " (%R %Z)" msgid "This message was sent by <b>%s</b> on behalf of <b>%s</b>" msgstr "Este mensaje lo envió <b>%s</b> en nombre de <b>%s</b>" -#: ../mail/em-format-quote.c:210 ../mail/em-format.c:885 +#: ../mail/em-format-quote.c:210 ../mail/em-format.c:921 #: ../mail/em-mailer-prefs.c:75 ../mail/message-list.etspec.h:7 #: ../mail/message-tag-followup.c:301 msgid "From" msgstr "De" -#: ../mail/em-format-quote.c:210 ../mail/em-format.c:886 +#: ../mail/em-format-quote.c:210 ../mail/em-format.c:922 #: ../mail/em-mailer-prefs.c:76 msgid "Reply-To" msgstr "Responder a" -#: ../mail/em-format.c:891 ../mail/em-mailer-prefs.c:81 +#: ../mail/em-format.c:927 ../mail/em-mailer-prefs.c:81 #: ../mail/message-list.etspec.h:2 ../widgets/misc/e-dateedit.c:324 #: ../widgets/misc/e-dateedit.c:346 msgid "Date" msgstr "Fecha" -#: ../mail/em-format.c:892 ../mail/em-mailer-prefs.c:82 +#: ../mail/em-format.c:928 ../mail/em-mailer-prefs.c:82 msgid "Newsgroups" msgstr "Grupos de noticias" -#: ../mail/em-format.c:893 ../mail/em-mailer-prefs.c:83 -#: ../plugins/face/org-gnome-face.eplug.xml.h:2 +#: ../mail/em-format.c:929 ../mail/em-mailer-prefs.c:83 +#: ../plugins/face/org-gnome-face.eplug.xml.h:4 msgid "Face" msgstr "Cara" -#: ../mail/em-format.c:1160 +#: ../mail/em-format.c:1196 #, c-format msgid "%s attachment" msgstr "%s adjunto" -#: ../mail/em-format.c:1199 +#: ../mail/em-format.c:1235 msgid "Could not parse S/MIME message: Unknown error" msgstr "No es posible interpretar el mensaje S/MIME: Error desconocido" -#: ../mail/em-format.c:1336 ../mail/em-format.c:1492 +#: ../mail/em-format.c:1372 ../mail/em-format.c:1528 msgid "Could not parse MIME message. Displaying as source." msgstr "No es posible analizar el mensaje MIME. Mostrando la fuente." -#: ../mail/em-format.c:1344 +#: ../mail/em-format.c:1380 msgid "Unsupported encryption type for multipart/encrypted" msgstr "Tipo de cifrado no soportado para multipart/encrypted" -#: ../mail/em-format.c:1354 +#: ../mail/em-format.c:1390 msgid "Could not parse PGP/MIME message" msgstr "No es posible interpretar el mensaje PGP/MIME" -#: ../mail/em-format.c:1354 +#: ../mail/em-format.c:1390 msgid "Could not parse PGP/MIME message: Unknown error" msgstr "No se pudo interpretar el mensaje PGP/MIME: Error desconocido" -#: ../mail/em-format.c:1511 +#: ../mail/em-format.c:1547 msgid "Unsupported signature format" msgstr "Formato de firma no soportado" -#: ../mail/em-format.c:1519 ../mail/em-format.c:1590 +#: ../mail/em-format.c:1555 ../mail/em-format.c:1626 msgid "Error verifying signature" msgstr "Error al verificar la firma" -#: ../mail/em-format.c:1519 ../mail/em-format.c:1581 ../mail/em-format.c:1590 +#: ../mail/em-format.c:1555 ../mail/em-format.c:1617 ../mail/em-format.c:1626 msgid "Unknown error verifying signature" msgstr "Error desconocido al verificar la firma" -#: ../mail/em-format.c:1664 +#: ../mail/em-format.c:1700 msgid "Could not parse PGP message" msgstr "No es posible interpretar el mensaje PGP" -#: ../mail/em-format.c:1664 +#: ../mail/em-format.c:1700 msgid "Could not parse PGP message: Unknown error" msgstr "No es posible interpretar el mensaje PGP: Error desconocido" @@ -11919,7 +11918,7 @@ msgstr "Establecer como _fondo" msgid "_Reply to sender" msgstr "_Responder al remitente" -#: ../mail/em-popup.c:498 ../ui/evolution-mail-message.xml.h:83 +#: ../mail/em-popup.c:498 ../ui/evolution-mail-message.xml.h:79 msgid "Reply to _List" msgstr "Responder a la _lista" @@ -12589,26 +12588,98 @@ msgid "Server synchronization interval" msgstr "Intervalo de sincronización con el servidor" #: ../mail/evolution-mail.schemas.in.h:121 +msgid "Show \"Bcc\" field when sending a mail message" +msgstr "Mostrar el campo «Cco» al enviar un mensaje de correo" + +#: ../mail/evolution-mail.schemas.in.h:122 +msgid "Show \"Cc\" field when sending a mail message" +msgstr "Mostrar el campo «Cc» al enviar un mensaje de correo" + +#: ../mail/evolution-mail.schemas.in.h:123 +msgid "Show \"From\" field when posting to a newsgroup" +msgstr "Mostrar el campo «De» al publicar en un grupo de noticias" + +#: ../mail/evolution-mail.schemas.in.h:124 +msgid "Show \"From\" field when sending a mail message" +msgstr "Mostrar el campo «De» al enviar un mensaje de correo" + +#: ../mail/evolution-mail.schemas.in.h:125 +msgid "Show \"Reply To\" field when posting to a newsgroup" +msgstr "Mostrar el campo «Responder a» al publicar en un grupo de noticias" + +#: ../mail/evolution-mail.schemas.in.h:126 +msgid "Show \"Reply To\" field when sending a mail message" +msgstr "Mostrar el campo «Responder a» al enviar un mensaje de correo" + +#: ../mail/evolution-mail.schemas.in.h:127 msgid "Show Animations" msgstr "Mostrar animaciones" -#: ../mail/evolution-mail.schemas.in.h:122 +#: ../mail/evolution-mail.schemas.in.h:128 msgid "Show animated images as animations." msgstr "Mostrar las imágenes animadas como animaciones." -#: ../mail/evolution-mail.schemas.in.h:123 +#: ../mail/evolution-mail.schemas.in.h:129 msgid "Show deleted messages (with a strike-through) in the message-list." msgstr "Mostrar los mensajes borrados (tachados) en la lista de mensajes." -#: ../mail/evolution-mail.schemas.in.h:124 +#: ../mail/evolution-mail.schemas.in.h:130 msgid "Show deleted messages in the message-list" msgstr "Mostrar los mensajes borrados en la lista de mensajes" -#: ../mail/evolution-mail.schemas.in.h:125 +#: ../mail/evolution-mail.schemas.in.h:131 msgid "Show photo of the sender" msgstr "Mostrar la foto del remitente" -#: ../mail/evolution-mail.schemas.in.h:128 +#: ../mail/evolution-mail.schemas.in.h:132 +msgid "" +"Show the \"Bcc\" field when sending a mail message. This is controlled from " +"the View menu when a mail account is chosen." +msgstr "" +"Mostrar el campo «Cco» al enviar un mensaje de correo. Esto se controla desde " +"el menú Ver cuando se elige una cuenta de correo." + +#: ../mail/evolution-mail.schemas.in.h:133 +msgid "" +"Show the \"Cc\" field when sending a mail message. This is controlled from " +"the View menu when a mail account is chosen." +msgstr "" +"Mostrar el campo «Cc» al enviar un mensaje de correo. Esto se controla desde " +"el menú Ver cuando se elige una cuenta de correo." + +#: ../mail/evolution-mail.schemas.in.h:134 +msgid "" +"Show the \"From\" field when posting to a newsgroup. This is controlled from " +"the View menu when a news account is chosen." +msgstr "" +"Mostrar el campo «De» al enviar un mensaje de correo. Esto se controla desde " +"el menú Ver cuando se elige una cuenta de correo." + +#: ../mail/evolution-mail.schemas.in.h:135 +msgid "" +"Show the \"From\" field when sending a mail message. This is controlled from " +"the View menu when a mail account is chosen." +msgstr "" +"Mostrar el campo «De» al enviar un mensaje de correo. Esto se controla desde " +"el menú Ver cuando se elige una cuenta de correo." + +#: ../mail/evolution-mail.schemas.in.h:138 +msgid "" +"Show the \"Reply To\" field when posting to a newsgroup. This is controlled " +"from the View menu when a news account is chosen." +msgstr "" +"Mostrar el campo «Responder a» al publicar en un grupo de noticias. Esto se " +"controla desde el menú Ver cuando se elige una cuenta de correo." + +#: ../mail/evolution-mail.schemas.in.h:139 +msgid "" +"Show the \"Reply To\" field when sending a mail message. This is controlled " +"from the View menu when a mail account is chosen." +msgstr "" +"Mostrar el campo «Responder a» al enviar un mensaje de correo. Esto se " +"controla desde el menú Ver cuando se elige una cuenta de correo." + +#: ../mail/evolution-mail.schemas.in.h:140 msgid "" "Show the email-address of the sender in a separate column in the message " "list." @@ -12616,59 +12687,59 @@ msgstr "" "Mostrar el correo-e del remitente en una columna separada en la lista de " "mensajes." -#: ../mail/evolution-mail.schemas.in.h:129 +#: ../mail/evolution-mail.schemas.in.h:141 msgid "Show the photo of the sender in the message reading pane." msgstr "Mostrar la foto del remitente en el panel de lectura de mensajes." -#: ../mail/evolution-mail.schemas.in.h:130 +#: ../mail/evolution-mail.schemas.in.h:142 msgid "Spell check inline" msgstr "Comprobación ortográfica en línea" -#: ../mail/evolution-mail.schemas.in.h:131 +#: ../mail/evolution-mail.schemas.in.h:143 msgid "Spell checking color" msgstr "Color de la corrección ortográfica" -#: ../mail/evolution-mail.schemas.in.h:132 +#: ../mail/evolution-mail.schemas.in.h:144 msgid "Spell checking languages" msgstr "Comprobación ortográfica de idiomas" -#: ../mail/evolution-mail.schemas.in.h:133 +#: ../mail/evolution-mail.schemas.in.h:145 msgid "Subscribe dialog default height" msgstr "Altura predeterminada del diálogo de suscripción" -#: ../mail/evolution-mail.schemas.in.h:134 +#: ../mail/evolution-mail.schemas.in.h:146 msgid "Subscribe dialog default width" msgstr "Anchura predeterminada del diálogo de suscripción" -#: ../mail/evolution-mail.schemas.in.h:135 +#: ../mail/evolution-mail.schemas.in.h:147 msgid "Terminal font" msgstr "Tipografía del terminal" -#: ../mail/evolution-mail.schemas.in.h:136 +#: ../mail/evolution-mail.schemas.in.h:148 msgid "Text message part limit" msgstr "Límite de la parte de texto del mensaje" -#: ../mail/evolution-mail.schemas.in.h:137 +#: ../mail/evolution-mail.schemas.in.h:149 msgid "The default plugin for Junk hook" msgstr "El complemento predeterminado para SPAM" -#: ../mail/evolution-mail.schemas.in.h:138 +#: ../mail/evolution-mail.schemas.in.h:150 msgid "The last time empty junk was run, in days since the epoch." msgstr "La última vez que se vació el SPAM, en días desde la época." -#: ../mail/evolution-mail.schemas.in.h:139 +#: ../mail/evolution-mail.schemas.in.h:151 msgid "The last time empty trash was run, in days since the epoch." msgstr "La última vez que se vació la papelera, en días desde la época." -#: ../mail/evolution-mail.schemas.in.h:140 +#: ../mail/evolution-mail.schemas.in.h:152 msgid "The terminal font for mail display." msgstr "La tipografía de terminal para mostrar el correo." -#: ../mail/evolution-mail.schemas.in.h:141 +#: ../mail/evolution-mail.schemas.in.h:153 msgid "The variable width font for mail display." msgstr "La tipografía de anchura variable para mostrar el correo." -#: ../mail/evolution-mail.schemas.in.h:142 +#: ../mail/evolution-mail.schemas.in.h:154 msgid "" "This can have three possible values. \"0\" for errors. \"1\" for warnings. " "\"2\" for debug messages." @@ -12676,7 +12747,7 @@ msgstr "" "Esto puede tener tres valores posibles. «0» para errores. «1» para avisos. «2» " "para mensajes de depuración." -#: ../mail/evolution-mail.schemas.in.h:143 +#: ../mail/evolution-mail.schemas.in.h:155 msgid "" "This decides the max size of the text part that can be formatted under " "Evolution. The default is 4MB / 4096 KB and is specified in terms of KB." @@ -12685,7 +12756,7 @@ msgstr "" "bajo Evolution. Lo predeterminado son 4 MiB/4096 KiB y está especificado en " "términos de KiB." -#: ../mail/evolution-mail.schemas.in.h:144 +#: ../mail/evolution-mail.schemas.in.h:156 msgid "" "This is the default junk plugin, even though there are multiple plugins " "enabled. If the default listed plugin is disabled, then it won't fall back " @@ -12695,7 +12766,7 @@ msgstr "" "varios complementos activados. Si el complemento predeterminado listado está " "desactivado, entonces no usará los otros complementos disponibles." -#: ../mail/evolution-mail.schemas.in.h:145 +#: ../mail/evolution-mail.schemas.in.h:157 msgid "" "This key is read only once and reset to \"false\" after read. This unselects " "the mail in the list and removes the preview for that folder." @@ -12704,7 +12775,7 @@ msgstr "" "Esto deselecciona el correo en la lista y elimina la vista previa para esa " "carpeta." -#: ../mail/evolution-mail.schemas.in.h:146 +#: ../mail/evolution-mail.schemas.in.h:158 msgid "" "This key should contain a list of XML structures specifying custom headers, " "and whether they are to be displayed. The format of the XML structure is <" @@ -12716,7 +12787,7 @@ msgstr "" "estructura XML es <header enabled>: poner a activado si la cabecera se " "debe mostrar en la vista de correo." -#: ../mail/evolution-mail.schemas.in.h:147 +#: ../mail/evolution-mail.schemas.in.h:159 msgid "" "This option is related to the key lookup_addressbook and is used to " "determine whether to look up addresses in local address book only to exclude " @@ -12727,11 +12798,11 @@ msgstr "" "local para excluir de los filtros de correo basura el correo enviado por " "contactos conocidos." -#: ../mail/evolution-mail.schemas.in.h:148 +#: ../mail/evolution-mail.schemas.in.h:160 msgid "This option would help in improving the speed of fetching." msgstr "Esta opción ayudará a mejorar la velocidad de obtención." -#: ../mail/evolution-mail.schemas.in.h:149 +#: ../mail/evolution-mail.schemas.in.h:161 msgid "" "This sets the number of addresses to show in default message list view, " "beyond which a '...' is shown." @@ -12739,7 +12810,7 @@ msgstr "" "Esto establece el número de direcciones a mostrar en la vista de lista de " "mensajes predeterminada, más allá de los cuales se muestra un «…»." -#: ../mail/evolution-mail.schemas.in.h:150 +#: ../mail/evolution-mail.schemas.in.h:162 msgid "" "This setting specifies whether the threads should be in expanded or " "collapsed state by default. Evolution requires a restart." @@ -12748,7 +12819,7 @@ msgstr "" "deberían estar en estado expandido o contraído. Evolution necesita " "reiniciarse." -#: ../mail/evolution-mail.schemas.in.h:151 +#: ../mail/evolution-mail.schemas.in.h:163 msgid "" "This setting specifies whether the threads should be sorted based on latest " "message in each thread, rather than by message's date. Evolution requires a " @@ -12758,121 +12829,81 @@ msgstr "" "último mensaje de cada conversación, en lugar de por la fecha del mensaje. " "Evolution necesita un reinicio." -#: ../mail/evolution-mail.schemas.in.h:152 +#: ../mail/evolution-mail.schemas.in.h:164 msgid "Thread the message list." msgstr "Agrupar la lista de mensajes." -#: ../mail/evolution-mail.schemas.in.h:153 +#: ../mail/evolution-mail.schemas.in.h:165 msgid "Thread the message-list" msgstr "Agrupar la lista de mensajes" -#: ../mail/evolution-mail.schemas.in.h:154 +#: ../mail/evolution-mail.schemas.in.h:166 msgid "Thread the message-list based on Subject" msgstr "Agrupar la lista de mensajes en conversaciones basadas en el asunto" -#: ../mail/evolution-mail.schemas.in.h:155 +#: ../mail/evolution-mail.schemas.in.h:167 msgid "Timeout for marking message as seen" msgstr "Tiempo para marcar un mensaje como visto" -#: ../mail/evolution-mail.schemas.in.h:156 +#: ../mail/evolution-mail.schemas.in.h:168 msgid "Timeout for marking message as seen." msgstr "Tiempo para marcar un mensaje como visto." -#: ../mail/evolution-mail.schemas.in.h:157 +#: ../mail/evolution-mail.schemas.in.h:169 msgid "UID string of the default account." msgstr "Cadena UID para la cuenta predeterminada." -#: ../mail/evolution-mail.schemas.in.h:158 +#: ../mail/evolution-mail.schemas.in.h:170 msgid "Underline color for misspelled words when using inline spelling." msgstr "" "Color de subrayado para las palabras mal escritas cuando se use corrección " "en línea." -#: ../mail/evolution-mail.schemas.in.h:159 +#: ../mail/evolution-mail.schemas.in.h:171 msgid "Use SpamAssassin daemon and client" msgstr "Usar el demonio y cliente de SpamAssassin" -#: ../mail/evolution-mail.schemas.in.h:160 +#: ../mail/evolution-mail.schemas.in.h:172 msgid "Use SpamAssassin daemon and client (spamc/spamd)." msgstr "Usar el demonio y cliente de SpamAssassin (spamc/spamd)." -#: ../mail/evolution-mail.schemas.in.h:161 +#: ../mail/evolution-mail.schemas.in.h:173 msgid "Use custom fonts" msgstr "Usar tipografía personalizada" -#: ../mail/evolution-mail.schemas.in.h:162 +#: ../mail/evolution-mail.schemas.in.h:174 msgid "Use custom fonts for displaying mail." msgstr "Usar tipografía personalizada para mostrar el correo." -#: ../mail/evolution-mail.schemas.in.h:163 +#: ../mail/evolution-mail.schemas.in.h:175 msgid "Use only local spam tests." msgstr "Usar sólo comprobaciones de SPAM locales." -#: ../mail/evolution-mail.schemas.in.h:164 +#: ../mail/evolution-mail.schemas.in.h:176 msgid "Use only the local spam tests (no DNS)." msgstr "Usa sólo comprobaciones de SPAM locales (sin DNS)." -#: ../mail/evolution-mail.schemas.in.h:165 +#: ../mail/evolution-mail.schemas.in.h:177 msgid "Use side-by-side or wide layout" msgstr "Usar distribución lado a lado o ancha" -#: ../mail/evolution-mail.schemas.in.h:166 +#: ../mail/evolution-mail.schemas.in.h:178 msgid "Variable width font" msgstr "Tipografía de anchura variable" -#: ../mail/evolution-mail.schemas.in.h:167 -msgid "View/Bcc menu item is checked" -msgstr "El elemento del menú «Ver/Cco» está marcado" - -#: ../mail/evolution-mail.schemas.in.h:168 -msgid "View/Bcc menu item is checked." -msgstr "El elemento del menú «Ver/Cco» está marcado." - -#: ../mail/evolution-mail.schemas.in.h:169 -msgid "View/Cc menu item is checked" -msgstr "El elemento del menú «Ver/Cc» está marcado" - -#: ../mail/evolution-mail.schemas.in.h:170 -msgid "View/Cc menu item is checked." -msgstr "El elemento del menú «Ver/Cc» está marcado." - -#: ../mail/evolution-mail.schemas.in.h:171 -msgid "View/From menu item is checked" -msgstr "El elemento del menú «Ver/De» está marcado" - -#: ../mail/evolution-mail.schemas.in.h:172 -msgid "View/From menu item is checked." -msgstr "El elemento del menú «Ver/De» está marcado." - -#: ../mail/evolution-mail.schemas.in.h:173 -msgid "View/PostTo menu item is checked" -msgstr "El elemento del menú «Ver/Publicar en» está marcado" - -#: ../mail/evolution-mail.schemas.in.h:174 -msgid "View/PostTo menu item is checked." -msgstr "El elemento del menú «Ver/Publicar en» está marcado." - -#: ../mail/evolution-mail.schemas.in.h:175 -msgid "View/ReplyTo menu item is checked" -msgstr "El elemento del menú «Ver/Responder a» está marcado" - -#: ../mail/evolution-mail.schemas.in.h:176 -msgid "View/ReplyTo menu item is checked." -msgstr "El elemento del menú «Ver/Responder a» está marcado." - -#: ../mail/evolution-mail.schemas.in.h:177 +#: ../mail/evolution-mail.schemas.in.h:179 msgid "Whether a read receipt request gets added to every message by default." msgstr "" "Indica si se debe añadir una solicitud de lectura de forma predeterminada a " "cada mensaje." -#: ../mail/evolution-mail.schemas.in.h:178 +#: ../mail/evolution-mail.schemas.in.h:180 msgid "Whether disable ellipsizing feature of folder names in side bar." msgstr "" "Indica si se debe desactivar la característica de elipsis de los nombres de " "las carpetas en la barra lateral." -#: ../mail/evolution-mail.schemas.in.h:179 +#: ../mail/evolution-mail.schemas.in.h:181 msgid "" "Whether or not to fall back on threading by subjects when the messages do " "not contain In-Reply-To or References headers." @@ -12880,17 +12911,17 @@ msgstr "" "Indica si se debe o no volver al agrupado de conversaciones por asuntos " "cuando los mensajes no contienen cabeceras «In-Reply-To» o «References»." -#: ../mail/evolution-mail.schemas.in.h:180 +#: ../mail/evolution-mail.schemas.in.h:182 msgid "Whether sort threads based on latest message in that thread" msgstr "" "Indica si ordenar las conversaciones basándose en el último mensaje de esa " "conversación" -#: ../mail/evolution-mail.schemas.in.h:181 +#: ../mail/evolution-mail.schemas.in.h:183 msgid "Width of the message-list pane" msgstr "Anchura del panel de lista de mensajes" -#: ../mail/evolution-mail.schemas.in.h:182 +#: ../mail/evolution-mail.schemas.in.h:184 msgid "Width of the message-list pane." msgstr "Anchura del panel de lista de mensajes." @@ -13878,21 +13909,21 @@ msgstr "_Marque esto para aceptar el acuerdo de licencia" msgid "Pinging %s" msgstr "Haciendo ping a %s" -#: ../mail/mail-ops.c:105 +#: ../mail/mail-ops.c:107 msgid "Filtering Selected Messages" msgstr "Filtrado de mensajes seleccionados" -#: ../mail/mail-ops.c:264 +#: ../mail/mail-ops.c:266 msgid "Fetching Mail" msgstr "Obteniendo mensajes" #. sending mail, filtering failed -#: ../mail/mail-ops.c:560 +#: ../mail/mail-ops.c:562 #, c-format msgid "Failed to apply outgoing filters: %s" msgstr "No se pudieron aplicar los filtros al correo saliente: %s" -#: ../mail/mail-ops.c:572 ../mail/mail-ops.c:601 +#: ../mail/mail-ops.c:574 ../mail/mail-ops.c:603 #, c-format msgid "" "Failed to append to %s: %s\n" @@ -13901,123 +13932,123 @@ msgstr "" "No es posible anexar a %s: %s\n" "Se anexará a la carpeta local «Correo enviado» en su lugar." -#: ../mail/mail-ops.c:618 +#: ../mail/mail-ops.c:620 #, c-format msgid "Failed to append to local `Sent' folder: %s" msgstr "No es posible anexar a la carpeta local «Correo enviado»: %s" -#: ../mail/mail-ops.c:724 ../mail/mail-ops.c:805 +#: ../mail/mail-ops.c:726 ../mail/mail-ops.c:807 msgid "Sending message" msgstr "Enviando mensaje" -#: ../mail/mail-ops.c:734 +#: ../mail/mail-ops.c:736 #, c-format msgid "Sending message %d of %d" msgstr "Enviando mensaje %d de %d" -#: ../mail/mail-ops.c:761 +#: ../mail/mail-ops.c:763 #, c-format msgid "Failed to send %d of %d messages" msgstr "Falló al enviar %d de %d mensajes" -#: ../mail/mail-ops.c:763 ../mail/mail-send-recv.c:700 +#: ../mail/mail-ops.c:765 ../mail/mail-send-recv.c:700 msgid "Canceled." msgstr "Cancelado." -#: ../mail/mail-ops.c:765 ../mail/mail-send-recv.c:702 +#: ../mail/mail-ops.c:767 ../mail/mail-send-recv.c:702 msgid "Complete." msgstr "Completado." -#: ../mail/mail-ops.c:877 +#: ../mail/mail-ops.c:879 msgid "Saving message to folder" msgstr "Guardando mensaje en la carpeta" -#: ../mail/mail-ops.c:955 +#: ../mail/mail-ops.c:956 #, c-format msgid "Moving messages to %s" msgstr "Moviendo mensajes a %s" -#: ../mail/mail-ops.c:955 +#: ../mail/mail-ops.c:956 #, c-format msgid "Copying messages to %s" msgstr "Copiando mensajes a %s" -#: ../mail/mail-ops.c:1172 +#: ../mail/mail-ops.c:1173 msgid "Forwarded messages" msgstr "Mensajes reenviados" -#: ../mail/mail-ops.c:1213 +#: ../mail/mail-ops.c:1214 #, c-format msgid "Opening folder %s" msgstr "Abriendo carpeta %s" -#: ../mail/mail-ops.c:1278 +#: ../mail/mail-ops.c:1279 #, c-format msgid "Retrieving quota information for folder %s" msgstr "Obteniendo la información de la cuota para la carpeta %s" -#: ../mail/mail-ops.c:1347 +#: ../mail/mail-ops.c:1348 #, c-format msgid "Opening store %s" msgstr "Abriendo almacén %s" -#: ../mail/mail-ops.c:1418 +#: ../mail/mail-ops.c:1419 #, c-format msgid "Removing folder %s" msgstr "Eliminando carpeta %s" -#: ../mail/mail-ops.c:1536 +#: ../mail/mail-ops.c:1537 #, c-format msgid "Storing folder '%s'" msgstr "Guardando carpeta «%s»" -#: ../mail/mail-ops.c:1599 +#: ../mail/mail-ops.c:1600 #, c-format msgid "Expunging and storing account '%s'" msgstr "Compactando y almacenando cuenta «%s»" -#: ../mail/mail-ops.c:1600 +#: ../mail/mail-ops.c:1601 #, c-format msgid "Storing account '%s'" msgstr "Almacenando cuenta «%s»" -#: ../mail/mail-ops.c:1654 +#: ../mail/mail-ops.c:1655 msgid "Refreshing folder" msgstr "Actualizando carpeta" -#: ../mail/mail-ops.c:1694 ../mail/mail-ops.c:1744 +#: ../mail/mail-ops.c:1695 ../mail/mail-ops.c:1745 msgid "Expunging folder" msgstr "Compactando carpeta" -#: ../mail/mail-ops.c:1741 +#: ../mail/mail-ops.c:1742 #, c-format msgid "Emptying trash in '%s'" msgstr "Vaciando papelera en «%s»" -#: ../mail/mail-ops.c:1742 +#: ../mail/mail-ops.c:1743 msgid "Local Folders" msgstr "Carpetas locales" -#: ../mail/mail-ops.c:1823 +#: ../mail/mail-ops.c:1824 #, c-format msgid "Retrieving message %s" msgstr "Obteniendo mensaje %s" -#: ../mail/mail-ops.c:1930 +#: ../mail/mail-ops.c:1933 #, c-format msgid "Retrieving %d message" msgid_plural "Retrieving %d messages" msgstr[0] "Descargando %d mensaje" msgstr[1] "Descargando %d mensajes" -#: ../mail/mail-ops.c:2015 +#: ../mail/mail-ops.c:2018 #, c-format msgid "Saving %d message" msgid_plural "Saving %d messages" msgstr[0] "Guardando %d mensaje" msgstr[1] "Guardando %d mensajes" -#: ../mail/mail-ops.c:2093 +#: ../mail/mail-ops.c:2096 #, c-format msgid "" "Error saving messages to: %s:\n" @@ -14026,11 +14057,11 @@ msgstr "" "Error guardando mensajes en: %s:\n" " %s" -#: ../mail/mail-ops.c:2165 +#: ../mail/mail-ops.c:2168 msgid "Saving attachment" msgstr "Guardando adjunto" -#: ../mail/mail-ops.c:2183 ../mail/mail-ops.c:2191 +#: ../mail/mail-ops.c:2186 ../mail/mail-ops.c:2194 #, c-format msgid "" "Cannot create output file: %s:\n" @@ -14039,27 +14070,27 @@ msgstr "" "No es posible crear el archivo de salida: %s:\n" " %s" -#: ../mail/mail-ops.c:2206 +#: ../mail/mail-ops.c:2209 #, c-format msgid "Could not write data: %s" msgstr "No es posible escribir datos: %s" -#: ../mail/mail-ops.c:2352 +#: ../mail/mail-ops.c:2355 #, c-format msgid "Disconnecting from %s" msgstr "Desconectando de %s" -#: ../mail/mail-ops.c:2352 +#: ../mail/mail-ops.c:2355 #, c-format msgid "Reconnecting to %s" msgstr "Reconectar a %s" -#: ../mail/mail-ops.c:2448 +#: ../mail/mail-ops.c:2451 #, c-format msgid "Preparing account '%s' for offline" msgstr "Preparando la cuenta «%s» para desconexión" -#: ../mail/mail-ops.c:2534 +#: ../mail/mail-ops.c:2537 msgid "Checking Service" msgstr "Comprobando el servicio" @@ -14930,11 +14961,11 @@ msgstr "Reenviar" msgid "No Response Necessary" msgstr "No es necesaria una respuesta" -#: ../mail/message-tag-followup.c:63 ../ui/evolution-mail-message.xml.h:80 +#: ../mail/message-tag-followup.c:63 ../ui/evolution-mail-message.xml.h:76 msgid "Reply" msgstr "Responder" -#: ../mail/message-tag-followup.c:64 ../ui/evolution-mail-message.xml.h:81 +#: ../mail/message-tag-followup.c:64 ../ui/evolution-mail-message.xml.h:77 msgid "Reply to All" msgstr "Responder a todos" @@ -14971,12 +15002,13 @@ msgid "Subject or Sender contains" msgstr "El asunto o el remitente contiene" #: ../plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml.h:1 -msgid "Local Address Books" -msgstr "Libretas locales de direcciones" +#| msgid "List local address book folders" +msgid "Add local address books to Evolution." +msgstr "Añadir las libretas de direcciones locales a Evolution." #: ../plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml.h:2 -msgid "Provides core functionality for local address books." -msgstr "Proporciona funcionalidad básica para libretas de direcciones locales." +msgid "Local Address Books" +msgstr "Libretas locales de direcciones" #: ../plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in.h:1 msgid "" @@ -15005,12 +15037,9 @@ msgid "Attachment Reminder" msgstr "Recuerdo de adjuntos" #: ../plugins/attachment-reminder/org-gnome-evolution-attachment-reminder.eplug.xml.h:2 -msgid "" -"Looks for clues in a message for mention of attachments and warns if the " -"attachment is missing" +msgid "Reminds you when you forgot to add an attachment to a mail message." msgstr "" -"Busca indicios de mención de adjuntos en un mensaje y avisa si el adjunto " -"falta" +"Le recuerda cuando se le olvida añadir un adjunto a un mensaje de correo." #: ../plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml.h:2 msgid "" @@ -15033,16 +15062,13 @@ msgid "_Edit Message" msgstr "_Editar mensaje" #: ../plugins/audio-inline/org-gnome-audio-inline.eplug.xml.h:1 -msgid "" -"A formatter plugin which displays audio attachments inline and allows you to " -"play them directly from Evolution." -msgstr "" -"Un complemento de formato que muestra los adjuntos de sonido en línea y " -"permite reproducirlos directamente desde evolution." +#| msgid "Audio inline plugin" +msgid "Audio Inline" +msgstr "Sonido en línea" #: ../plugins/audio-inline/org-gnome-audio-inline.eplug.xml.h:2 -msgid "Audio inline plugin" -msgstr "Complemento de sonido en línea" +msgid "Play audio attachments directly from Evolution." +msgstr "Reproducir adjuntos de sonido directamente en Evolution." #: ../plugins/backup-restore/backup-restore.c:139 msgid "Select name of the Evolution backup file" @@ -15191,16 +15217,16 @@ msgid "This may take a while depending on the amount of data in your account." msgstr "" "Esto puede llevar un tiempo dependiendo de la cantidad de datos en su cuenta." -#: ../plugins/backup-restore/org-gnome-backup-restore.eplug.xml.h:1 -msgid "A plugin for backing up and restore Evolution data and settings." -msgstr "" -"Un complemento para respaldar y restaurar los datos de Evolution y la " -"configuración." - #. the path to the shared library +#: ../plugins/backup-restore/org-gnome-backup-restore.eplug.xml.h:2 +#| msgid "Backup and restore plugin" +msgid "Backup and Restore" +msgstr "Respaldar y restaurar" + #: ../plugins/backup-restore/org-gnome-backup-restore.eplug.xml.h:3 -msgid "Backup and restore plugin" -msgstr "Complemento para respaldar y restaurar" +#| msgid "Backup and restore Evolution data and settings" +msgid "Backup and restore your Evolution data and settings." +msgstr "Respaldar y restaurar los datos y la configuración de Evolution" #: ../plugins/backup-restore/org-gnome-backup-restore.error.xml.h:1 msgid "Are you sure you want to close Evolution?" @@ -15305,19 +15331,27 @@ msgid "Synchronize with _buddy list now" msgstr "Sincronizar con la lista de _contactos de MI ahora" #: ../plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml.h:2 +msgid "BBDB" +msgstr "BBDB" + +#: ../plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml.h:3 +#| msgid "" +#| "Automatically fills your address book with names and email addresses as " +#| "you reply to messages. Also fills in IM contact information from your " +#| "buddy lists." msgid "" +"Takes the gruntwork out of managing your address book.\n" +"\n" "Automatically fills your address book with names and email addresses as you " -"reply to messages. Also fills in IM contact information from your buddy " +"reply to messages. Also fills in IM contact information from your buddy " "lists." msgstr "" +"Se encarga del trabajo de gestionar su libreta de direcciones.\n" +"\n" "Rellena automáticamente su libreta de contactos con los nombres y " "direcciones de correo-e cuando contesta a los correos. También rellena la " "información de contacto de MI de su lista de amigos." -#: ../plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml.h:3 -msgid "BBDB" -msgstr "BBDB" - #. For Translators: The first %s stands for the executable full path with a file name, the second is the error message itself. #: ../plugins/bogo-junk-plugin/bf-junk-filter.c:161 #, c-format @@ -15356,15 +15390,17 @@ msgstr "" "correo normal provenientes de diferentes juegos de caracteres." #: ../plugins/bogo-junk-plugin/org-gnome-bogo-junk-plugin.eplug.xml.h:1 -msgid "Bogofilter Options" -msgstr "Opciones de Bogofilter" +#| msgid "Bogofilter junk plugin" +msgid "Bogofilter Junk Filter" +msgstr "Filtro de SPAM Bogofilter" #: ../plugins/bogo-junk-plugin/org-gnome-bogo-junk-plugin.eplug.xml.h:2 -msgid "Bogofilter junk plugin" -msgstr "Complemento de filtro de SPAM Bogofilter" +msgid "Bogofilter Options" +msgstr "Opciones de Bogofilter" #: ../plugins/bogo-junk-plugin/org-gnome-bogo-junk-plugin.eplug.xml.h:3 -msgid "Filters junk messages using Bogofilter." +#| msgid "Filters junk messages using Bogofilter." +msgid "Filter junk messages using Bogofilter." msgstr "Filtra mensajes SPAM usando Bogofilter." #: ../plugins/caldav/caldav-source.c:64 @@ -15400,20 +15436,21 @@ msgid "weeks" msgstr "semanas" #: ../plugins/caldav/org-gnome-evolution-caldav.eplug.xml.h:1 -msgid "CalDAV Calendar sources" -msgstr "Fuentes de calendarios CalDAV" +msgid "Add CalDAV support to Evolution." +msgstr "Añadir soporte CalDAV a Evolution." #: ../plugins/caldav/org-gnome-evolution-caldav.eplug.xml.h:2 -msgid "CalDAV sources" -msgstr "Fuentes CalDAV" +#| msgid "CalDAV sources" +msgid "CalDAV Support" +msgstr "Soporte CalDAV" #: ../plugins/calendar-file/org-gnome-calendar-file.eplug.xml.h:1 -msgid "Local Calendars" -msgstr "Calendarios locales" +msgid "Add local calendars to Evolution." +msgstr "Añadir calendarios locales a Evolution." #: ../plugins/calendar-file/org-gnome-calendar-file.eplug.xml.h:2 -msgid "Provides core functionality for local calendars." -msgstr "Proporciona funcionalidad básica para calendarios locales." +msgid "Local Calendars" +msgstr "Calendarios locales" #: ../plugins/calendar-http/calendar-http.c:324 msgid "_Secure connection" @@ -15424,12 +15461,13 @@ msgid "Userna_me:" msgstr "Nombre de _usuario:" #: ../plugins/calendar-http/org-gnome-calendar-http.eplug.xml.h:1 -msgid "HTTP Calendars" -msgstr "Calendarios HTTP" +msgid "Add web calendars to Evolution." +msgstr "Añadir calendarios web a Evolution." #: ../plugins/calendar-http/org-gnome-calendar-http.eplug.xml.h:2 -msgid "Provides core functionality for webcal and http calendars." -msgstr "Proporciona funcionalidad básica para calendarios webcal y http." +#| msgid "Calendars" +msgid "Web Calendars" +msgstr "Calendarios web" #: ../plugins/calendar-weather/calendar-weather.c:61 msgid "Weather: Fog" @@ -15484,24 +15522,22 @@ msgid "Imperial (Fahrenheit, inches, etc)" msgstr "Imperial (Fahrenheit, pulgadas, etc)" #: ../plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml.h:1 -msgid "Provides core functionality for weather calendars." -msgstr "Proporciona funcionalidad básica para calendarios meteorológicos." +msgid "Add weather calendars to Evolution." +msgstr "Añadir calendarios meteorológicos a Evolution." #: ../plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml.h:2 msgid "Weather Calendars" msgstr "Calendario meteorológico" #: ../plugins/copy-tool/org-gnome-copy-tool.eplug.xml.h:1 -msgid "" -"A test plugin which demonstrates a popup menu plugin which lets you copy " -"things to the clipboard." -msgstr "" -"Un complemento de prueba que demuestra un menú emergente que le permite " -"copiar cosas al portapapeles." +#| msgid "Copy tool" +msgid "Copy Tool" +msgstr "Herramienta de copia" #: ../plugins/copy-tool/org-gnome-copy-tool.eplug.xml.h:3 -msgid "Copy tool" -msgstr "Herramienta de copia" +#| msgid "Copy selected messages to the clipboard" +msgid "Copy things to the clipboard." +msgstr "Copiar cosas al portapapeles." #: ../plugins/default-mailer/apps-evolution-mail-prompts-checkdefault.schemas.in.h:1 msgid "Check whether Evolution is the default mailer" @@ -15515,12 +15551,14 @@ msgstr "" "predeterminado." #: ../plugins/default-mailer/org-gnome-default-mailer.eplug.xml.h:1 -msgid "Checks whether Evolution is the default mail client on startup." +#| msgid "Checks whether Evolution is the default mail client on startup." +msgid "Check whether Evolution is the default mail client on startup." msgstr "" -"Comprueba si Evolution es el cliente de correo predeterminado al iniciar." +"Comprueba al iniciar si Evolution es el cliente de correo predeterminado." #: ../plugins/default-mailer/org-gnome-default-mailer.eplug.xml.h:2 -msgid "Default Mail Client " +#| msgid "Default Mail Client " +msgid "Default Mail Client" msgstr "Cliente de correo predeterminado" #: ../plugins/default-mailer/org-gnome-default-mailer.error.xml.h:1 @@ -15553,12 +15591,10 @@ msgid "Default Sources" msgstr "Fuentes predeterminadas" #: ../plugins/default-source/org-gnome-default-source.eplug.xml.h:2 -msgid "" -"Provides functionality for marking a calendar or an address book as the " -"default one." +msgid "Mark your preferred address book and calendar as default." msgstr "" -"Proporciona funcionalidad para marcar un calendario o una libreta de " -"direcciones como el o la predeterminada." +"Marque como predeterminados su libreta de direcciones y calendario " +"preferidos." #: ../plugins/email-custom-header/email-custom-header.c:334 msgid "Security:" @@ -15609,8 +15645,9 @@ msgstr "Cabeceras personalizadas del correo-e" #. For Translators: 'custom header' string is used while adding a new message header to outgoing message, to specify what value for the message header would be added #: ../plugins/email-custom-header/org-gnome-email-custom-header.eplug.xml.h:2 -msgid "Adds custom header to outgoing messages." -msgstr "Añade una cabecera personalizada a los mensajes salientes." +#| msgid "Adds custom header to outgoing messages." +msgid "Add custom headers to outgoing mail messages." +msgstr "Añadir una cabecera personalizada a los mensajes salientes." #: ../plugins/email-custom-header/org-gnome-email-custom-header.eplug.xml.h:3 msgid "Custom Header" @@ -16233,12 +16270,8 @@ msgid "Subscribe to Other User's Calendar" msgstr "Subscribirse al calendario de otro usuario" #: ../plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml.h:1 -msgid "" -"A plugin that manages a collection of Exchange account specific operations " -"and features." -msgstr "" -"Un complemento que gestiona una colección de operaciones y características " -"específicas de una cuenta Exchange." +msgid "Activates the Evolution-Exchange extension package." +msgstr "Activa el paquete de extensión de Evolution Exchange." #: ../plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml.h:2 msgid "Exchange Operations" @@ -16614,17 +16647,19 @@ msgid "The default command that must be used as the editor." msgstr "El comando predeterminado que usar como editor." #: ../plugins/external-editor/org-gnome-external-editor.eplug.xml.h:1 -msgid "" -"A plugin for using an external editor as the composer. You can send only " -"plain-text messages." +msgid "External Editor" +msgstr "Editor externo" + +#: ../plugins/external-editor/org-gnome-external-editor.eplug.xml.h:2 +#, fuzzy +#| msgid "" +#| "A plugin for using an external editor as the composer. You can send only " +#| "plain-text messages." +msgid "Use an external editor to compose plain-text mail messages." msgstr "" "Un complemento para usar un editor externo como editor de mensajes. Sólo " "puede enviar correos en texto plano." -#: ../plugins/external-editor/org-gnome-external-editor.eplug.xml.h:2 -msgid "External Editor" -msgstr "Editor externo" - #: ../plugins/external-editor/org-gnome-external-editor.error.xml.h:1 msgid "Cannot create Temporary File" msgstr "No se puede crear el directorio de guardado temporal" @@ -16691,15 +16726,22 @@ msgid "_Face" msgstr "_Cara" #: ../plugins/face/org-gnome-face.eplug.xml.h:1 +#| msgid "" +#| "Attach Face header to outgoing messages. First time the user needs to " +#| "configure a 48*48 png image. It is base64 encoded and stored in ~/." +#| "evolution/faces This will be used in messages that are sent further." msgid "" -"Attach Face header to outgoing messages. First time the user needs to " -"configure a 48*48 png image. It is base64 encoded and stored in ~/.evolution/" -"faces This will be used in messages that are sent further." +"Attach a small picture of your face to outgoing messages.\n" +"\n" +"First time the user needs to configure a 48x48 PNG image. It is Base-64 " +"encoded and stored in ~/.evolution/faces. This will be used in subsequent " +"sent messages." msgstr "" -"Adjuntar una cabecera de cara a los correos salientes. Primero el usuario " -"debe configurar una imagen PNG de 48*48 píxeles. Está codificada en base64 y " -"almacenada en ~/.evolution/faces Ésta opción se usará en los correos que se " -"envíen a partir de ahora." +"Adjuntar una cabecera de cara a los correos salientes. \n" +"\n" +"Primero el usuario debe configurar una imagen PNG de 48*48 píxeles. Está " +"codificada en base64 y almacenada en ~/.evolution/faces Ésta opción se usará " +"en los correos que se envíen a partir de ahora." #: ../plugins/folder-unsubscribe/folder-unsubscribe.c:56 #, c-format @@ -16707,15 +16749,14 @@ msgid "Unsubscribing from folder \"%s\"" msgstr "Desuscribiéndose de la carpeta «%s»" #: ../plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml.h:1 -msgid "Allows unsubscribing of mail folders in the side bar context menu." -msgstr "" -"Permite desuscribirse de las listas de correo en el menú contextual de la " -"barra lateral." - -#: ../plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml.h:2 msgid "Unsubscribe Folders" msgstr "Desuscribirse de carpetas" +#: ../plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml.h:2 +msgid "" +"Unsubscribe from an IMAP folder by right-clicking on it in the folder tree." +msgstr "" + #: ../plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml.h:3 msgid "_Unsubscribe" msgstr "Des_uscribir" @@ -16755,23 +16796,21 @@ msgid "<b>Server</b>" msgstr "<b>Servidor</b>" #: ../plugins/google-account-setup/org-gnome-evolution-google.eplug.xml.h:1 -msgid "A plugin to setup Google Calendar and Contacts." -msgstr "" -"Un complemento para configurar el calendario y los contactos de Google." +msgid "Add Google Calendars to Evolution." +msgstr "Añadir un calendario de Google a Evolution." #: ../plugins/google-account-setup/org-gnome-evolution-google.eplug.xml.h:2 -msgid "Google sources" -msgstr "Recursos de Google" +#| msgid "Gnome Calendar" +msgid "Google Calendars" +msgstr "Calendarios de Google" #: ../plugins/groupwise-account-setup/camel-gw-listener.c:456 msgid "Checklist" msgstr "Lista de comprobación" #: ../plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml.h:1 -msgid "A plugin to setup GroupWise calendar and contacts sources." +msgid "Add Novell GroupWise support to Evolution." msgstr "" -"Un complemento para configurar fuentes de calendarios y contactos para " -"GroupWise." #: ../plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml.h:2 msgid "GroupWise Account Setup" @@ -16869,7 +16908,9 @@ msgid "Add Send Options to GroupWise messages" msgstr "Añadir opciones de envío a los mensajes de GroupWise" #: ../plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml.h:1 -msgid "A plugin for the features in GroupWise accounts." +#, fuzzy +#| msgid "A plugin for the features in GroupWise accounts." +msgid "Fine-tune your GroupWise accounts." msgstr "Un complemento para las características en las cuentas GroupWise." #: ../plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml.h:2 @@ -16929,32 +16970,24 @@ msgstr "" "su dirección de correo-e e inténtelo de nuevo." #: ../plugins/groupwise-features/org-gnome-shared-folder.error.xml.h:3 -msgid "This is a recurring meeting" -msgstr "Esta es una cita repetitiva" - -#. Translators: "it" is a "recurring meeting" (string refers to "This is a recurring meeting") -#: ../plugins/groupwise-features/org-gnome-shared-folder.error.xml.h:5 -msgid "Would you like to accept it?" -msgstr "¿Quiere aceptarlo?" - -#. Translators: "it" is a "recurring meeting" (string refers to "This is a recurring meeting") -#: ../plugins/groupwise-features/org-gnome-shared-folder.error.xml.h:7 -msgid "Would you like to decline it?" -msgstr "¿Quiere rechazarlo?" - -#: ../plugins/groupwise-features/org-gnome-shared-folder.error.xml.h:8 msgid "You cannot share this folder with the specified user "{0}"" msgstr "" "No puede compartir la carpeta con el usuario "{0}" especificado" -#: ../plugins/groupwise-features/org-gnome-shared-folder.error.xml.h:9 +#: ../plugins/groupwise-features/org-gnome-shared-folder.error.xml.h:4 msgid "You have to specify a user name which you want to add to the list" msgstr "Debe especificar el nombre de usuario que quiere añadir a la lista" -#: ../plugins/groupwise-features/process-meeting.c:52 +#: ../plugins/groupwise-features/process-meeting.c:54 msgid "Accept Tentatively" msgstr "Aceptar provisionalmente" +#: ../plugins/groupwise-features/process-meeting.c:322 +#, fuzzy +#| msgid "_Delegate Meeting..." +msgid "Rese_nd Meeting..." +msgstr "_Delegar reunión…" + #: ../plugins/groupwise-features/properties.glade.h:1 msgid "<b>Users:</b>" msgstr "<b>Usuarios:</b>" @@ -17165,12 +17198,12 @@ msgid "Track Message Status..." msgstr "Seguir el estado del mensaje…" #: ../plugins/hula-account-setup/org-gnome-evolution-hula-account-setup.eplug.xml.h:1 -msgid "A plugin to setup hula calendar sources." -msgstr "Un complemento para configurar fuentes de calendarios hula." +msgid "Add Hula support to Evolution." +msgstr "" #: ../plugins/hula-account-setup/org-gnome-evolution-hula-account-setup.eplug.xml.h:2 -msgid "Hula Account Setup" -msgstr "Configuración de la cuenta Hula" +msgid "Hula Support" +msgstr "" #: ../plugins/imap-features/imap-headers.c:320 msgid "Custom Headers" @@ -17223,8 +17256,8 @@ msgstr "" "Use esto si no tiene filtros basados en listas de correo" #: ../plugins/imap-features/org-gnome-imap-features.eplug.xml.h:1 -msgid "A plugin for the features in the IMAP accounts." -msgstr "Un complemento para las características en las cuentas IMAP." +msgid "Fine-tune your IMAP accounts." +msgstr "" #: ../plugins/imap-features/org-gnome-imap-features.eplug.xml.h:2 msgid "IMAP Features" @@ -17261,143 +17294,149 @@ msgid "iCalendar format (.ics)" msgstr "Formato iCalendar (.ics)" #: ../plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml.h:1 -msgid "" -"Synchronize the selected task/memo/calendar/address book with Apple iPod" -msgstr "" -"Sincronizar la tarea/nota/calendario/libreta de direcciones con Apple iPod" +msgid "Synchronize to iPod" +msgstr "Sincronizar con iPod" #: ../plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml.h:2 -msgid "Synchronize to iPod" +#, fuzzy +#| msgid "Synchronize to iPod" +msgid "Synchronize your data with your Apple iPod." msgstr "Sincronizar con iPod" #: ../plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml.h:3 msgid "iPod Synchronization" msgstr "Sincronización con iPod" -#: ../plugins/itip-formatter/itip-formatter.c:481 -#: ../plugins/itip-formatter/itip-formatter.c:606 +#: ../plugins/itip-formatter/itip-formatter.c:482 +#: ../plugins/itip-formatter/itip-formatter.c:607 #, c-format msgid "Failed to load the calendar '%s'" msgstr "No es posible cargar el calendario «%s»" -#: ../plugins/itip-formatter/itip-formatter.c:626 +#: ../plugins/itip-formatter/itip-formatter.c:627 #, c-format msgid "An appointment in the calendar '%s' conflicts with this meeting" msgstr "Una cita en el calendario «%s» entra en conflicto con esta reunión" -#: ../plugins/itip-formatter/itip-formatter.c:662 +#: ../plugins/itip-formatter/itip-formatter.c:663 #, c-format msgid "Found the appointment in the calendar '%s'" msgstr "Se encontró la cita en el calendario «%s»" -#: ../plugins/itip-formatter/itip-formatter.c:752 +#: ../plugins/itip-formatter/itip-formatter.c:753 msgid "Unable to find any calendars" msgstr "No se puede encontrar ningún calendario" -#: ../plugins/itip-formatter/itip-formatter.c:759 +#: ../plugins/itip-formatter/itip-formatter.c:760 msgid "Unable to find this meeting in any calendar" msgstr "No se puede encontrar esta reunión en ningún calendario" -#: ../plugins/itip-formatter/itip-formatter.c:763 +#: ../plugins/itip-formatter/itip-formatter.c:764 msgid "Unable to find this task in any task list" msgstr "No se puede encontrar esta tarea en ninguna lista de tareas" -#: ../plugins/itip-formatter/itip-formatter.c:767 +#: ../plugins/itip-formatter/itip-formatter.c:768 msgid "Unable to find this memo in any memo list" msgstr "No se puede encontrar esta nota en ninguna lista de notas" -#: ../plugins/itip-formatter/itip-formatter.c:838 +#: ../plugins/itip-formatter/itip-formatter.c:839 +#, fuzzy +#| msgid "Opening calendar" +msgid "Opening the calendar. Please wait.." +msgstr "Apertura del calendario" + +#: ../plugins/itip-formatter/itip-formatter.c:842 msgid "Searching for an existing version of this appointment" msgstr "Buscando una versión existente de esta cita" -#: ../plugins/itip-formatter/itip-formatter.c:1020 +#: ../plugins/itip-formatter/itip-formatter.c:1024 msgid "Unable to parse item" msgstr "No es posible interpretar el elemento" -#: ../plugins/itip-formatter/itip-formatter.c:1107 +#: ../plugins/itip-formatter/itip-formatter.c:1111 #, c-format msgid "Unable to send item to calendar '%s'. %s" msgstr "No es posible enviar el elemento al calendario «%s»: %s" -#: ../plugins/itip-formatter/itip-formatter.c:1119 +#: ../plugins/itip-formatter/itip-formatter.c:1123 #, c-format msgid "Sent to calendar '%s' as accepted" msgstr "Enviado al calendario «%s» como aceptado" -#: ../plugins/itip-formatter/itip-formatter.c:1123 +#: ../plugins/itip-formatter/itip-formatter.c:1127 #, c-format msgid "Sent to calendar '%s' as tentative" msgstr "Enviado al calendario «%s» como tentativa" -#: ../plugins/itip-formatter/itip-formatter.c:1128 +#: ../plugins/itip-formatter/itip-formatter.c:1132 #, c-format msgid "Sent to calendar '%s' as declined" msgstr "Enviado al calendario «%s» como rehusado" -#: ../plugins/itip-formatter/itip-formatter.c:1133 +#: ../plugins/itip-formatter/itip-formatter.c:1137 #, c-format msgid "Sent to calendar '%s' as canceled" msgstr "Enviado al calendario «%s» como cancelado" -#: ../plugins/itip-formatter/itip-formatter.c:1227 +#: ../plugins/itip-formatter/itip-formatter.c:1231 #, c-format msgid "Organizer has removed the delegate %s " msgstr "El organizador ha quitado al delegado %s" -#: ../plugins/itip-formatter/itip-formatter.c:1234 +#: ../plugins/itip-formatter/itip-formatter.c:1238 msgid "Sent a cancelation notice to the delegate" msgstr "Enviar una notificación de cancelación al delegado" -#: ../plugins/itip-formatter/itip-formatter.c:1236 +#: ../plugins/itip-formatter/itip-formatter.c:1240 msgid "Could not send the cancelation notice to the delegate" msgstr "No es posible enviar una notificación de cancelación al delegado" -#: ../plugins/itip-formatter/itip-formatter.c:1342 +#: ../plugins/itip-formatter/itip-formatter.c:1346 msgid "Attendee status could not be updated because the status is invalid" msgstr "" "El estado de asistencia no pudo actualizarse debido a que el estado es " "inválido" -#: ../plugins/itip-formatter/itip-formatter.c:1371 +#: ../plugins/itip-formatter/itip-formatter.c:1375 #, c-format msgid "Unable to update attendee. %s" msgstr "No es posible actualizar la asistencia. %s" -#: ../plugins/itip-formatter/itip-formatter.c:1375 +#: ../plugins/itip-formatter/itip-formatter.c:1379 msgid "Attendee status updated" msgstr "Estado de asistencia actualizado" -#: ../plugins/itip-formatter/itip-formatter.c:1401 +#: ../plugins/itip-formatter/itip-formatter.c:1405 msgid "Meeting information sent" msgstr "Información de reunión enviada" -#: ../plugins/itip-formatter/itip-formatter.c:1404 +#: ../plugins/itip-formatter/itip-formatter.c:1408 msgid "Task information sent" msgstr "Información de la tarea enviada" -#: ../plugins/itip-formatter/itip-formatter.c:1407 +#: ../plugins/itip-formatter/itip-formatter.c:1411 msgid "Memo information sent" msgstr "Información de la nota enviada" -#: ../plugins/itip-formatter/itip-formatter.c:1416 +#: ../plugins/itip-formatter/itip-formatter.c:1420 msgid "Unable to send meeting information, the meeting does not exist" msgstr "No se puede enviar la información de la reunión, la reunión no existe" -#: ../plugins/itip-formatter/itip-formatter.c:1419 +#: ../plugins/itip-formatter/itip-formatter.c:1423 msgid "Unable to send task information, the task does not exist" msgstr "No se puede enviar la información de la tarea, la tarea no existe" -#: ../plugins/itip-formatter/itip-formatter.c:1422 +#: ../plugins/itip-formatter/itip-formatter.c:1426 msgid "Unable to send memo information, the memo does not exist" msgstr "No se puede enviar la información de la nota, la nota no existe" -#: ../plugins/itip-formatter/itip-formatter.c:1491 -#: ../plugins/itip-formatter/itip-formatter.c:1502 +#: ../plugins/itip-formatter/itip-formatter.c:1495 +#: ../plugins/itip-formatter/itip-formatter.c:1506 msgid "The calendar attached is not valid" msgstr "El calendario adjunto no es válido" -#: ../plugins/itip-formatter/itip-formatter.c:1492 -#: ../plugins/itip-formatter/itip-formatter.c:1503 +#: ../plugins/itip-formatter/itip-formatter.c:1496 +#: ../plugins/itip-formatter/itip-formatter.c:1507 msgid "" "The message claims to contain a calendar, but the calendar is not a valid " "iCalendar." @@ -17405,15 +17444,15 @@ msgstr "" "El mensaje dice contener un calendario, pero el calendario no es un " "iCalendar válido." -#: ../plugins/itip-formatter/itip-formatter.c:1543 -#: ../plugins/itip-formatter/itip-formatter.c:1571 -#: ../plugins/itip-formatter/itip-formatter.c:1663 +#: ../plugins/itip-formatter/itip-formatter.c:1547 +#: ../plugins/itip-formatter/itip-formatter.c:1575 +#: ../plugins/itip-formatter/itip-formatter.c:1667 msgid "The item in the calendar is not valid" msgstr "El elemento en el calendario no es válido" -#: ../plugins/itip-formatter/itip-formatter.c:1544 -#: ../plugins/itip-formatter/itip-formatter.c:1572 -#: ../plugins/itip-formatter/itip-formatter.c:1664 +#: ../plugins/itip-formatter/itip-formatter.c:1548 +#: ../plugins/itip-formatter/itip-formatter.c:1576 +#: ../plugins/itip-formatter/itip-formatter.c:1668 msgid "" "The message does contain a calendar, but the calendar contains no events, " "tasks or free/busy information" @@ -17421,11 +17460,11 @@ msgstr "" "El mensaje contiene un calendario, pero el calendario no contiene ningún " "acontecimiento, tarea o información de disponibilidad" -#: ../plugins/itip-formatter/itip-formatter.c:1583 +#: ../plugins/itip-formatter/itip-formatter.c:1587 msgid "The calendar attached contains multiple items" msgstr "El calendario adjunto contiene elementos múltiples" -#: ../plugins/itip-formatter/itip-formatter.c:1584 +#: ../plugins/itip-formatter/itip-formatter.c:1588 msgid "" "To process all of these items, the file should be saved and the calendar " "imported" @@ -17433,31 +17472,31 @@ msgstr "" "Para procesar todos estos elementos, el archivo debería guardarse y el " "calendario importarse" -#: ../plugins/itip-formatter/itip-formatter.c:2306 +#: ../plugins/itip-formatter/itip-formatter.c:2317 msgid "This meeting recurs" msgstr "Esta reunión se repite" -#: ../plugins/itip-formatter/itip-formatter.c:2309 +#: ../plugins/itip-formatter/itip-formatter.c:2320 msgid "This task recurs" msgstr "Esta tarea se repite" -#: ../plugins/itip-formatter/itip-formatter.c:2312 +#: ../plugins/itip-formatter/itip-formatter.c:2323 msgid "This memo recurs" msgstr "Esta nota se repite" #. Delete message after acting #. FIXME Need a schema for this -#: ../plugins/itip-formatter/itip-formatter.c:2548 +#: ../plugins/itip-formatter/itip-formatter.c:2559 msgid "_Delete message after acting" msgstr "_Borrar el mensaje después de actuar" -#: ../plugins/itip-formatter/itip-formatter.c:2558 -#: ../plugins/itip-formatter/itip-formatter.c:2590 +#: ../plugins/itip-formatter/itip-formatter.c:2569 +#: ../plugins/itip-formatter/itip-formatter.c:2601 msgid "Conflict Search" msgstr "Búsqueda de conflictos" #. Source selector -#: ../plugins/itip-formatter/itip-formatter.c:2573 +#: ../plugins/itip-formatter/itip-formatter.c:2584 msgid "Select the calendars to search for meeting conflicts" msgstr "Seleccione los calendario en los que buscar conflictos entre reuniones" @@ -17943,7 +17982,9 @@ msgid "_Memos:" msgstr "_Notas:" #: ../plugins/itip-formatter/org-gnome-itip-formatter.eplug.xml.h:1 -msgid "Displays text/calendar parts in messages." +#, fuzzy +#| msgid "Displays text/calendar parts in messages." +msgid "Display \"text/calendar\" MIME parts in mail messages." msgstr "Mostrar las partes de texto/calendario en los mensajes." #: ../plugins/itip-formatter/org-gnome-itip-formatter.eplug.xml.h:2 @@ -17970,13 +18011,13 @@ msgid "Proxy _Logout" msgstr "_Cerrar sesión proxy" #: ../plugins/mail-account-disable/org-gnome-mail-account-disable.eplug.xml.h:1 -msgid "Allows disabling of accounts." -msgstr "Permitir desactivar cuentas." - -#: ../plugins/mail-account-disable/org-gnome-mail-account-disable.eplug.xml.h:2 msgid "Disable Account" msgstr "Desactivar cuenta" +#: ../plugins/mail-account-disable/org-gnome-mail-account-disable.eplug.xml.h:2 +msgid "Disable an account by right-clicking on it in the folder tree." +msgstr "" + #: ../plugins/mail-notification/apps-evolution-mail-notification.schemas.in.h:1 msgid "Beep or play sound file." msgstr "Pitar o reproducir un archivo de sonido." @@ -18135,17 +18176,15 @@ msgid "Notify new messages for _Inbox only" msgstr "Notificar nuevos mensajes sólo para la _bandeja de entrada" #: ../plugins/mail-notification/org-gnome-mail-notification.eplug.xml.h:1 -msgid "" -"Generates a D-Bus message or notifies the user with an icon in notification " -"area and a notification message whenever a new message has arrived." -msgstr "" -"Genera un mensaje D-Bus o notifica al usuario con un icono en el área de " -"notificación y un mensaje de notificación siempre que llegue correo nuevo." - -#: ../plugins/mail-notification/org-gnome-mail-notification.eplug.xml.h:2 msgid "Mail Notification" msgstr "Notificación de correo" +#: ../plugins/mail-notification/org-gnome-mail-notification.eplug.xml.h:2 +#, fuzzy +#| msgid "Play sound when new messages arrive." +msgid "Notifies you when new mail messages arrive." +msgstr "Reproducir un sonido cuando llegue correo nuevo." + #: ../plugins/mail-to-task/mail-to-task.c:343 #, c-format msgid "Cannot open calendar. %s" @@ -18186,12 +18225,10 @@ msgid "Cannot get source list. %s" msgstr "No se pudo obtener la lista de origen. %s" #: ../plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml.h:1 -msgid "" -"A plugin which allows the creation of tasks from the contents of a mail " -"message." -msgstr "" -"Un complemento que permite la creación de taras desde el contenido de un " -"mensaje de correo." +#, fuzzy +#| msgid "Convert the selected message to a new task" +msgid "Convert a mail message to a task." +msgstr "Convierte el mensaje seleccionado en una tarea nueva" #: ../plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml.h:2 #: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:5 @@ -18220,7 +18257,9 @@ msgid "Convert to an _Event" msgstr "Convertir en _reunión" #: ../plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml.h:6 -msgid "Mail to task" +#, fuzzy +#| msgid "Mail to task" +msgid "Mail-to-Task" msgstr "Correo a tarea" #: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:1 @@ -18261,8 +18300,11 @@ msgid "Mailing _List" msgstr "_Lista de correo" #: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml.h:6 -msgid "" -"Provide actions for common mailing list commands (subscribe, unsubscribe...)." +#, fuzzy +#| msgid "" +#| "Provide actions for common mailing list commands (subscribe, " +#| "unsubscribe...)." +msgid "Perform common mailing list actions (subscribe, unsubscribe, etc.)." msgstr "" "Proporciona acciones para comandos comunes de listas de correo (suscribirse, " "desuscribirse…)." @@ -18441,22 +18483,24 @@ msgid "Mark Me_ssages as Read" msgstr "Marcar los mensajes como _leídos" #: ../plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml.h:3 -msgid "Used for marking all the messages under a folder as read" -msgstr "Se usa para marcar todos los mensajes bajo una carpeta como leídos" +#, fuzzy +#| msgid "Mark all messages in the folder as read" +msgid "Mark all messages in a folder as read." +msgstr "Marcar todos los mensajes en la carpeta como leídos" #: ../plugins/mono/org-gnome-evolution-mono.eplug.xml.h:1 -msgid "A plugin which implements mono plugins." -msgstr "Un complemento que implementa complementos en mono." - -#: ../plugins/mono/org-gnome-evolution-mono.eplug.xml.h:2 msgid "Mono Loader" msgstr "Cargador de Mono" -#: ../plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml.h:1 -msgid "A plugin for managing which plugins are enabled or disabled." +#: ../plugins/mono/org-gnome-evolution-mono.eplug.xml.h:2 +msgid "Support plugins written in Mono." msgstr "" -"Un complemento para gestionar qué complementos están activados o " -"desactivados." + +#: ../plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml.h:1 +#, fuzzy +#| msgid "Change Evolution's settings" +msgid "Manage your Evolution plugins." +msgstr "Cambia la configuración de Evolution" #. Setup the ui #: ../plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml.h:2 @@ -18493,27 +18537,21 @@ msgstr "Vista general" msgid "Plugin" msgstr "Complemento" -#: ../plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml.h:1 -msgid "" -"A test plugin which demonstrates a formatter plugin which lets you choose to " -"disable HTML messages.\n" -"\n" -"This plugin is unsupported demonstration code only.\n" -msgstr "" -"Un complemento de prueba que demuestra un complemento formateador que le " -"permite elegir para desactivar los correos HTML.\n" -"\n" -"Este complemento es código de demostración sin soporte.\n" - #. but then we also need to create our own section frame -#: ../plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml.h:6 +#: ../plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml.h:2 msgid "Plain Text Mode" msgstr "Modo de texto sin formato" -#: ../plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml.h:7 -msgid "Prefer plain-text" +#: ../plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml.h:3 +#, fuzzy +#| msgid "Prefer plain-text" +msgid "Prefer Plain Text" msgstr "Preferir texto sin formato" +#: ../plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml.h:4 +msgid "View mail messages as plain text, even if they contain HTML content." +msgstr "" + #: ../plugins/prefer-plain/prefer-plain.c:189 msgid "Show HTML if present" msgstr "Mostrar HTML si está presente" @@ -18535,8 +18573,8 @@ msgid "Evolution Profiler" msgstr "Perfilador de Evolution" #: ../plugins/profiler/org-gnome-evolution-profiler.eplug.xml.h:2 -msgid "Writes a log of profiling data events." -msgstr "Escribe un registro perfilando los datos de los eventos." +msgid "Profile data events in Evolution (for developers only)." +msgstr "" #: ../plugins/pst-import/org-gnome-pst-import.eplug.xml.h:1 msgid "Import Outlook messages from PST file" @@ -18570,17 +18608,19 @@ msgid "Importing Outlook data" msgstr "_Importando datos de Outlook" #: ../plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml.h:1 -msgid "Allows calendars to be published to the web" -msgstr "Permite publicar calendarios en la web" - -#: ../plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml.h:2 msgid "Calendar Publishing" msgstr "Publicación de calendarios" -#: ../plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml.h:3 +#: ../plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml.h:2 msgid "Locations" msgstr "Lugares" +#: ../plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml.h:3 +#, fuzzy +#| msgid "Allows calendars to be published to the web" +msgid "Publish calendars to the web." +msgstr "Permite publicar calendarios en la web" + #: ../plugins/publish-calendar/org-gnome-publish-calendar.xml.h:1 msgid "_Publish Calendar Information" msgstr "_Publicar información del calendario" @@ -18801,20 +18841,20 @@ msgid "I_nclude remote tests" msgstr "I_ncluir tests remotos" #: ../plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml.h:1 -msgid "" -"Filters junk messages using SpamAssassin. This plugin requires SpamAssassin " -"to be installed." -msgstr "" -"Filtra mensajes SPAM usando SpamAssassin. Este complemento requiere que se " -"instale SpamAssassin." +#, fuzzy +#| msgid "Filters junk messages using Bogofilter." +msgid "Filter junk messages using SpamAssassin." +msgstr "Filtra mensajes SPAM usando Bogofilter." #: ../plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml.h:2 -msgid "SpamAssassin Options" -msgstr "Opciones de SpamAssasin" +#, fuzzy +#| msgid "SpamAssassin junk plugin" +msgid "SpamAssassin Junk Filter" +msgstr "Complemento de filtro de SPAM SpamAssassin" #: ../plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml.h:3 -msgid "SpamAssassin junk plugin" -msgstr "Complemento de filtro de SPAM SpamAssassin" +msgid "SpamAssassin Options" +msgstr "Opciones de SpamAssasin" #. #. * Translator: the %F %T is the thirth argument for a strftime function. @@ -18897,7 +18937,9 @@ msgid "Save Selected" msgstr "Guardar seleccionados" #: ../plugins/save-calendar/org-gnome-save-calendar.eplug.xml.h:2 -msgid "Saves selected calendar or tasks list to disk." +#, fuzzy +#| msgid "Saves selected calendar or tasks list to disk." +msgid "Save a calendar or task list to disk." msgstr "Guarda el calendario o la lista de tareas seleccionada al disco." #: ../plugins/save-calendar/org-gnome-save-calendar.eplug.xml.h:3 @@ -18922,12 +18964,16 @@ msgid "Select destination file" msgstr "Seleccione el archivo de destino" #: ../plugins/select-one-source/org-gnome-select-one-source.eplug.xml.h:1 -msgid "Select one source" -msgstr "Seleccione un origen" +#, fuzzy +#| msgid "Selects a single calendar or task source for viewing." +msgid "Quickly select a single calendar or task list for viewing." +msgstr "Selecciona un origen de calendario o tarea para verlo." #: ../plugins/select-one-source/org-gnome-select-one-source.eplug.xml.h:2 -msgid "Selects a single calendar or task source for viewing." -msgstr "Selecciona un origen de calendario o tarea para verlo." +#, fuzzy +#| msgid "Select one source" +msgid "Select One Source" +msgstr "Seleccione un origen" #: ../plugins/select-one-source/org-gnome-select-one-source.eplug.xml.h:3 msgid "Show _only this Calendar" @@ -18997,10 +19043,10 @@ msgid "Please wait" msgstr "Por favor espere" #: ../plugins/subject-thread/org-gnome-subject-thread.eplug.xml.h:1 -msgid "Indicates if threading of messages should fall back to subject." -msgstr "" -"Indica si la agrupación de mensajes en conversaciones debe hacerse respecto " -"al asunto." +#, fuzzy +#| msgid "Thread messages by subject" +msgid "Sort mail message threads by subject." +msgstr "Agrupar mensajes según el asunto" #: ../plugins/subject-thread/org-gnome-subject-thread.eplug.xml.h:2 msgid "Subject Threading" @@ -19040,16 +19086,63 @@ msgid "Drafts based template plugin" msgstr "Borradores basados en el complemento de plantillas" #: ../plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml.h:1 -msgid "A simple plugin which uses yTNEF to decode TNEF attachments." -msgstr "Un complemento sencillo que usa yTNEF para decodificar adjuntos TNEF." +msgid "Decode TNEF (winmail.dat) attachments from Microsoft Outlook." +msgstr "" #: ../plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml.h:2 -msgid "TNEF Attachment decoder" +#, fuzzy +#| msgid "TNEF Attachment decoder" +msgid "TNEF Decoder" msgstr "Decodificador de adjuntos TNEF" +#: ../plugins/vcard-inline/org-gnome-vcard-inline.eplug.xml.h:1 +#, fuzzy +#| msgid "Multiple vCards" +msgid "Inline vCards" +msgstr "vCards múltiples" + +#: ../plugins/vcard-inline/org-gnome-vcard-inline.eplug.xml.h:2 +#, fuzzy +#| msgid "Show \"Cc\" field when sending a mail message" +msgid "Show vCards directly in mail messages." +msgstr "Mostrar el campo «Cc» al enviar un mensaje de correo" + +#: ../plugins/vcard-inline/vcard-inline.c:155 +#: ../plugins/vcard-inline/vcard-inline.c:239 +msgid "Show Full vCard" +msgstr "Mostrar vCard completa" + +#: ../plugins/vcard-inline/vcard-inline.c:158 +msgid "Show Compact vCard" +msgstr "Mostrar vCard compacta" + +#: ../plugins/vcard-inline/vcard-inline.c:218 +#, fuzzy +#| msgid "There is one other contact." +#| msgid_plural "There are %d other contacts." +msgid "There is one other contact." +msgstr "Hay otro contacto más." + +#: ../plugins/vcard-inline/vcard-inline.c:227 +#, fuzzy, c-format +#| msgid "There is one other contact." +#| msgid_plural "There are %d other contacts." +msgid "There is %d other contact." +msgid_plural "There are %d other contacts." +msgstr[0] "Hay otro contacto más." +msgstr[1] "Hay otros %d contactos." + +#: ../plugins/vcard-inline/vcard-inline.c:248 +#, fuzzy +#| msgid "Save in address book" +msgid "Save in Address Book" +msgstr "Guardar en la libreta de direcciones" + #: ../plugins/webdav-account-setup/org-gnome-evolution-webdav.eplug.xml.h:1 -msgid "A plugin to setup WebDAV contacts." -msgstr "Un complemento para configurar contactos WebDAV." +#, fuzzy +#| msgid "WebDAV contacts" +msgid "Add WebDAV contacts to Evolution." +msgstr "Contactos WebDAV" #: ../plugins/webdav-account-setup/org-gnome-evolution-webdav.eplug.xml.h:2 msgid "WebDAV contacts" @@ -20600,7 +20693,7 @@ msgstr "Siguiente" msgid "Previews the calendar to be printed" msgstr "Previsualiza el calendario a imprimir" -#: ../ui/evolution-calendar.xml.h:19 ../ui/evolution-mail-message.xml.h:74 +#: ../ui/evolution-calendar.xml.h:19 ../ui/evolution-mail-message.xml.h:70 #: ../widgets/misc/e-calendar.c:171 msgid "Previous" msgstr "Anterior" @@ -20915,7 +21008,7 @@ msgstr "Lista de mensajes por conversaciones" msgid "_Group By Threads" msgstr "A_grupar por conversaciones" -#: ../ui/evolution-mail-list.xml.h:37 ../ui/evolution-mail-message.xml.h:115 +#: ../ui/evolution-mail-list.xml.h:37 ../ui/evolution-mail-message.xml.h:111 #: ../ui/evolution-mail-messagedisplay.xml.h:7 msgid "_Message" msgstr "_Mensaje" @@ -21171,199 +21264,183 @@ msgid "Paste messages from the clipboard" msgstr "Pega los mensajes desde el portapapeles" #: ../ui/evolution-mail-message.xml.h:68 -msgid "Pos_t New Message to Folder" -msgstr "_Publicar un mensaje nuevo en la carpeta" - -#: ../ui/evolution-mail-message.xml.h:69 -msgid "Post a Repl_y" -msgstr "Publicar una _respuesta" - -#: ../ui/evolution-mail-message.xml.h:70 -msgid "Post a message to a Public folder" -msgstr "Publica un mensaje en una carpeta pública" - -#: ../ui/evolution-mail-message.xml.h:71 -msgid "Post a reply to a message in a Public folder" -msgstr "Publica una respuesta a un mensaje en una carpeta pública" - -#: ../ui/evolution-mail-message.xml.h:72 msgid "Pr_evious Important Message" msgstr "Mensaje anterior i_mportante" -#: ../ui/evolution-mail-message.xml.h:73 +#: ../ui/evolution-mail-message.xml.h:69 msgid "Preview the message to be printed" msgstr "Vista previa del mensaje que va a imprimirse" -#: ../ui/evolution-mail-message.xml.h:77 +#: ../ui/evolution-mail-message.xml.h:73 msgid "Print this message" msgstr "Imprime este mensaje" -#: ../ui/evolution-mail-message.xml.h:78 +#: ../ui/evolution-mail-message.xml.h:74 msgid "Re_direct" msgstr "Re_dirigir" -#: ../ui/evolution-mail-message.xml.h:79 +#: ../ui/evolution-mail-message.xml.h:75 msgid "Redirect (bounce) the selected message to someone" msgstr "Redirige (rebotar) el mensaje seleccionado a alguien" -#: ../ui/evolution-mail-message.xml.h:84 +#: ../ui/evolution-mail-message.xml.h:80 msgid "Reset the text to its original size" msgstr "Restablecer el texto a su tamaño original" -#: ../ui/evolution-mail-message.xml.h:85 +#: ../ui/evolution-mail-message.xml.h:81 msgid "Save the selected messages as a text file" msgstr "Guarda los mensajes como un archivo de texto" -#: ../ui/evolution-mail-message.xml.h:86 +#: ../ui/evolution-mail-message.xml.h:82 msgid "Search Folder from Mailing _List..." msgstr "Carpeta de búsqueda según la l_ista de correo…" -#: ../ui/evolution-mail-message.xml.h:87 +#: ../ui/evolution-mail-message.xml.h:83 msgid "Search Folder from Recipien_ts..." msgstr "Carpeta de búsqueda según los des_tinatarios…" -#: ../ui/evolution-mail-message.xml.h:88 +#: ../ui/evolution-mail-message.xml.h:84 msgid "Search Folder from S_ubject..." msgstr "Carpeta de búsqueda según el a_sunto…" -#: ../ui/evolution-mail-message.xml.h:89 +#: ../ui/evolution-mail-message.xml.h:85 msgid "Search Folder from Sen_der..." msgstr "Carpeta de búsqueda según el r_emitente…" -#: ../ui/evolution-mail-message.xml.h:90 +#: ../ui/evolution-mail-message.xml.h:86 msgid "Search for text in the body of the displayed message" msgstr "Busca un texto en el cuerpo del mensaje mostrado" -#: ../ui/evolution-mail-message.xml.h:91 +#: ../ui/evolution-mail-message.xml.h:87 msgid "Select _All Text" msgstr "Seleccionar _todo el texto" -#: ../ui/evolution-mail-message.xml.h:92 +#: ../ui/evolution-mail-message.xml.h:88 msgid "Select all the text in a message" msgstr "Selecciona todo el texto de un mensaje" -#: ../ui/evolution-mail-message.xml.h:93 ../ui/evolution.xml.h:27 +#: ../ui/evolution-mail-message.xml.h:89 ../ui/evolution.xml.h:27 msgid "Set up the page settings for your current printer" msgstr "Establecer la configuración de la página para la impresora actual" -#: ../ui/evolution-mail-message.xml.h:94 +#: ../ui/evolution-mail-message.xml.h:90 msgid "Show a blinking cursor in the body of displayed messages" msgstr "Mostrar un cursor parpadeante en el cuerpo de los mensajes mostrados" -#: ../ui/evolution-mail-message.xml.h:95 +#: ../ui/evolution-mail-message.xml.h:91 msgid "Show messages with all email headers" msgstr "Mostrar los mensajes con todas las cabeceras de correo-e" -#: ../ui/evolution-mail-message.xml.h:96 +#: ../ui/evolution-mail-message.xml.h:92 msgid "Show the raw email source of the message" msgstr "Mostrar mensaje de correo-e en bruto" -#: ../ui/evolution-mail-message.xml.h:97 +#: ../ui/evolution-mail-message.xml.h:93 msgid "Undelete the selected messages" msgstr "Recupera los mensajes seleccionados" -#: ../ui/evolution-mail-message.xml.h:98 +#: ../ui/evolution-mail-message.xml.h:94 msgid "Uni_mportant" msgstr "N_o importante" -#: ../ui/evolution-mail-message.xml.h:99 +#: ../ui/evolution-mail-message.xml.h:95 msgid "Zoom _Out" msgstr "_Reducir" -#: ../ui/evolution-mail-message.xml.h:100 +#: ../ui/evolution-mail-message.xml.h:96 msgid "_Attached" msgstr "_Adjunto" -#: ../ui/evolution-mail-message.xml.h:101 +#: ../ui/evolution-mail-message.xml.h:97 msgid "_Caret Mode" msgstr "Activar cu_rsor" -#: ../ui/evolution-mail-message.xml.h:102 +#: ../ui/evolution-mail-message.xml.h:98 msgid "_Clear Flag" msgstr "_Quitar marca" -#: ../ui/evolution-mail-message.xml.h:105 +#: ../ui/evolution-mail-message.xml.h:101 msgid "_Delete Message" msgstr "_Borrar el mensaje" -#: ../ui/evolution-mail-message.xml.h:107 +#: ../ui/evolution-mail-message.xml.h:103 msgid "_Find in Message..." msgstr "B_uscar en el mensaje…" -#: ../ui/evolution-mail-message.xml.h:108 +#: ../ui/evolution-mail-message.xml.h:104 msgid "_Flag Completed" msgstr "Ma_rcar como terminado" -#: ../ui/evolution-mail-message.xml.h:110 +#: ../ui/evolution-mail-message.xml.h:106 msgid "_Go To" msgstr "_Ir a" -#: ../ui/evolution-mail-message.xml.h:111 +#: ../ui/evolution-mail-message.xml.h:107 msgid "_Important" msgstr "_Importante" -#: ../ui/evolution-mail-message.xml.h:112 +#: ../ui/evolution-mail-message.xml.h:108 msgid "_Inline" msgstr "_Incluido en línea" -#: ../ui/evolution-mail-message.xml.h:113 +#: ../ui/evolution-mail-message.xml.h:109 msgid "_Junk" msgstr "_SPAM" -#: ../ui/evolution-mail-message.xml.h:114 +#: ../ui/evolution-mail-message.xml.h:110 msgid "_Load Images" msgstr "Cargar _imágenes" -#: ../ui/evolution-mail-message.xml.h:116 +#: ../ui/evolution-mail-message.xml.h:112 msgid "_Message Source" msgstr "Me_nsaje en bruto" -#: ../ui/evolution-mail-message.xml.h:118 +#: ../ui/evolution-mail-message.xml.h:114 msgid "_Next Message" msgstr "Mensaje _siguiente" -#: ../ui/evolution-mail-message.xml.h:119 +#: ../ui/evolution-mail-message.xml.h:115 msgid "_Normal Size" msgstr "Tamaño _normal" -#: ../ui/evolution-mail-message.xml.h:120 +#: ../ui/evolution-mail-message.xml.h:116 msgid "_Not Junk" msgstr "No es SPA_M" -#: ../ui/evolution-mail-message.xml.h:121 +#: ../ui/evolution-mail-message.xml.h:117 msgid "_Open in New Window" msgstr "_Abrir en una ventana nueva" -#: ../ui/evolution-mail-message.xml.h:122 +#: ../ui/evolution-mail-message.xml.h:118 msgid "_Previous Message" msgstr "Mensaje _anterior" -#: ../ui/evolution-mail-message.xml.h:124 +#: ../ui/evolution-mail-message.xml.h:120 msgid "_Quoted" msgstr "_Citado" #. Translators: "Read" as in "has been read" (evolution-mail-message.xml) -#: ../ui/evolution-mail-message.xml.h:126 +#: ../ui/evolution-mail-message.xml.h:122 msgid "_Read" msgstr "_Leído" -#: ../ui/evolution-mail-message.xml.h:128 +#: ../ui/evolution-mail-message.xml.h:124 msgid "_Save Message..." msgstr "_Guardar mensaje…" -#: ../ui/evolution-mail-message.xml.h:129 +#: ../ui/evolution-mail-message.xml.h:125 msgid "_Undelete Message" msgstr "_Recuperar mensaje" -#: ../ui/evolution-mail-message.xml.h:130 +#: ../ui/evolution-mail-message.xml.h:126 msgid "_Unread" msgstr "_No leído" -#: ../ui/evolution-mail-message.xml.h:131 +#: ../ui/evolution-mail-message.xml.h:127 msgid "_Zoom" msgstr "_Ampliar" -#: ../ui/evolution-mail-message.xml.h:132 +#: ../ui/evolution-mail-message.xml.h:128 msgid "_Zoom In" msgstr "_Ampliar" @@ -21931,6 +22008,20 @@ msgstr "Tipo MIME:" msgid "Could not set as background" msgstr "No se pudo establecer como fondo" +#: ../widgets/misc/e-attachment-handler-sendto.c:87 +msgid "Could not send attachment" +msgid_plural "Could not send attachments" +msgstr[0] "No se pudo emviar el adjunto" +msgstr[1] "No se pudieron enviar los adjuntos" + +#: ../widgets/misc/e-attachment-handler-sendto.c:129 +msgid "_Send To..." +msgstr "En_viar a…" + +#: ../widgets/misc/e-attachment-handler-sendto.c:131 +msgid "Send the selected attachments somewhere" +msgstr "Enviar los adjuntos seleccionados a algún sitio" + #: ../widgets/misc/e-attachment-icon-view.c:473 #: ../widgets/misc/e-attachment-tree-view.c:517 msgid "Loading" @@ -22192,7 +22283,7 @@ msgstr "Valor de hora inválido" #. FIXME: get the toplevel window... #: ../widgets/misc/e-filter-bar.c:125 ../widgets/misc/e-filter-bar.c:180 -#: ../widgets/misc/e-filter-bar.c:308 ../widgets/misc/e-filter-bar.c:748 +#: ../widgets/misc/e-filter-bar.c:308 ../widgets/misc/e-filter-bar.c:742 msgid "Advanced Search" msgstr "Búsqueda avanzada" @@ -22209,34 +22300,30 @@ msgstr "_Búsquedas" msgid "Searches" msgstr "Búsquedas" -#: ../widgets/misc/e-filter-bar.h:104 ../widgets/misc/e-filter-bar.h:115 +#: ../widgets/misc/e-filter-bar.h:103 ../widgets/misc/e-filter-bar.h:113 msgid "_Save Search..." msgstr "_Guardar búsqueda…" -#: ../widgets/misc/e-filter-bar.h:105 ../widgets/misc/e-filter-bar.h:116 +#: ../widgets/misc/e-filter-bar.h:104 ../widgets/misc/e-filter-bar.h:114 msgid "_Edit Saved Searches..." msgstr "_Editar búsquedas guardadas…" -#: ../widgets/misc/e-filter-bar.h:106 ../widgets/misc/e-filter-bar.h:117 +#: ../widgets/misc/e-filter-bar.h:105 ../widgets/misc/e-filter-bar.h:115 msgid "_Advanced Search..." msgstr "Búsqueda _avanzada…" -#: ../widgets/misc/e-filter-bar.h:107 +#: ../widgets/misc/e-filter-bar.h:106 msgid "All Accounts" msgstr "Todas las cuentas" -#: ../widgets/misc/e-filter-bar.h:108 +#: ../widgets/misc/e-filter-bar.h:107 msgid "Current Account" msgstr "Cuenta actual" -#: ../widgets/misc/e-filter-bar.h:109 +#: ../widgets/misc/e-filter-bar.h:108 msgid "Current Folder" msgstr "Carpeta actual" -#: ../widgets/misc/e-filter-bar.h:110 -msgid "Current Message" -msgstr "Mensaje actual" - #: ../widgets/misc/e-image-chooser.c:168 msgid "Choose Image" msgstr "Elija una imagen" @@ -22286,35 +22373,35 @@ msgstr "Modelo de reflujo" msgid "Column width" msgstr "Anchura de columna" -#: ../widgets/misc/e-search-bar.c:336 ../widgets/misc/e-search-bar.c:469 -#: ../widgets/misc/e-search-bar.c:471 +#: ../widgets/misc/e-search-bar.c:340 ../widgets/misc/e-search-bar.c:475 +#: ../widgets/misc/e-search-bar.c:477 msgid "Search" msgstr "Buscar" -#: ../widgets/misc/e-search-bar.c:336 ../widgets/misc/e-search-bar.c:469 -#: ../widgets/misc/e-search-bar.c:471 +#: ../widgets/misc/e-search-bar.c:340 ../widgets/misc/e-search-bar.c:475 +#: ../widgets/misc/e-search-bar.c:477 msgid "Click here to change the search type" msgstr "Pulse aquí para cambiar el tipo de búsqueda" -#: ../widgets/misc/e-search-bar.c:602 +#: ../widgets/misc/e-search-bar.c:608 msgid "_Search" msgstr "_Buscar" # En conflicto con _Buscar del menu principal -#: ../widgets/misc/e-search-bar.c:608 +#: ../widgets/misc/e-search-bar.c:614 msgid "_Find Now" msgstr "B_uscar ahora" # Conflicto con _Ver del menú principal -#: ../widgets/misc/e-search-bar.c:609 +#: ../widgets/misc/e-search-bar.c:615 msgid "_Clear" msgstr "_Vaciar" -#: ../widgets/misc/e-search-bar.c:864 +#: ../widgets/misc/e-search-bar.c:870 msgid "Item ID" msgstr "ID de elemento" -#: ../widgets/misc/e-search-bar.c:871 ../widgets/text/e-text.c:3567 +#: ../widgets/misc/e-search-bar.c:877 ../widgets/text/e-text.c:3567 #: ../widgets/text/e-text.c:3568 msgid "Text" msgstr "Texto" @@ -22322,19 +22409,17 @@ msgstr "Texto" # #En conflicto con _Mensaje #. To Translators: The "Show: " label is followed by the Quick Search Dropdown Menu where you can choose #. to display "All Messages", "Unread Messages", "Message with 'Important' Label" and so on... -#: ../widgets/misc/e-search-bar.c:1002 +#: ../widgets/misc/e-search-bar.c:1013 msgid "Sho_w: " msgstr "M_ostrar: " -#. To Translators: The "Show: " label is followed by the Quick Search Text input field where one enters -#. the term to search for -#: ../widgets/misc/e-search-bar.c:1019 +#: ../widgets/misc/e-search-bar.c:1032 msgid "Sear_ch: " msgstr "B_uscar: " #. To Translators: The " in " label is part of the Quick Search Bar, example: #. Search: | <user's_search_term> | in | Current Folder/All Accounts/Current Account -#: ../widgets/misc/e-search-bar.c:1031 +#: ../widgets/misc/e-search-bar.c:1048 msgid " i_n " msgstr " e_n " @@ -22977,6 +23062,230 @@ msgstr "Contexto IM" msgid "Handle Popup" msgstr "Tirador emergente" +#~ msgid "Provides core functionality for local address books." +#~ msgstr "" +#~ "Proporciona funcionalidad básica para libretas de direcciones locales." + +#~ msgid "" +#~ "Looks for clues in a message for mention of attachments and warns if the " +#~ "attachment is missing" +#~ msgstr "" +#~ "Busca indicios de mención de adjuntos en un mensaje y avisa si el adjunto " +#~ "falta" + +#~ msgid "" +#~ "A formatter plugin which displays audio attachments inline and allows you " +#~ "to play them directly from Evolution." +#~ msgstr "" +#~ "Un complemento de formato que muestra los adjuntos de sonido en línea y " +#~ "permite reproducirlos directamente desde evolution." + +#~ msgid "A plugin for backing up and restore Evolution data and settings." +#~ msgstr "" +#~ "Un complemento para respaldar y restaurar los datos de Evolution y la " +#~ "configuración." + +#~ msgid "CalDAV Calendar sources" +#~ msgstr "Fuentes de calendarios CalDAV" + +#~ msgid "Provides core functionality for local calendars." +#~ msgstr "Proporciona funcionalidad básica para calendarios locales." + +#~ msgid "HTTP Calendars" +#~ msgstr "Calendarios HTTP" + +#~ msgid "Provides core functionality for webcal and http calendars." +#~ msgstr "Proporciona funcionalidad básica para calendarios webcal y http." + +#~ msgid "Provides core functionality for weather calendars." +#~ msgstr "Proporciona funcionalidad básica para calendarios meteorológicos." + +#~ msgid "" +#~ "A test plugin which demonstrates a popup menu plugin which lets you copy " +#~ "things to the clipboard." +#~ msgstr "" +#~ "Un complemento de prueba que demuestra un menú emergente que le permite " +#~ "copiar cosas al portapapeles." + +#~ msgid "" +#~ "Provides functionality for marking a calendar or an address book as the " +#~ "default one." +#~ msgstr "" +#~ "Proporciona funcionalidad para marcar un calendario o una libreta de " +#~ "direcciones como el o la predeterminada." + +#~ msgid "" +#~ "A plugin that manages a collection of Exchange account specific " +#~ "operations and features." +#~ msgstr "" +#~ "Un complemento que gestiona una colección de operaciones y " +#~ "características específicas de una cuenta Exchange." + +#~ msgid "Allows unsubscribing of mail folders in the side bar context menu." +#~ msgstr "" +#~ "Permite desuscribirse de las listas de correo en el menú contextual de la " +#~ "barra lateral." + +#~ msgid "A plugin to setup Google Calendar and Contacts." +#~ msgstr "" +#~ "Un complemento para configurar el calendario y los contactos de Google." + +#~ msgid "Google sources" +#~ msgstr "Recursos de Google" + +#~ msgid "A plugin to setup GroupWise calendar and contacts sources." +#~ msgstr "" +#~ "Un complemento para configurar fuentes de calendarios y contactos para " +#~ "GroupWise." + +#~ msgid "This is a recurring meeting" +#~ msgstr "Esta es una cita repetitiva" + +#~ msgid "Would you like to accept it?" +#~ msgstr "¿Quiere aceptarlo?" + +#~ msgid "Would you like to decline it?" +#~ msgstr "¿Quiere rechazarlo?" + +#~ msgid "A plugin to setup hula calendar sources." +#~ msgstr "Un complemento para configurar fuentes de calendarios hula." + +#~ msgid "Hula Account Setup" +#~ msgstr "Configuración de la cuenta Hula" + +#~ msgid "A plugin for the features in the IMAP accounts." +#~ msgstr "Un complemento para las características en las cuentas IMAP." + +#~ msgid "" +#~ "Synchronize the selected task/memo/calendar/address book with Apple iPod" +#~ msgstr "" +#~ "Sincronizar la tarea/nota/calendario/libreta de direcciones con Apple iPod" + +#~ msgid "Allows disabling of accounts." +#~ msgstr "Permitir desactivar cuentas." + +#~ msgid "" +#~ "Generates a D-Bus message or notifies the user with an icon in " +#~ "notification area and a notification message whenever a new message has " +#~ "arrived." +#~ msgstr "" +#~ "Genera un mensaje D-Bus o notifica al usuario con un icono en el área de " +#~ "notificación y un mensaje de notificación siempre que llegue correo nuevo." + +#~ msgid "" +#~ "A plugin which allows the creation of tasks from the contents of a mail " +#~ "message." +#~ msgstr "" +#~ "Un complemento que permite la creación de taras desde el contenido de un " +#~ "mensaje de correo." + +#~ msgid "Used for marking all the messages under a folder as read" +#~ msgstr "Se usa para marcar todos los mensajes bajo una carpeta como leídos" + +#~ msgid "A plugin which implements mono plugins." +#~ msgstr "Un complemento que implementa complementos en mono." + +#~ msgid "A plugin for managing which plugins are enabled or disabled." +#~ msgstr "" +#~ "Un complemento para gestionar qué complementos están activados o " +#~ "desactivados." + +#~ msgid "" +#~ "A test plugin which demonstrates a formatter plugin which lets you choose " +#~ "to disable HTML messages.\n" +#~ "\n" +#~ "This plugin is unsupported demonstration code only.\n" +#~ msgstr "" +#~ "Un complemento de prueba que demuestra un complemento formateador que le " +#~ "permite elegir para desactivar los correos HTML.\n" +#~ "\n" +#~ "Este complemento es código de demostración sin soporte.\n" + +#~ msgid "Writes a log of profiling data events." +#~ msgstr "Escribe un registro perfilando los datos de los eventos." + +#~ msgid "" +#~ "Filters junk messages using SpamAssassin. This plugin requires " +#~ "SpamAssassin to be installed." +#~ msgstr "" +#~ "Filtra mensajes SPAM usando SpamAssassin. Este complemento requiere que " +#~ "se instale SpamAssassin." + +#~ msgid "Indicates if threading of messages should fall back to subject." +#~ msgstr "" +#~ "Indica si la agrupación de mensajes en conversaciones debe hacerse " +#~ "respecto al asunto." + +#~ msgid "A simple plugin which uses yTNEF to decode TNEF attachments." +#~ msgstr "" +#~ "Un complemento sencillo que usa yTNEF para decodificar adjuntos TNEF." + +#~ msgid "A plugin to setup WebDAV contacts." +#~ msgstr "Un complemento para configurar contactos WebDAV." + +#~ msgid "Current Message" +#~ msgstr "Mensaje actual" + +#~ msgid "_Post-To Field" +#~ msgstr "Campo «_Publicar-en»" + +#~ msgid "Toggles whether the Post-To field is displayed" +#~ msgstr "Conmutador que indica si se muestra el campo «Publicar-en»" + +#~ msgid "_Subject Field" +#~ msgstr "Campo A_sunto" + +#~ msgid "Toggles whether the Subject field is displayed" +#~ msgstr "Conmuta cuando se muestra el campo «Asunto»" + +#~ msgid "_To Field" +#~ msgstr "Campo «_Para»" + +#~ msgid "Toggles whether the To field is displayed" +#~ msgstr "Conmutador que indica si se muestra el campo «Para»" + +#~ msgid "View/Bcc menu item is checked" +#~ msgstr "El elemento del menú «Ver/Cco» está marcado" + +#~ msgid "View/Bcc menu item is checked." +#~ msgstr "El elemento del menú «Ver/Cco» está marcado." + +#~ msgid "View/Cc menu item is checked" +#~ msgstr "El elemento del menú «Ver/Cc» está marcado" + +#~ msgid "View/Cc menu item is checked." +#~ msgstr "El elemento del menú «Ver/Cc» está marcado." + +#~ msgid "View/From menu item is checked" +#~ msgstr "El elemento del menú «Ver/De» está marcado" + +#~ msgid "View/From menu item is checked." +#~ msgstr "El elemento del menú «Ver/De» está marcado." + +#~ msgid "View/PostTo menu item is checked" +#~ msgstr "El elemento del menú «Ver/Publicar en» está marcado" + +#~ msgid "View/PostTo menu item is checked." +#~ msgstr "El elemento del menú «Ver/Publicar en» está marcado." + +#~ msgid "View/ReplyTo menu item is checked" +#~ msgstr "El elemento del menú «Ver/Responder a» está marcado" + +#~ msgid "View/ReplyTo menu item is checked." +#~ msgstr "El elemento del menú «Ver/Responder a» está marcado." + +#~ msgid "Pos_t New Message to Folder" +#~ msgstr "_Publicar un mensaje nuevo en la carpeta" + +#~ msgid "Post a Repl_y" +#~ msgstr "Publicar una _respuesta" + +#~ msgid "Post a message to a Public folder" +#~ msgstr "Publica un mensaje en una carpeta pública" + +#~ msgid "Post a reply to a message in a Public folder" +#~ msgstr "Publica una respuesta a un mensaje en una carpeta pública" + #~ msgid "Adjust for daylight sa_ving time" #~ msgstr "Ajustar a la hora de _verano" @@ -23955,9 +24264,6 @@ msgstr "Tirador emergente" #~ msgid "Press space key to toggle attachment bar" #~ msgstr "Pulse la barra espaciadora para cambiar la barra de adjuntos" -#~ msgid "Select folder to save selected attachments..." -#~ msgstr "Seleccione la carpeta donde guardar los adjuntos seleccionados…" - #~ msgid "_Save Selected" #~ msgstr "_Guardar seleccionados" @@ -4,14 +4,12 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. # Gil Osher <dolfin@rpg.org.il>, 2004. # -#: ../shell/main.c:603 msgid "" msgstr "" "Project-Id-Version: evolution.HEAD.he\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=evolution\n" -"POT-Creation-Date: 2009-01-15 14:48+0000\n" -"PO-Revision-Date: 2008-08-28 15:33+0200\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=evolution\n" +"POT-Creation-Date: 2009-05-25 15:58+0000\n" +"PO-Revision-Date: 2009-05-25 19:59+0200\n" "Last-Translator: Mark Krapivner <mark125@gmail.com>\n" "Language-Team: Hebrew <he@li.org>\n" "MIME-Version: 1.0\n" @@ -19,6 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: KBabel 1.3.1\n" +"X-Poedit-Language: Hebrew\n" #: ../a11y/addressbook/ea-addressbook-view.c:94 #: ../a11y/addressbook/ea-addressbook-view.c:103 @@ -27,12 +26,12 @@ msgid "evolution address book" msgstr "ספר הכתובות של Evolution" #: ../a11y/addressbook/ea-minicard-view.c:33 -#: ../addressbook/gui/component/addressbook-component.c:228 +#: ../addressbook/gui/component/addressbook-component.c:208 msgid "New Contact" msgstr "איש קשר חדש" #: ../a11y/addressbook/ea-minicard-view.c:34 -#: ../addressbook/gui/component/addressbook-component.c:236 +#: ../addressbook/gui/component/addressbook-component.c:216 msgid "New Contact List" msgstr "רשימת תפוצה חדשה" @@ -116,7 +115,8 @@ msgstr "" #. To translators: Here, "It" is either like "Work Week View: July #. 10th - July 14th, 2006." or "Day View: Thursday July 13th, 2006." -#: ../a11y/calendar/ea-day-view.c:148 ../a11y/calendar/ea-week-view.c:147 +#: ../a11y/calendar/ea-day-view.c:148 +#: ../a11y/calendar/ea-week-view.c:147 #, c-format msgid "It has %d event." msgid_plural "It has %d events." @@ -125,7 +125,8 @@ msgstr[1] "" #. To translators: Here, "It" is either like "Work Week View: July #. 10th - July 14th, 2006." or "Day View: Thursday July 13th, 2006." -#: ../a11y/calendar/ea-day-view.c:152 ../a11y/calendar/ea-week-view.c:149 +#: ../a11y/calendar/ea-day-view.c:152 +#: ../a11y/calendar/ea-week-view.c:149 msgid "It has no events." msgstr "" @@ -154,7 +155,7 @@ msgid "calendar view for one or more days" msgstr "" #: ../a11y/calendar/ea-gnome-calendar.c:186 -#: ../calendar/gui/calendar-component.c:803 +#: ../calendar/gui/calendar-component.c:771 msgid "%A %d %b %Y" msgstr "%A %d %b %Y" @@ -165,8 +166,9 @@ msgstr "%A %d %b %Y" #. You can change the order but don't change the #. specifiers or add anything. #: ../a11y/calendar/ea-gnome-calendar.c:189 -#: ../calendar/gui/calendar-component.c:806 -#: ../calendar/gui/e-day-view-top-item.c:855 ../calendar/gui/e-day-view.c:1584 +#: ../calendar/gui/calendar-component.c:774 +#: ../calendar/gui/e-day-view-top-item.c:855 +#: ../calendar/gui/e-day-view.c:1598 #: ../calendar/gui/e-week-view-main-item.c:335 msgid "%a %d %b" msgstr "%a %d %b" @@ -174,9 +176,9 @@ msgstr "%a %d %b" #: ../a11y/calendar/ea-gnome-calendar.c:191 #: ../a11y/calendar/ea-gnome-calendar.c:196 #: ../a11y/calendar/ea-gnome-calendar.c:198 -#: ../calendar/gui/calendar-component.c:808 -#: ../calendar/gui/calendar-component.c:813 -#: ../calendar/gui/calendar-component.c:815 +#: ../calendar/gui/calendar-component.c:776 +#: ../calendar/gui/calendar-component.c:781 +#: ../calendar/gui/calendar-component.c:783 msgid "%a %d %b %Y" msgstr "%a %d %b %Y" @@ -184,10 +186,10 @@ msgstr "%a %d %b %Y" #: ../a11y/calendar/ea-gnome-calendar.c:221 #: ../a11y/calendar/ea-gnome-calendar.c:227 #: ../a11y/calendar/ea-gnome-calendar.c:229 -#: ../calendar/gui/calendar-component.c:827 -#: ../calendar/gui/calendar-component.c:834 -#: ../calendar/gui/calendar-component.c:840 -#: ../calendar/gui/calendar-component.c:842 +#: ../calendar/gui/calendar-component.c:795 +#: ../calendar/gui/calendar-component.c:802 +#: ../calendar/gui/calendar-component.c:808 +#: ../calendar/gui/calendar-component.c:810 msgid "%d %b %Y" msgstr "%d %b %Y" @@ -197,8 +199,9 @@ msgstr "%d %b %Y" #. month name. You can change the order but don't #. change the specifiers or add anything. #: ../a11y/calendar/ea-gnome-calendar.c:219 -#: ../calendar/gui/calendar-component.c:832 -#: ../calendar/gui/e-day-view-top-item.c:859 ../calendar/gui/e-day-view.c:1600 +#: ../calendar/gui/calendar-component.c:800 +#: ../calendar/gui/e-day-view-top-item.c:859 +#: ../calendar/gui/e-day-view.c:1614 #: ../calendar/gui/e-week-view-main-item.c:349 msgid "%d %b" msgstr "%d %b" @@ -272,19 +275,19 @@ msgstr "תפקיד" msgid "toggle the cell" msgstr "" -#: ../a11y/e-table/gal-a11y-e-cell-tree.c:208 +#: ../a11y/e-table/gal-a11y-e-cell-tree.c:210 msgid "expand" msgstr "הרחב" -#: ../a11y/e-table/gal-a11y-e-cell-tree.c:209 +#: ../a11y/e-table/gal-a11y-e-cell-tree.c:211 msgid "expands the row in the ETree containing this cell" msgstr "" -#: ../a11y/e-table/gal-a11y-e-cell-tree.c:214 +#: ../a11y/e-table/gal-a11y-e-cell-tree.c:216 msgid "collapse" msgstr "" -#: ../a11y/e-table/gal-a11y-e-cell-tree.c:215 +#: ../a11y/e-table/gal-a11y-e-cell-tree.c:217 msgid "collapses the row in the ETree containing this cell" msgstr "" @@ -294,7 +297,7 @@ msgstr "תא בטבלה" #: ../a11y/e-table/gal-a11y-e-table-click-to-add.c:59 #: ../a11y/e-table/gal-a11y-e-table-click-to-add.c:134 -#: ../widgets/table/e-table-click-to-add.c:580 +#: ../widgets/table/e-table-click-to-add.c:579 msgid "click to add" msgstr "לחץ כאן כדי להוסיף" @@ -334,26 +337,13 @@ msgstr "הש_תמש בברירת המחדל" msgid "Popup Menu" msgstr "תפריט קופץ" -#: ../a11y/widgets/ea-expander.c:40 -#, fuzzy -msgid "Toggle Attachment Bar" -msgstr "שמור בשם..." - -#: ../a11y/widgets/ea-expander.c:50 -msgid "activate" -msgstr "הפעל" - #. For Translators: {0} is the name of the address book source #: ../addressbook/addressbook.error.xml.h:2 -msgid "" -"'{0}' is a read-only address book and cannot be modified. Please select a " -"different address book from the side bar in the Contacts view." +msgid "'{0}' is a read-only address book and cannot be modified. Please select a different address book from the side bar in the Contacts view." msgstr "" #: ../addressbook/addressbook.error.xml.h:3 -msgid "" -"A contact already exists with this address. Would you like to add a new card " -"with the same address anyway?" +msgid "A contact already exists with this address. Would you like to add a new card with the same address anyway?" msgstr "איש קשר עם כתובת זו כבר קיים. ליצור כרטיס חדש עם אותה הכתובת בכל זאת?" #: ../addressbook/addressbook.error.xml.h:4 @@ -373,10 +363,7 @@ msgid "Category editor not available." msgstr "עורך הקטגוריות לא זמין." #: ../addressbook/addressbook.error.xml.h:8 -msgid "" -"Check to make sure your password is spelled correctly and that you are using " -"a supported login method. Remember that many passwords are case sensitive; " -"your caps lock might be on." +msgid "Check to make sure your password is spelled correctly and that you are using a supported login method. Remember that many passwords are case sensitive; your caps lock might be on." msgstr "" #: ../addressbook/addressbook.error.xml.h:9 @@ -388,10 +375,7 @@ msgid "Could not remove address book." msgstr "לא ניתן להסיר את ספר הכתובות." #: ../addressbook/addressbook.error.xml.h:11 -msgid "" -"Currently you can access only GroupWise System Address Book from Evolution. " -"Please use some other GroupWise mail client once, to get your GroupWise " -"Frequent Contacts and GroupWise Personal Contacts folders." +msgid "Currently you can only access the GroupWise System Address Book from Evolution. Please use some other GroupWise mail client once to get your GroupWise Frequent Contacts and Groupwise Personal Contacts folders." msgstr "" #: ../addressbook/addressbook.error.xml.h:12 @@ -439,15 +423,11 @@ msgid "The Evolution address book has quit unexpectedly." msgstr "ספר הכתובות של Evolution נסגר באופן בלתי צפוי." #: ../addressbook/addressbook.error.xml.h:22 -msgid "" -"The image you have selected is large. Do you want to resize and store it?" +msgid "The image you have selected is large. Do you want to resize and store it?" msgstr "התמונה שנבחרה גדולה. לכווץ ולשמור אותה?" #: ../addressbook/addressbook.error.xml.h:23 -msgid "" -"This LDAP server may use an older version of LDAP, which does not support " -"this functionality or it may be misconfigured. Ask your administrator for " -"supported search bases." +msgid "This LDAP server may use an older version of LDAP, which does not support this functionality or it may be misconfigured. Ask your administrator for supported search bases." msgstr "" #: ../addressbook/addressbook.error.xml.h:24 @@ -459,9 +439,7 @@ msgid "This address book server does not have any suggested search bases." msgstr "" #: ../addressbook/addressbook.error.xml.h:26 -msgid "" -"This address book server might be unreachable or the server name may be " -"misspelled or your network connection could be down." +msgid "This address book server might be unreachable or the server name may be misspelled or your network connection could be down." msgstr "" #: ../addressbook/addressbook.error.xml.h:27 @@ -489,16 +467,11 @@ msgid "Would you like to save your changes?" msgstr "האם ברצונך לשמור את השינויים שלך?" #: ../addressbook/addressbook.error.xml.h:33 -msgid "" -"You are attempting to move a contact from one address book to another but it " -"cannot be removed from the source. Do you want to save a copy instead?" +msgid "You are attempting to move a contact from one address book to another but it cannot be removed from the source. Do you want to save a copy instead?" msgstr "" #: ../addressbook/addressbook.error.xml.h:34 -msgid "" -"You are connecting to an unsupported GroupWise server and may encounter " -"problems using Evolution. For best results the server should be upgraded to " -"a supported version" +msgid "You are connecting to an unsupported GroupWise server and may encounter problems using Evolution. For best results the server should be upgraded to a supported version" msgstr "" #: ../addressbook/addressbook.error.xml.h:35 @@ -507,17 +480,15 @@ msgid "You do not have permission to delete contacts in this address book." msgstr "אין לך הרשאות מספיקות על מנת למחוק איש קשר מספר כתובות זה." #: ../addressbook/addressbook.error.xml.h:36 -msgid "" -"You have made modifications to this contact. Do you want to save these " -"changes?" +msgid "You have made modifications to this contact. Do you want to save these changes?" msgstr "ביצעת שינויים לאיש הקשר הזה. האם ברצונך לשמור את השינויים הללו?" #: ../addressbook/addressbook.error.xml.h:37 -msgid "" -"Your contacts for {0} will not be available until Evolution is restarted." +msgid "Your contacts for {0} will not be available until Evolution is restarted." msgstr "" -#: ../addressbook/addressbook.error.xml.h:38 ../mail/em-vfolder-rule.c:513 +#: ../addressbook/addressbook.error.xml.h:38 +#: ../mail/em-vfolder-rule.c:513 #: ../plugins/groupwise-features/junk-settings.glade.h:4 #: ../plugins/groupwise-features/properties.glade.h:10 #: ../widgets/table/e-table-config.glade.h:18 @@ -541,7 +512,8 @@ msgid "_Use as it is" msgstr "" #. For Translators: {0} is the string describing why the search could not be performed (eg: "The backend for this address book was unable to parse this query." -#: ../addressbook/addressbook.error.xml.h:44 ../mail/mail.error.xml.h:143 +#: ../addressbook/addressbook.error.xml.h:44 +#: ../mail/mail.error.xml.h:143 #: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:83 msgid "{0}" msgstr "{0}" @@ -551,17 +523,17 @@ msgstr "{0}" msgid "{1}" msgstr "{1}" -#: ../addressbook/conduit/address-conduit.c:491 +#: ../addressbook/conduit/address-conduit.c:592 msgid "Default Sync Address:" msgstr "כתובת סנכרון ברירת מחדל:" -#: ../addressbook/conduit/address-conduit.c:1521 -#: ../addressbook/conduit/address-conduit.c:1522 +#: ../addressbook/conduit/address-conduit.c:1614 +#: ../addressbook/conduit/address-conduit.c:1615 msgid "Could not load address book" msgstr "לא ניתן לטעון את ספר הכתובות" -#: ../addressbook/conduit/address-conduit.c:1599 -#: ../addressbook/conduit/address-conduit.c:1602 +#: ../addressbook/conduit/address-conduit.c:1692 +#: ../addressbook/conduit/address-conduit.c:1695 msgid "Could not read pilot's Address application block" msgstr "" @@ -585,8 +557,9 @@ msgstr "הגדר את ההשלמה האוטומטית כאן" #. Create the contacts group #: ../addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in.h:5 #: ../addressbook/gui/component/addressbook-view.c:1213 -#: ../calendar/gui/calendar-component.c:307 ../calendar/gui/migration.c:396 -#: ../plugins/exchange-operations/exchange-delegates-user.c:78 +#: ../calendar/gui/calendar-component.c:193 +#: ../calendar/gui/migration.c:396 +#: ../plugins/exchange-operations/exchange-delegates-user.c:76 #: ../plugins/exchange-operations/exchange-folder.c:582 msgid "Contacts" msgstr "אנשי קשר" @@ -625,142 +598,187 @@ msgstr "Manage your S/MIME certificates here" #. create the local source group #. On This Computer is always first and Search Folders is always last -#: ../addressbook/gui/component/addressbook-component.c:143 +#: ../addressbook/gui/component/addressbook-component.c:97 #: ../addressbook/gui/component/addressbook-migrate.c:500 -#: ../calendar/gui/calendar-component.c:244 -#: ../calendar/gui/memos-component.c:199 ../calendar/gui/migration.c:475 -#: ../calendar/gui/migration.c:577 ../calendar/gui/migration.c:1091 -#: ../calendar/gui/tasks-component.c:195 ../mail/em-folder-tree-model.c:200 -#: ../mail/em-folder-tree-model.c:202 ../mail/em-migrate.c:2967 -#: ../mail/mail-component.c:316 ../mail/mail-vfolder.c:223 -#: ../mail/message-list.c:1516 +#: ../calendar/gui/calendar-component.c:192 +#: ../calendar/gui/memos-component.c:152 +#: ../calendar/gui/migration.c:475 +#: ../calendar/gui/migration.c:577 +#: ../calendar/gui/migration.c:1091 +#: ../calendar/gui/tasks-component.c:149 +#: ../mail/em-folder-tree-model.c:203 +#: ../mail/em-folder-tree-model.c:205 +#: ../mail/em-migrate.c:2890 +#: ../mail/mail-component.c:318 +#: ../mail/mail-vfolder.c:217 +#: ../mail/message-list.c:1517 msgid "On This Computer" msgstr "במחשב זה" +#. Create the LDAP source group +#: ../addressbook/gui/component/addressbook-component.c:98 +#: ../addressbook/gui/component/addressbook-migrate.c:518 +msgid "On LDAP Servers" +msgstr "על שרתי LDAP" + +#. ensure the source name is in current locale, not read from configuration +#. Create the default Person addressbook +#. ensure the source name is in current locale, not read from configuration +#. Create the default Person addressbook +#. ensure the source name is in current locale, not read from configuration #. Create the default Person addressbook #. Create the default Person calendar #. Create the default Person task list +#. ensure the source name is in current locale, not read from configuration #. Create the default Person addressbook #. orange -#: ../addressbook/gui/component/addressbook-component.c:151 +#: ../addressbook/gui/component/addressbook-component.c:135 +#: ../addressbook/gui/component/addressbook-component.c:138 #: ../addressbook/gui/component/addressbook-migrate.c:508 -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:21 #: ../addressbook/gui/widgets/eab-contact-display.c:652 -#: ../calendar/gui/calendar-component.c:255 -#: ../calendar/gui/memos-component.c:208 ../calendar/gui/migration.c:485 -#: ../calendar/gui/migration.c:585 ../calendar/gui/migration.c:1099 -#: ../calendar/gui/tasks-component.c:204 ../mail/em-migrate.c:1058 +#: ../calendar/gui/calendar-component.c:232 +#: ../calendar/gui/calendar-component.c:238 +#: ../calendar/gui/memos-component.c:190 +#: ../calendar/gui/memos-component.c:194 +#: ../calendar/gui/migration.c:485 +#: ../calendar/gui/migration.c:585 +#: ../calendar/gui/migration.c:1099 +#: ../calendar/gui/tasks-component.c:187 +#: ../calendar/gui/tasks-component.c:191 +#: ../mail/em-migrate.c:959 +#: ../plugins/email-custom-header/email-custom-header.c:338 msgid "Personal" msgstr "אישי" -#. Create the LDAP source group -#: ../addressbook/gui/component/addressbook-component.c:162 -#: ../addressbook/gui/component/addressbook-migrate.c:518 -msgid "On LDAP Servers" -msgstr "על שרתי LDAP" - -#: ../addressbook/gui/component/addressbook-component.c:229 +#: ../addressbook/gui/component/addressbook-component.c:209 msgctxt "New" msgid "_Contact" msgstr "איש _קשר" -#: ../addressbook/gui/component/addressbook-component.c:230 +#: ../addressbook/gui/component/addressbook-component.c:210 msgid "Create a new contact" msgstr "צור איש קשר חדש" -#: ../addressbook/gui/component/addressbook-component.c:237 +#: ../addressbook/gui/component/addressbook-component.c:217 msgctxt "New" msgid "Contact _List" msgstr "_רשימת אנשי קשר" -#: ../addressbook/gui/component/addressbook-component.c:238 +#: ../addressbook/gui/component/addressbook-component.c:218 msgid "Create a new contact list" msgstr "צור רשימת תפוצה חדשה" -#: ../addressbook/gui/component/addressbook-component.c:244 -#: ../addressbook/gui/component/addressbook-config.c:1223 +#: ../addressbook/gui/component/addressbook-component.c:224 +#: ../addressbook/gui/component/addressbook-config.c:1247 msgid "New Address Book" msgstr "ספר כתובות חדש" -#: ../addressbook/gui/component/addressbook-component.c:245 +#: ../addressbook/gui/component/addressbook-component.c:225 msgctxt "New" msgid "Address _Book" msgstr "ספר _כתובות" -#: ../addressbook/gui/component/addressbook-component.c:246 +#: ../addressbook/gui/component/addressbook-component.c:226 msgid "Create a new address book" msgstr "צור ספר כתובות חדש" -#: ../addressbook/gui/component/addressbook-component.c:409 +#: ../addressbook/gui/component/addressbook-component.c:389 msgid "Failed upgrading Address Book settings or folders." msgstr "" -#: ../addressbook/gui/component/addressbook-config.c:332 +#: ../addressbook/gui/component/addressbook-config.c:217 +msgid "Selecting this option means that Evolution will only connect to your LDAP server if your LDAP server supports SSL." +msgstr "" + +#: ../addressbook/gui/component/addressbook-config.c:219 +msgid "Selecting this option means that Evolution will only connect to your LDAP server if your LDAP server supports TLS." +msgstr "" + +#: ../addressbook/gui/component/addressbook-config.c:221 +msgid "Selecting this option means that your server does not support either SSL or TLS. This means that your connection will be insecure, and that you will be vulnerable to security exploits." +msgstr "" + +#: ../addressbook/gui/component/addressbook-config.c:346 msgid "Base" msgstr "בסיס" -#: ../addressbook/gui/component/addressbook-config.c:533 -#: ../calendar/gui/dialogs/calendar-setup.c:170 +#: ../addressbook/gui/component/addressbook-config.c:547 +#: ../calendar/gui/dialogs/calendar-setup.c:169 msgid "_Type:" msgstr "_סוג:" -#: ../addressbook/gui/component/addressbook-config.c:635 +#: ../addressbook/gui/component/addressbook-config.c:649 msgid "Copy _book content locally for offline operation" msgstr "" -#: ../addressbook/gui/component/addressbook-config.c:998 -#: ../addressbook/gui/component/ldap-config.glade.h:22 -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:21 -#: ../calendar/gui/dialogs/calendar-setup.c:368 -#: ../calendar/gui/dialogs/calendar-setup.c:379 -#: ../calendar/gui/dialogs/calendar-setup.c:390 -#: ../mail/em-folder-properties.c:283 ../mail/mail-config.glade.h:90 -#: ../plugins/itip-formatter/itip-formatter.c:2466 +#: ../addressbook/gui/component/addressbook-config.c:761 +msgid "This is the port on the LDAP server that Evolution will try to connect to. A list of standard ports has been provided. Ask your system administrator what port you should specify." +msgstr "" + +#: ../addressbook/gui/component/addressbook-config.c:839 +msgid "This is the method Evolution will use to authenticate you. Note that setting this to \"Email Address\" requires anonymous access to your LDAP server." +msgstr "" + +#: ../addressbook/gui/component/addressbook-config.c:918 +msgid "The search scope defines how deep you would like the search to extend down the directory tree. A search scope of \"sub\" will include all entries below your search base. A search scope of \"one\" will only include the entries one level beneath your base." +msgstr "" + +#: ../addressbook/gui/component/addressbook-config.c:1022 +#: ../addressbook/gui/component/ldap-config.glade.h:17 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:20 +#: ../calendar/gui/dialogs/calendar-setup.c:367 +#: ../calendar/gui/dialogs/calendar-setup.c:378 +#: ../calendar/gui/dialogs/calendar-setup.c:389 +#: ../mail/em-folder-properties.c:283 +#: ../mail/mail-config.glade.h:95 +#: ../plugins/itip-formatter/itip-formatter.c:2545 #: ../smime/gui/smime-ui.glade.h:28 msgid "General" msgstr "כללי" -#: ../addressbook/gui/component/addressbook-config.c:999 -#: ../addressbook/gui/widgets/e-addressbook-view.c:554 +#: ../addressbook/gui/component/addressbook-config.c:1023 +#: ../addressbook/gui/widgets/e-addressbook-view.c:553 #: ../mail/importers/pine-importer.c:383 msgid "Address Book" msgstr "ספר כתובות" -#: ../addressbook/gui/component/addressbook-config.c:1003 +#: ../addressbook/gui/component/addressbook-config.c:1027 msgid "Server Information" msgstr "מידע על השרת" -#: ../addressbook/gui/component/addressbook-config.c:1005 +#: ../addressbook/gui/component/addressbook-config.c:1029 msgid "Authentication" msgstr "הזדהות" -#: ../addressbook/gui/component/addressbook-config.c:1008 -#: ../addressbook/gui/component/ldap-config.glade.h:17 +#: ../addressbook/gui/component/addressbook-config.c:1032 +#: ../addressbook/gui/component/ldap-config.glade.h:15 #: ../smime/gui/smime-ui.glade.h:20 msgid "Details" msgstr "פרטים" -#: ../addressbook/gui/component/addressbook-config.c:1009 -#: ../mail/em-folder-browser.c:985 +#: ../addressbook/gui/component/addressbook-config.c:1033 +#: ../mail/em-folder-browser.c:1026 msgid "Searching" msgstr "מחפש" -#: ../addressbook/gui/component/addressbook-config.c:1011 +#: ../addressbook/gui/component/addressbook-config.c:1035 msgid "Downloading" msgstr "מוריד" -#: ../addressbook/gui/component/addressbook-config.c:1221 -#: ../addressbook/gui/component/ldap-config.glade.h:11 +#: ../addressbook/gui/component/addressbook-config.c:1245 +#: ../addressbook/gui/component/ldap-config.glade.h:9 msgid "Address Book Properties" msgstr "מאפייני ספר הכתובות" #: ../addressbook/gui/component/addressbook-migrate.c:74 -#: ../calendar/gui/migration.c:148 ../mail/em-migrate.c:1207 +#: ../calendar/gui/migration.c:148 +#: ../mail/em-migrate.c:1109 msgid "Migrating..." msgstr "" #: ../addressbook/gui/component/addressbook-migrate.c:126 -#: ../calendar/gui/migration.c:195 ../mail/em-migrate.c:1247 +#: ../calendar/gui/migration.c:195 +#: ../mail/em-migrate.c:1168 #, c-format msgid "Migrating '%s':" msgstr "ממיר את '%s':" @@ -775,8 +793,7 @@ msgstr "הגדרות השלמה אוטומטית" #: ../addressbook/gui/component/addressbook-migrate.c:1137 msgid "" -"The location and hierarchy of the Evolution contact folders has changed " -"since Evolution 1.x.\n" +"The location and hierarchy of the Evolution contact folders has changed since Evolution 1.x.\n" "\n" "Please be patient while Evolution migrates your folders..." msgstr "" @@ -803,18 +820,18 @@ msgid "" msgstr "" #: ../addressbook/gui/component/addressbook-view.c:422 -#: ../mail/em-folder-utils.c:448 +#: ../mail/em-folder-utils.c:453 #, c-format msgid "Rename the \"%s\" folder to:" msgstr "החלף את שם התיקייה \"%s\" ל:" #: ../addressbook/gui/component/addressbook-view.c:425 -#: ../mail/em-folder-utils.c:450 +#: ../mail/em-folder-utils.c:455 msgid "Rename Folder" msgstr "החלף את שם התיקייה" #: ../addressbook/gui/component/addressbook-view.c:430 -#: ../mail/em-folder-utils.c:456 +#: ../mail/em-folder-utils.c:461 msgid "Folder names cannot contain '/'" msgstr "שם התיקייה לא יכול להכיל את התו '/'" @@ -828,31 +845,39 @@ msgid "Save As vCard..." msgstr "שמור בשם..." #: ../addressbook/gui/component/addressbook-view.c:951 -#: ../calendar/gui/calendar-component.c:660 -#: ../calendar/gui/memos-component.c:501 ../calendar/gui/tasks-component.c:492 -#: ../mail/em-folder-tree.c:2132 ../ui/evolution-mail-list.xml.h:39 +#: ../calendar/gui/calendar-component.c:628 +#: ../calendar/gui/memos-component.c:481 +#: ../calendar/gui/tasks-component.c:473 +#: ../mail/em-folder-tree.c:2055 +#: ../ui/evolution-mail-list.xml.h:39 msgid "_Rename..." msgstr "_שנה שם..." #: ../addressbook/gui/component/addressbook-view.c:954 -#: ../addressbook/gui/widgets/e-addressbook-view.c:955 -#: ../calendar/gui/calendar-component.c:663 -#: ../calendar/gui/e-calendar-table.c:1610 -#: ../calendar/gui/e-calendar-view.c:1768 ../calendar/gui/e-memo-table.c:940 -#: ../calendar/gui/memos-component.c:504 ../calendar/gui/tasks-component.c:495 -#: ../mail/em-folder-tree.c:2129 ../mail/em-folder-view.c:1337 -#: ../ui/evolution-addressbook.xml.h:49 ../ui/evolution-calendar.xml.h:42 -#: ../ui/evolution-mail-list.xml.h:35 ../ui/evolution-memos.xml.h:16 +#: ../addressbook/gui/widgets/e-addressbook-view.c:954 +#: ../calendar/gui/calendar-component.c:631 +#: ../calendar/gui/e-calendar-table.c:1616 +#: ../calendar/gui/e-calendar-view.c:1833 +#: ../calendar/gui/e-memo-table.c:954 +#: ../calendar/gui/memos-component.c:484 +#: ../calendar/gui/tasks-component.c:476 +#: ../mail/em-folder-tree.c:2052 +#: ../mail/em-folder-view.c:1340 +#: ../ui/evolution-addressbook.xml.h:49 +#: ../ui/evolution-calendar.xml.h:42 +#: ../ui/evolution-mail-list.xml.h:35 +#: ../ui/evolution-memos.xml.h:16 #: ../ui/evolution-tasks.xml.h:24 msgid "_Delete" msgstr "_מחק" #: ../addressbook/gui/component/addressbook-view.c:957 -#: ../calendar/gui/calendar-component.c:668 -#: ../calendar/gui/dialogs/comp-editor.c:2083 -#: ../calendar/gui/memos-component.c:509 ../calendar/gui/tasks-component.c:500 -#: ../composer/e-msg-composer.c:1040 ../mail/em-folder-tree.c:2138 -#: ../ui/evolution-addressbook.xml.h:59 ../ui/evolution-mail-list.xml.h:38 +#: ../calendar/gui/calendar-component.c:636 +#: ../calendar/gui/memos-component.c:489 +#: ../calendar/gui/tasks-component.c:481 +#: ../mail/em-folder-tree.c:2061 +#: ../ui/evolution-addressbook.xml.h:59 +#: ../ui/evolution-mail-list.xml.h:38 msgid "_Properties" msgstr "_מאפיינים" @@ -877,8 +902,8 @@ msgstr "הכנס סיסמה ל-%s (משתמש %s)" #: ../addressbook/gui/component/addressbook.c:222 #: ../calendar/common/authentication.c:51 -#: ../plugins/google-account-setup/google-source.c:441 -#: ../plugins/publish-calendar/publish-calendar.c:191 +#: ../plugins/google-account-setup/google-source.c:423 +#: ../plugins/publish-calendar/publish-calendar.c:208 #: ../smime/gui/component.c:49 msgid "Enter password" msgstr "הכנס סיסמה" @@ -896,28 +921,20 @@ msgid "EFolderList XML for the list of completion URIs." msgstr "EFolderList XML for the list of completion URIs." #: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:4 -msgid "" -"Position of the vertical pane, between the card and list views and the " -"preview pane, in pixels." -msgstr "" -"Position of the vertical pane, between the card and list views and the " -"preview pane, in pixels." +msgid "Position of the vertical pane, between the card and list views and the preview pane, in pixels." +msgstr "Position of the vertical pane, between the card and list views and the preview pane, in pixels." #: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:5 msgid "Show autocompleted name with an address" -msgstr "" +msgstr "Show autocompleted name with an address" #: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:6 msgid "Show preview pane" msgstr "Show preview pane" #: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:7 -msgid "" -"The number of characters that must be typed before Evolution will attempt to " -"autocomplete." -msgstr "" -"The number of characters that must be typed before Evolution will attempt to " -"autocomplete." +msgid "The number of characters that must be typed before Evolution will attempt to autocomplete." +msgstr "The number of characters that must be typed before Evolution will attempt to autocomplete." #: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:8 msgid "URI for the folder last used in the select names dialog" @@ -928,14 +945,12 @@ msgid "URI for the folder last used in the select names dialog." msgstr "URI for the folder last used in the select names dialog." #: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:10 -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:79 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:83 msgid "Vertical pane position" msgstr "Vertical pane position" #: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:11 -msgid "" -"Whether force showing the mail address with the name of the autocompleted " -"contact in the entry." +msgid "Whether force showing the mail address with the name of the autocompleted contact in the entry." msgstr "" #: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:12 @@ -956,21 +971,19 @@ msgid "1" msgstr "1" #: ../addressbook/gui/component/ldap-config.glade.h:2 -msgid "3268" -msgstr "3268" - -#: ../addressbook/gui/component/ldap-config.glade.h:3 -msgid "389" -msgstr "389" +msgid "" +"389\n" +"636\n" +"3268" +msgstr "" +"389\n" +"636\n" +"3268" -#: ../addressbook/gui/component/ldap-config.glade.h:4 +#: ../addressbook/gui/component/ldap-config.glade.h:5 msgid "5" msgstr "5" -#: ../addressbook/gui/component/ldap-config.glade.h:5 -msgid "636" -msgstr "636" - #: ../addressbook/gui/component/ldap-config.glade.h:6 msgid "<b>Authentication</b>" msgstr "<b>הזדהות</b>" @@ -983,258 +996,134 @@ msgstr "<b>מוריד</b>" msgid "<b>Searching</b>" msgstr "<b>מחפש</b>" -#: ../addressbook/gui/component/ldap-config.glade.h:9 -msgid "<b>Type:</b>" -msgstr "<b>סוג:</b>" - #: ../addressbook/gui/component/ldap-config.glade.h:10 -msgid "Add Address Book" -msgstr "ספר כתובות חדש" - -#: ../addressbook/gui/component/ldap-config.glade.h:12 -#: ../mail/em-account-editor.c:760 -msgid "Always" -msgstr "תמיד" - -#: ../addressbook/gui/component/ldap-config.glade.h:13 -msgid "Anonymously" -msgstr "אנונימי" +msgid "" +"Anonymously\n" +"Using email address\n" +"Using distinguished name (DN)" +msgstr "" #. To translators: If enabled, addressbook will only fetch contacts from the server until either set time limit or amount of contacts limit reached -#: ../addressbook/gui/component/ldap-config.glade.h:15 +#: ../addressbook/gui/component/ldap-config.glade.h:14 msgid "B_rowse this book until limit reached" msgstr "" #: ../addressbook/gui/component/ldap-config.glade.h:16 -msgid "Basic" -msgstr "בסיסי" +msgid "Evolution will use this email address to authenticate you with the server." +msgstr "אבולוציה תשתמש בכתובת דוא\"ל זו להזדהות עם השרת." #: ../addressbook/gui/component/ldap-config.glade.h:18 -msgid "Distinguished name" -msgstr "שם מבדיל" +msgid "Lo_gin:" +msgstr "ה_תחבר:" #: ../addressbook/gui/component/ldap-config.glade.h:19 -msgid "Email address" -msgstr "כתובת דוא\"ל" - -#: ../addressbook/gui/component/ldap-config.glade.h:20 +#, fuzzy msgid "" -"Evolution will use this email address to authenticate you with the server." -msgstr "אבולוציה תשתמש בכתובת דוא\"ל זו להזדהות עם השרת." +"One\n" +"Sub" +msgstr "אחד" #: ../addressbook/gui/component/ldap-config.glade.h:21 -msgid "Find Possible Search Bases" +msgid "" +"SSL encryption\n" +"TLS encryption\n" +"No encryption" msgstr "" - -#: ../addressbook/gui/component/ldap-config.glade.h:23 -msgid "Lo_gin:" -msgstr "ה_תחבר:" +"הצפנת SSL\n" +"הצפנת TLS\n" +"ללא הצפנה" #: ../addressbook/gui/component/ldap-config.glade.h:24 -#: ../mail/em-account-editor.c:759 -msgid "Never" -msgstr "אף פעם" - -#. Translators: This string is a "Use secure connection" option for -#. the Mailer. It will not use an encrypted connection. -#: ../addressbook/gui/component/ldap-config.glade.h:25 -#: ../mail/em-account-editor.c:287 -msgid "No encryption" -msgstr "ללא הצפנה" - -#: ../addressbook/gui/component/ldap-config.glade.h:26 -msgid "One" -msgstr "אחד" - -#. Translators: This string is a "Use secure connection" option for -#. the Mailer. SSL (Secure Sockets Layer) is commonly known by this -#. abbreviation. -#: ../addressbook/gui/component/ldap-config.glade.h:27 -#: ../mail/em-account-editor.c:295 -msgid "SSL encryption" -msgstr "הצפנת SSL" - -#: ../addressbook/gui/component/ldap-config.glade.h:28 msgid "Search Filter" msgstr "מסנן חיפוש" -#: ../addressbook/gui/component/ldap-config.glade.h:29 +#: ../addressbook/gui/component/ldap-config.glade.h:25 msgid "Search _base:" msgstr "_בסיס חיפוש:מסנן חיפוש" -#: ../addressbook/gui/component/ldap-config.glade.h:30 +#: ../addressbook/gui/component/ldap-config.glade.h:26 msgid "Search _filter:" msgstr "_מסנן חיפוש:" -#: ../addressbook/gui/component/ldap-config.glade.h:31 -msgid "Search filter" -msgstr "מסנן חיפוש" - -#: ../addressbook/gui/component/ldap-config.glade.h:32 -msgid "" -"Search filter is the type of the objects searched for, while performing the " -"search. If this is not modified, by default search will be performed on " -"objectclass of the type \"person\"." -msgstr "" - -#: ../addressbook/gui/component/ldap-config.glade.h:33 -msgid "" -"Selecting this option means that Evolution will only connect to your LDAP " -"server if your LDAP server supports SSL." -msgstr "" - -#: ../addressbook/gui/component/ldap-config.glade.h:34 -msgid "" -"Selecting this option means that Evolution will only connect to your LDAP " -"server if your LDAP server supports TLS." -msgstr "" - -#: ../addressbook/gui/component/ldap-config.glade.h:35 -msgid "" -"Selecting this option means that your server does not support either SSL or " -"TLS. This means that your connection will be insecure, and that you will be " -"vulnerable to security exploits." +#: ../addressbook/gui/component/ldap-config.glade.h:27 +msgid "Search filter is the type of object to be searched for. If this is not modified, the default search will be performed on the type \"person\"." msgstr "" -#: ../addressbook/gui/component/ldap-config.glade.h:36 -#, fuzzy -msgid "Sub" -msgstr "נושא" - -#: ../addressbook/gui/component/ldap-config.glade.h:37 +#: ../addressbook/gui/component/ldap-config.glade.h:28 msgid "Supported Search Bases" msgstr "" -#. Translators: This string is a "Use secure connection" option for -#. the Mailer. TLS (Transport Layer Security) is commonly known by -#. this abbreviation. -#: ../addressbook/gui/component/ldap-config.glade.h:38 -#: ../mail/em-account-editor.c:291 -msgid "TLS encryption" -msgstr "הצפנת TLS" - -#: ../addressbook/gui/component/ldap-config.glade.h:39 -msgid "" -"The search base is the distinguished name (DN) of the entry where your " -"searches will begin. If you leave this blank, the search will begin at the " -"root of the directory tree." -msgstr "" - -#: ../addressbook/gui/component/ldap-config.glade.h:40 -msgid "" -"The search scope defines how deep you would like the search to extend down " -"the directory tree. A search scope of \"sub\" will include all entries below " -"your search base. A search scope of \"one\" will only include the entries " -"one level beneath your base." +#: ../addressbook/gui/component/ldap-config.glade.h:29 +msgid "The search base is the distinguished name (DN) of the entry where your searches will begin. If you leave this blank, the search will begin at the root of the directory tree." msgstr "" -#: ../addressbook/gui/component/ldap-config.glade.h:41 +#: ../addressbook/gui/component/ldap-config.glade.h:30 #, fuzzy -#| msgid "" -#| "This is the full name of your ldap server. For example, \"ldap.mycompany." -#| "com\"." -msgid "" -"This is the full name of your LDAP server. For example, \"ldap.mycompany.com" -"\"." +msgid "This is the full name of your LDAP server. For example, \"ldap.mycompany.com\"." msgstr "זהו השם המלא של שרת ה-ldap שלך. לדוגמא: \"ldap.mycompany.com\"." -#: ../addressbook/gui/component/ldap-config.glade.h:42 -msgid "" -"This is the maximum number of entries to download. Setting this number to be " -"too large will slow down your address book." -msgstr "" - -#: ../addressbook/gui/component/ldap-config.glade.h:43 -msgid "" -"This is the method Evolution will use to authenticate you. Note that " -"setting this to \"Email Address\" requires anonymous access to your LDAP " -"server." -msgstr "" - -#: ../addressbook/gui/component/ldap-config.glade.h:44 -msgid "" -"This is the name for this server that will appear in your Evolution folder " -"list. It is for display purposes only. " -msgstr "" - -#: ../addressbook/gui/component/ldap-config.glade.h:45 -msgid "" -"This is the port on the LDAP server that Evolution will try to connect to. A " -"list of standard ports has been provided. Ask your system administrator what " -"port you should specify." +#: ../addressbook/gui/component/ldap-config.glade.h:31 +msgid "This is the maximum number of entries to download. Setting this number to be too large will slow down your address book." msgstr "" -#: ../addressbook/gui/component/ldap-config.glade.h:46 -msgid "Using distinguished name (DN)" +#: ../addressbook/gui/component/ldap-config.glade.h:32 +msgid "This is the name for this server that will appear in your Evolution folder list. It is for display purposes only. " msgstr "" -#: ../addressbook/gui/component/ldap-config.glade.h:47 -msgid "Using email address" -msgstr "משתמש בכתובת דוא\"ל" - -#: ../addressbook/gui/component/ldap-config.glade.h:48 -msgid "Whenever Possible" -msgstr "כאשר אפשר" - -#: ../addressbook/gui/component/ldap-config.glade.h:49 -msgid "_Add Address Book" -msgstr "_הוסף ספר כתובות" - -#: ../addressbook/gui/component/ldap-config.glade.h:50 +#: ../addressbook/gui/component/ldap-config.glade.h:33 msgid "_Download limit:" msgstr "הגבלת הור_דה:" -#: ../addressbook/gui/component/ldap-config.glade.h:51 +#: ../addressbook/gui/component/ldap-config.glade.h:34 msgid "_Find Possible Search Bases" msgstr "" -#: ../addressbook/gui/component/ldap-config.glade.h:52 +#: ../addressbook/gui/component/ldap-config.glade.h:35 msgid "_Login method:" msgstr "שיטת ה_תחברות:" -#: ../addressbook/gui/component/ldap-config.glade.h:53 -#: ../calendar/gui/dialogs/calendar-setup.c:227 -#: ../mail/mail-config.glade.h:178 +#: ../addressbook/gui/component/ldap-config.glade.h:36 +#: ../calendar/gui/dialogs/calendar-setup.c:226 +#: ../mail/mail-config.glade.h:176 #: ../plugins/groupwise-features/properties.glade.h:11 #: ../widgets/menus/gal-view-instance-save-as-dialog.glade.h:2 msgid "_Name:" msgstr "_שם:" -#: ../addressbook/gui/component/ldap-config.glade.h:54 +#: ../addressbook/gui/component/ldap-config.glade.h:37 msgid "_Port:" msgstr "_שער:" -#: ../addressbook/gui/component/ldap-config.glade.h:55 +#: ../addressbook/gui/component/ldap-config.glade.h:38 msgid "_Search scope:" msgstr "_טווח חיפוש:" -#: ../addressbook/gui/component/ldap-config.glade.h:56 -#: ../mail/mail-config.glade.h:187 -#: ../plugins/publish-calendar/publish-calendar.glade.h:26 +#: ../addressbook/gui/component/ldap-config.glade.h:39 +#: ../mail/mail-config.glade.h:185 +#: ../plugins/publish-calendar/publish-calendar.glade.h:27 msgid "_Server:" msgstr "_שרת:" -#: ../addressbook/gui/component/ldap-config.glade.h:57 +#: ../addressbook/gui/component/ldap-config.glade.h:40 msgid "_Timeout:" msgstr "" -#: ../addressbook/gui/component/ldap-config.glade.h:58 +#: ../addressbook/gui/component/ldap-config.glade.h:41 msgid "_Use secure connection:" msgstr "השתמש ב_תקשורת מאובטחת:" -#: ../addressbook/gui/component/ldap-config.glade.h:59 +#: ../addressbook/gui/component/ldap-config.glade.h:42 msgid "cards" msgstr "כרטיסים" -#: ../addressbook/gui/component/ldap-config.glade.h:60 -#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:9 -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:27 -#: ../calendar/gui/dialogs/event-page.glade.h:20 ../filter/filter.glade.h:17 -#: ../plugins/caldav/caldav-source.c:430 -#: ../plugins/calendar-http/calendar-http.c:279 -#: ../plugins/calendar-weather/calendar-weather.c:524 -#: ../plugins/google-account-setup/google-source.c:671 -#: ../plugins/google-account-setup/google-contacts-source.c:338 +#: ../addressbook/gui/component/ldap-config.glade.h:43 +#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:10 +#: ../calendar/gui/dialogs/event-page.glade.h:23 +#: ../plugins/caldav/caldav-source.c:448 +#: ../plugins/calendar-http/calendar-http.c:278 +#: ../plugins/calendar-weather/calendar-weather.c:523 +#: ../plugins/google-account-setup/google-source.c:653 +#: ../plugins/google-account-setup/google-contacts-source.c:330 msgid "minutes" msgstr "דקות" @@ -1275,1344 +1164,312 @@ msgid "<b>Work</b>" msgstr "<b>עבודה</b>" #: ../addressbook/gui/contact-editor/contact-editor.glade.h:10 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:176 -#: ../addressbook/gui/widgets/eab-contact-display.c:605 -msgid "AIM" -msgstr "AIM" - -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:11 #: ../calendar/gui/dialogs/event-page.glade.h:6 #: ../calendar/gui/dialogs/memo-page.glade.h:1 msgid "Ca_tegories..." msgstr "_קטגוריות..." -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:12 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:266 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:11 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:262 #: ../addressbook/gui/contact-list-editor/e-contact-list-editor.c:1158 -#: ../addressbook/gui/widgets/e-minicard.c:199 +#: ../addressbook/gui/widgets/e-minicard.c:198 msgid "Contact" msgstr "איש קשר" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:13 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:543 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:558 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:2423 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:12 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:542 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:557 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:2443 msgid "Contact Editor" msgstr "עורך אנשי הקשר" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:14 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:13 msgid "Full _Name..." msgstr "_שם מלא..." -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:15 -#: ../composer/e-msg-composer.c:2473 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:14 msgid "Image" msgstr "תמונה" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:16 -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:58 -msgid "MSN Messenger" -msgstr "MSN Messenger" - -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:17 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:15 msgid "Mailing Address" msgstr "כתובת למשלוח" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:18 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:16 msgid "Nic_kname:" msgstr "_כינוי:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:19 -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:54 -#| msgid "Novell Groupwise" -msgid "Novell GroupWise" -msgstr "Novell Groupwise" - -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:20 -msgid "Novell Groupwise" -msgstr "Novell Groupwise" - -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:22 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:17 msgid "Personal Information" msgstr "מידע אישי" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:23 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:18 msgid "Telephone" msgstr "טלפון" -#. red -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:24 -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:268 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:195 -#: ../addressbook/gui/widgets/eab-contact-display.c:57 -#: ../addressbook/gui/widgets/eab-contact-display.c:635 -#: ../mail/em-migrate.c:1057 -msgid "Work" -msgstr "עבודה" - -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:25 -#: ../addressbook/gui/contact-editor/fulladdr.glade.h:5 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:19 msgid "_Address:" msgstr "_כתובת:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:26 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:20 msgid "_Anniversary:" msgstr "יום _שנה:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:27 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:21 msgid "_Assistant:" msgstr "עו_זר:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:28 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:22 msgid "_Birthday:" msgstr "יום _הולדת:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:29 -#: ../calendar/gui/dialogs/event-page.c:792 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:23 +#: ../calendar/gui/dialogs/event-page.c:805 #: ../calendar/gui/dialogs/event-page.glade.h:14 -#: ../plugins/itip-formatter/itip-view.c:1868 +#: ../plugins/itip-formatter/itip-view.c:1910 msgid "_Calendar:" msgstr "לוח _שנה:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:30 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:24 msgid "_City:" msgstr "עי_ר:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:31 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:25 msgid "_Company:" msgstr "חברה_:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:32 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:26 msgid "_Country:" msgstr "אר_ץ:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:33 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:27 msgid "_Department:" msgstr "מחל_קה:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:34 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:28 msgid "_File under:" msgstr "_תייק תחת:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:35 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:29 msgid "_Free/Busy:" msgstr "פנוי/ע_סוק:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:36 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:30 msgid "_Home Page:" msgstr "דף ה_בית:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:37 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:31 msgid "_Manager:" msgstr "מ_נהל:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:38 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:32 msgid "_Notes:" msgstr "הע_רות:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:39 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:33 msgid "_Office:" msgstr "משר_ד:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:40 -#: ../addressbook/gui/contact-editor/fulladdr.glade.h:6 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:34 msgid "_PO Box:" msgstr "_תא דואר:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:41 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:35 msgid "_Profession:" msgstr "מ_קצוע:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:42 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:36 msgid "_Spouse:" msgstr "ב_ן זוג:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:43 -#: ../addressbook/gui/contact-editor/fulladdr.glade.h:7 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:37 msgid "_State/Province:" msgstr "_מדינה/אזור:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:44 -#: ../addressbook/gui/contact-editor/fullname.glade.h:17 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:38 +#: ../addressbook/gui/contact-editor/fullname.glade.h:19 msgid "_Title:" msgstr "כ_ותרת:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:45 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:39 msgid "_Video Chat:" msgstr "שיחת ויד_או:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:46 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:40 msgid "_Wants to receive HTML mail" msgstr "רוצה לקבל דואר H_TML" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:47 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:41 msgid "_Web Log:" msgstr "" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:48 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:42 #: ../addressbook/gui/contact-list-editor/contact-list-editor.glade.h:7 msgid "_Where:" msgstr "_איפה:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:49 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:43 msgid "_Zip/Postal Code:" msgstr "מי_קוד:" -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:91 -#: ../addressbook/gui/widgets/eab-contact-display.c:632 -#: ../addressbook/gui/widgets/eab-contact-display.c:647 -msgid "Address" -msgstr "כתובת" +#: ../addressbook/gui/contact-editor/e-contact-editor-fullname.c:85 +#: ../mail/em-mailer-prefs.c:475 +#: ../plugins/exchange-operations/exchange-delegates.c:954 +#: ../plugins/exchange-operations/exchange-permissions-dialog.c:706 +#: ../plugins/plugin-manager/plugin-manager.c:57 +#: ../widgets/menus/gal-define-views-dialog.c:346 +#: ../widgets/menus/gal-view-instance-save-as-dialog.c:90 +#: ../widgets/menus/gal-view-new-dialog.c:63 +msgid "Name" +msgstr "שם" -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:98 #: ../addressbook/gui/contact-editor/e-contact-editor-fullname.c:91 -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:173 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:294 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:290 #: ../addressbook/gui/contact-list-editor/e-contact-list-editor.c:1178 #: ../addressbook/gui/widgets/e-addressbook-model.c:325 #: ../addressbook/gui/widgets/e-addressbook-reflow-adapter.c:419 -#: ../addressbook/gui/widgets/e-minicard-label.c:165 +#: ../addressbook/gui/widgets/e-minicard-label.c:164 #: ../addressbook/gui/widgets/e-minicard-view-widget.c:131 #: ../addressbook/gui/widgets/e-minicard-view.c:545 -#: ../addressbook/gui/widgets/e-minicard.c:192 +#: ../addressbook/gui/widgets/e-minicard.c:191 #: ../widgets/menus/gal-define-views-model.c:178 -#: ../widgets/table/e-cell-text.c:1822 ../widgets/text/e-text.c:3688 +#: ../widgets/table/e-cell-text.c:1828 #: ../widgets/text/e-text.c:3689 +#: ../widgets/text/e-text.c:3690 msgid "Editable" msgstr "ניתן לעריכה" -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:131 -msgid "United States" -msgstr "ארה\"ב" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:132 -msgid "Afghanistan" -msgstr "אפגניסטן" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:133 -msgid "Albania" -msgstr "אלבניה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:134 -msgid "Algeria" -msgstr "אלג'יר" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:135 -msgid "American Samoa" -msgstr "סמואה האמריקאית" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:136 -msgid "Andorra" -msgstr "אנדורה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:137 -msgid "Angola" -msgstr "אנגולה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:138 -msgid "Anguilla" -msgstr "אנגווילה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:139 -msgid "Antarctica" -msgstr "אנטרטיקה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:140 -msgid "Antigua And Barbuda" -msgstr "אנטיגואה וברבודה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:141 -msgid "Argentina" -msgstr "ארגנטינה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:142 -msgid "Armenia" -msgstr "ארמניה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:143 -msgid "Aruba" -msgstr "ארובה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:144 -msgid "Australia" -msgstr "אוסטרליה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:145 -msgid "Austria" -msgstr "אוסטריה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:146 -msgid "Azerbaijan" -msgstr "אזרבייג'אן" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:147 -msgid "Bahamas" -msgstr "בהמה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:148 -msgid "Bahrain" -msgstr "בחריין" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:149 -msgid "Bangladesh" -msgstr "בנגלדש" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:150 -msgid "Barbados" -msgstr "ברבדוס" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:151 -msgid "Belarus" -msgstr "בלרוס" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:152 -msgid "Belgium" -msgstr "בלגיה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:153 -msgid "Belize" -msgstr "בליז" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:154 -msgid "Benin" -msgstr "בנין" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:155 -msgid "Bermuda" -msgstr "ברמודה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:156 -msgid "Bhutan" -msgstr "בהוטן" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:157 -msgid "Bolivia" -msgstr "בוליביה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:158 -msgid "Bosnia And Herzegowina" -msgstr "בוסניה-הרצגובינה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:159 -msgid "Botswana" -msgstr "בוטסואנה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:160 -msgid "Bouvet Island" -msgstr "אי בובט" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:161 -msgid "Brazil" -msgstr "ברזיל" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:162 -msgid "British Indian Ocean Territory" -msgstr "הטריטוריה הבריטית באוקיינוס ההודי" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:163 -msgid "Brunei Darussalam" -msgstr "סולטנות ברוניי" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:164 -msgid "Bulgaria" -msgstr "בולגריה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:165 -msgid "Burkina Faso" -msgstr "בורקינה פאסו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:166 -msgid "Burundi" -msgstr "בורונדי" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:167 -msgid "Cambodia" -msgstr "קמבודיה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:168 -msgid "Cameroon" -msgstr "קמרון" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:169 -msgid "Canada" -msgstr "קנדה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:170 -msgid "Cape Verde" -msgstr "קייפ ורדה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:171 -msgid "Cayman Islands" -msgstr "איי קיימאן" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:172 -msgid "Central African Republic" -msgstr "רפובליקת מרכז אפריקה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:173 -msgid "Chad" -msgstr "צ'אד" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:174 -msgid "Chile" -msgstr "צ'ילה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:175 -msgid "China" -msgstr "סין" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:176 -msgid "Christmas Island" -msgstr "האי כריסמס" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:177 -msgid "Cocos (Keeling) Islands" -msgstr "איי קוקוס (קילינג)" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:178 -msgid "Colombia" -msgstr "קולומביה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:179 -msgid "Comoros" -msgstr "קומורו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:180 -msgid "Congo" -msgstr "קונגו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:181 -msgid "Congo, The Democratic Republic Of The" -msgstr "הרפובליקה הדמוקרטית של קונגו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:182 -msgid "Cook Islands" -msgstr "איי קוק" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:183 -msgid "Costa Rica" -msgstr "קוסטה ריקה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:184 -msgid "Cote d'Ivoire" -msgstr "חוף השנהב" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:185 -msgid "Croatia" -msgstr "קרואטיה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:186 -msgid "Cuba" -msgstr "קובה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:187 -msgid "Cyprus" -msgstr "קפריסין" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:188 -msgid "Czech Republic" -msgstr "צ'כיה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:189 -msgid "Denmark" -msgstr "דנמרק" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:190 -msgid "Djibouti" -msgstr "ג'יבוטי" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:191 -msgid "Dominica" -msgstr "דומיניקה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:192 -msgid "Dominican Republic" -msgstr "הרפובליקה הדומיניקית" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:193 -msgid "Ecuador" -msgstr "אקוודור" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:194 -msgid "Egypt" -msgstr "מצריים" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:195 -msgid "El Salvador" -msgstr "אל סלואדור" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:196 -msgid "Equatorial Guinea" -msgstr "גינאה המשוונית" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:197 -msgid "Eritrea" -msgstr "אריתריאה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:198 -msgid "Estonia" -msgstr "אסטוניה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:199 -msgid "Ethiopia" -msgstr "אתיופיה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:200 -msgid "Falkland Islands" -msgstr "איי פוקלנד" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:201 -msgid "Faroe Islands" -msgstr "איי פארו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:202 -msgid "Fiji" -msgstr "פיג'י" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:203 -msgid "Finland" -msgstr "פינלנד" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:204 -msgid "France" -msgstr "צרפת" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:205 -msgid "French Guiana" -msgstr "גואינה הצרפתית" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:206 -msgid "French Polynesia" -msgstr "פולינסיה הצרפתית" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:207 -msgid "French Southern Territories" -msgstr "הטריטוריות הדרומיות הצרפתיות" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:208 -msgid "Gabon" -msgstr "גבון" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:209 -msgid "Gambia" -msgstr "גמביה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:210 -msgid "Georgia" -msgstr "גרוזיה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:211 -msgid "Germany" -msgstr "גרמניה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:212 -msgid "Ghana" -msgstr "גאנה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:213 -msgid "Gibraltar" -msgstr "גיברלטר" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:214 -msgid "Greece" -msgstr "יוון" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:215 -msgid "Greenland" -msgstr "גרינלנד" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:216 -msgid "Grenada" -msgstr "גרנדה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:217 -msgid "Guadeloupe" -msgstr "גוואדלופ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:218 -msgid "Guam" -msgstr "גואם" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:219 -msgid "Guatemala" -msgstr "גואטמלה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:220 -msgid "Guernsey" -msgstr "גורנזיה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:221 -msgid "Guinea" -msgstr "גואינה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:222 -msgid "Guinea-Bissau" -msgstr "גינאה-ביסאו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:223 -msgid "Guyana" -msgstr "גויאנה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:224 -msgid "Haiti" -msgstr "האיטי" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:225 -msgid "Heard And McDonald Islands" -msgstr "איי הארד ומקדונלד" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:226 -msgid "Holy See" -msgstr "" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:227 -msgid "Honduras" -msgstr "הונדורס" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:228 -msgid "Hong Kong" -msgstr "הונג קונג" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:229 -msgid "Hungary" -msgstr "הונגריה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:230 -msgid "Iceland" -msgstr "איסלנד" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:231 -msgid "India" -msgstr "הודו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:232 -msgid "Indonesia" -msgstr "אינדונזיה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:233 -msgid "Iran" -msgstr "איראן" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:234 -msgid "Iraq" -msgstr "עיראק" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:235 -msgid "Ireland" -msgstr "אירלנד" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:236 -msgid "Isle of Man" -msgstr "האי מאן" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:237 -msgid "Israel" -msgstr "ישראל" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:238 -msgid "Italy" -msgstr "איטליה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:239 -msgid "Jamaica" -msgstr "ג'מייקה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:240 -msgid "Japan" -msgstr "יפן" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:241 -msgid "Jersey" -msgstr "ג'רסי" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:242 -msgid "Jordan" -msgstr "ירדן" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:243 -msgid "Kazakhstan" -msgstr "קזחסטן" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:244 -msgid "Kenya" -msgstr "קניה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:245 -msgid "Kiribati" -msgstr "קיריבאטי" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:246 -msgid "Korea, Democratic People's Republic Of" -msgstr "קוריאה, רפובליקת האנשים הדמוקרטית של" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:247 -msgid "Korea, Republic Of" -msgstr "קוריאה, רפובליקת" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:248 -msgid "Kuwait" -msgstr "קווית" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:249 -msgid "Kyrgyzstan" -msgstr "קיגיזסטן" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:250 -msgid "Laos" -msgstr "לאוס" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:251 -msgid "Latvia" -msgstr "לטביה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:252 -msgid "Lebanon" -msgstr "לבנון" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:253 -msgid "Lesotho" -msgstr "לסוטו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:254 -msgid "Liberia" -msgstr "ליבריה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:255 -msgid "Libya" -msgstr "לוב" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:256 -msgid "Liechtenstein" -msgstr "ליכטנשטיין" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:257 -msgid "Lithuania" -msgstr "ליטא" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:258 -msgid "Luxembourg" -msgstr "לוקסמבורג" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:259 -msgid "Macao" -msgstr "מקאו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:260 -msgid "Macedonia" -msgstr "מקדוניה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:261 -msgid "Madagascar" -msgstr "מדגסקאר" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:262 -msgid "Malawi" -msgstr "מלאווי" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:263 -msgid "Malaysia" -msgstr "מלזיה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:264 -msgid "Maldives" -msgstr "האיים המלדיביים" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:265 -msgid "Mali" -msgstr "מאלי" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:266 -msgid "Malta" -msgstr "מלטה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:267 -msgid "Marshall Islands" -msgstr "איי מרשל" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:268 -msgid "Martinique" -msgstr "מרטיניק" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:269 -msgid "Mauritania" -msgstr "מאוריטניה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:270 -msgid "Mauritius" -msgstr "מאוריציוס" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:271 -msgid "Mayotte" -msgstr "מאיוט" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:272 -msgid "Mexico" -msgstr "מקסיקו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:273 -msgid "Micronesia" -msgstr "מיקרונזיה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:274 -msgid "Moldova, Republic Of" -msgstr "מולדובה, רפובליקת" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:275 -msgid "Monaco" -msgstr "מונקו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:276 -msgid "Mongolia" -msgstr "מונגוליה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:277 -msgid "Montserrat" -msgstr "מונסראט" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:278 -msgid "Morocco" -msgstr "מרוקו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:279 -msgid "Mozambique" -msgstr "מוזמביק" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:280 -msgid "Myanmar" -msgstr "מיאנמר" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:281 -msgid "Namibia" -msgstr "נמביה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:282 -msgid "Nauru" -msgstr "נאורו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:283 -msgid "Nepal" -msgstr "נפאל" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:284 -msgid "Netherlands" -msgstr "הולנד" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:285 -msgid "Netherlands Antilles" -msgstr "האנטילים ההולנדיים" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:286 -msgid "New Caledonia" -msgstr "קלדוניה החדשה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:287 -msgid "New Zealand" -msgstr "ניו-זילנד" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:288 -msgid "Nicaragua" -msgstr "ניקראגואה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:289 -msgid "Niger" -msgstr "ניגר" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:290 -msgid "Nigeria" -msgstr "ניגריה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:291 -msgid "Niue" -msgstr "ניווה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:292 -msgid "Norfolk Island" -msgstr "האי נורפוק" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:293 -msgid "Northern Mariana Islands" -msgstr "איי מריאנה הצפוניים" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:294 -msgid "Norway" -msgstr "נורווגיה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:295 -msgid "Oman" -msgstr "אומן" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:296 -msgid "Pakistan" -msgstr "פקיסטן" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:297 -msgid "Palau" -msgstr "פלאו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:298 -msgid "Palestinian Territory" -msgstr "הטריטוריה הפלשתינית" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:299 -msgid "Panama" -msgstr "פנמה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:300 -msgid "Papua New Guinea" -msgstr "פפאו גיניאה החדשה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:301 -msgid "Paraguay" -msgstr "פראגוואי" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:302 -msgid "Peru" -msgstr "פרו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:303 -msgid "Philippines" -msgstr "פיליפינים" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:304 -msgid "Pitcairn" -msgstr "פיטקרן" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:305 -msgid "Poland" -msgstr "פולין" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:306 -msgid "Portugal" -msgstr "פורטוגל" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:307 -msgid "Puerto Rico" -msgstr "פורטו ריקו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:308 -msgid "Qatar" -msgstr "קטאר" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:309 -msgid "Reunion" -msgstr "ריוניון" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:310 -msgid "Romania" -msgstr "רומניה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:311 -msgid "Russian Federation" -msgstr "רוסיה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:312 -msgid "Rwanda" -msgstr "רואנדה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:313 -msgid "Saint Kitts And Nevis" -msgstr "סנט קיטס ונוויס" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:314 -msgid "Saint Lucia" -msgstr "סנט לוסיה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:315 -msgid "Saint Vincent And The Grenadines" -msgstr "סנט וינסנט והגרנדינים" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:316 -msgid "Samoa" -msgstr "סמואה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:317 -msgid "San Marino" -msgstr "סאן מארינו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:318 -msgid "Sao Tome And Principe" -msgstr "סאו תומה ופרינסיפה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:319 -msgid "Saudi Arabia" -msgstr "ערב הסעודית" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:320 -msgid "Senegal" -msgstr "סנגל" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:321 -msgid "Serbia And Montenegro" -msgstr "סרביה ומונטגרו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:322 -msgid "Seychelles" -msgstr "סיישל" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:323 -msgid "Sierra Leone" -msgstr "סיירה לאונה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:324 -msgid "Singapore" -msgstr "סינגפור" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:325 -msgid "Slovakia" -msgstr "סלובקיה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:326 -msgid "Slovenia" -msgstr "סלובניה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:327 -msgid "Solomon Islands" -msgstr "איי סלומון" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:328 -msgid "Somalia" -msgstr "סומליה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:329 -msgid "South Africa" -msgstr "דרום אפריקה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:330 -msgid "South Georgia And The South Sandwich Islands" -msgstr "איי ג'ורג'יה הדרומית ואיי סנדוויץ' הדרומיים" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:331 -msgid "Spain" -msgstr "ספרד" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:332 -msgid "Sri Lanka" -msgstr "סרי לנקה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:333 -msgid "St. Helena" -msgstr "סנט הלנה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:334 -msgid "St. Pierre And Miquelon" -msgstr "" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:335 -msgid "Sudan" -msgstr "סודן" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:336 -msgid "Suriname" -msgstr "סורינם" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:337 -msgid "Svalbard And Jan Mayen Islands" -msgstr "" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:338 -msgid "Swaziland" -msgstr "סווזילנד" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:339 -msgid "Sweden" -msgstr "שוודיה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:340 -msgid "Switzerland" -msgstr "שווייץ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:341 -msgid "Syria" -msgstr "סוריה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:342 -msgid "Taiwan" -msgstr "טיוואן" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:343 -msgid "Tajikistan" -msgstr "טאג'יקיסטן" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:344 -msgid "Tanzania, United Republic Of" -msgstr "טנזניה, הרפובליקה המאוחדת של" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:345 -msgid "Thailand" -msgstr "תאילנד" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:346 -msgid "Timor-Leste" -msgstr "טימור" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:347 -msgid "Togo" -msgstr "טוגו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:348 -msgid "Tokelau" -msgstr "טוקלאו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:349 -msgid "Tonga" -msgstr "טונגה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:350 -msgid "Trinidad And Tobago" -msgstr "טרינידד וטובאגו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:351 -msgid "Tunisia" -msgstr "תוניס" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:352 -msgid "Turkey" -msgstr "טורקיה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:353 -msgid "Turkmenistan" -msgstr "טורקמניסטן" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:354 -msgid "Turks And Caicos Islands" -msgstr "איי טורקס וקאיקוס" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:355 -msgid "Tuvalu" -msgstr "טובאלו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:356 -msgid "Uganda" -msgstr "אוגנדה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:357 -msgid "Ukraine" -msgstr "אוקראינה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:358 -msgid "United Arab Emirates" -msgstr "איחוד האמירויות הערביות" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:359 -msgid "United Kingdom" -msgstr "בריטניה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:360 -msgid "United States Minor Outlying Islands" -msgstr "" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:361 -msgid "Uruguay" -msgstr "אורוגוואי" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:362 -msgid "Uzbekistan" -msgstr "אוזבקיסטן" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:363 -msgid "Vanuatu" -msgstr "ונואטו" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:364 -msgid "Venezuela" -msgstr "ונצואלה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:365 -msgid "Viet Nam" -msgstr "ויאטנם" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:366 -msgid "Virgin Islands, British" -msgstr "איי וירג'יניה, בריטניה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:367 -msgid "Virgin Islands, U.S." -msgstr "איי וירג'יניה, ארה\"ב" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:368 -msgid "Wallis And Futuna Islands" -msgstr "איי ואליס ופוטונה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:369 -msgid "Western Sahara" -msgstr "סהרה המערבית" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:370 -msgid "Yemen" -msgstr "תימן" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:371 -msgid "Zambia" -msgstr "זמביה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:372 -msgid "Zimbabwe" -msgstr "זימבבווה" - -#: ../addressbook/gui/contact-editor/e-contact-editor-fullname.c:85 -#: ../mail/em-mailer-prefs.c:467 -#: ../plugins/exchange-operations/exchange-delegates.c:954 -#: ../plugins/exchange-operations/exchange-permissions-dialog.c:711 -#: ../plugins/plugin-manager/plugin-manager.c:57 -#: ../plugins/save-attachments/save-attachments.c:351 -#: ../widgets/menus/gal-define-views-dialog.c:346 -#: ../widgets/menus/gal-view-instance-save-as-dialog.c:90 -#: ../widgets/menus/gal-view-new-dialog.c:63 -msgid "Name" -msgstr "שם" - -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:53 -msgid "AOL Instant Messenger" -msgstr "AOL Instant Messenger" +#: ../addressbook/gui/contact-editor/e-contact-editor.c:172 +#: ../addressbook/gui/widgets/eab-contact-display.c:605 +msgid "AIM" +msgstr "AIM" -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:55 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:177 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:173 #: ../addressbook/gui/widgets/eab-contact-display.c:608 msgid "Jabber" msgstr "Jabber" -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:56 -msgid "Yahoo Messenger" -msgstr "Yahoo Messenger" +#: ../addressbook/gui/contact-editor/e-contact-editor.c:174 +#: ../addressbook/gui/widgets/eab-contact-display.c:610 +msgid "Yahoo" +msgstr "Yahoo" -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:57 -msgid "Gadu-Gadu Messenger" -msgstr "Gadu-Gadu Messenger" +#: ../addressbook/gui/contact-editor/e-contact-editor.c:175 +#: ../addressbook/gui/widgets/eab-contact-display.c:611 +msgid "Gadu-Gadu" +msgstr "Gadu-Gadu" -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:59 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:181 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:176 +#: ../addressbook/gui/widgets/eab-contact-display.c:609 +msgid "MSN" +msgstr "MSN" + +#: ../addressbook/gui/contact-editor/e-contact-editor.c:177 #: ../addressbook/gui/widgets/eab-contact-display.c:607 msgid "ICQ" msgstr "ICQ" -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:60 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:183 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:178 +#: ../addressbook/gui/widgets/eab-contact-display.c:606 +msgid "GroupWise" +msgstr "GroupWise" + +#: ../addressbook/gui/contact-editor/e-contact-editor.c:179 #: ../addressbook/gui/widgets/eab-contact-display.c:612 -#| msgid "Type" msgid "Skype" msgstr "Skype" -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:150 -msgid "Service" -msgstr "שרות" - -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:159 -#: ../calendar/gui/caltypes.xml.h:12 -#: ../calendar/gui/e-cal-list-view.etspec.h:3 ../mail/message-list.etspec.h:9 -#: ../plugins/publish-calendar/publish-calendar.c:694 -#: ../plugins/save-calendar/csv-format.c:376 -msgid "Location" -msgstr "מיקום" - -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:166 -msgid "Username" -msgstr "שם משתמש" +#. red +#: ../addressbook/gui/contact-editor/e-contact-editor.c:191 +#: ../addressbook/gui/widgets/eab-contact-display.c:57 +#: ../addressbook/gui/widgets/eab-contact-display.c:635 +#: ../mail/em-migrate.c:958 +msgid "Work" +msgstr "עבודה" -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:264 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:196 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:192 #: ../addressbook/gui/widgets/eab-contact-display.c:58 msgid "Home" msgstr "בית" -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:272 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:197 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:193 #: ../addressbook/gui/widgets/eab-contact-display.c:59 #: ../addressbook/gui/widgets/eab-contact-display.c:519 -#: ../calendar/gui/e-calendar-view.c:2228 +#: ../calendar/gui/e-calendar-view.c:2296 msgid "Other" msgstr "אחר" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:178 -#: ../addressbook/gui/widgets/eab-contact-display.c:610 -msgid "Yahoo" -msgstr "Yahoo" - -#: ../addressbook/gui/contact-editor/e-contact-editor.c:179 -#: ../addressbook/gui/widgets/eab-contact-display.c:611 -msgid "Gadu-Gadu" -msgstr "Gadu-Gadu" - -#: ../addressbook/gui/contact-editor/e-contact-editor.c:180 -#: ../addressbook/gui/widgets/eab-contact-display.c:609 -msgid "MSN" -msgstr "MSN" - -#: ../addressbook/gui/contact-editor/e-contact-editor.c:182 -#: ../addressbook/gui/widgets/eab-contact-display.c:606 -msgid "GroupWise" -msgstr "GroupWise" - -#: ../addressbook/gui/contact-editor/e-contact-editor.c:252 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:248 msgid "Source Book" msgstr "ספר מקור" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:259 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:255 msgid "Target Book" msgstr "ספר מטרה" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:273 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:269 msgid "Is New Contact" msgstr "האם איש קשר חדש" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:280 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:276 msgid "Writable Fields" msgstr "שדות ניתנים לכתיבה" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:287 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:283 msgid "Required Fields" msgstr "שדות דרושים" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:301 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:297 msgid "Changed" msgstr "שונה" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:553 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:2418 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:552 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:2438 #, c-format msgid "Contact Editor - %s" msgstr "עורך אנשי הקשר - %s" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:2814 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:2834 msgid "Please select an image for this contact" msgstr "אנא בחר תמונה בעבור איש קשר זה" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:2815 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:2835 msgid "_No image" msgstr "ללא _תמונה" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:3089 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:3109 msgid "" "The contact data is invalid:\n" "\n" msgstr "" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:3093 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:3113 #, c-format msgid "'%s' has an invalid format" msgstr "" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:3100 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:3120 #, c-format msgid "%s'%s' has an invalid format" msgstr "" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:3115 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:3126 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:3135 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:3146 #, c-format msgid "%s'%s' is empty" msgstr "" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:3141 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:3161 msgid "Invalid contact." msgstr "איש קשר שגוי." #: ../addressbook/gui/contact-editor/e-contact-quick-add.c:324 msgid "Contact Quick-Add" -msgstr "" +msgstr "הוספה מהירה של אנשי קשר" #: ../addressbook/gui/contact-editor/e-contact-quick-add.c:327 msgid "_Edit Full" -msgstr "" +msgstr "_עריכה מלאה" #: ../addressbook/gui/contact-editor/e-contact-quick-add.c:401 msgid "_Full name" @@ -2660,111 +1517,53 @@ msgstr "" "אתה בטוח שברצונך\n" "למחוק אנשי קשר אלו?" -#: ../addressbook/gui/contact-editor/fulladdr.glade.h:1 -msgid "Address _2:" -msgstr "כתובת _2:" - -#: ../addressbook/gui/contact-editor/fulladdr.glade.h:2 -msgid "Ci_ty:" -msgstr "_עיר:" - -#: ../addressbook/gui/contact-editor/fulladdr.glade.h:3 -msgid "Countr_y:" -msgstr "_ארץ:" - -#: ../addressbook/gui/contact-editor/fulladdr.glade.h:4 -msgid "Full Address" -msgstr "כתובת מלאה" - -#: ../addressbook/gui/contact-editor/fulladdr.glade.h:8 -msgid "_ZIP Code:" -msgstr "מ_יקוד:" - #: ../addressbook/gui/contact-editor/fullname.glade.h:1 -msgid "Dr." -msgstr "דר." +msgid "" +"\n" +"Mr.\n" +"Mrs.\n" +"Ms.\n" +"Miss\n" +"Dr." +msgstr "" +"\n" +"מר\n" +"אדון\n" +"גברת\n" +"ד\"ר" -#: ../addressbook/gui/contact-editor/fullname.glade.h:2 -msgid "Esq." +#: ../addressbook/gui/contact-editor/fullname.glade.h:7 +msgid "" +"\n" +"Sr.\n" +"Jr.\n" +"I\n" +"II\n" +"III\n" +"Esq." msgstr "" -#: ../addressbook/gui/contact-editor/fullname.glade.h:3 +#: ../addressbook/gui/contact-editor/fullname.glade.h:14 #: ../addressbook/gui/widgets/e-addressbook-view.etspec.h:16 msgid "Full Name" msgstr "שם מלא" -#: ../addressbook/gui/contact-editor/fullname.glade.h:4 -msgid "I" -msgstr "I" - -#: ../addressbook/gui/contact-editor/fullname.glade.h:5 -msgid "II" -msgstr "II" - -#: ../addressbook/gui/contact-editor/fullname.glade.h:6 -msgid "III" -msgstr "III" - -#: ../addressbook/gui/contact-editor/fullname.glade.h:7 -msgid "Jr." -msgstr "הצעיר" - -#: ../addressbook/gui/contact-editor/fullname.glade.h:8 -msgid "Miss" -msgstr "" - -#: ../addressbook/gui/contact-editor/fullname.glade.h:9 -msgid "Mr." -msgstr "מר" - -#: ../addressbook/gui/contact-editor/fullname.glade.h:10 -msgid "Mrs." -msgstr "" - -#: ../addressbook/gui/contact-editor/fullname.glade.h:11 -msgid "Ms." -msgstr "" - -#: ../addressbook/gui/contact-editor/fullname.glade.h:12 -msgid "Sr." -msgstr "סיר" - -#: ../addressbook/gui/contact-editor/fullname.glade.h:13 +#: ../addressbook/gui/contact-editor/fullname.glade.h:15 msgid "_First:" msgstr "_פרטי:" -#: ../addressbook/gui/contact-editor/fullname.glade.h:14 +#: ../addressbook/gui/contact-editor/fullname.glade.h:16 msgid "_Last:" msgstr "_משפחה:" -#: ../addressbook/gui/contact-editor/fullname.glade.h:15 +#: ../addressbook/gui/contact-editor/fullname.glade.h:17 msgid "_Middle:" msgstr "_אמצעי:" -#: ../addressbook/gui/contact-editor/fullname.glade.h:16 +#: ../addressbook/gui/contact-editor/fullname.glade.h:18 msgid "_Suffix:" msgstr "_סופית:" -#: ../addressbook/gui/contact-editor/im.glade.h:1 -msgid "Add IM Account" -msgstr "הוסף חשבון מסרים מידיים" - -#: ../addressbook/gui/contact-editor/im.glade.h:2 -msgid "_Account name:" -msgstr "שם _חשבון:" - -#: ../addressbook/gui/contact-editor/im.glade.h:3 -msgid "_IM Service:" -msgstr "שירות מ_סרים מידיים:" - -#: ../addressbook/gui/contact-editor/im.glade.h:4 -#: ../calendar/gui/dialogs/event-page.glade.h:16 -#: ../plugins/calendar-weather/calendar-weather.c:372 -#: ../plugins/exchange-operations/exchange-calendar.c:247 -#: ../plugins/exchange-operations/exchange-contacts.c:239 -msgid "_Location:" -msgstr "_מיקום:" - #: ../addressbook/gui/contact-list-editor/contact-list-editor.glade.h:1 msgid "<b>Members</b>" msgstr "<b>חברים</b>" @@ -2775,7 +1574,7 @@ msgid "Contact List Editor" msgstr "עורף אנשי קשר" #: ../addressbook/gui/contact-list-editor/contact-list-editor.glade.h:3 -#: ../calendar/gui/dialogs/cal-prefs-dialog.c:219 +#: ../calendar/gui/dialogs/cal-prefs-dialog.c:213 #: ../calendar/gui/e-day-view-time-item.c:815 #: ../calendar/gui/e-timezone-entry.c:121 msgid "Select..." @@ -2805,7 +1604,7 @@ msgstr "חברים_" #: ../addressbook/gui/contact-list-editor/e-contact-list-editor.c:1148 #: ../addressbook/gui/widgets/e-addressbook-model.c:311 #: ../addressbook/gui/widgets/e-addressbook-reflow-adapter.c:405 -#: ../addressbook/gui/widgets/e-addressbook-view.c:211 +#: ../addressbook/gui/widgets/e-addressbook-view.c:210 #: ../addressbook/gui/widgets/e-minicard-view-widget.c:117 #: ../addressbook/gui/widgets/e-minicard-view.c:531 msgid "Book" @@ -2817,11 +1616,11 @@ msgstr "" #: ../addressbook/gui/merging/eab-contact-commit-duplicate-detected.glade.h:1 msgid "Changed Contact:" -msgstr "" +msgstr "איש קשר שהשתנה:" #: ../addressbook/gui/merging/eab-contact-commit-duplicate-detected.glade.h:2 msgid "Conflicting Contact:" -msgstr "" +msgstr "איש קשר בהתנגשות:" #: ../addressbook/gui/merging/eab-contact-commit-duplicate-detected.glade.h:3 #: ../addressbook/gui/merging/eab-contact-duplicate-detected.glade.h:1 @@ -2829,9 +1628,7 @@ msgid "Duplicate Contact Detected" msgstr "" #: ../addressbook/gui/merging/eab-contact-commit-duplicate-detected.glade.h:4 -msgid "" -"The name or email of this contact already exists in this folder. Would you " -"like to add it anyway?" +msgid "The name or email of this contact already exists in this folder. Would you like to add it anyway?" msgstr "" #: ../addressbook/gui/merging/eab-contact-duplicate-detected.glade.h:2 @@ -2863,19 +1660,22 @@ msgstr "מזג איש קשר" #: ../addressbook/gui/widgets/eab-contact-display.c:588 #: ../addressbook/gui/widgets/eab-contact-display.c:591 #: ../addressbook/gui/widgets/eab-contact-display.c:871 -#: ../plugins/groupwise-features/junk-settings.c:416 ../smime/lib/e-cert.c:810 +#: ../plugins/groupwise-features/junk-settings.c:414 +#: ../smime/lib/e-cert.c:810 msgid "Email" msgstr "דוא\"ל" #: ../addressbook/gui/widgets/addresstypes.xml.h:1 -#: ../addressbook/gui/widgets/e-addressbook-view.c:160 -#: ../calendar/gui/cal-search-bar.c:80 ../calendar/gui/caltypes.xml.h:2 -#: ../calendar/gui/memotypes.xml.h:2 ../calendar/gui/tasktypes.xml.h:4 +#: ../addressbook/gui/widgets/e-addressbook-view.c:159 +#: ../calendar/gui/cal-search-bar.c:80 +#: ../calendar/gui/caltypes.xml.h:2 +#: ../calendar/gui/memotypes.xml.h:2 +#: ../calendar/gui/tasktypes.xml.h:4 msgid "Any field contains" msgstr "כל שדה מכיל" #: ../addressbook/gui/widgets/addresstypes.xml.h:2 -#: ../addressbook/gui/widgets/e-addressbook-view.c:159 +#: ../addressbook/gui/widgets/e-addressbook-view.c:158 msgid "Email begins with" msgstr "דוא\"ל מתחיל ב" @@ -2896,7 +1696,7 @@ msgstr[1] "%d אנשי קשר" #: ../addressbook/gui/widgets/e-addressbook-model.c:318 #: ../addressbook/gui/widgets/e-addressbook-reflow-adapter.c:412 -#: ../addressbook/gui/widgets/e-addressbook-view.c:225 +#: ../addressbook/gui/widgets/e-addressbook-view.c:224 #: ../addressbook/gui/widgets/e-minicard-view-widget.c:124 #: ../addressbook/gui/widgets/e-minicard-view.c:538 msgid "Query" @@ -2907,11 +1707,12 @@ msgid "Error getting book view" msgstr "שגיאה בקבלת תצוגת ספר" #: ../addressbook/gui/widgets/e-addressbook-reflow-adapter.c:426 -#: ../widgets/table/e-table-click-to-add.c:509 +#: ../widgets/table/e-table-click-to-add.c:508 #: ../widgets/table/e-table-selection-model.c:302 -#: ../widgets/table/e-table.c:3354 -#: ../widgets/table/e-tree-selection-model.c:820 ../widgets/text/e-text.c:3552 +#: ../widgets/table/e-table.c:3352 +#: ../widgets/table/e-tree-selection-model.c:820 #: ../widgets/text/e-text.c:3553 +#: ../widgets/text/e-text.c:3554 msgid "Model" msgstr "מודל" @@ -2919,113 +1720,119 @@ msgstr "מודל" msgid "Error modifying card" msgstr "שגיאה בשינוי כרטיס" -#: ../addressbook/gui/widgets/e-addressbook-view.c:158 +#: ../addressbook/gui/widgets/e-addressbook-view.c:157 msgid "Name begins with" msgstr "השם מתחיל ב" -#: ../addressbook/gui/widgets/e-addressbook-view.c:218 +#: ../addressbook/gui/widgets/e-addressbook-view.c:217 msgid "Source" msgstr "מקור" -#: ../addressbook/gui/widgets/e-addressbook-view.c:232 -#: ../calendar/gui/e-calendar-table.etspec.h:12 -#: ../calendar/gui/e-meeting-list-view.c:524 +#: ../addressbook/gui/widgets/e-addressbook-view.c:231 +#: ../calendar/gui/e-calendar-table.etspec.h:14 +#: ../calendar/gui/e-meeting-list-view.c:566 #: ../calendar/gui/e-meeting-time-sel.etspec.h:11 -#: ../calendar/gui/e-memo-table.etspec.h:5 +#: ../calendar/gui/e-memo-table.etspec.h:7 +#: ../widgets/misc/e-attachment-tree-view.c:554 msgid "Type" msgstr "סוג" -#: ../addressbook/gui/widgets/e-addressbook-view.c:812 +#: ../addressbook/gui/widgets/e-addressbook-view.c:811 #: ../addressbook/gui/widgets/e-addressbook-view.c:1964 #, fuzzy msgid "Save as vCard..." msgstr "שמור בשם..." -#: ../addressbook/gui/widgets/e-addressbook-view.c:933 -#: ../calendar/gui/dialogs/comp-editor.c:2081 -#: ../calendar/gui/e-calendar-table.c:1588 -#: ../calendar/gui/e-calendar-view.c:1746 ../calendar/gui/e-memo-table.c:923 +#: ../addressbook/gui/widgets/e-addressbook-view.c:932 +#: ../calendar/gui/e-calendar-table.c:1594 +#: ../calendar/gui/e-calendar-view.c:1811 +#: ../calendar/gui/e-memo-table.c:937 #: ../ui/evolution-addressbook.xml.h:56 msgid "_Open" msgstr "_פתח" -#: ../addressbook/gui/widgets/e-addressbook-view.c:935 +#: ../addressbook/gui/widgets/e-addressbook-view.c:934 msgid "_New Contact..." msgstr "איש קשר _חדש..." -#: ../addressbook/gui/widgets/e-addressbook-view.c:936 +#: ../addressbook/gui/widgets/e-addressbook-view.c:935 msgid "New Contact _List..." msgstr "רשימת _תפוצה חדשה..." -#: ../addressbook/gui/widgets/e-addressbook-view.c:939 +#: ../addressbook/gui/widgets/e-addressbook-view.c:938 #, fuzzy msgid "_Save as vCard..." msgstr "שמור בשם..." -#: ../addressbook/gui/widgets/e-addressbook-view.c:940 +#: ../addressbook/gui/widgets/e-addressbook-view.c:939 msgid "_Forward Contact" msgstr "העבר _איש קשר" -#: ../addressbook/gui/widgets/e-addressbook-view.c:941 +#: ../addressbook/gui/widgets/e-addressbook-view.c:940 msgid "_Forward Contacts" msgstr "העבר א_נשי קשר" -#: ../addressbook/gui/widgets/e-addressbook-view.c:942 +#: ../addressbook/gui/widgets/e-addressbook-view.c:941 msgid "Send _Message to Contact" msgstr "שלח _הודעה לאיש קשר" -#: ../addressbook/gui/widgets/e-addressbook-view.c:943 +#: ../addressbook/gui/widgets/e-addressbook-view.c:942 msgid "Send _Message to List" msgstr "שלח הודעה ל_רשימה" -#: ../addressbook/gui/widgets/e-addressbook-view.c:944 +#: ../addressbook/gui/widgets/e-addressbook-view.c:943 msgid "Send _Message to Contacts" msgstr "שלח ה_ודעה לאנשי קשר" -#: ../addressbook/gui/widgets/e-addressbook-view.c:945 +#: ../addressbook/gui/widgets/e-addressbook-view.c:944 msgid "_Print" msgstr "ה_דפס" -#: ../addressbook/gui/widgets/e-addressbook-view.c:948 +#: ../addressbook/gui/widgets/e-addressbook-view.c:947 msgid "Cop_y to Address Book..." msgstr "העתק _לספר הכתובות..." -#: ../addressbook/gui/widgets/e-addressbook-view.c:949 +#: ../addressbook/gui/widgets/e-addressbook-view.c:948 msgid "Mo_ve to Address Book..." msgstr "העבר ל_ספר הכתובות..." -#: ../addressbook/gui/widgets/e-addressbook-view.c:952 +#: ../addressbook/gui/widgets/e-addressbook-view.c:951 msgid "Cu_t" msgstr "ג_זור" -#: ../addressbook/gui/widgets/e-addressbook-view.c:953 -#: ../calendar/gui/dialogs/comp-editor.c:487 -#: ../calendar/gui/e-calendar-table.c:1596 -#: ../calendar/gui/e-calendar-view.c:1753 ../calendar/gui/e-memo-table.c:931 -#: ../composer/e-msg-composer.c:2051 ../mail/em-folder-tree.c:1005 -#: ../mail/em-folder-view.c:1322 ../mail/message-list.c:2104 -#: ../ui/evolution-addressbook.xml.h:46 ../ui/evolution-calendar.xml.h:40 -#: ../ui/evolution-mail-message.xml.h:103 ../ui/evolution-memos.xml.h:15 +#: ../addressbook/gui/widgets/e-addressbook-view.c:952 +#: ../calendar/gui/e-calendar-table.c:1602 +#: ../calendar/gui/e-calendar-view.c:1818 +#: ../calendar/gui/e-memo-table.c:945 +#: ../mail/em-folder-tree.c:928 +#: ../mail/em-folder-view.c:1325 +#: ../mail/message-list.c:2105 +#: ../ui/evolution-addressbook.xml.h:46 +#: ../ui/evolution-calendar.xml.h:40 +#: ../ui/evolution-mail-message.xml.h:99 +#: ../ui/evolution-memos.xml.h:15 #: ../ui/evolution-tasks.xml.h:23 msgid "_Copy" msgstr "ה_עתק" -#: ../addressbook/gui/widgets/e-addressbook-view.c:954 +#: ../addressbook/gui/widgets/e-addressbook-view.c:953 msgid "P_aste" msgstr "ה_דבק" #. All, unmatched, separator #: ../addressbook/gui/widgets/e-addressbook-view.c:1527 -#: ../calendar/gui/cal-search-bar.c:628 ../calendar/gui/cal-search-bar.c:671 +#: ../calendar/gui/cal-search-bar.c:628 +#: ../calendar/gui/cal-search-bar.c:671 #: ../calendar/gui/cal-search-bar.c:690 msgid "Any Category" msgstr "כל קטגוריה" #: ../addressbook/gui/widgets/e-addressbook-view.c:1530 -#: ../calendar/gui/cal-search-bar.c:632 ../calendar/gui/cal-search-bar.c:675 +#: ../calendar/gui/cal-search-bar.c:632 +#: ../calendar/gui/cal-search-bar.c:675 #: ../calendar/gui/cal-search-bar.c:694 msgid "Unmatched" -msgstr "" +msgstr "ללא התאמה" #: ../addressbook/gui/widgets/e-addressbook-view.etspec.h:1 #: ../addressbook/gui/widgets/eab-contact-display.c:626 @@ -3050,7 +1857,7 @@ msgstr "טלפון עסקי 2" #: ../addressbook/gui/widgets/e-addressbook-view.etspec.h:6 msgid "Callback Phone" -msgstr "" +msgstr "טלפון לחזרה" #: ../addressbook/gui/widgets/e-addressbook-view.etspec.h:7 msgid "Car Phone" @@ -3159,9 +1966,9 @@ msgid "Radio" msgstr "רדיו" #: ../addressbook/gui/widgets/e-addressbook-view.etspec.h:33 -#: ../calendar/gui/e-meeting-list-view.c:536 +#: ../calendar/gui/e-meeting-list-view.c:578 #: ../calendar/gui/e-meeting-time-sel.etspec.h:9 -#: ../plugins/exchange-operations/exchange-permissions-dialog.c:715 +#: ../plugins/exchange-operations/exchange-permissions-dialog.c:710 msgid "Role" msgstr "תפקיד" @@ -3196,57 +2003,63 @@ msgstr "יחידה" msgid "Web Site" msgstr "אתר ברשת" -#: ../addressbook/gui/widgets/e-minicard-label.c:116 -#: ../addressbook/gui/widgets/e-minicard.c:155 -#: ../widgets/misc/e-canvas-vbox.c:85 ../widgets/misc/e-canvas-vbox.c:86 -#: ../widgets/misc/e-reflow.c:1424 ../widgets/misc/e-reflow.c:1425 -#: ../widgets/table/e-table-click-to-add.c:523 +#: ../addressbook/gui/widgets/e-minicard-label.c:115 +#: ../addressbook/gui/widgets/e-minicard.c:154 +#: ../widgets/misc/e-canvas-vbox.c:85 +#: ../widgets/misc/e-canvas-vbox.c:86 +#: ../widgets/misc/e-reflow.c:1423 +#: ../widgets/misc/e-reflow.c:1424 +#: ../widgets/table/e-table-click-to-add.c:522 #: ../widgets/table/e-table-col.c:98 -#: ../widgets/table/e-table-field-chooser-item.c:654 -#: ../widgets/table/e-table-group-container.c:992 -#: ../widgets/table/e-table-group-container.c:993 -#: ../widgets/table/e-table-group-leaf.c:637 -#: ../widgets/table/e-table-group-leaf.c:638 -#: ../widgets/table/e-table-item.c:3077 ../widgets/table/e-table-item.c:3078 -#: ../widgets/text/e-text.c:3730 ../widgets/text/e-text.c:3731 +#: ../widgets/table/e-table-group-container.c:996 +#: ../widgets/table/e-table-group-container.c:997 +#: ../widgets/table/e-table-group-leaf.c:642 +#: ../widgets/table/e-table-group-leaf.c:643 +#: ../widgets/table/e-table-item.c:3077 +#: ../widgets/table/e-table-item.c:3078 +#: ../widgets/text/e-text.c:3731 +#: ../widgets/text/e-text.c:3732 msgid "Width" msgstr "רוחב" -#: ../addressbook/gui/widgets/e-minicard-label.c:123 -#: ../addressbook/gui/widgets/e-minicard.c:162 -#: ../widgets/misc/e-canvas-vbox.c:97 ../widgets/misc/e-canvas-vbox.c:98 -#: ../widgets/misc/e-reflow.c:1432 ../widgets/misc/e-reflow.c:1433 -#: ../widgets/table/e-table-click-to-add.c:530 -#: ../widgets/table/e-table-field-chooser-item.c:661 -#: ../widgets/table/e-table-group-container.c:985 -#: ../widgets/table/e-table-group-container.c:986 -#: ../widgets/table/e-table-group-leaf.c:630 -#: ../widgets/table/e-table-group-leaf.c:631 -#: ../widgets/table/e-table-item.c:3083 ../widgets/table/e-table-item.c:3084 -#: ../widgets/text/e-text.c:3738 ../widgets/text/e-text.c:3739 +#: ../addressbook/gui/widgets/e-minicard-label.c:122 +#: ../addressbook/gui/widgets/e-minicard.c:161 +#: ../widgets/misc/e-canvas-vbox.c:97 +#: ../widgets/misc/e-canvas-vbox.c:98 +#: ../widgets/misc/e-reflow.c:1431 +#: ../widgets/misc/e-reflow.c:1432 +#: ../widgets/table/e-table-click-to-add.c:529 +#: ../widgets/table/e-table-group-container.c:989 +#: ../widgets/table/e-table-group-container.c:990 +#: ../widgets/table/e-table-group-leaf.c:635 +#: ../widgets/table/e-table-group-leaf.c:636 +#: ../widgets/table/e-table-item.c:3083 +#: ../widgets/table/e-table-item.c:3084 +#: ../widgets/text/e-text.c:3739 +#: ../widgets/text/e-text.c:3740 msgid "Height" msgstr "גובה" -#: ../addressbook/gui/widgets/e-minicard-label.c:130 -#: ../addressbook/gui/widgets/e-minicard.c:170 +#: ../addressbook/gui/widgets/e-minicard-label.c:129 +#: ../addressbook/gui/widgets/e-minicard.c:169 msgid "Has Focus" msgstr "יש פוקוס" -#: ../addressbook/gui/widgets/e-minicard-label.c:137 +#: ../addressbook/gui/widgets/e-minicard-label.c:136 msgid "Field" msgstr "שדה" -#: ../addressbook/gui/widgets/e-minicard-label.c:144 +#: ../addressbook/gui/widgets/e-minicard-label.c:143 msgid "Field Name" msgstr "שם שדה" -#: ../addressbook/gui/widgets/e-minicard-label.c:151 +#: ../addressbook/gui/widgets/e-minicard-label.c:150 msgid "Text Model" msgstr "מודל טקסט" -#: ../addressbook/gui/widgets/e-minicard-label.c:158 +#: ../addressbook/gui/widgets/e-minicard-label.c:157 msgid "Max field name length" -msgstr "" +msgstr "אורך שם השדה המקסימלי" #: ../addressbook/gui/widgets/e-minicard-view-widget.c:138 msgid "Column Width" @@ -3284,6 +2097,11 @@ msgid "" "\n" "Double-click here to create a new Contact." msgstr "" +"\n" +"\n" +"אין פריטים להצגה בתצוגה זו.\n" +"\n" +"לחץ כאן פעמיים כדי ליצור איש קשר חדש." #: ../addressbook/gui/widgets/e-minicard-view.c:188 msgid "" @@ -3309,37 +2127,39 @@ msgstr "" msgid "Adapter" msgstr "מתאם" -#: ../addressbook/gui/widgets/e-minicard.c:100 +#: ../addressbook/gui/widgets/e-minicard.c:99 msgid "Work Email" msgstr "דוא\"ל עבודה" -#: ../addressbook/gui/widgets/e-minicard.c:101 +#: ../addressbook/gui/widgets/e-minicard.c:100 msgid "Home Email" msgstr "דוא\"ל בית" -#: ../addressbook/gui/widgets/e-minicard.c:102 -#: ../addressbook/gui/widgets/e-minicard.c:831 +#: ../addressbook/gui/widgets/e-minicard.c:101 +#: ../addressbook/gui/widgets/e-minicard.c:830 msgid "Other Email" msgstr "דוא\"ל אחר" -#: ../addressbook/gui/widgets/e-minicard.c:178 +#: ../addressbook/gui/widgets/e-minicard.c:177 msgid "Selected" msgstr "נבחר" -#: ../addressbook/gui/widgets/e-minicard.c:185 +#: ../addressbook/gui/widgets/e-minicard.c:184 msgid "Has Cursor" msgstr "יש סמן" -#: ../addressbook/gui/widgets/eab-contact-display.c:169 ../mail/em-popup.c:623 +#: ../addressbook/gui/widgets/eab-contact-display.c:169 +#: ../mail/em-popup.c:545 msgid "_Open Link in Browser" msgstr "_פתח את הקישור בדפדפן" #: ../addressbook/gui/widgets/eab-contact-display.c:170 -#: ../mail/em-folder-view.c:2752 +#: ../mail/em-folder-view.c:2733 msgid "_Copy Link Location" msgstr "_העתק את מיקום הקישור" -#: ../addressbook/gui/widgets/eab-contact-display.c:171 ../mail/em-popup.c:624 +#: ../addressbook/gui/widgets/eab-contact-display.c:171 +#: ../mail/em-popup.c:546 msgid "_Send New Message To..." msgstr "ש_לח הודעה ל..." @@ -3383,9 +2203,9 @@ msgstr "שיחת וידאו" #: ../addressbook/gui/widgets/eab-contact-display.c:628 #: ../calendar/gui/calendar-commands.c:90 -#: ../calendar/gui/dialogs/calendar-setup.c:369 -#: ../calendar/gui/gnome-cal.c:2496 -#: ../plugins/exchange-operations/exchange-delegates-user.c:78 +#: ../calendar/gui/dialogs/calendar-setup.c:368 +#: ../calendar/gui/gnome-cal.c:2523 +#: ../plugins/exchange-operations/exchange-delegates-user.c:76 #: ../plugins/exchange-operations/exchange-folder.c:576 #: ../plugins/groupwise-account-setup/camel-gw-listener.c:424 #: ../plugins/groupwise-account-setup/camel-gw-listener.c:455 @@ -3397,7 +2217,7 @@ msgid "Calendar" msgstr "יומן" #: ../addressbook/gui/widgets/eab-contact-display.c:629 -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:19 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:18 #: ../calendar/gui/dialogs/event-editor.c:116 msgid "Free/Busy" msgstr "פנוי/עסוק" @@ -3411,6 +2231,11 @@ msgstr "טלפון" msgid "Fax" msgstr "פקס" +#: ../addressbook/gui/widgets/eab-contact-display.c:632 +#: ../addressbook/gui/widgets/eab-contact-display.c:647 +msgid "Address" +msgstr "כתובת" + #: ../addressbook/gui/widgets/eab-contact-display.c:642 msgid "Home Page" msgstr "דף הבית" @@ -3420,12 +2245,12 @@ msgid "Web Log" msgstr "יומן רשת" #: ../addressbook/gui/widgets/eab-contact-display.c:648 -#: ../calendar/gui/e-calendar-view.c:2507 +#: ../calendar/gui/e-calendar-view.c:2587 msgid "Birthday" msgstr "יום הולדת" #: ../addressbook/gui/widgets/eab-contact-display.c:649 -#: ../calendar/gui/e-calendar-view.c:2508 +#: ../calendar/gui/e-calendar-view.c:2588 msgid "Anniversary" msgstr "יום שנה" @@ -3492,12 +2317,12 @@ msgstr "פרוטוקול לא נתמך" #. E_BOOK_ERROR_CANCELLED #: ../addressbook/gui/widgets/eab-gui-util.c:70 -#: ../calendar/gui/dialogs/task-details-page.glade.h:3 #: ../calendar/gui/e-cal-component-preview.c:250 #: ../calendar/gui/e-cal-model-tasks.c:364 #: ../calendar/gui/e-cal-model-tasks.c:681 #: ../calendar/gui/e-calendar-table.c:239 -#: ../calendar/gui/e-calendar-table.c:653 ../calendar/gui/print.c:2554 +#: ../calendar/gui/e-calendar-table.c:664 +#: ../calendar/gui/print.c:2564 msgid "Canceled" msgstr "בוטל" @@ -3508,12 +2333,13 @@ msgstr "לא ניתן לבטל" #. E_BOOK_ERROR_AUTHENTICATION_FAILED #: ../addressbook/gui/widgets/eab-gui-util.c:72 -#: ../calendar/gui/comp-editor-factory.c:427 +#: ../calendar/gui/comp-editor-factory.c:433 msgid "Authentication Failed" msgstr "ההזדהות נכשלה" #. E_BOOK_ERROR_AUTHENTICATION_REQUIRED #: ../addressbook/gui/widgets/eab-gui-util.c:73 +#: ../calendar/gui/comp-editor-factory.c:427 msgid "Authentication Required" msgstr "הזדהות נדרשת" @@ -3549,33 +2375,23 @@ msgid "Unsupported authentication method" msgstr "שיטת הזדהות לא נתמכת" #: ../addressbook/gui/widgets/eab-gui-util.c:110 -msgid "" -"This address book cannot be opened. This either means this book is not " -"marked for offline usage or not yet downloaded for offline usage. Please " -"load the address book once in online mode to download its contents." +msgid "This address book cannot be opened. This either means this book is not marked for offline usage or not yet downloaded for offline usage. Please load the address book once in online mode to download its contents." msgstr "" #: ../addressbook/gui/widgets/eab-gui-util.c:119 #, c-format -msgid "" -"This address book cannot be opened. Please check that the path %s exists " -"and that permissions are set to access it." +msgid "This address book cannot be opened. Please check that the path %s exists and that permissions are set to access it." msgstr "" #: ../addressbook/gui/widgets/eab-gui-util.c:131 -msgid "" -"This version of Evolution does not have LDAP support compiled in to it. To " -"use LDAP in Evolution an LDAP-enabled Evolution package must be installed." +msgid "This version of Evolution does not have LDAP support compiled in to it. To use LDAP in Evolution an LDAP-enabled Evolution package must be installed." msgstr "" #: ../addressbook/gui/widgets/eab-gui-util.c:140 -msgid "" -"This address book cannot be opened. This either means that an incorrect URI " -"was entered, or the server is unreachable." +msgid "This address book cannot be opened. This either means that an incorrect URI was entered, or the server is unreachable." msgstr "" #: ../addressbook/gui/widgets/eab-gui-util.c:148 -#| msgid "Detailed error:" msgid "Detailed error message:" msgstr "הודעת שגיאה מפורטת:" @@ -3711,60 +2527,40 @@ msgstr "הזז אנשי קשר ל" msgid "Copy contacts to" msgstr "העתק אנשי קשר ל" -#: ../addressbook/gui/widgets/eab-gui-util.c:901 +#: ../addressbook/gui/widgets/eab-gui-util.c:903 msgid "Multiple vCards" -msgstr "" +msgstr "מספר vCards" -#: ../addressbook/gui/widgets/eab-gui-util.c:908 +#: ../addressbook/gui/widgets/eab-gui-util.c:910 #, fuzzy, c-format msgid "vCard for %s" msgstr "תיקייה לא תקינה: `%s'" -#: ../addressbook/gui/widgets/eab-gui-util.c:920 -#: ../addressbook/gui/widgets/eab-gui-util.c:946 +#: ../addressbook/gui/widgets/eab-gui-util.c:922 +#: ../addressbook/gui/widgets/eab-gui-util.c:948 #, c-format msgid "Contact information" msgstr "מידע איש קשר" -#: ../addressbook/gui/widgets/eab-gui-util.c:948 +#: ../addressbook/gui/widgets/eab-gui-util.c:950 #, c-format msgid "Contact information for %s" msgstr "מידע איש קשר עבור %s" -#: ../addressbook/gui/widgets/eab-popup-control.c:293 +#: ../addressbook/gui/widgets/eab-popup-control.c:292 msgid "Querying Address Book..." msgstr "" -#: ../addressbook/gui/widgets/eab-vcard-control.c:141 -#, c-format -msgid "There is one other contact." -msgid_plural "There are %d other contacts." -msgstr[0] "יש איש קשר נוסף." -msgstr[1] "יש %d אנשי קשר נוספים." - -#: ../addressbook/gui/widgets/eab-vcard-control.c:226 -#: ../addressbook/gui/widgets/eab-vcard-control.c:277 -#, fuzzy -msgid "Show Full vCard" -msgstr "שדה" - -#: ../addressbook/gui/widgets/eab-vcard-control.c:230 -msgid "Show Compact vCard" -msgstr "" - -#: ../addressbook/gui/widgets/eab-vcard-control.c:282 -msgid "Save in address book" -msgstr "שמור בספר הכתובות" - #: ../addressbook/gui/widgets/gal-view-factory-minicard.c:37 msgid "Card View" -msgstr "" +msgstr "תצוגת כרטיסים" #: ../addressbook/importers/evolution-csv-importer.c:661 #: ../addressbook/importers/evolution-ldif-importer.c:513 #: ../addressbook/importers/evolution-vcard-importer.c:252 #: ../calendar/importers/icalendar-importer.c:308 -#: ../calendar/importers/icalendar-importer.c:685 ../shell/shell.error.xml.h:7 +#: ../calendar/importers/icalendar-importer.c:685 +#: ../shell/shell.error.xml.h:7 msgid "Importing..." msgstr "מייבא..." @@ -3803,289 +2599,98 @@ msgstr "" #: ../addressbook/importers/evolution-vcard-importer.c:549 msgid "vCard (.vcf, .gcrd)" -msgstr "" +msgstr "vCard (.vcf, .gcrd)" #: ../addressbook/importers/evolution-vcard-importer.c:550 #, fuzzy msgid "Evolution vCard Importer" msgstr "Evolution לא יכולה להתחיל." -#: ../addressbook/printing/e-contact-print.glade.h:1 -msgid "10 pt. Tahoma" -msgstr "10 pt. Tahoma" - -#: ../addressbook/printing/e-contact-print.glade.h:2 -msgid "8 pt. Tahoma" -msgstr "8 pt. Tahoma" - -#: ../addressbook/printing/e-contact-print.glade.h:3 -msgid "Blank forms at end:" -msgstr "" - -#: ../addressbook/printing/e-contact-print.glade.h:4 -msgid "Body" -msgstr "גוף" - -#: ../addressbook/printing/e-contact-print.glade.h:5 -msgid "Bottom:" -msgstr "תחתית:" - -#: ../addressbook/printing/e-contact-print.glade.h:6 -msgid "Dimensions:" -msgstr "ממדים:" - -#: ../addressbook/printing/e-contact-print.glade.h:7 -msgid "F_ont..." -msgstr "_גופן..." - -#: ../addressbook/printing/e-contact-print.glade.h:8 -msgid "Fonts" -msgstr "גופנים" - -#: ../addressbook/printing/e-contact-print.glade.h:9 -msgid "Footer:" -msgstr "תחתית:" - -#: ../addressbook/printing/e-contact-print.glade.h:10 -msgid "Format" -msgstr "מבנה" - -#: ../addressbook/printing/e-contact-print.glade.h:11 -#: ../mail/em-mailer-prefs.c:433 ../widgets/table/e-table-click-to-add.c:502 -#: ../widgets/table/e-table-field-chooser-dialog.c:81 -#: ../widgets/table/e-table-field-chooser-item.c:647 -#: ../widgets/table/e-table-field-chooser.c:80 -#: ../widgets/table/e-table-header-item.c:1907 -#: ../widgets/table/e-table-selection-model.c:309 -msgid "Header" -msgstr "כותרת" - -#: ../addressbook/printing/e-contact-print.glade.h:12 -msgid "Header/Footer" -msgstr "כותרת/תחתית" - -#: ../addressbook/printing/e-contact-print.glade.h:13 -msgid "Headings" -msgstr "כותרות" - -#: ../addressbook/printing/e-contact-print.glade.h:14 -msgid "Headings for each letter" -msgstr "כותרות לכל אות" - -#: ../addressbook/printing/e-contact-print.glade.h:15 -msgid "Height:" -msgstr "גובה:" - -#: ../addressbook/printing/e-contact-print.glade.h:16 -msgid "Immediately follow each other" -msgstr "" - -#: ../addressbook/printing/e-contact-print.glade.h:17 -msgid "Include:" -msgstr "כלול:" - -#: ../addressbook/printing/e-contact-print.glade.h:18 -msgid "Landscape" -msgstr "לרוחב" - -#: ../addressbook/printing/e-contact-print.glade.h:19 -msgid "Left:" -msgstr "שמאל:" - -#: ../addressbook/printing/e-contact-print.glade.h:20 -msgid "Letter tabs on side" -msgstr "" - -#: ../addressbook/printing/e-contact-print.glade.h:21 -msgid "Margins" -msgstr "שוליים" - -#: ../addressbook/printing/e-contact-print.glade.h:22 -msgid "Number of columns:" -msgstr "מספר העמודות:" - -#: ../addressbook/printing/e-contact-print.glade.h:23 -msgid "Options" -msgstr "אפשרויות" - -#: ../addressbook/printing/e-contact-print.glade.h:24 -msgid "Orientation" -msgstr "יישור" - -#: ../addressbook/printing/e-contact-print.glade.h:25 -msgid "Page" -msgstr "עמוד" - -#: ../addressbook/printing/e-contact-print.glade.h:26 -msgid "Page Setup:" -msgstr "הגדרות עמוד:" - -#: ../addressbook/printing/e-contact-print.glade.h:27 -msgid "Paper" -msgstr "נייר" - -#: ../addressbook/printing/e-contact-print.glade.h:28 -msgid "Paper source:" -msgstr "מקור הנייר:" - -#: ../addressbook/printing/e-contact-print.glade.h:29 -msgid "Portrait" -msgstr "דיוקן" - -#: ../addressbook/printing/e-contact-print.glade.h:30 -msgid "Preview:" -msgstr "ת_צוגה מקדימה:" - -#: ../addressbook/printing/e-contact-print.glade.h:31 -msgid "Print using gray shading" -msgstr "" - -#: ../addressbook/printing/e-contact-print.glade.h:32 -msgid "Reverse on even pages" -msgstr "" - -#: ../addressbook/printing/e-contact-print.glade.h:33 -msgid "Right:" -msgstr "ימין:" - -#: ../addressbook/printing/e-contact-print.glade.h:34 -msgid "Sections:" -msgstr "אזורים:" - -#: ../addressbook/printing/e-contact-print.glade.h:35 -msgid "Shading" -msgstr "" - -#. FIXME: Take care of i18n -#: ../addressbook/printing/e-contact-print.glade.h:36 -#: ../plugins/exchange-operations/exchange-account-setup.c:1141 -#: ../plugins/exchange-operations/exchange-calendar.c:236 -#: ../plugins/exchange-operations/exchange-contacts.c:222 -msgid "Size:" -msgstr "גודל:" - -#: ../addressbook/printing/e-contact-print.glade.h:37 -msgid "Start on a new page" -msgstr "התחל בדף חדש" - -#: ../addressbook/printing/e-contact-print.glade.h:38 -msgid "Style name:" -msgstr "שם סגנון:" - -#: ../addressbook/printing/e-contact-print.glade.h:39 -msgid "Top:" -msgstr "מעלה:" - -#: ../addressbook/printing/e-contact-print.glade.h:40 -#: ../calendar/gui/dialogs/calendar-setup.c:154 -msgid "Type:" -msgstr "סוג:" - -#: ../addressbook/printing/e-contact-print.glade.h:41 -msgid "Width:" -msgstr "רוחב:" - -#: ../addressbook/printing/e-contact-print.glade.h:42 -msgid "_Font..." -msgstr "_גופן..." - -#: ../addressbook/tools/evolution-addressbook-export-list-cards.c:656 -#: ../addressbook/tools/evolution-addressbook-export-list-cards.c:692 -#: ../addressbook/tools/evolution-addressbook-export-list-folders.c:50 +#: ../addressbook/tools/evolution-addressbook-export-list-cards.c:654 +#: ../addressbook/tools/evolution-addressbook-export-list-cards.c:690 +#: ../addressbook/tools/evolution-addressbook-export-list-folders.c:48 msgid "Can not open file" msgstr "לא ניתן לפתוח קובץ" -#: ../addressbook/tools/evolution-addressbook-export-list-folders.c:44 +#: ../addressbook/tools/evolution-addressbook-export-list-folders.c:42 #, fuzzy msgid "Couldn't get list of address books" msgstr "לא ניתן לקבל את רשימת ספרי הכתובות" -#: ../addressbook/tools/evolution-addressbook-export-list-folders.c:72 +#: ../addressbook/tools/evolution-addressbook-export-list-folders.c:70 msgid "failed to open book" msgstr "נכשל בפתיחת ספר" -#: ../addressbook/tools/evolution-addressbook-export.c:48 +#: ../addressbook/tools/evolution-addressbook-export.c:45 msgid "Specify the output file instead of standard output" msgstr "" -#: ../addressbook/tools/evolution-addressbook-export.c:49 +#: ../addressbook/tools/evolution-addressbook-export.c:46 msgid "OUTPUTFILE" msgstr "" -#: ../addressbook/tools/evolution-addressbook-export.c:52 +#: ../addressbook/tools/evolution-addressbook-export.c:49 #, fuzzy msgid "List local address book folders" msgstr "רשימת תיקיות ספרי כתובות מקומיים" -#: ../addressbook/tools/evolution-addressbook-export.c:55 +#: ../addressbook/tools/evolution-addressbook-export.c:52 msgid "Show cards as vcard or csv file" msgstr "" -#: ../addressbook/tools/evolution-addressbook-export.c:56 +#: ../addressbook/tools/evolution-addressbook-export.c:53 msgid "[vcard|csv]" msgstr "[vcard|csv]" -#: ../addressbook/tools/evolution-addressbook-export.c:59 +#: ../addressbook/tools/evolution-addressbook-export.c:56 msgid "Export in asynchronous mode" msgstr "" -#: ../addressbook/tools/evolution-addressbook-export.c:62 -msgid "" -"The number of cards in one output file in asynchronous mode, default size " -"100." +#: ../addressbook/tools/evolution-addressbook-export.c:59 +msgid "The number of cards in one output file in asynchronous mode, default size 100." msgstr "" -#: ../addressbook/tools/evolution-addressbook-export.c:64 +#: ../addressbook/tools/evolution-addressbook-export.c:61 msgid "NUMBER" msgstr "מספר" -#: ../addressbook/tools/evolution-addressbook-export.c:101 -msgid "" -"Command line arguments error, please use --help option to see the usage." -msgstr "" -"Command line arguments error, please use --help option to see the usage." +#: ../addressbook/tools/evolution-addressbook-export.c:99 +msgid "Command line arguments error, please use --help option to see the usage." +msgstr "Command line arguments error, please use --help option to see the usage." -#: ../addressbook/tools/evolution-addressbook-export.c:115 +#: ../addressbook/tools/evolution-addressbook-export.c:113 msgid "Only support csv or vcard format." msgstr "" -#: ../addressbook/tools/evolution-addressbook-export.c:124 +#: ../addressbook/tools/evolution-addressbook-export.c:122 msgid "In async mode, output must be file." msgstr "" -#: ../addressbook/tools/evolution-addressbook-export.c:132 +#: ../addressbook/tools/evolution-addressbook-export.c:130 msgid "In normal mode, there is no need for the size option." msgstr "" -#: ../addressbook/tools/evolution-addressbook-export.c:163 +#: ../addressbook/tools/evolution-addressbook-export.c:161 msgid "Unhandled error" msgstr "שגיאה שלא טופלה" #. For Translators: {0} is the name of the calendar source #: ../calendar/calendar.error.xml.h:2 -msgid "" -"'{0}' is a read-only calendar and cannot be modified. Please select a " -"different calendar from the side bar in the Calendar view." +msgid "'{0}' is a read-only calendar and cannot be modified. Please select a different calendar from the side bar in the Calendar view." msgstr "" #. For Translators: {0} is the name of the calendar source #: ../calendar/calendar.error.xml.h:4 #, fuzzy -msgid "" -"'{0}' is a read-only calendar and cannot be modified. Please select a " -"different calendar that can accept appointments." +msgid "'{0}' is a read-only calendar and cannot be modified. Please select a different calendar that can accept appointments." msgstr "'{0}' הוא מקור יומן לקריאה בלבד. החלף ליומן שיכול לקבל פגישות." #: ../calendar/calendar.error.xml.h:5 -msgid "" -"Adding a meaningful summary to your appointment will give your recipients an " -"idea of what your appointment is about." +msgid "Adding a meaningful summary to your appointment will give your recipients an idea of what your appointment is about." msgstr "" #: ../calendar/calendar.error.xml.h:6 -msgid "" -"Adding a meaningful summary to your task will give your recipients an idea " -"of what your task is about." +msgid "Adding a meaningful summary to your task will give your recipients an idea of what your task is about." msgstr "" #: ../calendar/calendar.error.xml.h:7 @@ -4097,9 +2702,7 @@ msgid "All information in this memo will be deleted and can not be restored." msgstr "כל המידע בתזכורת זאת יימחק ולא יהיה ניתן לשחזור." #: ../calendar/calendar.error.xml.h:9 -msgid "" -"All information on these appointments will be deleted and can not be " -"restored." +msgid "All information on these appointments will be deleted and can not be restored." msgstr "כל המידע בפגישות אלה יימחק ולא יהיה ניתן לשחזור." #: ../calendar/calendar.error.xml.h:10 @@ -4107,13 +2710,11 @@ msgid "All information on these tasks will be deleted and can not be restored." msgstr "כל המידע במשימות אלה יימחק ולא יהיה ניתן לשחזור." #: ../calendar/calendar.error.xml.h:11 -msgid "" -"All information on this appointment will be deleted and can not be restored." +msgid "All information on this appointment will be deleted and can not be restored." msgstr "כל המידע בפגישה זאת יימחק ולא יהיה ניתן לשחזור." #: ../calendar/calendar.error.xml.h:12 -msgid "" -"All information on this meeting will be deleted and can not be restored." +msgid "All information on this meeting will be deleted and can not be restored." msgstr "כל המידע בישיבה זאת יימחק ולא יהיה ניתן לשחזור." #: ../calendar/calendar.error.xml.h:13 @@ -4187,7 +2788,6 @@ msgstr "האם לשלוח את ההודעה ללא נושא?" #: ../calendar/calendar.error.xml.h:28 #, fuzzy -#| msgid "Repository offline" msgid "Calendar repository is offline." msgstr "המאגר לא מקוון" @@ -4228,14 +2828,11 @@ msgid "Editor could not be loaded." msgstr "לא ניתן לפתוח את העורך." #: ../calendar/calendar.error.xml.h:38 -msgid "" -"Email invitations will be sent to all participants and allow them to accept " -"this task." +msgid "Email invitations will be sent to all participants and allow them to accept this task." msgstr "" #: ../calendar/calendar.error.xml.h:39 -msgid "" -"Email invitations will be sent to all participants and allow them to reply." +msgid "Email invitations will be sent to all participants and allow them to reply." msgstr "" #: ../calendar/calendar.error.xml.h:40 @@ -4256,29 +2853,22 @@ msgid "Error on '{0}'" msgstr "" #: ../calendar/calendar.error.xml.h:45 -msgid "" -"If you do not send a cancelation notice, the other participants may not know " -"the meeting is canceled." +msgid "If you do not send a cancelation notice, the other participants may not know the meeting is canceled." msgstr "" #: ../calendar/calendar.error.xml.h:46 -msgid "" -"If you do not send a cancelation notice, the other participants may not know " -"the memo has been deleted." +msgid "If you do not send a cancelation notice, the other participants may not know the memo has been deleted." msgstr "" #: ../calendar/calendar.error.xml.h:47 -msgid "" -"If you do not send a cancelation notice, the other participants may not know " -"the task has been deleted." +msgid "If you do not send a cancelation notice, the other participants may not know the task has been deleted." msgstr "" #: ../calendar/calendar.error.xml.h:48 msgid "No response from the server." -msgstr "" +msgstr "אין תגובה מהשרת." #: ../calendar/calendar.error.xml.h:49 -#| msgid "New Appointment" msgid "Save Appointment" msgstr "שמור פגישה" @@ -4287,32 +2877,23 @@ msgid "Save Memo" msgstr "שמור תזכורת" #: ../calendar/calendar.error.xml.h:51 -#| msgid "Save As" msgid "Save Task" msgstr "שמור משימה" #: ../calendar/calendar.error.xml.h:52 -msgid "" -"Sending updated information allows other participants to keep their " -"calendars up to date." +msgid "Sending updated information allows other participants to keep their calendars up to date." msgstr "" #: ../calendar/calendar.error.xml.h:53 -msgid "" -"Sending updated information allows other participants to keep their task " -"lists up to date." +msgid "Sending updated information allows other participants to keep their task lists up to date." msgstr "" #: ../calendar/calendar.error.xml.h:55 -msgid "" -"Some attachments are being downloaded. Saving the appointment would result " -"in the loss of these attachments." +msgid "Some attachments are being downloaded. Saving the appointment would result in the loss of these attachments." msgstr "" #: ../calendar/calendar.error.xml.h:56 -msgid "" -"Some attachments are being downloaded. Saving the task would result in the " -"loss of these attachments." +msgid "Some attachments are being downloaded. Saving the task would result in the loss of these attachments." msgstr "" #: ../calendar/calendar.error.xml.h:57 @@ -4407,10 +2988,7 @@ msgid "Would you like to send updated task information to participants?" msgstr "" #: ../calendar/calendar.error.xml.h:78 -msgid "" -"You are connecting to an unsupported GroupWise server and may encounter " -"problems using Evolution. For best results, the server should be upgraded to " -"a supported version." +msgid "You are connecting to an unsupported GroupWise server and may encounter problems using Evolution. For best results, the server should be upgraded to a supported version." msgstr "" #: ../calendar/calendar.error.xml.h:79 @@ -4445,7 +3023,8 @@ msgstr "" msgid "_Discard Changes" msgstr "ה_תעלם משינויים" -#: ../calendar/calendar.error.xml.h:86 ../composer/e-composer-actions.c:497 +#: ../calendar/calendar.error.xml.h:86 +#: ../composer/e-composer-actions.c:343 msgid "_Save" msgstr "_שמור" @@ -4454,7 +3033,8 @@ msgid "_Save Changes" msgstr "שמור _שינויים" #: ../calendar/calendar.error.xml.h:88 -#: ../composer/mail-composer.error.xml.h:34 ../mail/mail.error.xml.h:142 +#: ../composer/mail-composer.error.xml.h:34 +#: ../mail/mail.error.xml.h:142 #: ../plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml.h:6 msgid "_Send" msgstr "_שלח" @@ -4467,56 +3047,56 @@ msgstr "_שלח התרעה" msgid "{0}." msgstr "{0}." -#: ../calendar/conduits/calendar/calendar-conduit.c:258 +#: ../calendar/conduits/calendar/calendar-conduit.c:249 msgid "Split Multi-Day Events:" -msgstr "" - -#: ../calendar/conduits/calendar/calendar-conduit.c:1523 -#: ../calendar/conduits/calendar/calendar-conduit.c:1524 -#: ../calendar/conduits/memo/memo-conduit.c:821 -#: ../calendar/conduits/memo/memo-conduit.c:822 -#: ../calendar/conduits/todo/todo-conduit.c:1019 -#: ../calendar/conduits/todo/todo-conduit.c:1020 +msgstr "פיצול אירועים רב־יומיים:" + +#: ../calendar/conduits/calendar/calendar-conduit.c:1514 +#: ../calendar/conduits/calendar/calendar-conduit.c:1515 +#: ../calendar/conduits/memo/memo-conduit.c:809 +#: ../calendar/conduits/memo/memo-conduit.c:810 +#: ../calendar/conduits/todo/todo-conduit.c:1008 +#: ../calendar/conduits/todo/todo-conduit.c:1009 msgid "Could not start evolution-data-server" msgstr "לא ניתן להתחיל את evolution-data-server" -#: ../calendar/conduits/calendar/calendar-conduit.c:1631 -#: ../calendar/conduits/calendar/calendar-conduit.c:1634 +#: ../calendar/conduits/calendar/calendar-conduit.c:1622 +#: ../calendar/conduits/calendar/calendar-conduit.c:1625 msgid "Could not read pilot's Calendar application block" msgstr "" -#: ../calendar/conduits/memo/memo-conduit.c:915 -#: ../calendar/conduits/memo/memo-conduit.c:918 +#: ../calendar/conduits/memo/memo-conduit.c:903 +#: ../calendar/conduits/memo/memo-conduit.c:906 msgid "Could not read pilot's Memo application block" msgstr "" -#: ../calendar/conduits/memo/memo-conduit.c:962 -#: ../calendar/conduits/memo/memo-conduit.c:965 +#: ../calendar/conduits/memo/memo-conduit.c:950 +#: ../calendar/conduits/memo/memo-conduit.c:953 msgid "Could not write pilot's Memo application block" msgstr "" -#: ../calendar/conduits/todo/todo-conduit.c:241 +#: ../calendar/conduits/todo/todo-conduit.c:229 msgid "Default Priority:" msgstr "עדיפות ברירת מחדל:" -#: ../calendar/conduits/todo/todo-conduit.c:1103 -#: ../calendar/conduits/todo/todo-conduit.c:1106 +#: ../calendar/conduits/todo/todo-conduit.c:1092 +#: ../calendar/conduits/todo/todo-conduit.c:1095 msgid "Could not read pilot's ToDo application block" msgstr "" -#: ../calendar/conduits/todo/todo-conduit.c:1148 -#: ../calendar/conduits/todo/todo-conduit.c:1151 +#: ../calendar/conduits/todo/todo-conduit.c:1137 +#: ../calendar/conduits/todo/todo-conduit.c:1140 msgid "Could not write pilot's ToDo application block" msgstr "" #: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:1 -#: ../plugins/itip-formatter/itip-formatter.c:2457 +#: ../plugins/itip-formatter/itip-formatter.c:2536 msgid "Calendar and Tasks" msgstr "יומן ומשימות" #: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:2 -#: ../calendar/gui/calendar-component.c:851 -#: ../calendar/gui/calendar-component.c:1325 +#: ../calendar/gui/calendar-component.c:819 +#: ../calendar/gui/calendar-component.c:1241 msgid "Calendars" msgstr "יומנים" @@ -4557,22 +3137,28 @@ msgid "Memo_s" msgstr "_תזכורות" #: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:12 -#: ../calendar/gui/e-memo-table.c:278 ../calendar/gui/e-memos.c:1120 -#: ../calendar/gui/gnome-cal.c:1807 ../calendar/gui/memos-component.c:586 -#: ../calendar/gui/memos-component.c:1016 ../calendar/gui/memos-control.c:350 -#: ../calendar/gui/memos-control.c:366 +#: ../calendar/gui/e-memo-table.c:293 +#: ../calendar/gui/e-memos.c:1132 +#: ../calendar/gui/gnome-cal.c:1821 +#: ../calendar/gui/memos-component.c:566 +#: ../calendar/gui/memos-component.c:884 +#: ../calendar/gui/memos-control.c:389 +#: ../calendar/gui/memos-control.c:405 msgid "Memos" msgstr "תזכורות" #: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:13 -#: ../calendar/gui/e-calendar-table.c:714 ../calendar/gui/e-tasks.c:1429 -#: ../calendar/gui/gnome-cal.c:1675 ../calendar/gui/print.c:1981 -#: ../calendar/gui/tasks-component.c:577 -#: ../calendar/gui/tasks-component.c:1005 ../calendar/gui/tasks-control.c:482 -#: ../calendar/gui/tasks-control.c:498 +#: ../calendar/gui/e-calendar-table.c:725 +#: ../calendar/gui/e-tasks.c:1436 +#: ../calendar/gui/gnome-cal.c:1689 +#: ../calendar/gui/print.c:1988 +#: ../calendar/gui/tasks-component.c:558 +#: ../calendar/gui/tasks-component.c:880 +#: ../calendar/gui/tasks-control.c:528 +#: ../calendar/gui/tasks-control.c:544 #: ../calendar/importers/icalendar-importer.c:76 #: ../calendar/importers/icalendar-importer.c:749 -#: ../plugins/exchange-operations/exchange-delegates-user.c:78 +#: ../plugins/exchange-operations/exchange-delegates-user.c:76 #: ../plugins/exchange-operations/exchange-folder.c:588 #: ../plugins/groupwise-account-setup/camel-gw-listener.c:425 #: ../plugins/groupwise-account-setup/camel-gw-listener.c:569 @@ -4584,7 +3170,9 @@ msgstr "משימות" msgid "_Calendars" msgstr "_לוחות שנה" +#. Tasks #: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:15 +#: ../plugins/pst-import/pst-importer.c:331 #: ../views/tasks/galview.xml.h:3 msgid "_Tasks" msgstr "_משימות" @@ -4593,27 +3181,26 @@ msgstr "_משימות" msgid "Evolution Calendar alarm notification service" msgstr "Evolution Calendar alarm notification service" -#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:105 +#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:102 msgid "minute" msgid_plural "minutes" msgstr[0] "דקה" msgstr[1] "דקות" -#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:120 -#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:7 -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:25 -#: ../calendar/gui/dialogs/event-page.glade.h:19 ../filter/filter.glade.h:15 -#: ../plugins/caldav/caldav-source.c:431 -#: ../plugins/calendar-http/calendar-http.c:280 -#: ../plugins/calendar-weather/calendar-weather.c:525 -#: ../plugins/google-account-setup/google-source.c:672 -#: ../plugins/google-account-setup/google-contacts-source.c:339 +#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:117 +#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:8 +#: ../calendar/gui/dialogs/event-page.glade.h:22 +#: ../plugins/caldav/caldav-source.c:449 +#: ../plugins/calendar-http/calendar-http.c:279 +#: ../plugins/calendar-weather/calendar-weather.c:524 +#: ../plugins/google-account-setup/google-source.c:654 +#: ../plugins/google-account-setup/google-contacts-source.c:331 msgid "hours" msgid_plural "hours" msgstr[0] "שעה" msgstr[1] "שעות" -#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:298 +#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:295 msgid "Start time" msgstr "שעת התחלה" @@ -4622,71 +3209,79 @@ msgstr "שעת התחלה" msgid "Appointments" msgstr "פגישות" -#. Location #: ../calendar/gui/alarm-notify/alarm-notify.glade.h:2 -#: ../calendar/gui/alarm-notify/alarm-queue.c:1608 -#: ../calendar/gui/alarm-notify/alarm-queue.c:1614 -#: ../calendar/gui/e-itip-control.c:1167 -#: ../plugins/itip-formatter/itip-view.c:1004 +#, fuzzy +msgid "Dismiss _All" +msgstr "שחרר הכל" + +#. Location +#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:3 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1605 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1611 +#: ../calendar/gui/e-itip-control.c:1165 +#: ../plugins/itip-formatter/itip-view.c:1021 msgid "Location:" msgstr "מיקום:" -#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:3 +#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:4 msgid "Snooze _time:" -msgstr "" +msgstr "משך הנו_דניק:" -#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:4 -#| msgid "Dismiss" +#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:5 msgid "_Dismiss" msgstr "_שחרר" -#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:5 -#: ../calendar/gui/dialogs/comp-editor.c:1381 -#: ../calendar/gui/dialogs/recurrence-page.glade.h:10 -#: ../filter/filter.glade.h:11 ../mail/mail-config.glade.h:170 +#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:6 +#: ../calendar/gui/dialogs/comp-editor.c:1019 +#: ../calendar/gui/dialogs/recurrence-page.glade.h:8 +#: ../filter/filter.glade.h:11 +#: ../mail/mail-config.glade.h:168 #: ../plugins/exchange-operations/exchange-delegates.glade.h:15 -#: ../plugins/publish-calendar/publish-calendar.glade.h:21 -#: ../ui/evolution-addressbook.xml.h:51 ../ui/evolution-calendar.xml.h:43 -#: ../ui/evolution-mail-messagedisplay.xml.h:5 ../ui/evolution-memos.xml.h:17 -#: ../ui/evolution-tasks.xml.h:25 ../ui/evolution.xml.h:42 +#: ../plugins/publish-calendar/publish-calendar.glade.h:22 +#: ../ui/evolution-addressbook.xml.h:51 +#: ../ui/evolution-calendar.xml.h:43 +#: ../ui/evolution-mail-messagedisplay.xml.h:5 +#: ../ui/evolution-memos.xml.h:17 +#: ../ui/evolution-tasks.xml.h:25 +#: ../ui/evolution.xml.h:42 #: ../widgets/menus/gal-define-views.glade.h:5 msgid "_Edit" msgstr "_עריכה" -#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:6 +#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:7 msgid "_Snooze" -msgstr "" +msgstr "_נודניק" -#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:8 +#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:9 msgid "location of appointment" msgstr "מיקום הפגישה" -#: ../calendar/gui/alarm-notify/alarm-queue.c:1466 -#: ../calendar/gui/alarm-notify/alarm-queue.c:1591 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1463 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1588 msgid "No summary available." msgstr "אין סיכום זמין." -#: ../calendar/gui/alarm-notify/alarm-queue.c:1475 -#: ../calendar/gui/alarm-notify/alarm-queue.c:1477 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1472 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1474 msgid "No description available." msgstr "אין תיאור זמין." -#: ../calendar/gui/alarm-notify/alarm-queue.c:1485 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1482 msgid "No location information available." msgstr "אין מידע מיקום זמין." -#: ../calendar/gui/alarm-notify/alarm-queue.c:1530 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1527 #, c-format msgid "You have %d alarms" msgstr "יש לך %d התרעות" -#: ../calendar/gui/alarm-notify/alarm-queue.c:1692 -#: ../calendar/gui/alarm-notify/alarm-queue.c:1720 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1689 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1717 #: ../e-util/e-non-intrusive-error-dialog.h:41 msgid "Warning" msgstr "אזהרה" -#: ../calendar/gui/alarm-notify/alarm-queue.c:1696 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1693 msgid "" "Evolution does not support calendar reminders with\n" "email notifications yet, but this reminder was\n" @@ -4694,18 +3289,17 @@ msgid "" "a normal reminder dialog box instead." msgstr "" -#: ../calendar/gui/alarm-notify/alarm-queue.c:1726 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1723 #, c-format msgid "" -"An Evolution Calendar reminder is about to trigger. This reminder is " -"configured to run the following program:\n" +"An Evolution Calendar reminder is about to trigger. This reminder is configured to run the following program:\n" "\n" " %s\n" "\n" "Are you sure you want to run this program?" msgstr "" -#: ../calendar/gui/alarm-notify/alarm-queue.c:1740 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1737 msgid "Do not ask me about this program again." msgstr "אל תשאל אותי על תוכנה זאת שוב." @@ -4714,9 +3308,7 @@ msgid "Could not initialize Bonobo" msgstr "לא ניתן לאתחל את Bonobo" #: ../calendar/gui/alarm-notify/notify-main.c:154 -msgid "" -"Could not create the alarm notify service factory, maybe it's already " -"running..." +msgid "Could not create the alarm notify service factory, maybe it's already running..." msgstr "" #: ../calendar/gui/alarm-notify/util.c:44 @@ -4724,7 +3316,8 @@ msgid "invalid time" msgstr "" #. Translator: Entire string is like "Pop up an alert %d hours before start of appointment" -#: ../calendar/gui/alarm-notify/util.c:69 ../calendar/gui/e-alarm-list.c:406 +#: ../calendar/gui/alarm-notify/util.c:69 +#: ../calendar/gui/e-alarm-list.c:406 #: ../calendar/gui/misc.c:116 #, c-format msgid "%d hour" @@ -4733,7 +3326,8 @@ msgstr[0] "שעה אחת" msgstr[1] "%d שעות" #. Translator: Entire string is like "Pop up an alert %d minutes before start of appointment" -#: ../calendar/gui/alarm-notify/util.c:75 ../calendar/gui/e-alarm-list.c:412 +#: ../calendar/gui/alarm-notify/util.c:75 +#: ../calendar/gui/e-alarm-list.c:412 #: ../calendar/gui/misc.c:122 #, c-format msgid "%d minute" @@ -4744,7 +3338,8 @@ msgstr[1] "%d דקות" #. TRANSLATORS: here, "second" is the time division (like "minute"), not the ordinal number (like "third") #. Translator: Entire string is like "Pop up an alert %d seconds before start of appointment" #. TRANSLATORS: here, "second" is the time division (like "minute"), not the ordinal number (like "third") -#: ../calendar/gui/alarm-notify/util.c:79 ../calendar/gui/e-alarm-list.c:418 +#: ../calendar/gui/alarm-notify/util.c:79 +#: ../calendar/gui/e-alarm-list.c:418 #: ../calendar/gui/misc.c:126 #, c-format msgid "%d second" @@ -4778,454 +3373,409 @@ msgid "Calendars to run alarms for" msgstr "Calendars to run alarms for" #: ../calendar/gui/apps_evolution_calendar.schemas.in.h:7 -msgid "" -"Color to draw the Marcus Bains Line in the Time bar (empty for default)." -msgstr "" -"Color to draw the Marcus Bains Line in the Time bar (empty for default)." +msgid "Check this to use system timezone in Evolution." +msgstr "Check this to use system timezone in Evolution." #: ../calendar/gui/apps_evolution_calendar.schemas.in.h:8 +msgid "Color to draw the Marcus Bains Line in the Time bar (empty for default)." +msgstr "Color to draw the Marcus Bains Line in the Time bar (empty for default)." + +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:9 msgid "Color to draw the Marcus Bains line in the Day View." msgstr "Color to draw the Marcus Bains line in the Day View." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:9 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:10 msgid "Compress weekends in month view" msgstr "Compress weekends in month view" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:10 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:11 msgid "Confirm expunge" msgstr "Confirm expunge" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:11 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:12 msgid "Days on which the start and end of work hours should be indicated." msgstr "Days on which the start and end of work hours should be indicated." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:12 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:13 msgid "Default appointment reminder" msgstr "Default appointment reminder" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:13 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:14 msgid "Default reminder units" msgstr "Default reminder units" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:14 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:15 msgid "Default reminder value" msgstr "Default reminder value" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:15 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:16 msgid "Directory for saving alarm audio files" msgstr "Directory for saving alarm audio files" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:16 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:17 msgid "Event Gradient" msgstr "Event Gradient" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:17 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:18 msgid "Event Transparency" msgstr "Event Transparency" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:18 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:19 msgid "Free/busy server URLs" msgstr "Free/busy server URLs" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:19 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:20 msgid "Free/busy template URL" msgstr "Free/busy template URL" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:20 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:21 msgid "Gradient of the events in calendar views." msgstr "Gradient of the events in calendar views." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:21 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:22 msgid "Hide completed tasks" msgstr "Hide completed tasks" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:22 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:23 msgid "Hide task units" msgstr "Hide task units" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:23 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:24 msgid "Hide task value" msgstr "Hide task value" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:24 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:25 msgid "Horizontal pane position" msgstr "Horizontal pane position" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:25 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:26 msgid "Hour the workday ends on, in twenty four hour format, 0 to 23." msgstr "Hour the workday ends on, in twenty four hour format, 0 to 23." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:26 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:27 msgid "Hour the workday starts on, in twenty four hour format, 0 to 23." msgstr "Hour the workday starts on, in twenty four hour format, 0 to 23." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:27 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:28 msgid "Intervals shown in Day and Work Week views, in minutes." msgstr "Intervals shown in Day and Work Week views, in minutes." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:28 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:29 msgid "Last alarm time" msgstr "Last alarm time" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:29 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:30 #: ../mail/evolution-mail.schemas.in.h:72 msgid "Level beyond which the message should be logged." msgstr "Level beyond which the message should be logged." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:30 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:31 msgid "List of recently used second time zones in a Day View." -msgstr "" +msgstr "List of recently used second time zones in a Day View." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:31 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:32 msgid "List of server URLs for free/busy publishing." msgstr "List of server URLs for free/busy publishing." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:32 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:33 msgid "Marcus Bains Line" msgstr "Marcus Bains Line" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:33 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:34 msgid "Marcus Bains Line Color - Day View" msgstr "Marcus Bains Line Color - Day View" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:34 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:35 msgid "Marcus Bains Line Color - Time bar" msgstr "Marcus Bains Line Color - Time bar" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:35 -msgid "" -"Maximum number of recently used timezones to remember in a " -"'day_second_zones' list." -msgstr "" - #: ../calendar/gui/apps_evolution_calendar.schemas.in.h:36 -msgid "Maximum number of recently used timezones to remember." -msgstr "" +msgid "Maximum number of recently used timezones to remember in a 'day_second_zones' list." +msgstr "Maximum number of recently used timezones to remember in a 'day_second_zones' list." #: ../calendar/gui/apps_evolution_calendar.schemas.in.h:37 +msgid "Maximum number of recently used timezones to remember." +msgstr "Maximum number of recently used timezones to remember." + +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:38 msgid "Minute the workday ends on, 0 to 59." msgstr "Minute the workday ends on, 0 to 59." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:38 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:39 msgid "Minute the workday starts on, 0 to 59." msgstr "Minute the workday starts on, 0 to 59." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:39 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:40 msgid "Month view horizontal pane position" msgstr "Month view horizontal pane position" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:40 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:41 msgid "Month view vertical pane position" msgstr "Month view vertical pane position" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:41 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:42 msgid "Number of units for determining a default reminder." msgstr "Number of units for determining a default reminder." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:42 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:43 msgid "Number of units for determining when to hide tasks." msgstr "Number of units for determining when to hide tasks." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:43 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:44 msgid "Overdue tasks color" msgstr "Overdue tasks color" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:44 -msgid "" -"Position of the horizontal pane, between the date navigator calendar and the " -"task list when not in the month view, in pixels." -msgstr "" -"Position of the horizontal pane, between the date navigator calendar and the " -"task list when not in the month view, in pixels." - #: ../calendar/gui/apps_evolution_calendar.schemas.in.h:45 -msgid "" -"Position of the horizontal pane, between the view and the date navigator " -"calendar and task list in the month view, in pixels." -msgstr "" -"Position of the horizontal pane, between the view and the date navigator " -"calendar and task list in the month view, in pixels." +msgid "Position of the horizontal pane, between the date navigator calendar and the task list when not in the month view, in pixels." +msgstr "Position of the horizontal pane, between the date navigator calendar and the task list when not in the month view, in pixels." #: ../calendar/gui/apps_evolution_calendar.schemas.in.h:46 -msgid "" -"Position of the vertical pane, between the calendar lists and the date " -"navigator calendar." -msgstr "" -"Position of the vertical pane, between the calendar lists and the date " -"navigator calendar." +msgid "Position of the horizontal pane, between the view and the date navigator calendar and task list in the month view, in pixels." +msgstr "Position of the horizontal pane, between the view and the date navigator calendar and task list in the month view, in pixels." #: ../calendar/gui/apps_evolution_calendar.schemas.in.h:47 -msgid "" -"Position of the vertical pane, between the task list and the task preview " -"pane, in pixels." -msgstr "" -"Position of the vertical pane, between the task list and the task preview " -"pane, in pixels." +msgid "Position of the vertical pane, between the calendar lists and the date navigator calendar." +msgstr "Position of the vertical pane, between the calendar lists and the date navigator calendar." #: ../calendar/gui/apps_evolution_calendar.schemas.in.h:48 -msgid "" -"Position of the vertical pane, between the view and the date navigator " -"calendar and task list in the month view, in pixels." -msgstr "" -"Position of the vertical pane, between the view and the date navigator " -"calendar and task list in the month view, in pixels." +msgid "Position of the vertical pane, between the task list and the task preview pane, in pixels." +msgstr "Position of the vertical pane, between the task list and the task preview pane, in pixels." #: ../calendar/gui/apps_evolution_calendar.schemas.in.h:49 -msgid "" -"Position of the vertical pane, between the view and the date navigator " -"calendar and task list when not in the month view, in pixels." -msgstr "" -"Position of the vertical pane, between the view and the date navigator " -"calendar and task list when not in the month view, in pixels." +msgid "Position of the vertical pane, between the view and the date navigator calendar and task list in the month view, in pixels." +msgstr "Position of the vertical pane, between the view and the date navigator calendar and task list in the month view, in pixels." #: ../calendar/gui/apps_evolution_calendar.schemas.in.h:50 +msgid "Position of the vertical pane, between the view and the date navigator calendar and task list when not in the month view, in pixels." +msgstr "Position of the vertical pane, between the view and the date navigator calendar and task list when not in the month view, in pixels." + +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:51 msgid "Programs that are allowed to be run by alarms." msgstr "Programs that are allowed to be run by alarms." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:51 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:52 msgid "Recently used second time zones in a Day View" -msgstr "" +msgstr "Recently used second time zones in a Day View" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:52 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:53 msgid "Save directory for alarm audio" msgstr "Save directory for alarm audio" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:53 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:54 +msgid "Scroll Month View by a week" +msgstr "Scroll Month View by a week" + +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:55 msgid "Show RSVP field in the event/task/meeting editor" msgstr "Show RSVP field in the event/task/meeting editor" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:54 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:56 msgid "Show Role field in the event/task/meeting editor" msgstr "Show Role field in the event/task/meeting editor" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:55 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:57 msgid "Show appointment end times in week and month views" msgstr "Show appointment end times in week and month views" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:56 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:58 msgid "Show categories field in the event/meeting/task editor" msgstr "Show categories field in the event/meeting/task editor" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:57 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:59 msgid "Show display alarms in notification tray" msgstr "Show display alarms in notification tray" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:58 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:60 msgid "Show status field in the event/task/meeting editor" msgstr "Show status field in the event/task/meeting editor" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:59 -#: ../mail/evolution-mail.schemas.in.h:126 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:61 +#: ../mail/evolution-mail.schemas.in.h:136 msgid "Show the \"Preview\" pane" msgstr "Show the \"Preview\" pane" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:60 -#: ../mail/evolution-mail.schemas.in.h:127 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:62 +#: ../mail/evolution-mail.schemas.in.h:137 msgid "Show the \"Preview\" pane." msgstr "Show the \"Preview\" pane." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:61 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:63 msgid "Show timezone field in the event/meeting editor" msgstr "Show timezone field in the event/meeting editor" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:62 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:64 msgid "Show type field in the event/task/meeting editor" msgstr "Show type field in the event/task/meeting editor" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:63 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:65 +msgid "Show week number in Day and Work Week View" +msgstr "Show week number in Day and Work Week View" + +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:66 msgid "Show week numbers in date navigator" msgstr "Show week numbers in date navigator" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:64 -msgid "" -"Shows the second time zone in a Day View, if set. Value is similar to one " -"used in a 'timezone' key." -msgstr "" +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:67 +msgid "Shows the second time zone in a Day View, if set. Value is similar to one used in a 'timezone' key." +msgstr "Shows the second time zone in a Day View, if set. Value is similar to one used in a 'timezone' key." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:65 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:68 msgid "Tasks due today color" msgstr "Tasks due today color" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:66 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:69 msgid "Tasks vertical pane position" msgstr "Tasks vertical pane position" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:68 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:71 #, no-c-format -msgid "" -"The URL template to use as a free/busy data fallback, %u is replaced by the " -"user part of the mail address and %d is replaced by the domain." -msgstr "" -"The URL template to use as a free/busy data fallback, %u is replaced by the " -"user part of the mail address and %d is replaced by the domain." +msgid "The URL template to use as a free/busy data fallback, %u is replaced by the user part of the mail address and %d is replaced by the domain." +msgstr "The URL template to use as a free/busy data fallback, %u is replaced by the user part of the mail address and %d is replaced by the domain." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:69 -msgid "" -"The default timezone to use for dates and times in the calendar, as an " -"untranslated Olsen timezone database location like \"America/New York\"." -msgstr "" -"The default timezone to use for dates and times in the calendar, as an " -"untranslated Olsen timezone database location like \"America/New York\"." +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:72 +msgid "The default timezone to use for dates and times in the calendar, as an untranslated Olsen timezone database location like \"America/New York\"." +msgstr "The default timezone to use for dates and times in the calendar, as an untranslated Olsen timezone database location like \"America/New York\"." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:70 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:73 msgid "The second timezone for a Day View" -msgstr "" +msgstr "The second timezone for a Day View" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:71 -#, fuzzy -#| msgid "" -#| "This can have three possible values. \"0\" for errors. \"1\" for " -#| "warnings. \"2\" for debug messages." -msgid "" -"This can have three possible values. 0 for errors. 1 for warnings. 2 for " -"debug messages." -msgstr "" -"This can have three possible values. \"0\" for errors. \"1\" for warnings. " -"\"2\" for debug messages." +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:74 +msgid "This can have three possible values. 0 for errors. 1 for warnings. 2 for debug messages." +msgstr "This can have three possible values. \"0\" for errors. \"1\" for warnings. \"2\" for debug messages." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:72 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:75 msgid "Time divisions" msgstr "Time divisions" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:73 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:76 msgid "Time the last alarm ran, in time_t." msgstr "Time the last alarm ran, in time_t." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:74 -#: ../plugins/startup-wizard/startup-wizard.c:109 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:77 msgid "Timezone" msgstr "Timezone" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:75 -msgid "" -"Transparency of the events in calendar views, a value between 0 " -"(transparent) and 1 (opaque)." -msgstr "" -"Transparency of the events in calendar views, a value between 0 " -"(transparent) and 1 (opaque)." +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:78 +msgid "Transparency of the events in calendar views, a value between 0 (transparent) and 1 (opaque)." +msgstr "Transparency of the events in calendar views, a value between 0 (transparent) and 1 (opaque)." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:76 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:79 msgid "Twenty four hour time format" msgstr "Twenty four hour time format" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:77 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:80 msgid "Units for a default reminder, \"minutes\", \"hours\" or \"days\"." msgstr "Units for a default reminder, \"minutes\", \"hours\" or \"days\"." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:78 -msgid "" -"Units for determining when to hide tasks, \"minutes\", \"hours\" or \"days\"." -msgstr "" -"Units for determining when to hide tasks, \"minutes\", \"hours\" or \"days\"." +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:81 +msgid "Units for determining when to hide tasks, \"minutes\", \"hours\" or \"days\"." +msgstr "Units for determining when to hide tasks, \"minutes\", \"hours\" or \"days\"." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:80 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:82 +msgid "Use system timezone" +msgstr "Use system timezone" + +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:84 msgid "Week start" msgstr "Week start" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:81 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:85 msgid "Weekday the week starts on, from Sunday (0) to Saturday (6)." msgstr "Weekday the week starts on, from Sunday (0) to Saturday (6)." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:82 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:86 msgid "Whether or not to use the notification tray for display alarms." msgstr "Whether or not to use the notification tray for display alarms." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:83 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:87 msgid "Whether to ask for confirmation when deleting an appointment or task." msgstr "Whether to ask for confirmation when deleting an appointment or task." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:84 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:88 msgid "Whether to ask for confirmation when expunging appointments and tasks." msgstr "Whether to ask for confirmation when expunging appointments and tasks." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:85 -msgid "" -"Whether to compress weekends in the month view, which puts Saturday and " -"Sunday in the space of one weekday." -msgstr "" -"Whether to compress weekends in the month view, which puts Saturday and " -"Sunday in the space of one weekday." +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:89 +msgid "Whether to compress weekends in the month view, which puts Saturday and Sunday in the space of one weekday." +msgstr "Whether to compress weekends in the month view, which puts Saturday and Sunday in the space of one weekday." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:86 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:90 msgid "Whether to display the end time of events in the week and month views." msgstr "Whether to display the end time of events in the week and month views." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:87 -msgid "" -"Whether to draw the Marcus Bains Line (line at current time) in the calendar." -msgstr "" -"Whether to draw the Marcus Bains Line (line at current time) in the calendar." +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:91 +msgid "Whether to draw the Marcus Bains Line (line at current time) in the calendar." +msgstr "Whether to draw the Marcus Bains Line (line at current time) in the calendar." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:88 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:92 msgid "Whether to hide completed tasks in the tasks view." msgstr "Whether to hide completed tasks in the tasks view." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:89 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:93 +msgid "Whether to scroll a Month View by a week, not by a month." +msgstr "Whether to scroll a Month View by a week, not by a month." + +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:94 msgid "Whether to set a default reminder for appointments." msgstr "Whether to set a default reminder for appointments." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:90 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:95 msgid "Whether to show RSVP field in the event/task/meeting editor" msgstr "Whether to show RSVP field in the event/task/meeting editor" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:91 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:96 msgid "Whether to show categories field in the event/meeting editor" msgstr "Whether to show categories field in the event/meeting editor" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:92 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:97 msgid "Whether to show role field in the event/task/meeting editor" msgstr "Whether to show role field in the event/task/meeting editor" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:93 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:98 msgid "Whether to show status field in the event/task/meeting editor" msgstr "Whether to show status field in the event/task/meeting editor" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:94 -msgid "" -"Whether to show times in twenty four hour format instead of using am/pm." -msgstr "" -"Whether to show times in twenty four hour format instead of using am/pm." +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:99 +msgid "Whether to show times in twenty four hour format instead of using am/pm." +msgstr "Whether to show times in twenty four hour format instead of using am/pm." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:95 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:100 msgid "Whether to show timezone field in the event/meeting editor" msgstr "Whether to show timezone field in the event/meeting editor" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:96 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:101 msgid "Whether to show type field in the event/task/meeting editor" msgstr "Whether to show type field in the event/task/meeting editor" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:97 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:102 +msgid "Whether to show week number in the Day and Work Week View." +msgstr "Whether to show week number in the Day and Work Week View." + +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:103 msgid "Whether to show week numbers in the date navigator." msgstr "Whether to show week numbers in the date navigator." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:98 -msgid "Whether to use daylight savings time while displaying events." -msgstr "Whether to use daylight savings time while displaying events." - -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:99 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:104 msgid "Work days" msgstr "Work days" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:100 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:105 msgid "Workday end hour" msgstr "Workday end hour" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:101 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:106 msgid "Workday end minute" msgstr "Workday end minute" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:102 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:107 msgid "Workday start hour" msgstr "Workday start hour" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:103 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:108 msgid "Workday start minute" msgstr "Workday start minute" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:104 -msgid "daylight savings time" -msgstr "daylight savings time" - #: ../calendar/gui/cal-search-bar.c:75 msgid "Summary contains" msgstr "הסיכום מכיל" @@ -5248,7 +3798,7 @@ msgstr "המיקום מכיל" #: ../calendar/gui/cal-search-bar.c:640 msgid "Next 7 Days' Tasks" -msgstr "" +msgstr "המשימות ל־7 הימים הקרובים" #: ../calendar/gui/cal-search-bar.c:644 msgid "Active Tasks" @@ -5276,17 +3826,17 @@ msgstr "פגישות פעילות" msgid "Next 7 Days' Appointments" msgstr "פגישה לכל ה_יום" -#: ../calendar/gui/calendar-commands.c:90 ../ui/evolution-addressbook.xml.h:26 -#: ../ui/evolution-calendar.xml.h:20 ../ui/evolution-mail-message.xml.h:75 -#: ../ui/evolution-memos.xml.h:11 ../ui/evolution-tasks.xml.h:14 +#: ../calendar/gui/calendar-commands.c:90 +#: ../ui/evolution-addressbook.xml.h:26 +#: ../ui/evolution-calendar.xml.h:20 +#: ../ui/evolution-mail-message.xml.h:71 +#: ../ui/evolution-memos.xml.h:11 +#: ../ui/evolution-tasks.xml.h:14 msgid "Print" msgstr "הדפס" #: ../calendar/gui/calendar-commands.c:315 -msgid "" -"This operation will permanently erase all events older than the selected " -"amount of time. If you continue, you will not be able to recover these " -"events." +msgid "This operation will permanently erase all events older than the selected amount of time. If you continue, you will not be able to recover these events." msgstr "" #: ../calendar/gui/calendar-commands.c:321 @@ -5294,125 +3844,128 @@ msgid "Purge events older than" msgstr "" #: ../calendar/gui/calendar-commands.c:326 -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:21 ../filter/filter.glade.h:14 -#: ../plugins/caldav/caldav-source.c:432 -#: ../plugins/calendar-http/calendar-http.c:281 -#: ../plugins/calendar-weather/calendar-weather.c:526 -#: ../plugins/google-account-setup/google-source.c:673 -#: ../plugins/google-account-setup/google-contacts-source.c:340 +#: ../plugins/caldav/caldav-source.c:450 +#: ../plugins/calendar-http/calendar-http.c:280 +#: ../plugins/calendar-weather/calendar-weather.c:525 +#: ../plugins/google-account-setup/google-source.c:655 +#: ../plugins/google-account-setup/google-contacts-source.c:332 #: ../widgets/misc/e-send-options.glade.h:39 msgid "days" msgstr "ימים" -#. Create the On the web source group -#. Create the LDAP source group #. Create the Webcal source group -#. Create the LDAP source group -#: ../calendar/gui/calendar-component.c:281 -#: ../calendar/gui/memos-component.c:235 ../calendar/gui/migration.c:505 -#: ../calendar/gui/migration.c:604 ../calendar/gui/migration.c:1118 -#: ../calendar/gui/tasks-component.c:231 +#: ../calendar/gui/calendar-component.c:194 +#: ../calendar/gui/memos-component.c:153 +#: ../calendar/gui/migration.c:505 +#: ../calendar/gui/migration.c:604 +#: ../calendar/gui/migration.c:1118 +#: ../calendar/gui/tasks-component.c:150 msgid "On The Web" msgstr "באינטרנט" -#: ../calendar/gui/calendar-component.c:318 ../calendar/gui/migration.c:399 -msgid "Birthdays & Anniversaries" -msgstr "ימי הולדת ו-\tימי שנה" - -#. Create the weather group -#: ../calendar/gui/calendar-component.c:331 +#: ../calendar/gui/calendar-component.c:195 #: ../plugins/calendar-weather/calendar-weather.c:126 msgid "Weather" msgstr "מזג אויר" -#: ../calendar/gui/calendar-component.c:658 +#. ensure the source name is in current locale, not read from configuration +#: ../calendar/gui/calendar-component.c:289 +#: ../calendar/gui/calendar-component.c:291 +#: ../calendar/gui/migration.c:399 +msgid "Birthdays & Anniversaries" +msgstr "ימי הולדת ו-\tימי שנה" + +#: ../calendar/gui/calendar-component.c:626 msgid "_New Calendar" msgstr "יומן _חדש" -#: ../calendar/gui/calendar-component.c:659 -#: ../calendar/gui/memos-component.c:500 ../calendar/gui/tasks-component.c:491 -#: ../mail/em-folder-tree.c:2124 +#: ../calendar/gui/calendar-component.c:627 +#: ../calendar/gui/memos-component.c:480 +#: ../calendar/gui/tasks-component.c:472 +#: ../mail/em-folder-tree.c:2047 msgid "_Copy..." msgstr "ה_עתק..." -#: ../calendar/gui/calendar-component.c:664 -#: ../calendar/gui/memos-component.c:505 ../calendar/gui/tasks-component.c:496 +#: ../calendar/gui/calendar-component.c:632 +#: ../calendar/gui/memos-component.c:485 +#: ../calendar/gui/tasks-component.c:477 #, fuzzy msgid "_Make available for offline use" msgstr "התחל במצב לא מקוון" -#: ../calendar/gui/calendar-component.c:665 -#: ../calendar/gui/memos-component.c:506 ../calendar/gui/tasks-component.c:497 +#: ../calendar/gui/calendar-component.c:633 +#: ../calendar/gui/memos-component.c:486 +#: ../calendar/gui/tasks-component.c:478 #, fuzzy msgid "_Do not make available for offline use" msgstr "התחל במצב לא מקוון" -#: ../calendar/gui/calendar-component.c:995 +#: ../calendar/gui/calendar-component.c:963 msgid "Failed upgrading calendars." msgstr "נכשל בשדרוג יומנים." -#: ../calendar/gui/calendar-component.c:1176 +#: ../calendar/gui/calendar-component.c:1092 #, c-format msgid "Unable to open the calendar '%s' for creating events and meetings" msgstr "לא ניתן לפתוח את היומן '%s' ליצירת אירועים ופגישות" -#: ../calendar/gui/calendar-component.c:1192 +#: ../calendar/gui/calendar-component.c:1108 msgid "There is no calendar available for creating events and meetings" msgstr "אין יומן זמין ליצירת אירועים וישיבות" -#: ../calendar/gui/calendar-component.c:1305 +#: ../calendar/gui/calendar-component.c:1221 msgid "Calendar Source Selector" msgstr "" -#: ../calendar/gui/calendar-component.c:1521 +#: ../calendar/gui/calendar-component.c:1437 msgid "New appointment" msgstr "פגישה חדשה" -#: ../calendar/gui/calendar-component.c:1522 +#: ../calendar/gui/calendar-component.c:1438 msgctxt "New" msgid "_Appointment" msgstr "_פגישה" -#: ../calendar/gui/calendar-component.c:1523 +#: ../calendar/gui/calendar-component.c:1439 msgid "Create a new appointment" msgstr "צור פגישה חדשה" -#: ../calendar/gui/calendar-component.c:1529 +#: ../calendar/gui/calendar-component.c:1445 msgid "New meeting" msgstr "ישיבה חדשה" -#: ../calendar/gui/calendar-component.c:1530 +#: ../calendar/gui/calendar-component.c:1446 msgctxt "New" msgid "M_eeting" msgstr "_ישיבה" -#: ../calendar/gui/calendar-component.c:1531 +#: ../calendar/gui/calendar-component.c:1447 msgid "Create a new meeting request" msgstr "צור בקשה לישיבה חדשה" -#: ../calendar/gui/calendar-component.c:1537 +#: ../calendar/gui/calendar-component.c:1453 msgid "New all day appointment" msgstr "פגישה חדשה לכל היום" -#: ../calendar/gui/calendar-component.c:1538 +#: ../calendar/gui/calendar-component.c:1454 msgctxt "New" msgid "All Day A_ppointment" msgstr "פגישה לכל ה_יום" -#: ../calendar/gui/calendar-component.c:1539 +#: ../calendar/gui/calendar-component.c:1455 msgid "Create a new all-day appointment" msgstr "צור פגישה חדשה לכל היום" -#: ../calendar/gui/calendar-component.c:1545 +#: ../calendar/gui/calendar-component.c:1461 msgid "New calendar" msgstr "יומן חדש" -#: ../calendar/gui/calendar-component.c:1546 +#: ../calendar/gui/calendar-component.c:1462 msgctxt "New" msgid "Cale_ndar" msgstr "_יומן" -#: ../calendar/gui/calendar-component.c:1547 +#: ../calendar/gui/calendar-component.c:1463 msgid "Create a new calendar" msgstr "צור יומן חדש" @@ -5432,13 +3985,16 @@ msgstr "תצוגת שבוע" msgid "Month View" msgstr "תצוגת חודש" -#: ../calendar/gui/caltypes.xml.h:1 ../calendar/gui/memotypes.xml.h:1 +#: ../calendar/gui/caltypes.xml.h:1 +#: ../calendar/gui/memotypes.xml.h:1 #: ../calendar/gui/tasktypes.xml.h:3 msgid "Any Field" msgstr "כל שדה" -#: ../calendar/gui/caltypes.xml.h:3 ../calendar/gui/memotypes.xml.h:3 -#: ../calendar/gui/tasktypes.xml.h:5 ../mail/em-filter-i18n.h:5 +#: ../calendar/gui/caltypes.xml.h:3 +#: ../calendar/gui/memotypes.xml.h:3 +#: ../calendar/gui/tasktypes.xml.h:5 +#: ../mail/em-filter-i18n.h:5 msgid "Attachments" msgstr "תצריפים" @@ -5446,62 +4002,86 @@ msgstr "תצריפים" #: ../calendar/gui/e-meeting-time-sel.etspec.h:1 #: ../calendar/gui/tasktypes.xml.h:6 msgid "Attendee" -msgstr "" +msgstr "משימה מוקצית - %s" -#: ../calendar/gui/caltypes.xml.h:5 ../calendar/gui/memotypes.xml.h:4 +#: ../calendar/gui/caltypes.xml.h:5 +#: ../calendar/gui/memotypes.xml.h:4 #: ../calendar/gui/tasktypes.xml.h:8 msgid "Category" msgstr "קטגוריה" -#: ../calendar/gui/caltypes.xml.h:6 ../calendar/gui/memotypes.xml.h:5 -#: ../widgets/misc/e-send-options.glade.h:6 +#: ../calendar/gui/caltypes.xml.h:6 +#: ../calendar/gui/memotypes.xml.h:5 msgid "Classification" msgstr "סיווג" -#: ../calendar/gui/caltypes.xml.h:7 ../calendar/gui/e-cal-list-view.c:249 -#: ../calendar/gui/e-cal-model.c:348 ../calendar/gui/e-calendar-table.c:557 +#: ../calendar/gui/caltypes.xml.h:7 +#: ../calendar/gui/e-cal-list-view.c:248 +#: ../calendar/gui/e-cal-model.c:352 +#: ../calendar/gui/e-calendar-table.c:568 #: ../calendar/gui/memotypes.xml.h:6 +#: ../plugins/email-custom-header/email-custom-header.c:341 msgid "Confidential" msgstr "חסוי" -#: ../calendar/gui/caltypes.xml.h:8 ../calendar/gui/memotypes.xml.h:7 +#: ../calendar/gui/caltypes.xml.h:8 +#: ../calendar/gui/memotypes.xml.h:7 #: ../calendar/gui/tasktypes.xml.h:10 #: ../plugins/plugin-manager/plugin-manager.c:59 +#: ../widgets/misc/e-attachment-tree-view.c:496 #: ../widgets/table/e-table-config.glade.h:6 msgid "Description" msgstr "תיאור" -#: ../calendar/gui/caltypes.xml.h:9 ../calendar/gui/memotypes.xml.h:8 +#: ../calendar/gui/caltypes.xml.h:9 +#: ../calendar/gui/memotypes.xml.h:8 #: ../calendar/gui/tasktypes.xml.h:11 msgid "Description Contains" msgstr "התיאור מכיל" -#: ../calendar/gui/caltypes.xml.h:10 ../calendar/gui/memotypes.xml.h:9 -#: ../calendar/gui/tasktypes.xml.h:12 ../mail/em-filter-i18n.h:22 +#: ../calendar/gui/caltypes.xml.h:10 +#: ../calendar/gui/memotypes.xml.h:9 +#: ../calendar/gui/tasktypes.xml.h:12 +#: ../mail/em-filter-i18n.h:22 msgid "Do Not Exist" msgstr "לא קיים" -#: ../calendar/gui/caltypes.xml.h:11 ../calendar/gui/memotypes.xml.h:10 -#: ../calendar/gui/tasktypes.xml.h:13 ../mail/em-filter-i18n.h:25 +#: ../calendar/gui/caltypes.xml.h:11 +#: ../calendar/gui/memotypes.xml.h:10 +#: ../calendar/gui/tasktypes.xml.h:13 +#: ../mail/em-filter-i18n.h:25 msgid "Exist" msgstr "קיים" +#: ../calendar/gui/caltypes.xml.h:12 +#: ../calendar/gui/e-cal-list-view.etspec.h:5 +#: ../mail/message-list.etspec.h:9 +#: ../plugins/publish-calendar/publish-calendar.c:710 +#: ../plugins/save-calendar/csv-format.c:376 +msgid "Location" +msgstr "מיקום" + #: ../calendar/gui/caltypes.xml.h:13 -#: ../calendar/gui/dialogs/meeting-page.glade.h:6 -#: ../calendar/gui/memotypes.xml.h:11 ../calendar/gui/tasktypes.xml.h:19 +#: ../calendar/gui/memotypes.xml.h:11 +#: ../calendar/gui/tasktypes.xml.h:19 #, fuzzy msgid "Organizer" msgstr "_ארגון:" -#: ../calendar/gui/caltypes.xml.h:14 ../calendar/gui/e-cal-list-view.c:248 -#: ../calendar/gui/e-cal-model.c:346 ../calendar/gui/e-calendar-table.c:556 +#: ../calendar/gui/caltypes.xml.h:14 +#: ../calendar/gui/e-cal-list-view.c:247 +#: ../calendar/gui/e-cal-model.c:350 +#: ../calendar/gui/e-calendar-table.c:567 #: ../calendar/gui/memotypes.xml.h:12 msgid "Private" msgstr "פרטי" -#: ../calendar/gui/caltypes.xml.h:15 ../calendar/gui/e-cal-list-view.c:247 -#: ../calendar/gui/e-cal-model.c:337 ../calendar/gui/e-cal-model.c:344 -#: ../calendar/gui/e-calendar-table.c:555 ../calendar/gui/memotypes.xml.h:13 +#: ../calendar/gui/caltypes.xml.h:15 +#: ../calendar/gui/e-cal-list-view.c:246 +#: ../calendar/gui/e-cal-model.c:341 +#: ../calendar/gui/e-cal-model.c:348 +#: ../calendar/gui/e-calendar-table.c:566 +#: ../calendar/gui/memotypes.xml.h:13 msgid "Public" msgstr "ציבורי" @@ -5511,36 +4091,46 @@ msgid "Recurrence" msgstr "מופע חוזר" #: ../calendar/gui/caltypes.xml.h:17 -#: ../calendar/gui/e-cal-list-view.etspec.h:5 -#: ../calendar/gui/e-calendar-table.etspec.h:11 -#: ../calendar/gui/e-memo-table.etspec.h:4 ../calendar/gui/memotypes.xml.h:14 +#: ../calendar/gui/e-cal-list-view.etspec.h:7 +#: ../calendar/gui/e-calendar-table.etspec.h:13 +#: ../calendar/gui/e-memo-table.etspec.h:6 +#: ../calendar/gui/memotypes.xml.h:14 #: ../calendar/gui/tasktypes.xml.h:22 #: ../plugins/save-calendar/csv-format.c:362 msgid "Summary" msgstr "סיכום" -#: ../calendar/gui/caltypes.xml.h:18 ../calendar/gui/memotypes.xml.h:15 +#: ../calendar/gui/caltypes.xml.h:18 +#: ../calendar/gui/memotypes.xml.h:15 #: ../calendar/gui/tasktypes.xml.h:23 msgid "Summary Contains" msgstr "הסיכום מכיל" -#: ../calendar/gui/caltypes.xml.h:19 ../calendar/gui/memotypes.xml.h:16 -#: ../calendar/gui/tasktypes.xml.h:25 ../mail/em-filter-i18n.h:10 +#: ../calendar/gui/caltypes.xml.h:19 +#: ../calendar/gui/memotypes.xml.h:16 +#: ../calendar/gui/tasktypes.xml.h:25 +#: ../mail/em-filter-i18n.h:10 msgid "contains" msgstr "מכיל" -#: ../calendar/gui/caltypes.xml.h:20 ../calendar/gui/memotypes.xml.h:17 -#: ../calendar/gui/tasktypes.xml.h:26 ../mail/em-filter-i18n.h:16 +#: ../calendar/gui/caltypes.xml.h:20 +#: ../calendar/gui/memotypes.xml.h:17 +#: ../calendar/gui/tasktypes.xml.h:26 +#: ../mail/em-filter-i18n.h:16 msgid "does not contain" msgstr "לא מכיל" -#: ../calendar/gui/caltypes.xml.h:21 ../calendar/gui/memotypes.xml.h:18 -#: ../calendar/gui/tasktypes.xml.h:27 ../mail/em-filter-i18n.h:30 +#: ../calendar/gui/caltypes.xml.h:21 +#: ../calendar/gui/memotypes.xml.h:18 +#: ../calendar/gui/tasktypes.xml.h:27 +#: ../mail/em-filter-i18n.h:31 msgid "is" msgstr "" -#: ../calendar/gui/caltypes.xml.h:22 ../calendar/gui/memotypes.xml.h:19 -#: ../calendar/gui/tasktypes.xml.h:30 ../mail/em-filter-i18n.h:36 +#: ../calendar/gui/caltypes.xml.h:22 +#: ../calendar/gui/memotypes.xml.h:19 +#: ../calendar/gui/tasktypes.xml.h:30 +#: ../mail/em-filter-i18n.h:37 msgid "is not" msgstr "" @@ -5556,14 +4146,36 @@ msgstr "" msgid "Permission denied to open the calendar" msgstr "" -#: ../calendar/gui/comp-editor-factory.c:433 ../shell/e-shell.c:1271 +#: ../calendar/gui/comp-editor-factory.c:439 +#: ../plugins/mail-to-task/mail-to-task.c:455 +#: ../shell/e-shell.c:1270 msgid "Unknown error" msgstr "שגיאה לא ידועה" -#: ../calendar/gui/dialogs/alarm-dialog.c:601 +#: ../calendar/gui/dialogs/alarm-dialog.c:611 msgid "Edit Alarm" msgstr "ערוך התרעה" +#: ../calendar/gui/dialogs/alarm-dialog.c:796 +#: ../calendar/gui/e-alarm-list.c:448 +msgid "Pop up an alert" +msgstr "הקפץ התרעה" + +#: ../calendar/gui/dialogs/alarm-dialog.c:797 +#: ../calendar/gui/e-alarm-list.c:444 +msgid "Play a sound" +msgstr "נגן צליל" + +#: ../calendar/gui/dialogs/alarm-dialog.c:798 +#: ../calendar/gui/e-alarm-list.c:456 +msgid "Run a program" +msgstr "הפעל תוכנית" + +#: ../calendar/gui/dialogs/alarm-dialog.c:799 +#: ../calendar/gui/e-alarm-list.c:452 +msgid "Send an email" +msgstr "שלח דוא\"ל" + #: ../calendar/gui/dialogs/alarm-dialog.glade.h:1 msgid "<b>Alarm</b>" msgstr "<b>התרעה</b>" @@ -5593,82 +4205,66 @@ msgid "Mes_sage:" msgstr "הו_דעה:" #: ../calendar/gui/dialogs/alarm-dialog.glade.h:8 -#: ../calendar/gui/e-alarm-list.c:444 -msgid "Play a sound" -msgstr "נגן צליל" - -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:9 -#: ../calendar/gui/e-alarm-list.c:448 -msgid "Pop up an alert" -msgstr "הקפץ התרעה" - -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:10 -#: ../calendar/gui/e-alarm-list.c:456 -msgid "Run a program" -msgstr "הפעל תוכנית" - -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:11 msgid "Select A File" msgstr "בחר קובץ" -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:12 +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:9 msgid "Send To:" msgstr "שלח אל:" -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:13 -#: ../calendar/gui/e-alarm-list.c:452 -msgid "Send an email" -msgstr "שלח דוא\"ל" - -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:14 +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:10 msgid "_Arguments:" msgstr "_ארגומנטים:" -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:15 +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:11 msgid "_Program:" msgstr "_תוכנית:" -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:16 +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:12 msgid "_Repeat the alarm" msgstr "_חזור על ההתרעה" -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:17 +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:13 msgid "_Sound:" msgstr "_צליל:" -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:18 -msgid "after" -msgstr "אחרי" - -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:19 -msgid "before" +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:14 +#, fuzzy +msgid "" +"before\n" +"after" msgstr "לפני" -#. TRANSLATORS: Entire string is for example: -#. 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (dropdown menu options are in [square brackets]) -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:20 -#: ../calendar/gui/dialogs/recurrence-page.glade.h:13 -msgid "day(s)" -msgstr "יום (ימים)" - -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:22 -msgid "end of appointment" -msgstr "סוף הפגישה" - -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:23 +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:16 msgid "extra times every" msgstr "" -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:24 -msgid "hour(s)" -msgstr "שעה (שעות)" +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:17 +#, fuzzy +msgid "" +"minute(s)\n" +"hour(s)\n" +"day(s)" +msgstr "" +"דקות\n" +"שעות\n" +"ימים" -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:26 -msgid "minute(s)" -msgstr "דקה (דקות)" +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:20 +msgid "" +"minutes\n" +"hours\n" +"days" +msgstr "" +"דקות\n" +"שעות\n" +"ימים" -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:28 -msgid "start of appointment" +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:23 +#, fuzzy +msgid "" +"start of appointment\n" +"end of appointment" msgstr "תחילת הפגישה" #: ../calendar/gui/dialogs/alarm-list-dialog.c:244 @@ -5680,13 +4276,14 @@ msgid "A_dd" msgstr "הו_סף" #: ../calendar/gui/dialogs/alarm-list-dialog.glade.h:2 -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:16 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:15 #: ../calendar/gui/dialogs/event-page.glade.h:4 msgid "Alarms" msgstr "התרעות" #: ../calendar/gui/dialogs/cal-attachment-select-file.c:81 -#: ../composer/e-composer-actions.c:62 +#: ../widgets/misc/e-attachment-dialog.c:371 +#: ../widgets/misc/e-attachment-store.c:553 msgid "_Suggest automatic display of attachment" msgstr "" @@ -5695,29 +4292,31 @@ msgid "Attach file(s)" msgstr "צרף קבצים" #. an empty string is the same as 'None' -#: ../calendar/gui/dialogs/cal-prefs-dialog.c:143 -#: ../calendar/gui/dialogs/cal-prefs-dialog.c:192 -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:33 -#: ../calendar/gui/dialogs/event-page.c:2954 -#: ../calendar/gui/dialogs/meeting-page.glade.h:4 +#: ../calendar/gui/dialogs/cal-prefs-dialog.c:137 +#: ../calendar/gui/dialogs/cal-prefs-dialog.c:186 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:32 +#: ../calendar/gui/dialogs/event-page.c:2968 #: ../calendar/gui/e-cal-model-tasks.c:673 #: ../calendar/gui/e-day-view-time-item.c:788 -#: ../calendar/gui/e-itip-control.c:1153 ../filter/filter-rule.c:945 -#: ../mail/em-account-editor.c:684 ../mail/em-account-editor.c:1408 -#: ../mail/em-account-prefs.c:438 ../mail/em-junk-hook.c:93 +#: ../calendar/gui/e-itip-control.c:1151 +#: ../filter/filter-rule.c:942 +#: ../mail/em-account-editor.c:704 +#: ../mail/em-account-editor.c:1432 +#: ../mail/em-account-prefs.c:438 +#: ../mail/em-junk-hook.c:93 #: ../plugins/calendar-weather/calendar-weather.c:333 #: ../plugins/calendar-weather/calendar-weather.c:387 -#: ../plugins/email-custom-header/email-custom-header.c:370 -#: ../plugins/exchange-operations/exchange-delegates-user.c:195 -#: ../plugins/exchange-operations/exchange-delegates.glade.h:9 -#: ../plugins/itip-formatter/itip-formatter.c:2113 -#: ../widgets/misc/e-cell-date-edit.c:305 ../widgets/misc/e-dateedit.c:1511 -#: ../widgets/misc/e-dateedit.c:1725 +#: ../plugins/email-custom-header/email-custom-header.c:395 +#: ../plugins/exchange-operations/exchange-delegates-user.c:181 +#: ../plugins/itip-formatter/itip-formatter.c:2192 +#: ../widgets/misc/e-cell-date-edit.c:316 +#: ../widgets/misc/e-dateedit.c:1510 +#: ../widgets/misc/e-dateedit.c:1726 #: ../widgets/misc/e-signature-combo-box.c:74 msgid "None" msgstr "ללא" -#: ../calendar/gui/dialogs/cal-prefs-dialog.c:580 +#: ../calendar/gui/dialogs/cal-prefs-dialog.c:637 msgid "Selected Calendars for Alarms" msgstr "" @@ -5742,8 +4341,7 @@ msgstr "" #: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:8 #, no-c-format -msgid "" -"<i>%u and %d will be replaced by user and domain from the email address.</i>" +msgid "<i>%u and %d will be replaced by user and domain from the email address.</i>" msgstr "" #: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:9 @@ -5774,25 +4372,21 @@ msgstr "<span weight=\"bold\">שעה</span>" msgid "<span weight=\"bold\">Work Week</span>" msgstr "<span weight=\"bold\">שבוע עבודה</span>" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:15 -msgid "Adjust for daylight sa_ving time" -msgstr "" - -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:17 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:16 msgid "Day _ends:" msgstr "היום _מסתיים:" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:18 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:17 msgid "Display" msgstr "תצוגה" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:20 -#: ../calendar/gui/dialogs/recurrence-page.c:1120 -#: ../calendar/gui/e-itip-control.c:733 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:19 +#: ../calendar/gui/dialogs/recurrence-page.c:1107 +#: ../calendar/gui/e-itip-control.c:731 msgid "Friday" msgstr "יום שישי" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:22 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:21 msgid "" "Minutes\n" "Hours\n" @@ -5802,13 +4396,13 @@ msgstr "" "שעות\n" "ימים" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:25 -#: ../calendar/gui/dialogs/recurrence-page.c:1116 -#: ../calendar/gui/e-itip-control.c:729 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:24 +#: ../calendar/gui/dialogs/recurrence-page.c:1103 +#: ../calendar/gui/e-itip-control.c:727 msgid "Monday" msgstr "יום שני" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:26 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:25 msgid "" "Monday\n" "Tuesday\n" @@ -5826,25 +4420,28 @@ msgstr "" "שבת\n" "ראשון" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:34 -#: ../mail/mail-config.glade.h:114 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:33 +#: ../mail/mail-config.glade.h:117 msgid "Pick a color" msgstr "בחר צבע" #. Sunday -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:36 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:35 msgid "S_un" msgstr "_א" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:37 -#: ../calendar/gui/dialogs/recurrence-page.c:1121 -#: ../calendar/gui/e-itip-control.c:734 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:36 +#: ../calendar/gui/dialogs/recurrence-page.c:1108 +#: ../calendar/gui/e-itip-control.c:732 msgid "Saturday" msgstr "יום שבת" +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:37 +msgid "Sc_roll Month View by a week" +msgstr "" + #: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:38 #, fuzzy -#| msgid "Send To:" msgid "Se_cond zone:" msgstr "שלח אל:" @@ -5852,179 +4449,206 @@ msgstr "שלח אל:" msgid "Select the calendars for alarm notification" msgstr "" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:40 +#. This is the first half of a user preference. "Show a reminder [time-period] before every appointment" +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:41 msgid "Sh_ow a reminder" msgstr "ה_צג תזכורת" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:41 +#. This is the first half of a user preference. "Show a reminder [time-period] before every anniversary/birthday" +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:43 +#, fuzzy +msgid "Show a _reminder" +msgstr "ה_צג תזכורת" + +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:44 msgid "Show week _numbers in date navigator" msgstr "הצג _מספרי שבועות בנווט התאריכים" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:42 -#: ../calendar/gui/dialogs/recurrence-page.c:1122 -#: ../calendar/gui/e-itip-control.c:728 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:45 +#, fuzzy +msgid "Show week n_umber in Day and Work Week View" +msgstr "Show week numbers in date navigator" + +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:46 +#: ../calendar/gui/dialogs/recurrence-page.c:1109 +#: ../calendar/gui/e-itip-control.c:726 msgid "Sunday" msgstr "יום ראשון" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:43 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:47 msgid "T_asks due today:" msgstr "" #. Thursday -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:45 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:49 msgid "T_hu" msgstr "_ה" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:46 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:50 msgid "Template:" msgstr "תבנית:" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:47 -#: ../calendar/gui/dialogs/recurrence-page.c:1119 -#: ../calendar/gui/e-itip-control.c:732 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:51 +#: ../calendar/gui/dialogs/recurrence-page.c:1106 +#: ../calendar/gui/e-itip-control.c:730 msgid "Thursday" msgstr "יום חמישי" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:48 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:52 #: ../calendar/gui/dialogs/event-page.glade.h:12 msgid "Time _zone:" msgstr "אזור _זמן:" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:49 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:53 msgid "Time format:" msgstr "מבנה זמן:" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:50 -#: ../calendar/gui/dialogs/recurrence-page.c:1117 -#: ../calendar/gui/e-itip-control.c:730 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:54 +#: ../calendar/gui/dialogs/recurrence-page.c:1104 +#: ../calendar/gui/e-itip-control.c:728 msgid "Tuesday" msgstr "יום שלישי" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:51 -#: ../calendar/gui/dialogs/recurrence-page.c:1118 -#: ../calendar/gui/e-itip-control.c:731 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:55 +#, fuzzy +msgid "Use s_ystem time zone" +msgstr "Show the \"Preview\" pane" + +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:56 +#: ../calendar/gui/dialogs/recurrence-page.c:1105 +#: ../calendar/gui/e-itip-control.c:729 msgid "Wednesday" msgstr "יום רביעי" #. A weekday like "Monday" follows -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:53 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:58 msgid "Wee_k starts on:" msgstr "ה_שבוע מתחיל ביום:" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:54 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:59 msgid "Work days:" msgstr "ימי עבודה:" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:55 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:60 msgid "_12 hour (AM/PM)" msgstr "_12 שעות (AM/PM)" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:56 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:61 msgid "_24 hour" msgstr "_24 שעות" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:57 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:62 msgid "_Ask for confirmation when deleting items" msgstr "בקש _אישור עבור מחיקת פריטים" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:58 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:63 msgid "_Compress weekends in month view" msgstr "" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:59 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:64 msgid "_Day begins:" msgstr "_היום מתחיל:" #. Friday -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:61 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:66 msgid "_Fri" msgstr "_ו" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:62 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:67 msgid "_Hide completed tasks after" msgstr "_הסתר משימות שהושלמו לאחר" #. Monday -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:64 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:69 msgid "_Mon" msgstr "_ב" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:65 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:70 msgid "_Overdue tasks:" msgstr "" #. Saturday -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:67 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:72 msgid "_Sat" msgstr "_ש" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:68 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:73 msgid "_Show appointment end times in week and month view" msgstr "הצג _שעת סיום פגישות בתצוכת חודשים" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:69 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:74 msgid "_Time divisions:" msgstr "חלוקות _זמן:" #. Tuesday -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:71 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:76 msgid "_Tue" msgstr "_ג" #. Wednesday -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:73 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:78 msgid "_Wed" msgstr "_ד" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:74 +#. This is the last half of a user preference. "Show a reminder [time-period] before every anniversary/birthday" +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:80 +msgid "before every anniversary/birthday" +msgstr "" + +#. This is the last half of a user preference. "Show a reminder [time-period] before every appointment" +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:82 msgid "before every appointment" msgstr "לפני כל פגישה" -#: ../calendar/gui/dialogs/calendar-setup.c:271 +#: ../calendar/gui/dialogs/calendar-setup.c:153 +msgid "Type:" +msgstr "סוג:" + +#: ../calendar/gui/dialogs/calendar-setup.c:270 msgid "Cop_y calendar contents locally for offline operation" msgstr "" -#: ../calendar/gui/dialogs/calendar-setup.c:273 +#: ../calendar/gui/dialogs/calendar-setup.c:272 msgid "Cop_y task list contents locally for offline operation" msgstr "" -#: ../calendar/gui/dialogs/calendar-setup.c:275 +#: ../calendar/gui/dialogs/calendar-setup.c:274 msgid "Cop_y memo list contents locally for offline operation" msgstr "" -#: ../calendar/gui/dialogs/calendar-setup.c:345 +#: ../calendar/gui/dialogs/calendar-setup.c:344 msgid "Colo_r:" msgstr "_צבע:" -#: ../calendar/gui/dialogs/calendar-setup.c:380 +#: ../calendar/gui/dialogs/calendar-setup.c:379 msgid "Task List" msgstr "רשימת משימות" -#: ../calendar/gui/dialogs/calendar-setup.c:391 +#: ../calendar/gui/dialogs/calendar-setup.c:390 msgid "Memo List" msgstr "רשימת תזכורות" -#: ../calendar/gui/dialogs/calendar-setup.c:476 +#: ../calendar/gui/dialogs/calendar-setup.c:475 msgid "Calendar Properties" msgstr "מאפייני יומן" -#: ../calendar/gui/dialogs/calendar-setup.c:476 +#: ../calendar/gui/dialogs/calendar-setup.c:475 msgid "New Calendar" msgstr "יומן חדש" -#: ../calendar/gui/dialogs/calendar-setup.c:532 +#: ../calendar/gui/dialogs/calendar-setup.c:531 msgid "Task List Properties" msgstr "מאפייני רשימת משימות" -#: ../calendar/gui/dialogs/calendar-setup.c:532 +#: ../calendar/gui/dialogs/calendar-setup.c:531 msgid "New Task List" msgstr "רשימת משימות חדשה" -#: ../calendar/gui/dialogs/calendar-setup.c:588 +#: ../calendar/gui/dialogs/calendar-setup.c:587 msgid "Memo List Properties" msgstr "מאפייני רשימת תזכורות" -#: ../calendar/gui/dialogs/calendar-setup.c:588 +#: ../calendar/gui/dialogs/calendar-setup.c:587 msgid "New Memo List" msgstr "רשימת תזכורות חדשה" @@ -6077,302 +4701,246 @@ msgstr "" msgid "Validation error: %s" msgstr "שגיאת וידוא: %s" -#: ../calendar/gui/dialogs/comp-editor-util.c:186 ../calendar/gui/print.c:2355 +#: ../calendar/gui/dialogs/comp-editor-util.c:186 +#: ../calendar/gui/print.c:2365 msgid " to " msgstr " אל " -#: ../calendar/gui/dialogs/comp-editor-util.c:190 ../calendar/gui/print.c:2359 +#: ../calendar/gui/dialogs/comp-editor-util.c:190 +#: ../calendar/gui/print.c:2369 msgid " (Completed " msgstr " (הסתיים " -#: ../calendar/gui/dialogs/comp-editor-util.c:192 ../calendar/gui/print.c:2361 +#: ../calendar/gui/dialogs/comp-editor-util.c:192 +#: ../calendar/gui/print.c:2371 msgid "Completed " msgstr "הסתיים " -#: ../calendar/gui/dialogs/comp-editor-util.c:197 ../calendar/gui/print.c:2366 +#: ../calendar/gui/dialogs/comp-editor-util.c:197 +#: ../calendar/gui/print.c:2376 msgid " (Due " msgstr " (עד " -#: ../calendar/gui/dialogs/comp-editor-util.c:199 ../calendar/gui/print.c:2368 +#: ../calendar/gui/dialogs/comp-editor-util.c:199 +#: ../calendar/gui/print.c:2378 msgid "Due " msgstr "עד " -#: ../calendar/gui/dialogs/comp-editor.c:239 -#, c-format -msgid "Attached message - %s" -msgstr "הודעה מצורפת - %s" - -#. translators, this count will always be >1 -#: ../calendar/gui/dialogs/comp-editor.c:244 -#: ../calendar/gui/dialogs/comp-editor.c:417 ../composer/e-msg-composer.c:1765 -#: ../composer/e-msg-composer.c:1984 -#, c-format -msgid "Attached message" -msgid_plural "%d attached messages" -msgstr[0] "הודעה מצורפת" -msgstr[1] "%d הודעות מצורפות" - -#: ../calendar/gui/dialogs/comp-editor.c:488 ../composer/e-msg-composer.c:2052 -#: ../mail/em-folder-tree.c:1006 ../mail/em-folder-utils.c:364 -#: ../mail/em-folder-view.c:1183 ../mail/message-list.c:2105 -msgid "_Move" -msgstr "_העבר" - -#: ../calendar/gui/dialogs/comp-editor.c:490 ../composer/e-msg-composer.c:2054 -#: ../mail/em-folder-tree.c:1008 ../mail/message-list.c:2107 -msgid "Cancel _Drag" -msgstr "בטל _גרירה" - -#: ../calendar/gui/dialogs/comp-editor.c:623 -#: ../calendar/gui/dialogs/comp-editor.c:3300 ../mail/em-utils.c:372 +#: ../calendar/gui/dialogs/comp-editor.c:245 +#: ../calendar/gui/dialogs/comp-editor.c:2676 +#: ../mail/em-utils.c:373 #: ../plugins/prefer-plain/prefer-plain.c:91 -#: ../widgets/misc/e-attachment-bar.c:453 msgid "attachment" msgstr "תצריף" -#: ../calendar/gui/dialogs/comp-editor.c:849 +#: ../calendar/gui/dialogs/comp-editor.c:474 msgid "Could not update object" msgstr "לא ניתן לעדכן אובייקט" -#: ../calendar/gui/dialogs/comp-editor.c:937 +#: ../calendar/gui/dialogs/comp-editor.c:563 msgid "Edit Appointment" msgstr "ערוך פגישה" # c-format -#: ../calendar/gui/dialogs/comp-editor.c:944 +#: ../calendar/gui/dialogs/comp-editor.c:570 #, c-format msgid "Meeting - %s" msgstr "ישיבה - %s" -#: ../calendar/gui/dialogs/comp-editor.c:946 +#: ../calendar/gui/dialogs/comp-editor.c:572 #, c-format msgid "Appointment - %s" msgstr "פגישה - %s" -#: ../calendar/gui/dialogs/comp-editor.c:952 +#: ../calendar/gui/dialogs/comp-editor.c:578 #, c-format msgid "Assigned Task - %s" msgstr "" -#: ../calendar/gui/dialogs/comp-editor.c:954 +#: ../calendar/gui/dialogs/comp-editor.c:580 #, c-format msgid "Task - %s" msgstr "משימה - %s" -#: ../calendar/gui/dialogs/comp-editor.c:959 +#: ../calendar/gui/dialogs/comp-editor.c:585 #, c-format msgid "Memo - %s" msgstr "תזכורת - %s" -#: ../calendar/gui/dialogs/comp-editor.c:975 +#: ../calendar/gui/dialogs/comp-editor.c:601 msgid "No Summary" msgstr "אין סיכום" -#: ../calendar/gui/dialogs/comp-editor.c:1116 +#: ../calendar/gui/dialogs/comp-editor.c:743 msgid "Keep original item?" -msgstr "" +msgstr "להשאיר את הפריט המקורי?" -#: ../calendar/gui/dialogs/comp-editor.c:1311 +#: ../calendar/gui/dialogs/comp-editor.c:949 #, fuzzy msgid "Click here to close the current window" msgstr "הקלק אישור לסגור את החיבור ולעבוד בצורה לא מקוונת" -#: ../calendar/gui/dialogs/comp-editor.c:1318 +#: ../calendar/gui/dialogs/comp-editor.c:956 msgid "Copy selected text to the clipboard" msgstr "" -#: ../calendar/gui/dialogs/comp-editor.c:1325 +#: ../calendar/gui/dialogs/comp-editor.c:963 msgid "Cut selected text to the clipboard" msgstr "" -#: ../calendar/gui/dialogs/comp-editor.c:1332 +#: ../calendar/gui/dialogs/comp-editor.c:970 msgid "Click here to view help available" -msgstr "" +msgstr "לחץ כאן כדי לצפות בעזרה הזמינה" -#: ../calendar/gui/dialogs/comp-editor.c:1339 +#: ../calendar/gui/dialogs/comp-editor.c:977 msgid "Paste text from the clipboard" msgstr "" -#: ../calendar/gui/dialogs/comp-editor.c:1360 +#: ../calendar/gui/dialogs/comp-editor.c:998 msgid "Click here to save the current window" msgstr "" -#: ../calendar/gui/dialogs/comp-editor.c:1367 +#: ../calendar/gui/dialogs/comp-editor.c:1005 msgid "Select all text" msgstr "בחר את כל הטקסט" -#: ../calendar/gui/dialogs/comp-editor.c:1374 +#: ../calendar/gui/dialogs/comp-editor.c:1012 msgid "_Classification" msgstr "_סיווג" -#: ../calendar/gui/dialogs/comp-editor.c:1388 +#: ../calendar/gui/dialogs/comp-editor.c:1026 #: ../mail/mail-signature-editor.c:208 -#: ../ui/evolution-mail-messagedisplay.xml.h:6 ../ui/evolution.xml.h:43 +#: ../ui/evolution-mail-messagedisplay.xml.h:6 +#: ../ui/evolution.xml.h:43 msgid "_File" msgstr "_קובץ" -#: ../calendar/gui/dialogs/comp-editor.c:1395 -#: ../ui/evolution-calendar.xml.h:44 ../ui/evolution-mail-global.xml.h:24 +#: ../calendar/gui/dialogs/comp-editor.c:1033 +#: ../ui/evolution-calendar.xml.h:44 +#: ../ui/evolution-mail-global.xml.h:24 #: ../ui/evolution.xml.h:46 msgid "_Help" msgstr "עזר_ה" -#: ../calendar/gui/dialogs/comp-editor.c:1402 +#: ../calendar/gui/dialogs/comp-editor.c:1040 msgid "_Insert" msgstr "_הכנס" -#: ../calendar/gui/dialogs/comp-editor.c:1409 +#: ../calendar/gui/dialogs/comp-editor.c:1047 msgid "_Options" msgstr "א_פשרויות" -#: ../calendar/gui/dialogs/comp-editor.c:1416 ../mail/em-folder-tree.c:2116 -#: ../ui/evolution-addressbook.xml.h:64 ../ui/evolution-mail-global.xml.h:34 -#: ../ui/evolution-mail-messagedisplay.xml.h:8 ../ui/evolution-tasks.xml.h:30 +#: ../calendar/gui/dialogs/comp-editor.c:1054 +#: ../mail/em-folder-tree.c:2039 +#: ../ui/evolution-addressbook.xml.h:64 +#: ../ui/evolution-mail-global.xml.h:34 +#: ../ui/evolution-mail-messagedisplay.xml.h:8 +#: ../ui/evolution-tasks.xml.h:30 #: ../ui/evolution.xml.h:55 msgid "_View" msgstr "_תצוגה" -#: ../calendar/gui/dialogs/comp-editor.c:1426 -#: ../composer/e-composer-actions.c:469 +#: ../calendar/gui/dialogs/comp-editor.c:1064 +#: ../composer/e-composer-actions.c:315 msgid "_Attachment..." msgstr "_תצריף..." -#: ../calendar/gui/dialogs/comp-editor.c:1428 +#: ../calendar/gui/dialogs/comp-editor.c:1066 msgid "Click here to attach a file" msgstr "לחץ כאן לצרף קובץ" -#: ../calendar/gui/dialogs/comp-editor.c:1436 +#: ../calendar/gui/dialogs/comp-editor.c:1074 msgid "_Categories" msgstr "_קטגוריות" -#: ../calendar/gui/dialogs/comp-editor.c:1438 +#: ../calendar/gui/dialogs/comp-editor.c:1076 msgid "Toggles whether to display categories" msgstr "" -#: ../calendar/gui/dialogs/comp-editor.c:1444 +#: ../calendar/gui/dialogs/comp-editor.c:1082 msgid "Time _Zone" msgstr "אזור _זמן" -#: ../calendar/gui/dialogs/comp-editor.c:1446 +#: ../calendar/gui/dialogs/comp-editor.c:1084 msgid "Toggles whether the time zone is displayed" msgstr "" -#: ../calendar/gui/dialogs/comp-editor.c:1455 +#: ../calendar/gui/dialogs/comp-editor.c:1093 msgid "Pu_blic" msgstr "_ציבורי" -#: ../calendar/gui/dialogs/comp-editor.c:1457 +#: ../calendar/gui/dialogs/comp-editor.c:1095 msgid "Classify as public" -msgstr "" +msgstr "סווג כציבורי" -#: ../calendar/gui/dialogs/comp-editor.c:1462 +#: ../calendar/gui/dialogs/comp-editor.c:1100 msgid "_Private" msgstr "_פרטי" -#: ../calendar/gui/dialogs/comp-editor.c:1464 +#: ../calendar/gui/dialogs/comp-editor.c:1102 msgid "Classify as private" msgstr "סווג כפרטי" -#: ../calendar/gui/dialogs/comp-editor.c:1469 +#: ../calendar/gui/dialogs/comp-editor.c:1107 msgid "_Confidential" msgstr "_חסוי" -#: ../calendar/gui/dialogs/comp-editor.c:1471 +#: ../calendar/gui/dialogs/comp-editor.c:1109 msgid "Classify as confidential" msgstr "סווג כחסוי" -#: ../calendar/gui/dialogs/comp-editor.c:1479 +#: ../calendar/gui/dialogs/comp-editor.c:1117 #, fuzzy msgid "R_ole Field" msgstr "שדה" -#: ../calendar/gui/dialogs/comp-editor.c:1481 +#: ../calendar/gui/dialogs/comp-editor.c:1119 msgid "Toggles whether the Role field is displayed" msgstr "" -#: ../calendar/gui/dialogs/comp-editor.c:1487 +#: ../calendar/gui/dialogs/comp-editor.c:1125 msgid "_RSVP" msgstr "_RSVP" -#: ../calendar/gui/dialogs/comp-editor.c:1489 +#: ../calendar/gui/dialogs/comp-editor.c:1127 msgid "Toggles whether the RSVP field is displayed" msgstr "" -#: ../calendar/gui/dialogs/comp-editor.c:1495 +#: ../calendar/gui/dialogs/comp-editor.c:1133 #, fuzzy msgid "_Status Field" msgstr "_מצב:" -#: ../calendar/gui/dialogs/comp-editor.c:1497 +#: ../calendar/gui/dialogs/comp-editor.c:1135 msgid "Toggles whether the Status field is displayed" msgstr "" -#: ../calendar/gui/dialogs/comp-editor.c:1503 +#: ../calendar/gui/dialogs/comp-editor.c:1141 #, fuzzy msgid "_Type Field" msgstr "שדה" -#: ../calendar/gui/dialogs/comp-editor.c:1505 +#: ../calendar/gui/dialogs/comp-editor.c:1143 msgid "Toggles whether the Attendee Type is displayed" msgstr "" -#: ../calendar/gui/dialogs/comp-editor.c:1819 -#: ../composer/e-composer-private.c:64 ../widgets/misc/e-attachment-bar.c:1376 +#: ../calendar/gui/dialogs/comp-editor.c:1167 +#: ../composer/e-composer-private.c:66 msgid "Recent _Documents" msgstr "מסמכים _אחרונים" -#: ../calendar/gui/dialogs/comp-editor.c:1838 -#: ../composer/e-composer-actions.c:696 +#: ../calendar/gui/dialogs/comp-editor.c:1593 +#: ../composer/e-composer-actions.c:518 msgid "Attach" msgstr "צרף" -#: ../calendar/gui/dialogs/comp-editor.c:1933 -#, c-format -msgid "<b>%d</b> Attachment" -msgid_plural "<b>%d</b> Attachments" -msgstr[0] "תצריף <b>אחד</b>" -msgstr[1] "<b>%d</b> תצריפים" - -#: ../calendar/gui/dialogs/comp-editor.c:1965 -msgid "Hide Attachment _Bar" -msgstr "הסתר את תיבת ה_תצריפים" - -#: ../calendar/gui/dialogs/comp-editor.c:1968 -#: ../calendar/gui/dialogs/comp-editor.c:2271 -msgid "Show Attachment _Bar" -msgstr "הצג את תיבת ה_תצריפים" - -#: ../calendar/gui/dialogs/comp-editor.c:2082 -#: ../calendar/gui/dialogs/event-page.c:1876 -#: ../calendar/gui/dialogs/task-page.c:1198 ../composer/e-msg-composer.c:1039 -#: ../plugins/groupwise-features/junk-settings.glade.h:8 -#: ../plugins/groupwise-features/properties.glade.h:13 -#: ../widgets/table/e-table-config.glade.h:21 -msgid "_Remove" -msgstr "ה_סר" - -#: ../calendar/gui/dialogs/comp-editor.c:2085 -#: ../composer/e-msg-composer.c:1042 -#: ../plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml.h:4 -msgid "_Add attachment..." -msgstr "הוסף _תצריף" - -#: ../calendar/gui/dialogs/comp-editor.c:2293 -#: ../mail/em-format-html-display.c:2380 -msgid "Show Attachments" -msgstr "הצג תצריפים" - -#: ../calendar/gui/dialogs/comp-editor.c:2294 -msgid "Press space key to toggle attachment bar" -msgstr "" - -#: ../calendar/gui/dialogs/comp-editor.c:2439 -#: ../calendar/gui/dialogs/comp-editor.c:2487 -#: ../calendar/gui/dialogs/comp-editor.c:3333 +#: ../calendar/gui/dialogs/comp-editor.c:1856 +#: ../calendar/gui/dialogs/comp-editor.c:1905 +#: ../calendar/gui/dialogs/comp-editor.c:2707 msgid "Changes made to this item may be discarded if an update arrives" msgstr "" -#: ../calendar/gui/dialogs/comp-editor.c:3362 +#: ../calendar/gui/dialogs/comp-editor.c:2736 msgid "Unable to use current version!" msgstr "לא ניתן להשתמש בגירסה הנוכחית" @@ -6472,7 +5040,7 @@ msgstr "" #: ../calendar/gui/dialogs/event-editor.c:216 #: ../plugins/groupwise-features/org-gnome-compose-send-options.xml.h:2 #: ../plugins/groupwise-features/send-options.c:212 -#: ../widgets/misc/e-send-options.glade.h:19 +#: ../widgets/misc/e-send-options.glade.h:18 msgid "Send Options" msgstr "אפשרויות שליחה" @@ -6511,125 +5079,130 @@ msgstr "" msgid "Appoint_ment" msgstr "_פגישה" -#: ../calendar/gui/dialogs/event-page.c:736 -#: ../calendar/gui/dialogs/event-page.c:2724 +#: ../calendar/gui/dialogs/event-page.c:749 +#: ../calendar/gui/dialogs/event-page.c:2743 msgid "This event has alarms" msgstr "" -#: ../calendar/gui/dialogs/event-page.c:799 +#: ../calendar/gui/dialogs/event-page.c:812 #: ../calendar/gui/dialogs/event-page.glade.h:10 -#: ../calendar/gui/dialogs/meeting-page.glade.h:5 #: ../calendar/gui/dialogs/memo-page.glade.h:2 #, fuzzy msgid "Or_ganizer:" msgstr "_ארגון:" -#: ../calendar/gui/dialogs/event-page.c:845 +#: ../calendar/gui/dialogs/event-page.c:859 #, fuzzy msgid "_Delegatees" msgstr "מחק" -#: ../calendar/gui/dialogs/event-page.c:847 +#: ../calendar/gui/dialogs/event-page.c:861 #, fuzzy msgid "Atte_ndees" msgstr "<b>מוזמנים</b>" -#: ../calendar/gui/dialogs/event-page.c:1031 +#: ../calendar/gui/dialogs/event-page.c:1046 msgid "Event with no start date" msgstr "אירוע ללא תאריך התחלה" -#: ../calendar/gui/dialogs/event-page.c:1034 +#: ../calendar/gui/dialogs/event-page.c:1049 msgid "Event with no end date" msgstr "אירוע ללא תאריך סיום" -#: ../calendar/gui/dialogs/event-page.c:1203 -#: ../calendar/gui/dialogs/memo-page.c:641 -#: ../calendar/gui/dialogs/task-page.c:813 +#: ../calendar/gui/dialogs/event-page.c:1218 +#: ../calendar/gui/dialogs/memo-page.c:640 +#: ../calendar/gui/dialogs/task-page.c:814 msgid "Start date is wrong" msgstr "תאריך ההתחלה שגוי" -#: ../calendar/gui/dialogs/event-page.c:1213 +#: ../calendar/gui/dialogs/event-page.c:1228 msgid "End date is wrong" msgstr "תאריך הסיום שגוי" -#: ../calendar/gui/dialogs/event-page.c:1236 +#: ../calendar/gui/dialogs/event-page.c:1251 msgid "Start time is wrong" msgstr "שעת התחלה שגויה" -#: ../calendar/gui/dialogs/event-page.c:1243 +#: ../calendar/gui/dialogs/event-page.c:1258 msgid "End time is wrong" msgstr "שעת סיום שגויה" -#: ../calendar/gui/dialogs/event-page.c:1406 -#: ../calendar/gui/dialogs/memo-page.c:682 -#: ../calendar/gui/dialogs/task-page.c:873 +#: ../calendar/gui/dialogs/event-page.c:1421 +#: ../calendar/gui/dialogs/memo-page.c:681 +#: ../calendar/gui/dialogs/task-page.c:874 msgid "The organizer selected no longer has an account." msgstr "" -#: ../calendar/gui/dialogs/event-page.c:1412 -#: ../calendar/gui/dialogs/memo-page.c:688 -#: ../calendar/gui/dialogs/task-page.c:879 +#: ../calendar/gui/dialogs/event-page.c:1427 +#: ../calendar/gui/dialogs/memo-page.c:687 +#: ../calendar/gui/dialogs/task-page.c:880 msgid "An organizer is required." msgstr "" -#: ../calendar/gui/dialogs/event-page.c:1437 -#: ../calendar/gui/dialogs/task-page.c:903 +#: ../calendar/gui/dialogs/event-page.c:1452 +#: ../calendar/gui/dialogs/task-page.c:904 msgid "At least one attendee is required." -msgstr "" +msgstr "נדרש לפחות משתתף אחד." -#: ../calendar/gui/dialogs/event-page.c:1877 -#: ../calendar/gui/dialogs/task-page.c:1199 +#: ../calendar/gui/dialogs/event-page.c:1892 +#: ../calendar/gui/dialogs/task-page.c:1202 +#: ../plugins/groupwise-features/junk-settings.glade.h:8 +#: ../plugins/groupwise-features/properties.glade.h:13 +#: ../widgets/table/e-table-config.glade.h:21 +msgid "_Remove" +msgstr "ה_סר" + +#: ../calendar/gui/dialogs/event-page.c:1893 +#: ../calendar/gui/dialogs/task-page.c:1203 msgid "_Add " msgstr "הוסף_ " -#: ../calendar/gui/dialogs/event-page.c:2600 +#: ../calendar/gui/dialogs/event-page.c:2619 #, c-format msgid "Unable to open the calendar '%s'." msgstr "לא ניתן לפתוח את היומן '%s'." -#: ../calendar/gui/dialogs/event-page.c:2644 +#: ../calendar/gui/dialogs/event-page.c:2663 #: ../calendar/gui/dialogs/memo-page.c:896 -#: ../calendar/gui/dialogs/task-page.c:1803 +#: ../calendar/gui/dialogs/task-page.c:1810 #, c-format msgid "You are acting on behalf of %s" msgstr "אתה פועל בשם %s" -#: ../calendar/gui/dialogs/event-page.c:2924 +#: ../calendar/gui/dialogs/event-page.c:2942 #, c-format msgid "%d day before appointment" msgid_plural "%d days before appointment" msgstr[0] "יום אחד לפני הפגישה" msgstr[1] "%d ימים לפני הפגישה" -#: ../calendar/gui/dialogs/event-page.c:2930 +#: ../calendar/gui/dialogs/event-page.c:2948 #, c-format msgid "%d hour before appointment" msgid_plural "%d hours before appointment" msgstr[0] "שעה אחת לפני הפגישה" msgstr[1] "%d שעות לפני הפגישה" -#: ../calendar/gui/dialogs/event-page.c:2936 +#: ../calendar/gui/dialogs/event-page.c:2954 #, c-format msgid "%d minute before appointment" msgid_plural "%d minutes before appointment" msgstr[0] "דקה אחת לפני הפגישה" msgstr[1] "%d שעות לפני הפגישה" -#: ../calendar/gui/dialogs/event-page.c:2949 +#: ../calendar/gui/dialogs/event-page.c:2967 msgid "Customize" msgstr "התאם" #: ../calendar/gui/dialogs/event-page.glade.h:1 -msgid "1 day before appointment" -msgstr "יום אחד לפני הפגישה" - -#: ../calendar/gui/dialogs/event-page.glade.h:2 -msgid "1 hour before appointment" -msgstr "שעה אחת לפני הפגישה" - -#: ../calendar/gui/dialogs/event-page.glade.h:3 -msgid "15 minutes before appointment" -msgstr "15 דקות לפני הפגישה" +msgid "" +"15 minutes before appointment\n" +"1 hour before appointment\n" +"1 day before appointment" +msgstr "" +"15 דקות לפני הפגישה\n" +"שעה לפני הפגישה\n" +"יום לפני הפגישה" #: ../calendar/gui/dialogs/event-page.glade.h:5 msgid "Attendee_s..." @@ -6657,45 +5230,42 @@ msgstr "ה_תרעה" #: ../calendar/gui/dialogs/event-page.glade.h:15 #: ../calendar/gui/dialogs/memo-page.glade.h:6 #: ../calendar/gui/dialogs/task-page.glade.h:8 +#: ../widgets/misc/e-attachment-dialog.c:345 msgid "_Description:" msgstr "_תיאור:" +#: ../calendar/gui/dialogs/event-page.glade.h:16 +#: ../plugins/calendar-weather/calendar-weather.c:372 +#: ../plugins/exchange-operations/exchange-calendar.c:247 +#: ../plugins/exchange-operations/exchange-contacts.c:240 +msgid "_Location:" +msgstr "_מיקום:" + #: ../calendar/gui/dialogs/event-page.glade.h:17 msgid "_Time:" msgstr "_שעה:" -#. TRANSLATORS: Entire string is for example: -#. 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (dropdown menu options are in [square brackets]) #: ../calendar/gui/dialogs/event-page.glade.h:18 -#: ../calendar/gui/dialogs/recurrence-page.glade.h:16 -msgid "for" +#: ../calendar/gui/dialogs/memo-page.glade.h:8 +#: ../calendar/gui/dialogs/task-page.glade.h:10 +#: ../mail/mail-config.glade.h:193 +#: ../mail/mail-dialogs.glade.h:21 +#: ../plugins/exchange-operations/e-foreign-folder-dialog.glade.h:5 +#: ../smime/gui/smime-ui.glade.h:49 +msgid "" +"a\n" +"b" msgstr "" -#. TRANSLATORS: Entire string is for example: -#. 'This appointment recurs/Every[x][day(s)][until][2006/01/01]' (dropdown menu options are in [square brackets]) -#: ../calendar/gui/dialogs/event-page.glade.h:21 -#: ../calendar/gui/dialogs/recurrence-page.glade.h:25 -msgid "until" +#: ../calendar/gui/dialogs/event-page.glade.h:20 +#, fuzzy +msgid "" +"for\n" +"until" msgstr "עד" -#: ../calendar/gui/dialogs/meeting-page.glade.h:1 -msgid "<b>Att_endees</b>" -msgstr "<b>מ_שתתפים</b>" - -#: ../calendar/gui/dialogs/meeting-page.glade.h:2 -msgid "C_hange Organizer" -msgstr "" - -#: ../calendar/gui/dialogs/meeting-page.glade.h:3 -msgid "Co_ntacts..." -msgstr "אנשי _קשר..." - -#: ../calendar/gui/dialogs/meeting-page.glade.h:7 -#: ../calendar/gui/e-itip-control.glade.h:7 -msgid "Organizer:" -msgstr "" - -#: ../calendar/gui/dialogs/memo-editor.c:111 ../calendar/gui/print.c:2475 +#: ../calendar/gui/dialogs/memo-editor.c:111 +#: ../calendar/gui/print.c:2485 msgid "Memo" msgstr "תזכורת" @@ -6704,10 +5274,14 @@ msgstr "תזכורת" msgid "Unable to open memos in '%s'." msgstr "לא ניתן לפתוח תזכורות ב-'%s'." -#: ../calendar/gui/dialogs/memo-page.c:1012 ../mail/em-format-html.c:1562 -#: ../mail/em-format-html.c:1620 ../mail/em-format-html.c:1646 -#: ../mail/em-format-quote.c:210 ../mail/em-format.c:886 -#: ../mail/em-mailer-prefs.c:77 ../mail/message-list.etspec.h:20 +#: ../calendar/gui/dialogs/memo-page.c:1012 +#: ../mail/em-format-html.c:1567 +#: ../mail/em-format-html.c:1625 +#: ../mail/em-format-html.c:1651 +#: ../mail/em-format-quote.c:210 +#: ../mail/em-format.c:923 +#: ../mail/em-mailer-prefs.c:77 +#: ../mail/message-list.etspec.h:20 msgid "To" msgstr "אל" @@ -6762,29 +5336,29 @@ msgstr "מופע זה ומופעים עתידיים" msgid "All Instances" msgstr "כל המופעים" -#: ../calendar/gui/dialogs/recurrence-page.c:562 +#: ../calendar/gui/dialogs/recurrence-page.c:559 msgid "This appointment contains recurrences that Evolution cannot edit." msgstr "פגישה זאת מכילה מופעים חוזרים שלא ניתן לערוך." -#: ../calendar/gui/dialogs/recurrence-page.c:892 +#: ../calendar/gui/dialogs/recurrence-page.c:888 msgid "Recurrence date is invalid" msgstr "תאריך החזרה שגוי" -#: ../calendar/gui/dialogs/recurrence-page.c:932 +#: ../calendar/gui/dialogs/recurrence-page.c:928 msgid "End time of the recurrence was before event's start" msgstr "" #. TRANSLATORS: Entire string is for example: This appointment recurs/Every [x] week(s) on [Wednesday] [forever]' #. * (dropdown menu options are in [square brackets]). This means that after the 'on', name of a week day always follows. -#: ../calendar/gui/dialogs/recurrence-page.c:961 +#: ../calendar/gui/dialogs/recurrence-page.c:957 msgid "on" -msgstr "" +msgstr "ביום" #. TRANSLATORS: Entire string is for example: This appointment recurs/Every [x] month(s) on the [first] [Monday] [forever]' #. * (dropdown menu options are in [square brackets]). This means that after 'first', either the string 'day' or #. * the name of a week day (like 'Monday' or 'Friday') always follow. #. -#: ../calendar/gui/dialogs/recurrence-page.c:1025 +#: ../calendar/gui/dialogs/recurrence-page.c:1014 msgid "first" msgstr "ראשון" @@ -6793,7 +5367,7 @@ msgstr "ראשון" #. * (dropdown menu options are in [square brackets]). This means that after 'second', either the string 'day' or #. * the name of a week day (like 'Monday' or 'Friday') always follow. #. -#: ../calendar/gui/dialogs/recurrence-page.c:1031 +#: ../calendar/gui/dialogs/recurrence-page.c:1020 msgid "second" msgstr "שני" @@ -6801,7 +5375,7 @@ msgstr "שני" #. * (dropdown menu options are in [square brackets]). This means that after 'third', either the string 'day' or #. * the name of a week day (like 'Monday' or 'Friday') always follow. #. -#: ../calendar/gui/dialogs/recurrence-page.c:1036 +#: ../calendar/gui/dialogs/recurrence-page.c:1025 msgid "third" msgstr "שלישי" @@ -6809,7 +5383,7 @@ msgstr "שלישי" #. * (dropdown menu options are in [square brackets]). This means that after 'fourth', either the string 'day' or #. * the name of a week day (like 'Monday' or 'Friday') always follow. #. -#: ../calendar/gui/dialogs/recurrence-page.c:1041 +#: ../calendar/gui/dialogs/recurrence-page.c:1030 msgid "fourth" msgstr "רביעי" @@ -6817,13 +5391,13 @@ msgstr "רביעי" #. * (dropdown menu options are in [square brackets]). This means that after 'last', either the string 'day' or #. * the name of a week day (like 'Monday' or 'Friday') always follow. #. -#: ../calendar/gui/dialogs/recurrence-page.c:1046 +#: ../calendar/gui/dialogs/recurrence-page.c:1035 msgid "last" msgstr "אחרון" #. TRANSLATORS: Entire string is for example: This appointment recurs/Every [x] month(s) on the [Other date] [11th to 20th] [17th] [forever]' #. * (dropdown menu options are in [square brackets]). -#: ../calendar/gui/dialogs/recurrence-page.c:1072 +#: ../calendar/gui/dialogs/recurrence-page.c:1059 msgid "Other Date" msgstr "תאריך אחר" @@ -6831,7 +5405,7 @@ msgstr "תאריך אחר" #. * the month to setup an appointment recurrence. The entire string is for example: This appointment recurs/Every [x] month(s) #. * on the [Other date] [1st to 10th] [7th] [forever]' (dropdown menu options are in [square brackets]). #. -#: ../calendar/gui/dialogs/recurrence-page.c:1080 +#: ../calendar/gui/dialogs/recurrence-page.c:1065 msgid "1st to 10th" msgstr "" @@ -6839,7 +5413,7 @@ msgstr "" #. * the month to setup an appointment recurrence. The entire string is for example: This appointment recurs/Every [x] month(s) #. * on the [Other date] [11th to 20th] [17th] [forever]' (dropdown menu options are in [square brackets]). #. -#: ../calendar/gui/dialogs/recurrence-page.c:1086 +#: ../calendar/gui/dialogs/recurrence-page.c:1071 msgid "11th to 20th" msgstr "" @@ -6847,46 +5421,46 @@ msgstr "" #. * the month to setup an appointment recurrence. The entire string is for example: This appointment recurs/Every [x] month(s) #. * on the [Other date] [21th to 31th] [27th] [forever]' (dropdown menu options are in [square brackets]). #. -#: ../calendar/gui/dialogs/recurrence-page.c:1092 +#: ../calendar/gui/dialogs/recurrence-page.c:1077 msgid "21st to 31st" msgstr "" #. For Translator : 'day' is part of the sentence of the form 'appointment recurs/Every [x] month(s) on the [first] [day] [forever]' #. (dropdown menu options are in [square brackets]). This means that after 'first', either the string 'day' or #. the name of a week day (like 'Monday' or 'Friday') always follow. -#: ../calendar/gui/dialogs/recurrence-page.c:1115 +#: ../calendar/gui/dialogs/recurrence-page.c:1102 msgid "day" msgstr "יום" #. TRANSLATORS: Entire string is for example: 'This appointment recurs/Every [x] month(s) on the [second] [Tuesday] [forever]' #. * (dropdown menu options are in [square brackets])." #. -#: ../calendar/gui/dialogs/recurrence-page.c:1241 +#: ../calendar/gui/dialogs/recurrence-page.c:1231 msgid "on the" msgstr "" -#: ../calendar/gui/dialogs/recurrence-page.c:1417 +#: ../calendar/gui/dialogs/recurrence-page.c:1401 msgid "occurrences" msgstr "מופעים" -#: ../calendar/gui/dialogs/recurrence-page.c:2120 +#: ../calendar/gui/dialogs/recurrence-page.c:2096 msgid "Add exception" msgstr "הוסף חריגה" -#: ../calendar/gui/dialogs/recurrence-page.c:2161 +#: ../calendar/gui/dialogs/recurrence-page.c:2137 msgid "Could not get a selection to modify." msgstr "" -#: ../calendar/gui/dialogs/recurrence-page.c:2167 +#: ../calendar/gui/dialogs/recurrence-page.c:2143 msgid "Modify exception" msgstr "" -#: ../calendar/gui/dialogs/recurrence-page.c:2211 +#: ../calendar/gui/dialogs/recurrence-page.c:2187 #, fuzzy msgid "Could not get a selection to delete." msgstr "ניסיון ההזדהות נכשל.\n" -#: ../calendar/gui/dialogs/recurrence-page.c:2335 +#: ../calendar/gui/dialogs/recurrence-page.c:2311 msgid "Date/Time" msgstr "תאריך/שעה" @@ -6903,39 +5477,42 @@ msgstr "<b>תצוגה מקדימה</b>" msgid "<b>Recurrence</b>" msgstr "<b>מופעים חוזרים</b>" -#. TRANSLATORS: Entire string is for example: -#. 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (dropdown menu options are in [square brackets]) -#: ../calendar/gui/dialogs/recurrence-page.glade.h:6 +#. TRANSLATORS: Entire string is for example: 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (dropdown menu options are in [square brackets]) +#: ../calendar/gui/dialogs/recurrence-page.glade.h:5 msgid "Every" msgstr "כל" -#. TRANSLATORS: Entire string is for example: -#. 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (dropdown menu options are in [square brackets]) -#: ../calendar/gui/dialogs/recurrence-page.glade.h:9 +#. TRANSLATORS: Entire string is for example: 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (dropdown menu options are in [square brackets]) +#: ../calendar/gui/dialogs/recurrence-page.glade.h:7 msgid "This appointment rec_urs" msgstr "" #. TRANSLATORS: Entire string is for example: -#. 'This appointment recurs/Every[x][day(s)][forever]' (dropdown menu options are in [square brackets]) -#: ../calendar/gui/dialogs/recurrence-page.glade.h:19 -msgid "forever" -msgstr "לנצח" - -#. TRANSLATORS: Entire string is for example: -#. 'This appointment recurs/Every[x][month(s)][for][1]occurrences' (dropdown menu options are in [square brackets]) -#: ../calendar/gui/dialogs/recurrence-page.glade.h:22 -msgid "month(s)" -msgstr "חודש(ים)" +#. 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (combobox options are in [square brackets]) +#: ../calendar/gui/dialogs/recurrence-page.glade.h:11 +msgid "" +"day(s)\n" +"week(s)\n" +"month(s)\n" +"year(s)" +msgstr "" +"יום/ימים\n" +"שבוע/ות\n" +"חודש/ים\n" +"שנה/ים" #. TRANSLATORS: Entire string is for example: -#. 'This appointment recurs/Every[x][week(s)][for][1]occurrences' (dropdown menu options are in [square brackets]) -#: ../calendar/gui/dialogs/recurrence-page.glade.h:28 -msgid "week(s)" -msgstr "שבוע(ות)" +#. 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (combobox options are in [square brackets]) +#: ../calendar/gui/dialogs/recurrence-page.glade.h:17 +msgid "" +"for\n" +"until\n" +"forever" +msgstr "" -#: ../calendar/gui/dialogs/recurrence-page.glade.h:29 -msgid "year(s)" -msgstr "שנה(ים)" +#: ../calendar/gui/dialogs/send-comp.c:116 +msgid "Send my alarms with this event" +msgstr "" #: ../calendar/gui/dialogs/task-details-page.c:377 #: ../calendar/gui/dialogs/task-details-page.c:397 @@ -6954,73 +5531,33 @@ msgstr "<span weight=\"bold\">כללי</span>" msgid "<span weight=\"bold\">Status</span>" msgstr "<span weight=\"bold\">מצב</span>" -#. Pass TRUE as is_utc, so it gets converted to the current -#. timezone. -#: ../calendar/gui/dialogs/task-details-page.glade.h:4 -#: ../calendar/gui/e-cal-component-preview.c:247 -#: ../calendar/gui/e-cal-model-tasks.c:362 -#: ../calendar/gui/e-cal-model-tasks.c:679 -#: ../calendar/gui/e-calendar-table.c:237 -#: ../calendar/gui/e-calendar-table.c:652 ../calendar/gui/e-itip-control.c:941 -#: ../calendar/gui/e-meeting-store.c:180 ../calendar/gui/e-meeting-store.c:203 -#: ../calendar/gui/print.c:2551 ../calendar/gui/tasktypes.xml.h:9 -#: ../plugins/save-calendar/csv-format.c:366 -msgid "Completed" -msgstr "הסתיים" - -#: ../calendar/gui/dialogs/task-details-page.glade.h:5 -#: ../calendar/gui/e-cal-component-preview.c:266 -#: ../calendar/gui/e-calendar-table.c:577 ../calendar/gui/tasktypes.xml.h:14 -#: ../mail/message-list.c:1064 -msgid "High" -msgstr "גבוה" - -#: ../calendar/gui/dialogs/task-details-page.glade.h:6 -#: ../calendar/gui/e-cal-component-preview.c:244 -#: ../calendar/gui/e-cal-model-tasks.c:360 -#: ../calendar/gui/e-cal-model-tasks.c:677 -#: ../calendar/gui/e-cal-model-tasks.c:754 -#: ../calendar/gui/e-calendar-table.c:235 -#: ../calendar/gui/e-calendar-table.c:651 ../calendar/gui/print.c:2548 -msgid "In Progress" -msgstr "בתהליך" +#: ../calendar/gui/dialogs/task-details-page.glade.h:3 +msgid "" +"High\n" +"Normal\n" +"Low\n" +"Undefined" +msgstr "" #: ../calendar/gui/dialogs/task-details-page.glade.h:7 -#: ../calendar/gui/e-cal-component-preview.c:270 -#: ../calendar/gui/e-calendar-table.c:579 ../calendar/gui/tasktypes.xml.h:16 -#: ../mail/message-list.c:1062 -msgid "Low" -msgstr "נמוך" - -#: ../calendar/gui/dialogs/task-details-page.glade.h:8 -#: ../calendar/gui/e-cal-component-preview.c:268 -#: ../calendar/gui/e-cal-model.c:985 ../calendar/gui/e-calendar-table.c:578 -#: ../calendar/gui/tasktypes.xml.h:17 ../mail/message-list.c:1063 -msgid "Normal" -msgstr "רגיל" - -#: ../calendar/gui/dialogs/task-details-page.glade.h:9 -#: ../calendar/gui/e-cal-component-preview.c:254 -#: ../calendar/gui/e-cal-model-tasks.c:358 -#: ../calendar/gui/e-cal-model-tasks.c:675 -#: ../calendar/gui/e-calendar-table.c:233 -#: ../calendar/gui/e-calendar-table.c:650 ../calendar/gui/print.c:2545 -#: ../calendar/gui/tasktypes.xml.h:18 -msgid "Not Started" -msgstr "לא התחיל" - -#: ../calendar/gui/dialogs/task-details-page.glade.h:10 -msgid "P_ercent complete:" +msgid "" +"Not Started\n" +"In Progress\n" +"Completed\n" +"Canceled" msgstr "" +"לא התחילה\n" +"בתהליכים\n" +"הושלמה\n" +"בוטלה" #: ../calendar/gui/dialogs/task-details-page.glade.h:11 -msgid "Stat_us:" -msgstr "_מצב:" +msgid "P_ercent complete:" +msgstr "_אחוזים שהושלמו:" #: ../calendar/gui/dialogs/task-details-page.glade.h:12 -#: ../calendar/gui/e-calendar-table.c:580 ../calendar/gui/tasktypes.xml.h:24 -msgid "Undefined" -msgstr "לא מוגדר" +msgid "Stat_us:" +msgstr "_מצב:" #: ../calendar/gui/dialogs/task-details-page.glade.h:13 msgid "_Date completed:" @@ -7045,7 +5582,7 @@ msgid "Click to change or view the status details of the task" msgstr "" #: ../calendar/gui/dialogs/task-editor.c:123 -#: ../composer/e-composer-actions.c:525 +#: ../composer/e-composer-actions.c:371 msgid "_Send Options" msgstr " _אפשרויות שליחה" @@ -7063,11 +5600,11 @@ msgstr "פרטי משימה" msgid "Organi_zer:" msgstr "_ארגון:" -#: ../calendar/gui/dialogs/task-page.c:786 +#: ../calendar/gui/dialogs/task-page.c:787 msgid "Due date is wrong" msgstr "תאריך היעד שגוי" -#: ../calendar/gui/dialogs/task-page.c:1760 +#: ../calendar/gui/dialogs/task-page.c:1767 #, c-format msgid "Unable to open tasks in '%s'." msgstr "לא ניתן לפתוח משימות ב-'%s'." @@ -7164,14 +5701,41 @@ msgstr "" msgid "%s for an unknown trigger type" msgstr "" +#: ../calendar/gui/e-attachment-handler-calendar.c:258 +#, fuzzy +msgid "I_mport" +msgstr "_יבא" + +#: ../calendar/gui/e-attachment-handler-calendar.c:340 +#, fuzzy +msgid "Select a Calendar" +msgstr "בחר לוח שנה" + +#: ../calendar/gui/e-attachment-handler-calendar.c:367 +#, fuzzy +msgid "Select a Task List" +msgstr "משימות" + +#: ../calendar/gui/e-attachment-handler-calendar.c:377 +#, fuzzy +msgid "I_mport to Calendar" +msgstr "יבא ליומן" + +#: ../calendar/gui/e-attachment-handler-calendar.c:384 +#, fuzzy +msgid "I_mport to Tasks" +msgstr "_יבא למשימות" + #: ../calendar/gui/e-cal-component-memo-preview.c:69 -#: ../calendar/gui/e-cal-component-preview.c:67 ../mail/em-folder-view.c:3268 +#: ../calendar/gui/e-cal-component-preview.c:67 +#: ../mail/em-folder-view.c:3249 #, c-format msgid "Click to open %s" msgstr "לחץ כדי לפתוח את %s" #: ../calendar/gui/e-cal-component-memo-preview.c:129 -#: ../calendar/gui/e-cal-component-preview.c:171 ../filter/filter-rule.c:858 +#: ../calendar/gui/e-cal-component-preview.c:171 +#: ../filter/filter-rule.c:859 msgid "Untitled" msgstr "ללא-שם" @@ -7182,20 +5746,20 @@ msgid "Start Date:" msgstr "תאריך התחלה:" #: ../calendar/gui/e-cal-component-memo-preview.c:194 -#: ../calendar/gui/e-cal-component-preview.c:285 -#: ../calendar/gui/e-itip-control.c:1213 -#: ../calendar/gui/e-itip-control.glade.h:4 ../mail/mail-config.glade.h:69 -#: ../widgets/misc/e-attachment.glade.h:2 +#: ../calendar/gui/e-cal-component-preview.c:287 +#: ../calendar/gui/e-itip-control.c:1211 +#: ../calendar/gui/e-itip-control.glade.h:4 +#: ../mail/mail-config.glade.h:75 msgid "Description:" msgstr "תיאור:" #: ../calendar/gui/e-cal-component-memo-preview.c:218 -#: ../calendar/gui/e-cal-component-preview.c:309 +#: ../calendar/gui/e-cal-component-preview.c:311 msgid "Web Page:" msgstr "דף מארג:" #: ../calendar/gui/e-cal-component-preview.c:204 -#: ../calendar/gui/e-itip-control.c:1157 +#: ../calendar/gui/e-itip-control.c:1155 #: ../calendar/gui/e-itip-control.glade.h:9 msgid "Summary:" msgstr "סיכום:" @@ -7207,33 +5771,105 @@ msgstr "תאריך יעד:" #. write status #. Status #: ../calendar/gui/e-cal-component-preview.c:240 -#: ../calendar/gui/e-itip-control.c:1181 +#: ../calendar/gui/e-itip-control.c:1179 #: ../plugins/exchange-operations/exchange-account-setup.c:284 -#: ../plugins/itip-formatter/itip-view.c:1029 +#: ../plugins/itip-formatter/itip-view.c:1052 msgid "Status:" msgstr "מצב:" +#: ../calendar/gui/e-cal-component-preview.c:244 +#: ../calendar/gui/e-cal-model-tasks.c:360 +#: ../calendar/gui/e-cal-model-tasks.c:677 +#: ../calendar/gui/e-cal-model-tasks.c:754 +#: ../calendar/gui/e-calendar-table.c:235 +#: ../calendar/gui/e-calendar-table.c:662 +#: ../calendar/gui/print.c:2558 +msgid "In Progress" +msgstr "בתהליך" + +#. Pass TRUE as is_utc, so it gets converted to the current +#. timezone. +#: ../calendar/gui/e-cal-component-preview.c:247 +#: ../calendar/gui/e-cal-model-tasks.c:362 +#: ../calendar/gui/e-cal-model-tasks.c:679 +#: ../calendar/gui/e-calendar-table.c:237 +#: ../calendar/gui/e-calendar-table.c:663 +#: ../calendar/gui/e-itip-control.c:939 +#: ../calendar/gui/e-meeting-store.c:180 +#: ../calendar/gui/e-meeting-store.c:203 +#: ../calendar/gui/print.c:2561 +#: ../calendar/gui/tasktypes.xml.h:9 +#: ../plugins/save-calendar/csv-format.c:366 +msgid "Completed" +msgstr "הסתיים" + +#: ../calendar/gui/e-cal-component-preview.c:254 +#: ../calendar/gui/e-cal-model-tasks.c:358 +#: ../calendar/gui/e-cal-model-tasks.c:675 +#: ../calendar/gui/e-calendar-table.c:233 +#: ../calendar/gui/e-calendar-table.c:661 +#: ../calendar/gui/print.c:2555 +#: ../calendar/gui/tasktypes.xml.h:18 +msgid "Not Started" +msgstr "לא התחיל" + #: ../calendar/gui/e-cal-component-preview.c:264 msgid "Priority:" msgstr "עדיפות:" +#: ../calendar/gui/e-cal-component-preview.c:266 +#: ../calendar/gui/e-calendar-table.c:588 +#: ../calendar/gui/tasktypes.xml.h:14 +#: ../mail/message-list.c:1065 +msgid "High" +msgstr "גבוה" + +#: ../calendar/gui/e-cal-component-preview.c:268 +#: ../calendar/gui/e-cal-model.c:1058 +#: ../calendar/gui/e-calendar-table.c:589 +#: ../calendar/gui/tasktypes.xml.h:17 +#: ../mail/message-list.c:1064 +msgid "Normal" +msgstr "רגיל" + +#: ../calendar/gui/e-cal-component-preview.c:270 +#: ../calendar/gui/e-calendar-table.c:590 +#: ../calendar/gui/tasktypes.xml.h:16 +#: ../mail/message-list.c:1063 +msgid "Low" +msgstr "נמוך" + #: ../calendar/gui/e-cal-list-view.etspec.h:2 +#: ../calendar/gui/e-calendar-table.etspec.h:7 +#: ../calendar/gui/e-memo-table.etspec.h:3 +#: ../plugins/save-calendar/csv-format.c:367 +msgid "Created" +msgstr "נוצר" + +#: ../calendar/gui/e-cal-list-view.etspec.h:3 msgid "End Date" msgstr "תאריך סיום" #: ../calendar/gui/e-cal-list-view.etspec.h:4 -#: ../calendar/gui/e-memo-table.etspec.h:3 +#: ../calendar/gui/e-calendar-table.etspec.h:9 +#: ../calendar/gui/e-memo-table.etspec.h:4 +#, fuzzy +msgid "Last modified" +msgstr "מודל" + +#: ../calendar/gui/e-cal-list-view.etspec.h:6 +#: ../calendar/gui/e-memo-table.etspec.h:5 msgid "Start Date" msgstr "תאריך התחלה" #: ../calendar/gui/e-cal-model-calendar.c:187 -#: ../calendar/gui/e-calendar-table.c:629 +#: ../calendar/gui/e-calendar-table.c:640 msgid "Free" msgstr "פנוי" #: ../calendar/gui/e-cal-model-calendar.c:190 -#: ../calendar/gui/e-calendar-table.c:630 -#: ../calendar/gui/e-meeting-time-sel.c:399 +#: ../calendar/gui/e-calendar-table.c:641 +#: ../calendar/gui/e-meeting-time-sel.c:397 msgid "Busy" msgstr "עסוק" @@ -7243,16 +5879,22 @@ msgid "" "\n" "45.436845,125.862501" msgstr "" +"יש להזין את המיקום הגאוגרפי לפי המבנה:\n" +"\n" +"45.436845,125.862501" -#: ../calendar/gui/e-cal-model-tasks.c:1029 ../calendar/gui/e-cal-model.c:991 +#: ../calendar/gui/e-cal-model-tasks.c:1029 +#: ../calendar/gui/e-cal-model.c:1064 #: ../calendar/gui/e-meeting-list-view.c:190 -#: ../calendar/gui/e-meeting-store.c:152 ../calendar/gui/e-meeting-store.c:162 +#: ../calendar/gui/e-meeting-store.c:152 +#: ../calendar/gui/e-meeting-store.c:162 #: ../calendar/gui/e-meeting-store.c:745 #: ../plugins/itip-formatter/org-gnome-itip-formatter.error.xml.h:5 msgid "Yes" msgstr "כן" -#: ../calendar/gui/e-cal-model-tasks.c:1029 ../calendar/gui/e-cal-model.c:991 +#: ../calendar/gui/e-cal-model-tasks.c:1029 +#: ../calendar/gui/e-cal-model.c:1064 #: ../calendar/gui/e-meeting-list-view.c:191 #: ../calendar/gui/e-meeting-store.c:164 #: ../plugins/itip-formatter/org-gnome-itip-formatter.error.xml.h:2 @@ -7260,212 +5902,206 @@ msgid "No" msgstr "לא" #. This is the default filename used for temporary file creation -#: ../calendar/gui/e-cal-model.c:350 ../calendar/gui/e-cal-popup.c:106 -#: ../calendar/gui/e-cal-popup.c:123 ../calendar/gui/e-cal-popup.c:178 -#: ../calendar/gui/e-itip-control.c:1198 ../calendar/gui/e-itip-control.c:1338 +#: ../calendar/gui/e-cal-model.c:354 +#: ../calendar/gui/e-itip-control.c:1196 +#: ../calendar/gui/e-itip-control.c:1336 #: ../calendar/gui/e-meeting-list-view.c:166 #: ../calendar/gui/e-meeting-list-view.c:180 -#: ../calendar/gui/e-meeting-store.c:110 ../calendar/gui/e-meeting-store.c:145 -#: ../calendar/gui/e-meeting-store.c:208 ../calendar/gui/print.c:984 -#: ../calendar/gui/print.c:1001 ../mail/em-utils.c:1341 -#: ../plugins/itip-formatter/itip-formatter.c:447 -#: ../plugins/itip-formatter/itip-formatter.c:2138 +#: ../calendar/gui/e-meeting-store.c:110 +#: ../calendar/gui/e-meeting-store.c:145 +#: ../calendar/gui/e-meeting-store.c:208 +#: ../calendar/gui/print.c:984 +#: ../calendar/gui/print.c:1001 +#: ../mail/em-utils.c:1342 +#: ../plugins/itip-formatter/itip-formatter.c:448 +#: ../plugins/itip-formatter/itip-formatter.c:2217 #: ../plugins/plugin-manager/plugin-manager.c:89 -#: ../widgets/misc/e-attachment-bar.c:821 #: ../widgets/misc/e-charset-picker.c:56 msgid "Unknown" msgstr "לא ידוע" -#: ../calendar/gui/e-cal-model.c:987 +#: ../calendar/gui/e-cal-model.c:1060 msgid "Recurring" -msgstr "" +msgstr "חוזר" -#: ../calendar/gui/e-cal-model.c:989 +#: ../calendar/gui/e-cal-model.c:1062 msgid "Assigned" -msgstr "" - -#: ../calendar/gui/e-cal-popup.c:184 ../mail/em-popup.c:414 -msgid "Save As..." -msgstr "שמור בשם..." - -#: ../calendar/gui/e-cal-popup.c:200 ../mail/em-format-html-display.c:2214 -msgid "Select folder to save selected attachments..." -msgstr "בחר תיקייה למירת התצריפים..." +msgstr "מוקצה" -#: ../calendar/gui/e-cal-popup.c:232 ../mail/em-popup.c:442 -#, c-format -msgid "untitled_image.%s" -msgstr "תמונה_ללא_שם.%s" - -#: ../calendar/gui/e-cal-popup.c:286 ../calendar/gui/e-calendar-table.c:1590 -#: ../calendar/gui/e-calendar-view.c:1747 ../calendar/gui/e-memo-table.c:925 -#: ../mail/em-folder-view.c:1333 ../mail/em-popup.c:559 ../mail/em-popup.c:570 -msgid "_Save As..." -msgstr "_שמירה בשם..." - -#: ../calendar/gui/e-cal-popup.c:287 ../mail/em-popup.c:560 -#: ../mail/em-popup.c:571 -msgid "Set as _Background" -msgstr "קבע כ_רקע" - -#: ../calendar/gui/e-cal-popup.c:288 -#, fuzzy -msgid "_Save Selected" -msgstr "נבחר" - -#: ../calendar/gui/e-cal-popup.c:430 ../mail/em-popup.c:828 -#, c-format -msgid "Open in %s..." -msgstr "פתח ב-%s..." - -#: ../calendar/gui/e-calendar-table.c:337 +#: ../calendar/gui/e-calendar-table.c:336 msgid "* No Summary *" msgstr "* אין סיכום *" #. To Translators: It will display "Organiser: NameOfTheUser <email@ofuser.com>" -#: ../calendar/gui/e-calendar-table.c:373 -#: ../calendar/gui/e-calendar-view.c:2368 +#: ../calendar/gui/e-calendar-table.c:372 +#: ../calendar/gui/e-calendar-view.c:2436 #, fuzzy, c-format msgid "Organizer: %s <%s>" msgstr "_ארגון:" #. With SunOne accounts, there may be no ':' in organiser.value #. With SunOne accouts, there may be no ':' in organiser.value -#: ../calendar/gui/e-calendar-table.c:376 -#: ../calendar/gui/e-calendar-view.c:2372 +#: ../calendar/gui/e-calendar-table.c:375 +#: ../calendar/gui/e-calendar-view.c:2440 #, fuzzy, c-format msgid "Organizer: %s" msgstr "_ארגון:" -#: ../calendar/gui/e-calendar-table.c:407 +#: ../calendar/gui/e-calendar-table.c:406 msgid "Start: " msgstr "התחלה:" -#: ../calendar/gui/e-calendar-table.c:419 +#: ../calendar/gui/e-calendar-table.c:418 #, fuzzy msgid "Due: " msgstr "עד " -#: ../calendar/gui/e-calendar-table.c:599 +#: ../calendar/gui/e-calendar-table.c:591 +#: ../calendar/gui/tasktypes.xml.h:24 +msgid "Undefined" +msgstr "לא מוגדר" + +#: ../calendar/gui/e-calendar-table.c:610 msgid "0%" msgstr "0%" -#: ../calendar/gui/e-calendar-table.c:600 +#: ../calendar/gui/e-calendar-table.c:611 msgid "10%" msgstr "10%" -#: ../calendar/gui/e-calendar-table.c:601 +#: ../calendar/gui/e-calendar-table.c:612 msgid "20%" msgstr "20%" -#: ../calendar/gui/e-calendar-table.c:602 +#: ../calendar/gui/e-calendar-table.c:613 msgid "30%" msgstr "30%" -#: ../calendar/gui/e-calendar-table.c:603 +#: ../calendar/gui/e-calendar-table.c:614 msgid "40%" msgstr "40%" -#: ../calendar/gui/e-calendar-table.c:604 +#: ../calendar/gui/e-calendar-table.c:615 msgid "50%" msgstr "50%" -#: ../calendar/gui/e-calendar-table.c:605 +#: ../calendar/gui/e-calendar-table.c:616 msgid "60%" msgstr "60%" -#: ../calendar/gui/e-calendar-table.c:606 +#: ../calendar/gui/e-calendar-table.c:617 msgid "70%" msgstr "70%" -#: ../calendar/gui/e-calendar-table.c:607 +#: ../calendar/gui/e-calendar-table.c:618 msgid "80%" msgstr "80%" -#: ../calendar/gui/e-calendar-table.c:608 +#: ../calendar/gui/e-calendar-table.c:619 msgid "90%" msgstr "90%" -#: ../calendar/gui/e-calendar-table.c:609 +#: ../calendar/gui/e-calendar-table.c:620 msgid "100%" msgstr "100%" -#: ../calendar/gui/e-calendar-table.c:889 -#: ../calendar/gui/e-calendar-view.c:670 ../calendar/gui/e-memo-table.c:437 +#: ../calendar/gui/e-calendar-table.c:900 +#: ../calendar/gui/e-calendar-view.c:658 +#: ../calendar/gui/e-memo-table.c:452 msgid "Deleting selected objects" -msgstr "" +msgstr "מוחק את האובייקטים שנבחרו" -#: ../calendar/gui/e-calendar-table.c:1173 -#: ../calendar/gui/e-calendar-view.c:835 ../calendar/gui/e-memo-table.c:643 +#: ../calendar/gui/e-calendar-table.c:1179 +#: ../calendar/gui/e-calendar-view.c:872 +#: ../calendar/gui/e-memo-table.c:657 msgid "Updating objects" msgstr "מעדכן אובייקטים" -#: ../calendar/gui/e-calendar-table.c:1361 -#: ../calendar/gui/e-calendar-view.c:1296 ../calendar/gui/e-memo-table.c:819 -#: ../composer/e-composer-actions.c:275 +#: ../calendar/gui/e-calendar-table.c:1367 +#: ../calendar/gui/e-calendar-view.c:1334 +#: ../calendar/gui/e-memo-table.c:833 +#: ../composer/e-composer-actions.c:219 msgid "Save as..." msgstr "שמירה בשם..." -#: ../calendar/gui/e-calendar-table.c:1585 -#: ../calendar/gui/e-calendar-view.c:1729 +#: ../calendar/gui/e-calendar-table.c:1591 +#: ../calendar/gui/e-calendar-view.c:1794 msgid "New _Task" msgstr "משימה _חדשה" -#: ../calendar/gui/e-calendar-table.c:1589 ../calendar/gui/e-memo-table.c:924 +#: ../calendar/gui/e-calendar-table.c:1595 +#: ../calendar/gui/e-memo-table.c:938 msgid "Open _Web Page" msgstr "פתח _דף מארג" -#: ../calendar/gui/e-calendar-table.c:1591 -#: ../calendar/gui/e-calendar-view.c:1732 ../calendar/gui/e-memo-table.c:926 +#: ../calendar/gui/e-calendar-table.c:1596 +#: ../calendar/gui/e-calendar-view.c:1812 +#: ../calendar/gui/e-memo-table.c:939 +#: ../mail/em-folder-view.c:1336 +#: ../mail/em-popup.c:494 +msgid "_Save As..." +msgstr "_שמירה בשם..." + +#: ../calendar/gui/e-calendar-table.c:1597 +#: ../calendar/gui/e-calendar-view.c:1797 +#: ../calendar/gui/e-memo-table.c:940 msgid "P_rint..." msgstr "ה_דפס..." -#: ../calendar/gui/e-calendar-table.c:1595 -#: ../calendar/gui/e-calendar-view.c:1752 ../calendar/gui/e-memo-table.c:930 -#: ../ui/evolution-addressbook.xml.h:2 ../ui/evolution-calendar.xml.h:1 -#: ../ui/evolution-memos.xml.h:1 ../ui/evolution-tasks.xml.h:1 +#: ../calendar/gui/e-calendar-table.c:1601 +#: ../calendar/gui/e-calendar-view.c:1817 +#: ../calendar/gui/e-memo-table.c:944 +#: ../ui/evolution-addressbook.xml.h:2 +#: ../ui/evolution-calendar.xml.h:1 +#: ../ui/evolution-memos.xml.h:1 +#: ../ui/evolution-tasks.xml.h:1 msgid "C_ut" msgstr "_גזור" -#: ../calendar/gui/e-calendar-table.c:1597 -#: ../calendar/gui/e-calendar-view.c:1735 -#: ../calendar/gui/e-calendar-view.c:1754 ../calendar/gui/e-memo-table.c:932 -#: ../ui/evolution-addressbook.xml.h:57 ../ui/evolution-calendar.xml.h:46 -#: ../ui/evolution-memos.xml.h:19 ../ui/evolution-tasks.xml.h:28 +#: ../calendar/gui/e-calendar-table.c:1603 +#: ../calendar/gui/e-calendar-view.c:1800 +#: ../calendar/gui/e-calendar-view.c:1819 +#: ../calendar/gui/e-memo-table.c:946 +#: ../ui/evolution-addressbook.xml.h:57 +#: ../ui/evolution-calendar.xml.h:46 +#: ../ui/evolution-memos.xml.h:19 +#: ../ui/evolution-tasks.xml.h:28 msgid "_Paste" msgstr "ה_דבק" -#: ../calendar/gui/e-calendar-table.c:1601 ../ui/evolution-tasks.xml.h:22 +#: ../calendar/gui/e-calendar-table.c:1607 +#: ../ui/evolution-tasks.xml.h:22 msgid "_Assign Task" -msgstr "" +msgstr "_הקצה משימה" -#: ../calendar/gui/e-calendar-table.c:1602 ../calendar/gui/e-memo-table.c:936 +#: ../calendar/gui/e-calendar-table.c:1608 +#: ../calendar/gui/e-memo-table.c:950 #: ../ui/evolution-tasks.xml.h:26 msgid "_Forward as iCalendar" -msgstr "" +msgstr "_העבר כ־iCalendar" -#: ../calendar/gui/e-calendar-table.c:1603 +#: ../calendar/gui/e-calendar-table.c:1609 msgid "_Mark as Complete" msgstr "סמן כה_סתיים" -#: ../calendar/gui/e-calendar-table.c:1604 +#: ../calendar/gui/e-calendar-table.c:1610 msgid "_Mark Selected Tasks as Complete" -msgstr "" +msgstr "_סימון המשימות הנבחרות כמשימות שהושלמו" -#: ../calendar/gui/e-calendar-table.c:1605 +#: ../calendar/gui/e-calendar-table.c:1611 msgid "_Mark as Incomplete" msgstr "סמן כ_לא הסתיים" -#: ../calendar/gui/e-calendar-table.c:1606 +#: ../calendar/gui/e-calendar-table.c:1612 #, fuzzy msgid "_Mark Selected Tasks as Incomplete" msgstr "העבר את ההודעות שנבחרו לאשפה" -#: ../calendar/gui/e-calendar-table.c:1611 +#: ../calendar/gui/e-calendar-table.c:1617 msgid "_Delete Selected Tasks" -msgstr "" +msgstr "_מחק את המשימות הנבחרות" -#: ../calendar/gui/e-calendar-table.c:1848 +#: ../calendar/gui/e-calendar-table.c:1854 #: ../calendar/gui/e-calendar-table.etspec.h:4 msgid "Click to add a task" msgstr "לחץ כאן כדי להוסיף משימה" @@ -7483,155 +6119,163 @@ msgstr "הסתיים" msgid "Completion date" msgstr "תאריך סיום" -#: ../calendar/gui/e-calendar-table.etspec.h:7 +#: ../calendar/gui/e-calendar-table.etspec.h:8 msgid "Due date" msgstr "תאריך יעד" -#: ../calendar/gui/e-calendar-table.etspec.h:8 +#: ../calendar/gui/e-calendar-table.etspec.h:10 #: ../calendar/gui/tasktypes.xml.h:20 #: ../plugins/save-calendar/csv-format.c:373 msgid "Priority" msgstr "עדיפות" -#: ../calendar/gui/e-calendar-table.etspec.h:9 +#: ../calendar/gui/e-calendar-table.etspec.h:11 msgid "Start date" msgstr "תאריך התחלה" #. To Translators: 'Status' here means the state of the attendees, the resulting string will be in a form: #. Status: Accepted: X Declined: Y ... -#: ../calendar/gui/e-calendar-table.etspec.h:10 -#: ../calendar/gui/e-calendar-view.c:2276 -#: ../calendar/gui/e-meeting-list-view.c:561 +#: ../calendar/gui/e-calendar-table.etspec.h:12 +#: ../calendar/gui/e-calendar-view.c:2344 +#: ../calendar/gui/e-meeting-list-view.c:603 #: ../calendar/gui/e-meeting-time-sel.etspec.h:10 -#: ../calendar/gui/tasktypes.xml.h:21 ../mail/em-filter-i18n.h:70 +#: ../calendar/gui/tasktypes.xml.h:21 +#: ../mail/em-filter-i18n.h:72 #: ../mail/message-list.etspec.h:17 msgid "Status" msgstr "מצב" -#: ../calendar/gui/e-calendar-view.c:1415 +#: ../calendar/gui/e-calendar-view.c:1480 msgid "Moving items" msgstr "מעביר פריטים" -#: ../calendar/gui/e-calendar-view.c:1417 +#: ../calendar/gui/e-calendar-view.c:1482 msgid "Copying items" msgstr "מעתיק פריטים" -#: ../calendar/gui/e-calendar-view.c:1726 +#: ../calendar/gui/e-calendar-view.c:1791 msgid "New _Appointment..." msgstr "_פגישה חדשה..." -#: ../calendar/gui/e-calendar-view.c:1727 +#: ../calendar/gui/e-calendar-view.c:1792 msgid "New All Day _Event" msgstr "_אירוע של כל היום חדש" -#: ../calendar/gui/e-calendar-view.c:1728 +#: ../calendar/gui/e-calendar-view.c:1793 msgid "New _Meeting" msgstr "ישיבה _חדשה" #. FIXME: hook in this somehow -#: ../calendar/gui/e-calendar-view.c:1739 +#: ../calendar/gui/e-calendar-view.c:1804 msgid "_Current View" msgstr "_תצוגה נוכחית" -#: ../calendar/gui/e-calendar-view.c:1741 +#: ../calendar/gui/e-calendar-view.c:1806 msgid "Select T_oday" msgstr "בחר את _היום" -#: ../calendar/gui/e-calendar-view.c:1742 +#: ../calendar/gui/e-calendar-view.c:1807 msgid "_Select Date..." msgstr "בחר _תאריך..." -#: ../calendar/gui/e-calendar-view.c:1748 +#: ../calendar/gui/e-calendar-view.c:1813 msgid "Pri_nt..." msgstr "ה_דפס..." -#: ../calendar/gui/e-calendar-view.c:1758 +#: ../calendar/gui/e-calendar-view.c:1823 msgid "Cop_y to Calendar..." msgstr "הע_תק ליומן..." -#: ../calendar/gui/e-calendar-view.c:1759 +#: ../calendar/gui/e-calendar-view.c:1824 msgid "Mo_ve to Calendar..." msgstr "ה_עבר ליומן..." -#: ../calendar/gui/e-calendar-view.c:1760 +#: ../calendar/gui/e-calendar-view.c:1825 #, fuzzy msgid "_Delegate Meeting..." msgstr "_מחק..." -#: ../calendar/gui/e-calendar-view.c:1761 +#: ../calendar/gui/e-calendar-view.c:1826 msgid "_Schedule Meeting..." msgstr "_קבע ישיבה..." -#: ../calendar/gui/e-calendar-view.c:1762 +#: ../calendar/gui/e-calendar-view.c:1827 msgid "_Forward as iCalendar..." -msgstr "" +msgstr "_העבר כ־iCalendar..." -#: ../calendar/gui/e-calendar-view.c:1763 +#: ../calendar/gui/e-calendar-view.c:1828 msgid "_Reply" msgstr "ה_שב" -#: ../calendar/gui/e-calendar-view.c:1764 ../mail/em-folder-view.c:1327 -#: ../mail/em-popup.c:564 ../mail/em-popup.c:575 -#: ../ui/evolution-mail-message.xml.h:82 +#: ../calendar/gui/e-calendar-view.c:1829 +#: ../mail/e-attachment-handler-mail.c:140 +#: ../mail/em-folder-view.c:1330 +#: ../mail/em-popup.c:499 +#: ../ui/evolution-mail-message.xml.h:78 msgid "Reply to _All" msgstr "השב ל_כולם" -#: ../calendar/gui/e-calendar-view.c:1769 +#: ../calendar/gui/e-calendar-view.c:1834 msgid "Make this Occurrence _Movable" msgstr "" -#: ../calendar/gui/e-calendar-view.c:1770 ../ui/evolution-calendar.xml.h:9 +#: ../calendar/gui/e-calendar-view.c:1835 +#: ../ui/evolution-calendar.xml.h:9 msgid "Delete this _Occurrence" msgstr "מחק _מופע זה" -#: ../calendar/gui/e-calendar-view.c:1771 +#: ../calendar/gui/e-calendar-view.c:1836 msgid "Delete _All Occurrences" msgstr "מחק את _כל המופעים" -#: ../calendar/gui/e-calendar-view.c:2223 -#: ../calendar/gui/e-itip-control.c:1186 +#: ../calendar/gui/e-calendar-view.c:2291 +#: ../calendar/gui/e-itip-control.c:1184 #: ../calendar/gui/e-meeting-list-view.c:202 -#: ../calendar/gui/e-meeting-store.c:172 ../calendar/gui/e-meeting-store.c:195 -#: ../plugins/itip-formatter/itip-formatter.c:2126 +#: ../calendar/gui/e-meeting-store.c:172 +#: ../calendar/gui/e-meeting-store.c:195 +#: ../plugins/itip-formatter/itip-formatter.c:2205 msgid "Accepted" msgstr "התקבל" -#: ../calendar/gui/e-calendar-view.c:2224 -#: ../calendar/gui/e-itip-control.c:1194 +#: ../calendar/gui/e-calendar-view.c:2292 +#: ../calendar/gui/e-itip-control.c:1192 #: ../calendar/gui/e-meeting-list-view.c:203 -#: ../calendar/gui/e-meeting-store.c:174 ../calendar/gui/e-meeting-store.c:197 -#: ../plugins/itip-formatter/itip-formatter.c:2132 +#: ../calendar/gui/e-meeting-store.c:174 +#: ../calendar/gui/e-meeting-store.c:197 +#: ../plugins/itip-formatter/itip-formatter.c:2211 msgid "Declined" msgstr "נדחה" -#: ../calendar/gui/e-calendar-view.c:2225 +#: ../calendar/gui/e-calendar-view.c:2293 #: ../calendar/gui/e-meeting-list-view.c:204 -#: ../calendar/gui/e-meeting-store.c:176 ../calendar/gui/e-meeting-store.c:199 -#: ../calendar/gui/e-meeting-time-sel.c:398 +#: ../calendar/gui/e-meeting-store.c:176 +#: ../calendar/gui/e-meeting-store.c:199 +#: ../calendar/gui/e-meeting-time-sel.c:396 msgid "Tentative" msgstr "" -#: ../calendar/gui/e-calendar-view.c:2226 +#: ../calendar/gui/e-calendar-view.c:2294 #: ../calendar/gui/e-meeting-list-view.c:205 -#: ../calendar/gui/e-meeting-store.c:178 ../calendar/gui/e-meeting-store.c:201 -#: ../plugins/itip-formatter/itip-formatter.c:2135 +#: ../calendar/gui/e-meeting-store.c:178 +#: ../calendar/gui/e-meeting-store.c:201 +#: ../plugins/itip-formatter/itip-formatter.c:2214 msgid "Delegated" msgstr "" -#: ../calendar/gui/e-calendar-view.c:2227 +#: ../calendar/gui/e-calendar-view.c:2295 #, fuzzy -#| msgid "Select a location" msgid "Needs action" msgstr "בחר מיקום" #. To Translators: It will display "Location: PlaceOfTheMeeting" -#: ../calendar/gui/e-calendar-view.c:2388 ../calendar/gui/print.c:2507 +#: ../calendar/gui/e-calendar-view.c:2456 +#: ../calendar/gui/print.c:2517 #, c-format msgid "Location: %s" msgstr "_מיקום: %s" #. To Translators: It will display "Time: ActualStartDateAndTime (DurationOfTheMeeting)" -#: ../calendar/gui/e-calendar-view.c:2422 +#: ../calendar/gui/e-calendar-view.c:2487 #, c-format msgid "Time: %s %s" msgstr "שעה: %s %s" @@ -7664,7 +6308,6 @@ msgstr "" #: ../calendar/gui/e-day-view-time-item.c:771 #, fuzzy -#| msgid "Show the \"Preview\" pane" msgid "Show the second time zone" msgstr "Show the \"Preview\" pane" @@ -7674,42 +6317,52 @@ msgstr "Show the \"Preview\" pane" #. month, %B = full month name. You can change the #. order but don't change the specifiers or add #. anything. -#: ../calendar/gui/e-day-view-top-item.c:851 ../calendar/gui/e-day-view.c:1567 -#: ../calendar/gui/e-week-view-main-item.c:326 ../calendar/gui/print.c:1671 +#: ../calendar/gui/e-day-view-top-item.c:851 +#: ../calendar/gui/e-day-view.c:1581 +#: ../calendar/gui/e-week-view-main-item.c:326 +#: ../calendar/gui/print.c:1678 msgid "%A %d %B" msgstr "%A %d %B" #. String to use in 12-hour time format for times in the morning. -#: ../calendar/gui/e-day-view.c:799 ../calendar/gui/e-week-view.c:541 +#: ../calendar/gui/e-day-view.c:804 +#: ../calendar/gui/e-week-view.c:542 #: ../calendar/gui/print.c:828 msgid "am" msgstr "am" #. String to use in 12-hour time format for times in the afternoon. -#: ../calendar/gui/e-day-view.c:802 ../calendar/gui/e-week-view.c:544 +#: ../calendar/gui/e-day-view.c:807 +#: ../calendar/gui/e-week-view.c:545 #: ../calendar/gui/print.c:830 msgid "pm" msgstr "pm" -#: ../calendar/gui/e-itip-control.c:760 +#. To Translators: the %d stands for a week number, it's value between 1 and 52/53 +#: ../calendar/gui/e-day-view.c:2320 +#, fuzzy, c-format +msgid "Week %d" +msgstr "שבוע" + +#: ../calendar/gui/e-itip-control.c:758 msgid "Yes. (Complex Recurrence)" msgstr "" -#: ../calendar/gui/e-itip-control.c:777 +#: ../calendar/gui/e-itip-control.c:775 #, c-format msgid "Every day" msgid_plural "Every %d days" msgstr[0] "כל יום" msgstr[1] "כל %d ימים" -#: ../calendar/gui/e-itip-control.c:790 +#: ../calendar/gui/e-itip-control.c:788 #, c-format msgid "Every week" msgid_plural "Every %d weeks" msgstr[0] "כל שבוע" msgstr[1] "כל %d שבועות" -#: ../calendar/gui/e-itip-control.c:797 +#: ../calendar/gui/e-itip-control.c:795 #, c-format msgid "Every week on " msgid_plural "Every %d weeks on " @@ -7717,362 +6370,362 @@ msgstr[0] "כל שבוע ב" msgstr[1] "כל %d שבועות ב" #. For Translators : 'and' is part of the sentence 'event recurring every week on (dayname) and (dayname)' -#: ../calendar/gui/e-itip-control.c:808 +#: ../calendar/gui/e-itip-control.c:806 msgid " and " msgstr "" -#: ../calendar/gui/e-itip-control.c:817 +#: ../calendar/gui/e-itip-control.c:815 #, c-format msgid "The %s day of " msgstr "" -#: ../calendar/gui/e-itip-control.c:833 +#: ../calendar/gui/e-itip-control.c:831 #, c-format msgid "The %s %s of " msgstr "" -#: ../calendar/gui/e-itip-control.c:844 +#: ../calendar/gui/e-itip-control.c:842 #, c-format msgid "every month" msgid_plural "every %d months" msgstr[0] "כל חודש" msgstr[1] "כל %d חודשים" -#: ../calendar/gui/e-itip-control.c:856 +#: ../calendar/gui/e-itip-control.c:854 #, c-format msgid "Every year" msgid_plural "Every %d years" msgstr[0] "כל שנה" msgstr[1] "כל %d שנים" -#: ../calendar/gui/e-itip-control.c:869 +#: ../calendar/gui/e-itip-control.c:867 #, c-format -#| msgid "a total of %d time" -#| msgid_plural " a total of %d times" msgid "a total of %d time" msgid_plural "a total of %d times" msgstr[0] "" msgstr[1] "" #. For Translators : ', ending on' is part of the sentence of the form 'event recurring every day, ending on (date).' -#: ../calendar/gui/e-itip-control.c:880 +#: ../calendar/gui/e-itip-control.c:878 msgid ", ending on " msgstr "" #. For Translators : 'starts' is starts:date implying a task starts on what date -#: ../calendar/gui/e-itip-control.c:902 +#: ../calendar/gui/e-itip-control.c:900 msgid "Starts" msgstr "מתחיל" #. For Translators : 'ends' is ends:date implying a task ends on what date -#: ../calendar/gui/e-itip-control.c:916 +#: ../calendar/gui/e-itip-control.c:914 msgid "Ends" msgstr "מסתיים" -#: ../calendar/gui/e-itip-control.c:956 +#: ../calendar/gui/e-itip-control.c:954 #: ../plugins/save-calendar/csv-format.c:371 msgid "Due" msgstr "" -#: ../calendar/gui/e-itip-control.c:998 ../calendar/gui/e-itip-control.c:1055 +#: ../calendar/gui/e-itip-control.c:996 +#: ../calendar/gui/e-itip-control.c:1053 msgid "iCalendar Information" -msgstr "" +msgstr "נתוני iCalendar" #. Title -#: ../calendar/gui/e-itip-control.c:1015 +#: ../calendar/gui/e-itip-control.c:1013 msgid "iCalendar Error" msgstr "שגיאת iCalendar" -#: ../calendar/gui/e-itip-control.c:1087 ../calendar/gui/e-itip-control.c:1103 -#: ../calendar/gui/e-itip-control.c:1114 ../calendar/gui/e-itip-control.c:1131 -#: ../plugins/itip-formatter/itip-view.c:344 -#: ../plugins/itip-formatter/itip-view.c:345 -#: ../plugins/itip-formatter/itip-view.c:432 -#: ../plugins/itip-formatter/itip-view.c:433 -#: ../plugins/itip-formatter/itip-view.c:520 -#: ../plugins/itip-formatter/itip-view.c:521 +#: ../calendar/gui/e-itip-control.c:1085 +#: ../calendar/gui/e-itip-control.c:1101 +#: ../calendar/gui/e-itip-control.c:1112 +#: ../calendar/gui/e-itip-control.c:1129 +#: ../plugins/itip-formatter/itip-view.c:346 +#: ../plugins/itip-formatter/itip-view.c:347 +#: ../plugins/itip-formatter/itip-view.c:434 +#: ../plugins/itip-formatter/itip-view.c:435 +#: ../plugins/itip-formatter/itip-view.c:522 +#: ../plugins/itip-formatter/itip-view.c:523 msgid "An unknown person" msgstr "" #. Describe what the user can do -#: ../calendar/gui/e-itip-control.c:1138 -msgid "" -"<br> Please review the following information, and then select an action from " -"the menu below." +#: ../calendar/gui/e-itip-control.c:1136 +msgid "<br> Please review the following information, and then select an action from the menu below." msgstr "" -#: ../calendar/gui/e-itip-control.c:1190 -#: ../plugins/itip-formatter/itip-formatter.c:2129 +#: ../calendar/gui/e-itip-control.c:1188 +#: ../plugins/itip-formatter/itip-formatter.c:2208 msgid "Tentatively Accepted" msgstr "" -#: ../calendar/gui/e-itip-control.c:1278 -msgid "" -"The meeting has been canceled, however it could not be found in your " -"calendars" +#: ../calendar/gui/e-itip-control.c:1276 +msgid "The meeting has been canceled, however it could not be found in your calendars" msgstr "" -#: ../calendar/gui/e-itip-control.c:1280 -msgid "" -"The task has been canceled, however it could not be found in your task lists" +#: ../calendar/gui/e-itip-control.c:1278 +msgid "The task has been canceled, however it could not be found in your task lists" msgstr "" -#: ../calendar/gui/e-itip-control.c:1358 +#: ../calendar/gui/e-itip-control.c:1356 #, c-format msgid "<b>%s</b> has published meeting information." msgstr "" -#: ../calendar/gui/e-itip-control.c:1359 +#: ../calendar/gui/e-itip-control.c:1357 msgid "Meeting Information" msgstr "מידע ישיבה" -#: ../calendar/gui/e-itip-control.c:1365 +#: ../calendar/gui/e-itip-control.c:1363 #, c-format msgid "<b>%s</b> requests the presence of %s at a meeting." msgstr "<b>%s</b> מבקש את הנוכחות של %s בישיבה." -#: ../calendar/gui/e-itip-control.c:1367 +#: ../calendar/gui/e-itip-control.c:1365 #, c-format msgid "<b>%s</b> requests your presence at a meeting." msgstr "<b>%s</b> מבקש את הנוכחות שלך בישיבה." -#: ../calendar/gui/e-itip-control.c:1368 +#: ../calendar/gui/e-itip-control.c:1366 msgid "Meeting Proposal" msgstr "הצעת ישיבה" #. FIXME Whats going on here? -#: ../calendar/gui/e-itip-control.c:1374 +#: ../calendar/gui/e-itip-control.c:1372 #, c-format msgid "<b>%s</b> wishes to be added to an existing meeting." msgstr "<b>%s</b> מבקש להצתרף לישיבה קיימת." -#: ../calendar/gui/e-itip-control.c:1375 +#: ../calendar/gui/e-itip-control.c:1373 msgid "Meeting Update" msgstr "עדכון לגבי ישיבה" -#: ../calendar/gui/e-itip-control.c:1379 +#: ../calendar/gui/e-itip-control.c:1377 #, c-format msgid "<b>%s</b> wishes to receive the latest meeting information." msgstr "<b>%s</b> מבקש לקבל את המידע העדכני ביותר לגבי הישיבה." -#: ../calendar/gui/e-itip-control.c:1380 +#: ../calendar/gui/e-itip-control.c:1378 msgid "Meeting Update Request" -msgstr "" +msgstr "בקשת עדכון פגישה" -#: ../calendar/gui/e-itip-control.c:1387 +#: ../calendar/gui/e-itip-control.c:1385 #, c-format msgid "<b>%s</b> has replied to a meeting request." msgstr "" -#: ../calendar/gui/e-itip-control.c:1388 +#: ../calendar/gui/e-itip-control.c:1386 msgid "Meeting Reply" -msgstr "" +msgstr "תגובה לפגישה" -#: ../calendar/gui/e-itip-control.c:1395 +#: ../calendar/gui/e-itip-control.c:1393 #, c-format msgid "<b>%s</b> has canceled a meeting." msgstr "<b>%s</b> ביטל ישיבה." -#: ../calendar/gui/e-itip-control.c:1396 +#: ../calendar/gui/e-itip-control.c:1394 msgid "Meeting Cancelation" msgstr "ביטול ישיבה" -#: ../calendar/gui/e-itip-control.c:1406 ../calendar/gui/e-itip-control.c:1483 -#: ../calendar/gui/e-itip-control.c:1523 +#: ../calendar/gui/e-itip-control.c:1404 +#: ../calendar/gui/e-itip-control.c:1481 +#: ../calendar/gui/e-itip-control.c:1521 #, c-format msgid "<b>%s</b> has sent an unintelligible message." msgstr "" -#: ../calendar/gui/e-itip-control.c:1407 +#: ../calendar/gui/e-itip-control.c:1405 msgid "Bad Meeting Message" msgstr "" -#: ../calendar/gui/e-itip-control.c:1434 +#: ../calendar/gui/e-itip-control.c:1432 #, c-format msgid "<b>%s</b> has published task information." msgstr "" -#: ../calendar/gui/e-itip-control.c:1435 +#: ../calendar/gui/e-itip-control.c:1433 msgid "Task Information" -msgstr "" +msgstr "נתוני המשימה" -#: ../calendar/gui/e-itip-control.c:1442 +#: ../calendar/gui/e-itip-control.c:1440 #, c-format msgid "<b>%s</b> requests %s to perform a task." msgstr "" -#: ../calendar/gui/e-itip-control.c:1444 +#: ../calendar/gui/e-itip-control.c:1442 #, c-format msgid "<b>%s</b> requests you perform a task." msgstr "" -#: ../calendar/gui/e-itip-control.c:1445 +#: ../calendar/gui/e-itip-control.c:1443 msgid "Task Proposal" -msgstr "" +msgstr "הצעת משימה" #. FIXME Whats going on here? -#: ../calendar/gui/e-itip-control.c:1451 +#: ../calendar/gui/e-itip-control.c:1449 #, c-format msgid "<b>%s</b> wishes to be added to an existing task." msgstr "" -#: ../calendar/gui/e-itip-control.c:1452 +#: ../calendar/gui/e-itip-control.c:1450 msgid "Task Update" -msgstr "" +msgstr "עדכון משימה" -#: ../calendar/gui/e-itip-control.c:1456 +#: ../calendar/gui/e-itip-control.c:1454 #, c-format msgid "<b>%s</b> wishes to receive the latest task information." msgstr "" -#: ../calendar/gui/e-itip-control.c:1457 +#: ../calendar/gui/e-itip-control.c:1455 msgid "Task Update Request" -msgstr "" +msgstr "בקשת עדכון משימה" -#: ../calendar/gui/e-itip-control.c:1464 +#: ../calendar/gui/e-itip-control.c:1462 #, c-format msgid "<b>%s</b> has replied to a task assignment." msgstr "" -#: ../calendar/gui/e-itip-control.c:1465 +#: ../calendar/gui/e-itip-control.c:1463 msgid "Task Reply" -msgstr "" +msgstr "תגובה למשימה" -#: ../calendar/gui/e-itip-control.c:1472 +#: ../calendar/gui/e-itip-control.c:1470 #, c-format msgid "<b>%s</b> has canceled a task." msgstr "" -#: ../calendar/gui/e-itip-control.c:1473 +#: ../calendar/gui/e-itip-control.c:1471 msgid "Task Cancelation" msgstr "ביטול משימה" -#: ../calendar/gui/e-itip-control.c:1484 +#: ../calendar/gui/e-itip-control.c:1482 msgid "Bad Task Message" msgstr "" -#: ../calendar/gui/e-itip-control.c:1508 +#: ../calendar/gui/e-itip-control.c:1506 #, c-format msgid "<b>%s</b> has published free/busy information." msgstr "" -#: ../calendar/gui/e-itip-control.c:1509 +#: ../calendar/gui/e-itip-control.c:1507 msgid "Free/Busy Information" -msgstr "" +msgstr "נתוני פנוי/עסוק" -#: ../calendar/gui/e-itip-control.c:1513 +#: ../calendar/gui/e-itip-control.c:1511 #, c-format msgid "<b>%s</b> requests your free/busy information." msgstr "" -#: ../calendar/gui/e-itip-control.c:1514 +#: ../calendar/gui/e-itip-control.c:1512 msgid "Free/Busy Request" -msgstr "" +msgstr "בקשת פנוי/עסוק" -#: ../calendar/gui/e-itip-control.c:1518 +#: ../calendar/gui/e-itip-control.c:1516 #, c-format msgid "<b>%s</b> has replied to a free/busy request." msgstr "" -#: ../calendar/gui/e-itip-control.c:1519 +#: ../calendar/gui/e-itip-control.c:1517 msgid "Free/Busy Reply" msgstr "" -#: ../calendar/gui/e-itip-control.c:1524 +#: ../calendar/gui/e-itip-control.c:1522 msgid "Bad Free/Busy Message" msgstr "" -#: ../calendar/gui/e-itip-control.c:1600 +#: ../calendar/gui/e-itip-control.c:1598 msgid "The message does not appear to be properly formed" msgstr "" -#: ../calendar/gui/e-itip-control.c:1659 +#: ../calendar/gui/e-itip-control.c:1657 msgid "The message contains only unsupported requests." msgstr "" -#: ../calendar/gui/e-itip-control.c:1692 +#: ../calendar/gui/e-itip-control.c:1690 msgid "The attachment does not contain a valid calendar message" msgstr "" -#: ../calendar/gui/e-itip-control.c:1730 +#: ../calendar/gui/e-itip-control.c:1728 msgid "The attachment has no viewable calendar items" msgstr "" -#: ../calendar/gui/e-itip-control.c:1975 +#: ../calendar/gui/e-itip-control.c:1973 msgid "Update complete\n" msgstr "העדכון הושלם\n" -#: ../calendar/gui/e-itip-control.c:2009 +#: ../calendar/gui/e-itip-control.c:2007 msgid "Object is invalid and cannot be updated\n" msgstr "" -#: ../calendar/gui/e-itip-control.c:2026 +#: ../calendar/gui/e-itip-control.c:2024 msgid "This response is not from a current attendee. Add as an attendee?" msgstr "" -#: ../calendar/gui/e-itip-control.c:2044 +#: ../calendar/gui/e-itip-control.c:2042 msgid "Attendee status could not be updated because of an invalid status!\n" msgstr "" -#: ../calendar/gui/e-itip-control.c:2068 +#: ../calendar/gui/e-itip-control.c:2066 msgid "Attendee status updated\n" msgstr "" -#: ../calendar/gui/e-itip-control.c:2075 -#: ../plugins/itip-formatter/itip-formatter.c:1326 +#: ../calendar/gui/e-itip-control.c:2073 +#: ../plugins/itip-formatter/itip-formatter.c:1385 msgid "Attendee status can not be updated because the item no longer exists" msgstr "" -#: ../calendar/gui/e-itip-control.c:2106 ../calendar/gui/e-itip-control.c:2163 +#: ../calendar/gui/e-itip-control.c:2104 +#: ../calendar/gui/e-itip-control.c:2161 msgid "Item sent!\n" msgstr "הפריט נשלח!\n" -#: ../calendar/gui/e-itip-control.c:2112 ../calendar/gui/e-itip-control.c:2171 +#: ../calendar/gui/e-itip-control.c:2110 +#: ../calendar/gui/e-itip-control.c:2169 msgid "The item could not be sent!\n" msgstr "" -#: ../calendar/gui/e-itip-control.c:2251 +#: ../calendar/gui/e-itip-control.c:2287 msgid "Choose an action:" msgstr "בחר פעולה:" #. To translators: RSVP means "please reply" -#: ../calendar/gui/e-itip-control.c:2280 -#: ../calendar/gui/e-meeting-list-view.c:549 +#: ../calendar/gui/e-itip-control.c:2316 +#: ../calendar/gui/e-meeting-list-view.c:591 #: ../calendar/gui/e-meeting-time-sel.etspec.h:8 msgid "RSVP" msgstr "" -#: ../calendar/gui/e-itip-control.c:2322 +#: ../calendar/gui/e-itip-control.c:2356 msgid "Update" -msgstr "" +msgstr "עדכון" -#: ../calendar/gui/e-itip-control.c:2350 -#: ../plugins/groupwise-features/process-meeting.c:51 +#: ../calendar/gui/e-itip-control.c:2380 +#: ../plugins/groupwise-features/process-meeting.c:53 msgid "Accept" msgstr "קבל" -#: ../calendar/gui/e-itip-control.c:2351 +#: ../calendar/gui/e-itip-control.c:2381 msgid "Tentatively accept" msgstr "" -#: ../calendar/gui/e-itip-control.c:2352 -#: ../plugins/groupwise-features/process-meeting.c:53 +#: ../calendar/gui/e-itip-control.c:2382 +#: ../plugins/groupwise-features/process-meeting.c:55 msgid "Decline" msgstr "סרב" -#: ../calendar/gui/e-itip-control.c:2381 +#: ../calendar/gui/e-itip-control.c:2407 msgid "Send Free/Busy Information" msgstr "" -#: ../calendar/gui/e-itip-control.c:2409 +#: ../calendar/gui/e-itip-control.c:2431 msgid "Update respondent status" msgstr "" -#: ../calendar/gui/e-itip-control.c:2437 +#: ../calendar/gui/e-itip-control.c:2455 msgid "Send Latest Information" msgstr "" -#: ../calendar/gui/e-itip-control.c:2465 ../ui/evolution-mail-global.xml.h:1 +#: ../calendar/gui/e-itip-control.c:2479 +#: ../ui/evolution-mail-global.xml.h:1 msgid "Cancel" msgstr "ביטול" @@ -8096,6 +6749,10 @@ msgstr "טוען יומן" msgid "Loading calendar..." msgstr "טוען יומן..." +#: ../calendar/gui/e-itip-control.glade.h:7 +msgid "Organizer:" +msgstr "מארגן:" + #: ../calendar/gui/e-itip-control.glade.h:8 msgid "Server Message:" msgstr "הודעת שרת:" @@ -8122,72 +6779,85 @@ msgid "Attendees" msgstr "<b>מוזמנים</b>" #: ../calendar/gui/e-meeting-list-view.c:162 -#: ../calendar/gui/e-meeting-store.c:85 ../calendar/gui/e-meeting-store.c:102 -#: ../calendar/gui/e-meeting-store.c:739 ../calendar/gui/print.c:980 +#: ../calendar/gui/e-meeting-store.c:85 +#: ../calendar/gui/e-meeting-store.c:102 +#: ../calendar/gui/e-meeting-store.c:739 +#: ../calendar/gui/print.c:980 msgid "Individual" msgstr "" #: ../calendar/gui/e-meeting-list-view.c:163 -#: ../calendar/gui/e-meeting-store.c:87 ../calendar/gui/e-meeting-store.c:104 -#: ../calendar/gui/print.c:981 ../widgets/table/e-table-config.glade.h:7 +#: ../calendar/gui/e-meeting-store.c:87 +#: ../calendar/gui/e-meeting-store.c:104 +#: ../calendar/gui/print.c:981 +#: ../widgets/table/e-table-config.glade.h:7 msgid "Group" msgstr "קבוצה" #: ../calendar/gui/e-meeting-list-view.c:164 -#: ../calendar/gui/e-meeting-store.c:89 ../calendar/gui/e-meeting-store.c:106 +#: ../calendar/gui/e-meeting-store.c:89 +#: ../calendar/gui/e-meeting-store.c:106 #: ../calendar/gui/print.c:982 msgid "Resource" msgstr "משאב" #: ../calendar/gui/e-meeting-list-view.c:165 -#: ../calendar/gui/e-meeting-store.c:91 ../calendar/gui/e-meeting-store.c:108 +#: ../calendar/gui/e-meeting-store.c:91 +#: ../calendar/gui/e-meeting-store.c:108 #: ../calendar/gui/print.c:983 msgid "Room" msgstr "חדר" #: ../calendar/gui/e-meeting-list-view.c:176 -#: ../calendar/gui/e-meeting-store.c:120 ../calendar/gui/e-meeting-store.c:137 +#: ../calendar/gui/e-meeting-store.c:120 +#: ../calendar/gui/e-meeting-store.c:137 #: ../calendar/gui/print.c:997 msgid "Chair" msgstr "" #: ../calendar/gui/e-meeting-list-view.c:177 -#: ../calendar/gui/e-meeting-store.c:122 ../calendar/gui/e-meeting-store.c:139 -#: ../calendar/gui/e-meeting-store.c:742 ../calendar/gui/print.c:998 +#: ../calendar/gui/e-meeting-store.c:122 +#: ../calendar/gui/e-meeting-store.c:139 +#: ../calendar/gui/e-meeting-store.c:742 +#: ../calendar/gui/print.c:998 msgid "Required Participant" msgstr "" #: ../calendar/gui/e-meeting-list-view.c:178 -#: ../calendar/gui/e-meeting-store.c:124 ../calendar/gui/e-meeting-store.c:141 +#: ../calendar/gui/e-meeting-store.c:124 +#: ../calendar/gui/e-meeting-store.c:141 #: ../calendar/gui/print.c:999 msgid "Optional Participant" msgstr "" #: ../calendar/gui/e-meeting-list-view.c:179 -#: ../calendar/gui/e-meeting-store.c:126 ../calendar/gui/e-meeting-store.c:143 +#: ../calendar/gui/e-meeting-store.c:126 +#: ../calendar/gui/e-meeting-store.c:143 #: ../calendar/gui/print.c:1000 msgid "Non-Participant" -msgstr "" +msgstr "לא־משתתף" #: ../calendar/gui/e-meeting-list-view.c:201 -#: ../calendar/gui/e-meeting-store.c:170 ../calendar/gui/e-meeting-store.c:193 +#: ../calendar/gui/e-meeting-store.c:170 +#: ../calendar/gui/e-meeting-store.c:193 #: ../calendar/gui/e-meeting-store.c:752 msgid "Needs Action" -msgstr "" +msgstr "נדרשת פעולה" #. The extra space is just a hack to occupy more space for Attendee -#: ../calendar/gui/e-meeting-list-view.c:505 +#: ../calendar/gui/e-meeting-list-view.c:546 msgid "Attendee " -msgstr "" +msgstr "משתתף " -#: ../calendar/gui/e-meeting-store.c:182 ../calendar/gui/e-meeting-store.c:205 +#: ../calendar/gui/e-meeting-store.c:182 +#: ../calendar/gui/e-meeting-store.c:205 msgid "In Process" 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:467 -#: ../calendar/gui/e-meeting-time-sel.c:2124 +#: ../calendar/gui/e-meeting-time-sel.c:2125 msgid "%A, %B %d, %Y" msgstr "%A, %B %d, %Y" @@ -8196,7 +6866,7 @@ 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:471 -#: ../calendar/gui/e-meeting-time-sel.c:2155 +#: ../calendar/gui/e-meeting-time-sel.c:2156 msgid "%a %m/%d/%Y" msgstr "%a %d/%m/%Y" @@ -8206,68 +6876,68 @@ msgstr "%a %d/%m/%Y" msgid "%m/%d/%Y" msgstr "%m/%d/%Y" -#: ../calendar/gui/e-meeting-time-sel.c:400 +#: ../calendar/gui/e-meeting-time-sel.c:398 msgid "Out of Office" msgstr "מחוץ למשרד" -#: ../calendar/gui/e-meeting-time-sel.c:401 +#: ../calendar/gui/e-meeting-time-sel.c:399 msgid "No Information" msgstr "אין מידע" -#: ../calendar/gui/e-meeting-time-sel.c:416 +#: ../calendar/gui/e-meeting-time-sel.c:414 #, fuzzy msgid "A_ttendees..." msgstr "<b>מוזמנים</b>" -#: ../calendar/gui/e-meeting-time-sel.c:437 +#: ../calendar/gui/e-meeting-time-sel.c:435 msgid "O_ptions" msgstr "_אפשרויות" -#: ../calendar/gui/e-meeting-time-sel.c:454 +#: ../calendar/gui/e-meeting-time-sel.c:452 msgid "Show _only working hours" msgstr "" -#: ../calendar/gui/e-meeting-time-sel.c:464 +#: ../calendar/gui/e-meeting-time-sel.c:462 msgid "Show _zoomed out" msgstr "" -#: ../calendar/gui/e-meeting-time-sel.c:479 +#: ../calendar/gui/e-meeting-time-sel.c:477 msgid "_Update free/busy" msgstr "" -#: ../calendar/gui/e-meeting-time-sel.c:494 +#: ../calendar/gui/e-meeting-time-sel.c:492 msgid "_<<" msgstr "_<<" -#: ../calendar/gui/e-meeting-time-sel.c:512 +#: ../calendar/gui/e-meeting-time-sel.c:510 msgid "_Autopick" msgstr "" -#: ../calendar/gui/e-meeting-time-sel.c:527 +#: ../calendar/gui/e-meeting-time-sel.c:525 msgid ">_>" msgstr ">_>" -#: ../calendar/gui/e-meeting-time-sel.c:544 +#: ../calendar/gui/e-meeting-time-sel.c:542 msgid "_All people and resources" msgstr "" -#: ../calendar/gui/e-meeting-time-sel.c:553 +#: ../calendar/gui/e-meeting-time-sel.c:551 msgid "All _people and one resource" msgstr "" -#: ../calendar/gui/e-meeting-time-sel.c:562 +#: ../calendar/gui/e-meeting-time-sel.c:560 msgid "_Required people" msgstr "" -#: ../calendar/gui/e-meeting-time-sel.c:571 +#: ../calendar/gui/e-meeting-time-sel.c:569 msgid "Required people and _one resource" msgstr "" -#: ../calendar/gui/e-meeting-time-sel.c:607 +#: ../calendar/gui/e-meeting-time-sel.c:605 msgid "_Start time:" msgstr "שעת ה_תחלה:" -#: ../calendar/gui/e-meeting-time-sel.c:634 +#: ../calendar/gui/e-meeting-time-sel.c:632 msgid "_End time:" msgstr "שעת _סיום:" @@ -8295,48 +6965,51 @@ msgstr "שפה" msgid "Member" msgstr "חבר" -#: ../calendar/gui/e-memo-table.c:941 +#: ../calendar/gui/e-memo-table.c:955 msgid "_Delete Selected Memos" msgstr "_מחק את התזכורות שנבחרו" -#: ../calendar/gui/e-memo-table.c:1092 ../calendar/gui/e-memo-table.etspec.h:2 +#: ../calendar/gui/e-memo-table.c:1106 +#: ../calendar/gui/e-memo-table.etspec.h:2 msgid "Click to add a memo" msgstr "לחץ כאן כדי להוסיף תזכורת" -#: ../calendar/gui/e-memos.c:760 ../calendar/gui/e-tasks.c:910 +#: ../calendar/gui/e-memos.c:759 +#: ../calendar/gui/e-tasks.c:909 #, c-format msgid "" "Error on %s:\n" " %s" msgstr "" -#: ../calendar/gui/e-memos.c:809 +#: ../calendar/gui/e-memos.c:811 msgid "Loading memos" msgstr "טוען תזכורות" -#: ../calendar/gui/e-memos.c:890 +#: ../calendar/gui/e-memos.c:902 #, c-format msgid "Opening memos at %s" msgstr "פותח תזכורות ב-%s" -#: ../calendar/gui/e-memos.c:1062 ../calendar/gui/e-tasks.c:1321 +#: ../calendar/gui/e-memos.c:1074 +#: ../calendar/gui/e-tasks.c:1328 msgid "Deleting selected objects..." msgstr "מוחק את האובייקטים שנבחרו..." -#: ../calendar/gui/e-tasks.c:963 +#: ../calendar/gui/e-tasks.c:962 msgid "Loading tasks" msgstr "טוען משימות" -#: ../calendar/gui/e-tasks.c:1053 +#: ../calendar/gui/e-tasks.c:1060 #, c-format msgid "Opening tasks at %s" msgstr "פותח משימות ב-%s" -#: ../calendar/gui/e-tasks.c:1298 +#: ../calendar/gui/e-tasks.c:1305 msgid "Completing tasks..." msgstr "מסיים משימות..." -#: ../calendar/gui/e-tasks.c:1348 +#: ../calendar/gui/e-tasks.c:1355 msgid "Expunging" msgstr "" @@ -8347,129 +7020,113 @@ msgstr "בחר אזור זמן" #. strftime format %d = day of month, %B = full #. month name. You can change the order but don't #. change the specifiers or add anything. -#: ../calendar/gui/e-week-view-main-item.c:343 ../calendar/gui/print.c:1652 +#: ../calendar/gui/e-week-view-main-item.c:343 +#: ../calendar/gui/print.c:1659 msgid "%d %B" msgstr "%d %B" -#: ../calendar/gui/gnome-cal.c:2621 +#: ../calendar/gui/gnome-cal.c:2648 msgid "_Custom View" msgstr "_תצוגה מותאמת אישית" -#: ../calendar/gui/gnome-cal.c:2622 +#: ../calendar/gui/gnome-cal.c:2649 msgid "_Save Custom View" msgstr "_שמור תצוגה מותאמת אישית" -#: ../calendar/gui/gnome-cal.c:2627 -#, fuzzy +#: ../calendar/gui/gnome-cal.c:2654 msgid "_Define Views..." -msgstr "תצוגת שבוע" +msgstr "_הגדרת תצוגות..." -#: ../calendar/gui/gnome-cal.c:2869 +#: ../calendar/gui/gnome-cal.c:2891 #, c-format msgid "Loading appointments at %s" msgstr "טוען פגישות ב-%s" -#: ../calendar/gui/gnome-cal.c:2884 +#: ../calendar/gui/gnome-cal.c:2906 #, c-format msgid "Loading tasks at %s" msgstr "טוען משימות ב-%s" -#: ../calendar/gui/gnome-cal.c:2893 +#: ../calendar/gui/gnome-cal.c:2915 #, c-format msgid "Loading memos at %s" msgstr "טוען תזכורות ב-%s" -#: ../calendar/gui/gnome-cal.c:2998 +#: ../calendar/gui/gnome-cal.c:3027 #, c-format msgid "Opening %s" msgstr "פותח %s" -#: ../calendar/gui/gnome-cal.c:3966 +#: ../calendar/gui/gnome-cal.c:3995 msgid "Purging" msgstr "" #: ../calendar/gui/goto-dialog.glade.h:1 -msgid "April" -msgstr "אפריל" - -#: ../calendar/gui/goto-dialog.glade.h:2 -msgid "August" -msgstr "אוגוסט" - -#: ../calendar/gui/goto-dialog.glade.h:3 -msgid "December" -msgstr "דצמבר" - -#: ../calendar/gui/goto-dialog.glade.h:4 -msgid "February" -msgstr "פברואר" - -#: ../calendar/gui/goto-dialog.glade.h:5 -msgid "January" -msgstr "ינואר" - -#: ../calendar/gui/goto-dialog.glade.h:6 -msgid "July" -msgstr "יולי" - -#: ../calendar/gui/goto-dialog.glade.h:7 -msgid "June" -msgstr "יוני" - -#: ../calendar/gui/goto-dialog.glade.h:8 -msgid "March" -msgstr "מרץ" - -#: ../calendar/gui/goto-dialog.glade.h:9 -msgid "May" -msgstr "מי" - -#: ../calendar/gui/goto-dialog.glade.h:10 -msgid "November" -msgstr "נובמבר" - -#: ../calendar/gui/goto-dialog.glade.h:11 -msgid "October" -msgstr "אוקטובר" +msgid "" +"January\n" +"February\n" +"March\n" +"April\n" +"May\n" +"June\n" +"July\n" +"August\n" +"September\n" +"October\n" +"November\n" +"December" +msgstr "" +"ינואר\n" +"פברואר\n" +"מרץ\n" +"אפריל\n" +"מאי\n" +"יוני\n" +"יולי\n" +"אוגוסט\n" +"אוקטובר\n" +"נובמבר\n" +"דצמבר" -#: ../calendar/gui/goto-dialog.glade.h:12 +#: ../calendar/gui/goto-dialog.glade.h:13 msgid "Select Date" msgstr "בחר תאריך" -#: ../calendar/gui/goto-dialog.glade.h:13 -msgid "September" -msgstr "ספטמבר" - #: ../calendar/gui/goto-dialog.glade.h:14 msgid "_Select Today" msgstr "בחר את _היום" -#: ../calendar/gui/itip-utils.c:404 ../calendar/gui/itip-utils.c:456 -#: ../calendar/gui/itip-utils.c:544 +#: ../calendar/gui/itip-utils.c:410 +#: ../calendar/gui/itip-utils.c:462 +#: ../calendar/gui/itip-utils.c:550 msgid "An organizer must be set." msgstr "" -#: ../calendar/gui/itip-utils.c:448 +#: ../calendar/gui/itip-utils.c:454 msgid "At least one attendee is necessary" msgstr "" -#: ../calendar/gui/itip-utils.c:626 ../calendar/gui/itip-utils.c:772 +#: ../calendar/gui/itip-utils.c:632 +#: ../calendar/gui/itip-utils.c:778 msgid "Event information" msgstr "מידע אירוע" -#: ../calendar/gui/itip-utils.c:628 ../calendar/gui/itip-utils.c:775 +#: ../calendar/gui/itip-utils.c:634 +#: ../calendar/gui/itip-utils.c:781 msgid "Task information" msgstr "מידע משימה" -#: ../calendar/gui/itip-utils.c:630 ../calendar/gui/itip-utils.c:778 +#: ../calendar/gui/itip-utils.c:636 +#: ../calendar/gui/itip-utils.c:784 msgid "Memo information" msgstr "מידע תזכורת" -#: ../calendar/gui/itip-utils.c:632 ../calendar/gui/itip-utils.c:796 +#: ../calendar/gui/itip-utils.c:638 +#: ../calendar/gui/itip-utils.c:802 msgid "Free/Busy information" msgstr "" -#: ../calendar/gui/itip-utils.c:634 +#: ../calendar/gui/itip-utils.c:640 msgid "Calendar information" msgstr "מידע יומן" @@ -8477,9 +7134,8 @@ msgstr "מידע יומן" #. * line of a meeting request or update email. #. * The full subject line would be: #. * "Accepted: Meeting Name". -#: ../calendar/gui/itip-utils.c:668 +#: ../calendar/gui/itip-utils.c:674 #, fuzzy -#| msgid "Accepted" msgctxt "Meeting" msgid "Accepted" msgstr "התקבל" @@ -8488,7 +7144,7 @@ msgstr "התקבל" #. * line of a meeting request or update email. #. * The full subject line would be: #. * "Tentatively Accepted: Meeting Name". -#: ../calendar/gui/itip-utils.c:675 +#: ../calendar/gui/itip-utils.c:681 #, fuzzy msgctxt "Meeting" msgid "Tentatively Accepted" @@ -8501,8 +7157,8 @@ msgstr "ההזדהות נכשלה" #. Translators: This is part of the subject line of a #. * meeting request or update email. The full subject #. * line would be: "Declined: Meeting Name". -#: ../calendar/gui/itip-utils.c:682 ../calendar/gui/itip-utils.c:730 -#| msgid "Declined" +#: ../calendar/gui/itip-utils.c:688 +#: ../calendar/gui/itip-utils.c:736 msgctxt "Meeting" msgid "Declined" msgstr "נדחה" @@ -8511,7 +7167,7 @@ msgstr "נדחה" #. * line of a meeting request or update email. #. * The full subject line would be: #. * "Delegated: Meeting Name". -#: ../calendar/gui/itip-utils.c:689 +#: ../calendar/gui/itip-utils.c:695 #, fuzzy msgctxt "Meeting" msgid "Delegated" @@ -8520,9 +7176,7 @@ msgstr "מחק" #. Translators: This is part of the subject line of a #. * meeting request or update email. The full subject #. * line would be: "Updated: Meeting Name". -#: ../calendar/gui/itip-utils.c:702 -#, fuzzy -#| msgid "Updated" +#: ../calendar/gui/itip-utils.c:708 msgctxt "Meeting" msgid "Updated" msgstr "עודכן" @@ -8530,9 +7184,7 @@ msgstr "עודכן" #. Translators: This is part of the subject line of a #. * meeting request or update email. The full subject #. * line would be: "Cancel: Meeting Name". -#: ../calendar/gui/itip-utils.c:709 -#, fuzzy -#| msgid "Cancel" +#: ../calendar/gui/itip-utils.c:715 msgctxt "Meeting" msgid "Cancel" msgstr "ביטול" @@ -8540,9 +7192,7 @@ msgstr "ביטול" #. Translators: This is part of the subject line of a #. * meeting request or update email. The full subject #. * line would be: "Refresh: Meeting Name". -#: ../calendar/gui/itip-utils.c:716 -#, fuzzy -#| msgid "Refresh" +#: ../calendar/gui/itip-utils.c:722 msgctxt "Meeting" msgid "Refresh" msgstr "רענן" @@ -8550,121 +7200,121 @@ msgstr "רענן" #. Translators: This is part of the subject line of a #. * meeting request or update email. The full subject #. * line would be: "Counter-proposal: Meeting Name". -#: ../calendar/gui/itip-utils.c:723 -#| msgid "Counter-proposal" +#: ../calendar/gui/itip-utils.c:729 msgctxt "Meeting" msgid "Counter-proposal" msgstr "הצעה נגדית" -#: ../calendar/gui/itip-utils.c:793 +#: ../calendar/gui/itip-utils.c:799 #, c-format msgid "Free/Busy information (%s to %s)" msgstr "" -#: ../calendar/gui/itip-utils.c:801 +#: ../calendar/gui/itip-utils.c:807 msgid "iCalendar information" msgstr "" -#: ../calendar/gui/itip-utils.c:972 +#: ../calendar/gui/itip-utils.c:978 msgid "You must be an attendee of the event." msgstr "" -#: ../calendar/gui/memos-component.c:499 +#: ../calendar/gui/memos-component.c:479 msgid "_New Memo List" msgstr "רשימת ת_זכורות חדשה" -#: ../calendar/gui/memos-component.c:582 +#: ../calendar/gui/memos-component.c:562 #, c-format msgid "%d memo" msgid_plural "%d memos" msgstr[0] "תזכורת אחת" msgstr[1] "%d תזכורות" -#: ../calendar/gui/memos-component.c:584 ../calendar/gui/tasks-component.c:575 +#: ../calendar/gui/memos-component.c:564 +#: ../calendar/gui/tasks-component.c:556 #, c-format msgid ", %d selected" msgid_plural ", %d selected" -msgstr[0] "" -msgstr[1] "" +msgstr[0] ", נבחר %d" +msgstr[1] ", %d נבחרו" -#: ../calendar/gui/memos-component.c:631 +#: ../calendar/gui/memos-component.c:611 msgid "Failed upgrading memos." -msgstr "" +msgstr "כשל בשדרוג התזכורות." -#: ../calendar/gui/memos-component.c:873 +#: ../calendar/gui/memos-component.c:741 #, c-format msgid "Unable to open the memo list '%s' for creating events and meetings" msgstr "" -#: ../calendar/gui/memos-component.c:886 +#: ../calendar/gui/memos-component.c:754 msgid "There is no calendar available for creating memos" msgstr "" -#: ../calendar/gui/memos-component.c:996 +#: ../calendar/gui/memos-component.c:864 msgid "Memo Source Selector" msgstr "" -#: ../calendar/gui/memos-component.c:1175 +#: ../calendar/gui/memos-component.c:1043 msgid "New memo" msgstr "תזכורת חדשה" -#: ../calendar/gui/memos-component.c:1176 +#: ../calendar/gui/memos-component.c:1044 msgctxt "New" msgid "Mem_o" msgstr "תז_כורת" -#: ../calendar/gui/memos-component.c:1177 +#: ../calendar/gui/memos-component.c:1045 msgid "Create a new memo" msgstr "צור תזכורת חדשה" -#: ../calendar/gui/memos-component.c:1183 +#: ../calendar/gui/memos-component.c:1051 msgid "New shared memo" msgstr "תזכורת משותפת חדשה" -#: ../calendar/gui/memos-component.c:1184 +#: ../calendar/gui/memos-component.c:1052 msgctxt "New" msgid "_Shared memo" msgstr "תזכורת _משותפת" -#: ../calendar/gui/memos-component.c:1185 +#: ../calendar/gui/memos-component.c:1053 msgid "Create a shared new memo" msgstr "צור תזכורת משותפת חדשה" -#: ../calendar/gui/memos-component.c:1191 +#: ../calendar/gui/memos-component.c:1059 msgid "New memo list" msgstr "רשימת תזכורות חדשה" -#: ../calendar/gui/memos-component.c:1192 +#: ../calendar/gui/memos-component.c:1060 msgctxt "New" msgid "Memo li_st" msgstr "_רשימת תזכורות" -#: ../calendar/gui/memos-component.c:1193 +#: ../calendar/gui/memos-component.c:1061 msgid "Create a new memo list" msgstr "צור רשימת תזכורות חדשה" -#: ../calendar/gui/memos-control.c:350 ../calendar/gui/memos-control.c:366 +#: ../calendar/gui/memos-control.c:389 +#: ../calendar/gui/memos-control.c:405 msgid "Print Memos" msgstr "הדפס תזכורות" #: ../calendar/gui/migration.c:157 msgid "" -"The location and hierarchy of the Evolution task folders has changed since " -"Evolution 1.x.\n" +"The location and hierarchy of the Evolution task folders has changed since Evolution 1.x.\n" "\n" "Please be patient while Evolution migrates your folders..." msgstr "" #: ../calendar/gui/migration.c:161 msgid "" -"The location and hierarchy of the Evolution calendar folders has changed " -"since Evolution 1.x.\n" +"The location and hierarchy of the Evolution calendar folders has changed since Evolution 1.x.\n" "\n" "Please be patient while Evolution migrates your folders..." msgstr "" #. FIXME: set proper domain/code -#: ../calendar/gui/migration.c:775 ../calendar/gui/migration.c:943 +#: ../calendar/gui/migration.c:775 +#: ../calendar/gui/migration.c:943 #, c-format msgid "Unable to migrate old settings from evolution/config.xmldb" msgstr "" @@ -8690,127 +7340,127 @@ msgstr "הערות" #: ../calendar/gui/print.c:514 msgid "1st" -msgstr "" +msgstr "ראשון" #: ../calendar/gui/print.c:514 msgid "2nd" -msgstr "" +msgstr "שני" #: ../calendar/gui/print.c:514 msgid "3rd" -msgstr "" +msgstr "שלישי" #: ../calendar/gui/print.c:514 msgid "4th" -msgstr "" +msgstr "רביעי" #: ../calendar/gui/print.c:514 msgid "5th" -msgstr "" +msgstr "חמישי" #: ../calendar/gui/print.c:515 msgid "6th" -msgstr "" +msgstr "שישי" #: ../calendar/gui/print.c:515 msgid "7th" -msgstr "" +msgstr "שביעי" #: ../calendar/gui/print.c:515 msgid "8th" -msgstr "" +msgstr "שמיני" #: ../calendar/gui/print.c:515 msgid "9th" -msgstr "" +msgstr "תשיעי" #: ../calendar/gui/print.c:515 msgid "10th" -msgstr "" +msgstr "עשירי" #: ../calendar/gui/print.c:516 msgid "11th" -msgstr "" +msgstr "האחד־עשר" #: ../calendar/gui/print.c:516 msgid "12th" -msgstr "" +msgstr "השנים־עשר" #: ../calendar/gui/print.c:516 msgid "13th" -msgstr "" +msgstr "השלושה־עשר" #: ../calendar/gui/print.c:516 msgid "14th" -msgstr "" +msgstr "הארבעה־עשר" #: ../calendar/gui/print.c:516 msgid "15th" -msgstr "" +msgstr "החמישה־עשר" #: ../calendar/gui/print.c:517 msgid "16th" -msgstr "" +msgstr "השישה־עשר" #: ../calendar/gui/print.c:517 msgid "17th" -msgstr "" +msgstr "השבעה־עשר" #: ../calendar/gui/print.c:517 msgid "18th" -msgstr "" +msgstr "השמונה־עשר" #: ../calendar/gui/print.c:517 msgid "19th" -msgstr "" +msgstr "התשעה־עשר" #: ../calendar/gui/print.c:517 msgid "20th" -msgstr "" +msgstr "העשרים" #: ../calendar/gui/print.c:518 msgid "21st" -msgstr "" +msgstr "העשרים ואחד" #: ../calendar/gui/print.c:518 msgid "22nd" -msgstr "" +msgstr "העשרים ושניים" #: ../calendar/gui/print.c:518 msgid "23rd" -msgstr "" +msgstr "העשרים ושלושה" #: ../calendar/gui/print.c:518 msgid "24th" -msgstr "" +msgstr "העשרים וארבעה" #: ../calendar/gui/print.c:518 msgid "25th" -msgstr "" +msgstr "העשרים וחמישה" #: ../calendar/gui/print.c:519 msgid "26th" -msgstr "" +msgstr "העשרים ושישה" #: ../calendar/gui/print.c:519 msgid "27th" -msgstr "" +msgstr "העשרים ושבעה" #: ../calendar/gui/print.c:519 msgid "28th" -msgstr "" +msgstr "העשרים ושמונה" #: ../calendar/gui/print.c:519 msgid "29th" -msgstr "" +msgstr "העשרים ותשעה" #: ../calendar/gui/print.c:519 msgid "30th" -msgstr "" +msgstr "השלושים" #: ../calendar/gui/print.c:520 msgid "31st" -msgstr "" +msgstr "השלושים ואחד" #. Translators: These are workday abbreviations, e.g. Su=Sunday and Th=thursday #: ../calendar/gui/print.c:595 @@ -8841,169 +7491,169 @@ msgstr "שישי" msgid "Sa" msgstr "שבת" -#: ../calendar/gui/print.c:2471 +#: ../calendar/gui/print.c:2481 msgid "Appointment" msgstr "פגישה" -#: ../calendar/gui/print.c:2473 +#: ../calendar/gui/print.c:2483 msgid "Task" msgstr "משימה" -#: ../calendar/gui/print.c:2498 +#: ../calendar/gui/print.c:2508 #, c-format msgid "Summary: %s" msgstr "סיכום: %s" -#: ../calendar/gui/print.c:2521 +#: ../calendar/gui/print.c:2531 #, fuzzy msgid "Attendees: " msgstr "<b>מוזמנים</b>" -#: ../calendar/gui/print.c:2561 +#: ../calendar/gui/print.c:2571 #, c-format msgid "Status: %s" msgstr "מצב: %s" -#: ../calendar/gui/print.c:2578 +#: ../calendar/gui/print.c:2587 #, c-format msgid "Priority: %s" msgstr "עדיפות: %s" -#: ../calendar/gui/print.c:2590 +#: ../calendar/gui/print.c:2602 #, c-format msgid "Percent Complete: %i" msgstr "אחוז הושלם: %i" -#: ../calendar/gui/print.c:2602 +#: ../calendar/gui/print.c:2614 #, c-format msgid "URL: %s" msgstr "כתובת: %s" -#: ../calendar/gui/print.c:2615 +#: ../calendar/gui/print.c:2627 #, c-format msgid "Categories: %s" msgstr "קטגוריות: %s" -#: ../calendar/gui/print.c:2626 +#: ../calendar/gui/print.c:2638 msgid "Contacts: " msgstr "אנשי קשר: " -#: ../calendar/gui/tasks-component.c:490 +#: ../calendar/gui/tasks-component.c:471 msgid "_New Task List" msgstr "רשימת משימות _חדשה" -#: ../calendar/gui/tasks-component.c:573 +#: ../calendar/gui/tasks-component.c:554 #, c-format msgid "%d task" msgid_plural "%d tasks" msgstr[0] "משימה אחת" msgstr[1] "%d משימות" -#: ../calendar/gui/tasks-component.c:622 +#: ../calendar/gui/tasks-component.c:603 msgid "Failed upgrading tasks." msgstr "" -#: ../calendar/gui/tasks-component.c:861 +#: ../calendar/gui/tasks-component.c:736 #, c-format msgid "Unable to open the task list '%s' for creating events and meetings" msgstr "" -#: ../calendar/gui/tasks-component.c:874 +#: ../calendar/gui/tasks-component.c:749 msgid "There is no calendar available for creating tasks" msgstr "" -#: ../calendar/gui/tasks-component.c:985 +#: ../calendar/gui/tasks-component.c:860 msgid "Task Source Selector" msgstr "" -#: ../calendar/gui/tasks-component.c:1239 +#: ../calendar/gui/tasks-component.c:1114 msgid "New task" msgstr "משימה חדשה" -#: ../calendar/gui/tasks-component.c:1240 -#, fuzzy +#: ../calendar/gui/tasks-component.c:1115 msgctxt "New" msgid "_Task" msgstr "_משימה" -#: ../calendar/gui/tasks-component.c:1241 +#: ../calendar/gui/tasks-component.c:1116 msgid "Create a new task" msgstr "צור משימה חדשה" -#: ../calendar/gui/tasks-component.c:1247 +#: ../calendar/gui/tasks-component.c:1122 msgid "New assigned task" msgstr "" -#: ../calendar/gui/tasks-component.c:1248 +#: ../calendar/gui/tasks-component.c:1123 #, fuzzy msgctxt "New" msgid "Assigne_d Task" msgstr "משימות פעילות" -#: ../calendar/gui/tasks-component.c:1249 +#: ../calendar/gui/tasks-component.c:1124 #, fuzzy msgid "Create a new assigned task" msgstr "הוסף משימה חדשה" -#: ../calendar/gui/tasks-component.c:1255 +#: ../calendar/gui/tasks-component.c:1130 msgid "New task list" msgstr "רשימת משימות חדשה" -#: ../calendar/gui/tasks-component.c:1256 -#, fuzzy +#: ../calendar/gui/tasks-component.c:1131 msgctxt "New" msgid "Tas_k list" -msgstr "רשימת _משימות" +msgstr "רשימת משימו_ת" -#: ../calendar/gui/tasks-component.c:1257 +#: ../calendar/gui/tasks-component.c:1132 msgid "Create a new task list" msgstr "צור רשימת משימות _חדשה" -#: ../calendar/gui/tasks-control.c:442 +#: ../calendar/gui/tasks-control.c:488 msgid "" -"This operation will permanently erase all tasks marked as completed. If you " -"continue, you will not be able to recover these tasks.\n" +"This operation will permanently erase all tasks marked as completed. If you continue, you will not be able to recover these tasks.\n" "\n" "Really erase these tasks?" msgstr "" -#: ../calendar/gui/tasks-control.c:445 ../mail/em-folder-view.c:1123 +#: ../calendar/gui/tasks-control.c:491 +#: ../mail/em-folder-view.c:1126 msgid "Do not ask me again." msgstr "אל תשאל אותי שוב." -#: ../calendar/gui/tasks-control.c:482 ../calendar/gui/tasks-control.c:498 +#: ../calendar/gui/tasks-control.c:528 +#: ../calendar/gui/tasks-control.c:544 msgid "Print Tasks" msgstr "הדפס משימות" #: ../calendar/gui/tasktypes.xml.h:2 -#, fuzzy, no-c-format +#, no-c-format msgid "% Completed" -msgstr "% השלמה" +msgstr "% הושלם" #: ../calendar/gui/tasktypes.xml.h:7 msgid "Cancelled" msgstr "בוטל" #: ../calendar/gui/tasktypes.xml.h:15 -#, fuzzy msgid "In progress" msgstr "בתהליך" -#: ../calendar/gui/tasktypes.xml.h:28 ../mail/em-filter-i18n.h:34 +#: ../calendar/gui/tasktypes.xml.h:28 +#: ../mail/em-filter-i18n.h:35 msgid "is greater than" -msgstr "" +msgstr "גדול מאשר" -#: ../calendar/gui/tasktypes.xml.h:29 ../mail/em-filter-i18n.h:35 +#: ../calendar/gui/tasktypes.xml.h:29 +#: ../mail/em-filter-i18n.h:36 msgid "is less than" -msgstr "" +msgstr "קטן מאשר" #: ../calendar/importers/icalendar-importer.c:75 msgid "Appointments and Meetings" -msgstr "" +msgstr "ישיבות ומפגשים" #: ../calendar/importers/icalendar-importer.c:333 #: ../calendar/importers/icalendar-importer.c:628 -#: ../plugins/itip-formatter/itip-formatter.c:1660 +#: ../plugins/itip-formatter/itip-formatter.c:1729 msgid "Opening calendar" msgstr "פותח יומן" @@ -9029,7 +7679,7 @@ msgstr "" #: ../calendar/importers/icalendar-importer.c:744 msgid "Calendar Events" -msgstr "" +msgstr "אירועי לוח שנה" #: ../calendar/importers/icalendar-importer.c:781 msgid "Evolution Calendar intelligent importer" @@ -9097,7 +7747,7 @@ msgstr "אפריקה/ביסאו" #: ../calendar/zones.h:35 msgid "Africa/Blantyre" -msgstr "" +msgstr "אפריקה/בלנטיר" #: ../calendar/zones.h:36 msgid "Africa/Brazzaville" @@ -9129,7 +7779,7 @@ msgstr "אפריקה/דקאר" #: ../calendar/zones.h:43 msgid "Africa/Dar_es_Salaam" -msgstr "" +msgstr "אפריקה/דאר_א-סלאם" #: ../calendar/zones.h:44 msgid "Africa/Djibouti" @@ -9137,11 +7787,11 @@ msgstr "אפריקה/ג'יבוטי" #: ../calendar/zones.h:45 msgid "Africa/Douala" -msgstr "" +msgstr "אפריקה/דואלה" #: ../calendar/zones.h:46 msgid "Africa/El_Aaiun" -msgstr "" +msgstr "אפריקה/לעיון" #: ../calendar/zones.h:47 msgid "Africa/Freetown" @@ -9193,7 +7843,7 @@ msgstr "אפריקה/לואנדה" #: ../calendar/zones.h:59 msgid "Africa/Lubumbashi" -msgstr "" +msgstr "אפריקה/לובומבאשי" #: ../calendar/zones.h:60 msgid "Africa/Lusaka" @@ -9217,7 +7867,7 @@ msgstr "אפריקה/מבבנה" #: ../calendar/zones.h:65 msgid "Africa/Mogadishu" -msgstr "" +msgstr "אפריקה/מוגדישו" #: ../calendar/zones.h:66 msgid "Africa/Monrovia" @@ -9249,7 +7899,7 @@ msgstr "אפריקה/פורטו נובו" #: ../calendar/zones.h:73 msgid "Africa/Sao_Tome" -msgstr "" +msgstr "אפריקה/סאו_תומה" #: ../calendar/zones.h:74 msgid "Africa/Timbuktu" @@ -9269,11 +7919,11 @@ msgstr "אפריקה/וינדהוק" #: ../calendar/zones.h:78 msgid "America/Adak" -msgstr "" +msgstr "אמריקה/אדאק" #: ../calendar/zones.h:79 msgid "America/Anchorage" -msgstr "" +msgstr "אמריקה/אנקורג" #: ../calendar/zones.h:80 msgid "America/Anguilla" @@ -9285,7 +7935,7 @@ msgstr "אמריקה/אנטיגואה" #: ../calendar/zones.h:82 msgid "America/Araguaina" -msgstr "" +msgstr "אמריקה/ארגוואינה" #: ../calendar/zones.h:83 msgid "America/Aruba" @@ -9325,7 +7975,7 @@ msgstr "אמריקה/בואנוס_איירס" #: ../calendar/zones.h:92 msgid "America/Cambridge_Bay" -msgstr "" +msgstr "אמריקה/מפרץ_קיימברידג" #: ../calendar/zones.h:93 msgid "America/Cancun" @@ -9337,15 +7987,15 @@ msgstr "אמריקה/קראקס" #: ../calendar/zones.h:95 msgid "America/Catamarca" -msgstr "" +msgstr "אמריקה/קטמרקה" #: ../calendar/zones.h:96 msgid "America/Cayenne" -msgstr "" +msgstr "אמריקה/קאיינה" #: ../calendar/zones.h:97 msgid "America/Cayman" -msgstr "" +msgstr "אמריקה/קיימן" #: ../calendar/zones.h:98 msgid "America/Chicago" @@ -9353,7 +8003,7 @@ msgstr "אמריקה/שיקגו" #: ../calendar/zones.h:99 msgid "America/Chihuahua" -msgstr "" +msgstr "אמריקה/טיחואנה" #: ../calendar/zones.h:100 msgid "America/Cordoba" @@ -9369,11 +8019,11 @@ msgstr "מריקה/קויאבה" #: ../calendar/zones.h:103 msgid "America/Curacao" -msgstr "" +msgstr "אמריקה/קוראסאו" #: ../calendar/zones.h:104 msgid "America/Danmarkshavn" -msgstr "" +msgstr "אמריקה/דנמרקשאוון" #: ../calendar/zones.h:105 msgid "America/Dawson" @@ -9393,7 +8043,7 @@ msgstr "אמריקה/דטרויט" #: ../calendar/zones.h:109 msgid "America/Dominica" -msgstr "" +msgstr "אמריקה/דומיניקה" #: ../calendar/zones.h:110 msgid "America/Edmonton" @@ -9401,7 +8051,7 @@ msgstr "אמריקה/אדמונטון" #: ../calendar/zones.h:111 msgid "America/Eirunepe" -msgstr "" +msgstr "אמריקה/אירונפה" #: ../calendar/zones.h:112 msgid "America/El_Salvador" @@ -9413,19 +8063,19 @@ msgstr "אמריקה/פורטהלזה" #: ../calendar/zones.h:114 msgid "America/Glace_Bay" -msgstr "" +msgstr "אמריקה/מפרץ_גלייס" #: ../calendar/zones.h:115 msgid "America/Godthab" -msgstr "" +msgstr "אמריקה/נאוק" #: ../calendar/zones.h:116 msgid "America/Goose_Bay" -msgstr "" +msgstr "אמריקה/מפרץ_גוס" #: ../calendar/zones.h:117 msgid "America/Grand_Turk" -msgstr "" +msgstr "אמריקה/גרנד טרק" #: ../calendar/zones.h:118 msgid "America/Grenada" @@ -9433,7 +8083,7 @@ msgstr "אצריקה/גרנדה" #: ../calendar/zones.h:119 msgid "America/Guadeloupe" -msgstr "" +msgstr "אמריקה/גוואדלופ" #: ../calendar/zones.h:120 msgid "America/Guatemala" @@ -9449,7 +8099,7 @@ msgstr "אמריקה/גויאנה" #: ../calendar/zones.h:123 msgid "America/Halifax" -msgstr "" +msgstr "אמריקה/האליפקס" #: ../calendar/zones.h:124 msgid "America/Havana" @@ -9457,7 +8107,7 @@ msgstr "אמריקה/הוואנה" #: ../calendar/zones.h:125 msgid "America/Hermosillo" -msgstr "" +msgstr "אמריקה/הרמוסילו" #: ../calendar/zones.h:126 msgid "America/Indiana/Indianapolis" @@ -9473,7 +8123,7 @@ msgstr "אמריקה/אינדיאנה/מרנגו" #: ../calendar/zones.h:129 msgid "America/Indiana/Vevay" -msgstr "" +msgstr "אמריקה/אינדיאנה/וואיי" #: ../calendar/zones.h:130 msgid "America/Indianapolis" @@ -9481,11 +8131,11 @@ msgstr "אמריקה/אינדיאנפוליס" #: ../calendar/zones.h:131 msgid "America/Inuvik" -msgstr "" +msgstr "אמריקה/אינוביק" #: ../calendar/zones.h:132 msgid "America/Iqaluit" -msgstr "" +msgstr "אמריקה/איקלואיט" #: ../calendar/zones.h:133 msgid "America/Jamaica" @@ -9493,11 +8143,11 @@ msgstr "אמריקה/ג'מייקה" #: ../calendar/zones.h:134 msgid "America/Jujuy" -msgstr "" +msgstr "אמריקה/חוחוי" #: ../calendar/zones.h:135 msgid "America/Juneau" -msgstr "" +msgstr "אמריקה/ג'ונו" #: ../calendar/zones.h:136 msgid "America/Kentucky/Louisville" @@ -9541,7 +8191,7 @@ msgstr "אמריקה/מרטיניק" #: ../calendar/zones.h:146 msgid "America/Mazatlan" -msgstr "" +msgstr "אמריקה/מאזאטלן" #: ../calendar/zones.h:147 msgid "America/Mendoza" @@ -9549,7 +8199,7 @@ msgstr "אמריקה/מנדוזה" #: ../calendar/zones.h:148 msgid "America/Menominee" -msgstr "" +msgstr "אמריקה/מנומיני" #: ../calendar/zones.h:149 msgid "America/Merida" @@ -9561,11 +8211,11 @@ msgstr "אמריקה/מקסיקו_סיטי" #: ../calendar/zones.h:151 msgid "America/Miquelon" -msgstr "" +msgstr "אמריקה/מיקלון" #: ../calendar/zones.h:152 msgid "America/Monterrey" -msgstr "" +msgstr "אמריקה/מונטריי" #: ../calendar/zones.h:153 msgid "America/Montevideo" @@ -9581,7 +8231,7 @@ msgstr "אמריקה/מונסראט" #: ../calendar/zones.h:156 msgid "America/Nassau" -msgstr "" +msgstr "אמריקה/נסאו" #: ../calendar/zones.h:157 #: ../widgets/e-timezone-dialog/e-timezone-dialog.glade.h:3 @@ -9590,15 +8240,15 @@ msgstr "אמריקה/ניו_יורק" #: ../calendar/zones.h:158 msgid "America/Nipigon" -msgstr "" +msgstr "אמריקה/ניפיגון" #: ../calendar/zones.h:159 msgid "America/Nome" -msgstr "" +msgstr "אמריקה/נום" #: ../calendar/zones.h:160 msgid "America/Noronha" -msgstr "" +msgstr "אמריקה/נורונהה" #: ../calendar/zones.h:161 msgid "America/North_Dakota/Center" @@ -9610,7 +8260,7 @@ msgstr "אמריקה/פנמה" #: ../calendar/zones.h:163 msgid "America/Pangnirtung" -msgstr "" +msgstr "אמריקה/פנגנירטונג" #: ../calendar/zones.h:164 msgid "America/Paramaribo" @@ -9622,15 +8272,15 @@ msgstr "אמריקה/פיניקס" #: ../calendar/zones.h:166 msgid "America/Port-au-Prince" -msgstr "" +msgstr "אמריקה/פורט-או-פרנס" #: ../calendar/zones.h:167 msgid "America/Port_of_Spain" -msgstr "" +msgstr "אמריקה/פורט_אוף_ספיין" #: ../calendar/zones.h:168 msgid "America/Porto_Velho" -msgstr "" +msgstr "אמריקה/פורטו_וליו" #: ../calendar/zones.h:169 msgid "America/Puerto_Rico" @@ -9638,11 +8288,11 @@ msgstr "אמריקה/פורטו_ריקו" #: ../calendar/zones.h:170 msgid "America/Rainy_River" -msgstr "" +msgstr "אמריקה/רייני-ריבר" #: ../calendar/zones.h:171 msgid "America/Rankin_Inlet" -msgstr "" +msgstr "אמריקה/רנקין_אינלט" #: ../calendar/zones.h:172 msgid "America/Recife" @@ -9658,7 +8308,7 @@ msgstr "אמריקה/ריו_בראנקו" #: ../calendar/zones.h:175 msgid "America/Rosario" -msgstr "" +msgstr "אמריקה/רוסאריו" #: ../calendar/zones.h:176 msgid "America/Santiago" @@ -9674,11 +8324,11 @@ msgstr "אמריקה/סאו פאולו" #: ../calendar/zones.h:179 msgid "America/Scoresbysund" -msgstr "" +msgstr "אמריקה/סקורסביסונד" #: ../calendar/zones.h:180 msgid "America/Shiprock" -msgstr "" +msgstr "אמריקה/שיפ-רוק" #: ../calendar/zones.h:181 msgid "America/St_Johns" @@ -9694,15 +8344,15 @@ msgstr "אמריקה/סנט לוסיה" #: ../calendar/zones.h:184 msgid "America/St_Thomas" -msgstr "" +msgstr "אמריקה/סיינט_תומאס" #: ../calendar/zones.h:185 msgid "America/St_Vincent" -msgstr "" +msgstr "אמריקה/סיינט_וינסנט" #: ../calendar/zones.h:186 msgid "America/Swift_Current" -msgstr "" +msgstr "אמריקה/סוויפט_קארנט" #: ../calendar/zones.h:187 msgid "America/Tegucigalpa" @@ -9710,11 +8360,11 @@ msgstr "אמריקה/טגוסיגלפה" #: ../calendar/zones.h:188 msgid "America/Thule" -msgstr "" +msgstr "אמריקה/ת'ולה" #: ../calendar/zones.h:189 msgid "America/Thunder_Bay" -msgstr "" +msgstr "אמריקה/ת'נדר_ביי" #: ../calendar/zones.h:190 msgid "America/Tijuana" @@ -9722,7 +8372,7 @@ msgstr "אמריקה/טיחואנה" #: ../calendar/zones.h:191 msgid "America/Tortola" -msgstr "" +msgstr "אמריקה/טורטולה" #: ../calendar/zones.h:192 msgid "America/Vancouver" @@ -9730,59 +8380,59 @@ msgstr "אמריקה/וונקובר" #: ../calendar/zones.h:193 msgid "America/Whitehorse" -msgstr "" +msgstr "אמריקה/וייט-הורס" #: ../calendar/zones.h:194 msgid "America/Winnipeg" -msgstr "" +msgstr "אמריקה/וויניפג" #: ../calendar/zones.h:195 msgid "America/Yakutat" -msgstr "" +msgstr "אמריקה/יקוטט" #: ../calendar/zones.h:196 msgid "America/Yellowknife" -msgstr "" +msgstr "אמריקה/ילונייף" #: ../calendar/zones.h:197 msgid "Antarctica/Casey" -msgstr "" +msgstr "אנטארקטיקה/קייסי" #: ../calendar/zones.h:198 msgid "Antarctica/Davis" -msgstr "" +msgstr "אנטארקטיקה/דיוויס" #: ../calendar/zones.h:199 msgid "Antarctica/DumontDUrville" -msgstr "" +msgstr "אנטארקטיקה/דימון דיורוויל" #: ../calendar/zones.h:200 msgid "Antarctica/Mawson" -msgstr "" +msgstr "אנטארקטיקה/מאסון" #: ../calendar/zones.h:201 msgid "Antarctica/McMurdo" -msgstr "" +msgstr "אנטארקטיקה/מקמורדו" #: ../calendar/zones.h:202 msgid "Antarctica/Palmer" -msgstr "" +msgstr "אנטארקטיקה/פאלמר" #: ../calendar/zones.h:203 msgid "Antarctica/South_Pole" -msgstr "" +msgstr "אנטארקטיקה/הקוטב_הדרומי" #: ../calendar/zones.h:204 msgid "Antarctica/Syowa" -msgstr "" +msgstr "אנטארקטיקה/סיוווה" #: ../calendar/zones.h:205 msgid "Antarctica/Vostok" -msgstr "" +msgstr "אנטארקטיקה/ווסטוק" #: ../calendar/zones.h:206 msgid "Arctic/Longyearbyen" -msgstr "" +msgstr "חוג הקוטב הצפוני/לונגיירביאן" #: ../calendar/zones.h:207 msgid "Asia/Aden" @@ -9798,15 +8448,15 @@ msgstr "אסיה/אמאן" #: ../calendar/zones.h:210 msgid "Asia/Anadyr" -msgstr "" +msgstr "אסיה/אנדיר" #: ../calendar/zones.h:211 msgid "Asia/Aqtau" -msgstr "" +msgstr "אסיה/אקטאו" #: ../calendar/zones.h:212 msgid "Asia/Aqtobe" -msgstr "" +msgstr "אסיה/אקטובה" #: ../calendar/zones.h:213 msgid "Asia/Ashgabat" @@ -9846,7 +8496,7 @@ msgstr "אסיה/כלכותא" #: ../calendar/zones.h:222 msgid "Asia/Choibalsan" -msgstr "" +msgstr "אסיה/צ'ויבלסאן" #: ../calendar/zones.h:223 msgid "Asia/Chongqing" @@ -9882,7 +8532,7 @@ msgstr "אסיה/עזה" #: ../calendar/zones.h:231 msgid "Asia/Harbin" -msgstr "" +msgstr "אסיה/חרבין" #: ../calendar/zones.h:232 msgid "Asia/Hong_Kong" @@ -9890,7 +8540,7 @@ msgstr "אסיה/הונג קונג" #: ../calendar/zones.h:233 msgid "Asia/Hovd" -msgstr "" +msgstr "אסיה/חובד" #: ../calendar/zones.h:234 msgid "Asia/Irkutsk" @@ -9906,7 +8556,7 @@ msgstr "רסיה/ג'קרטה" #: ../calendar/zones.h:237 msgid "Asia/Jayapura" -msgstr "" +msgstr "אסיה/ג'איאפורה" #: ../calendar/zones.h:238 msgid "Asia/Jerusalem" @@ -9926,7 +8576,7 @@ msgstr "אסיה/קראצ'י" #: ../calendar/zones.h:242 msgid "Asia/Kashgar" -msgstr "" +msgstr "אסיה/Kashgar" #: ../calendar/zones.h:243 msgid "Asia/Katmandu" @@ -9934,7 +8584,7 @@ msgstr "אסיה/קטמנדו" #: ../calendar/zones.h:244 msgid "Asia/Krasnoyarsk" -msgstr "" +msgstr "אסיה/קרסנויארסק" #: ../calendar/zones.h:245 msgid "Asia/Kuala_Lumpur" @@ -9942,7 +8592,7 @@ msgstr "אסיה/קואלה_לומפור" #: ../calendar/zones.h:246 msgid "Asia/Kuching" -msgstr "" +msgstr "אסיה/קוצ'ינג" #: ../calendar/zones.h:247 msgid "Asia/Kuwait" @@ -9950,19 +8600,19 @@ msgstr "אסיה/כווית" #: ../calendar/zones.h:248 msgid "Asia/Macao" -msgstr "" +msgstr "אסיה/מקאו" #: ../calendar/zones.h:249 msgid "Asia/Macau" -msgstr "" +msgstr "אסיה/מקאו" #: ../calendar/zones.h:250 msgid "Asia/Magadan" -msgstr "" +msgstr "אסיה/מגדן" #: ../calendar/zones.h:251 msgid "Asia/Makassar" -msgstr "" +msgstr "אסיה/מאקאסאר" #: ../calendar/zones.h:252 msgid "Asia/Manila" @@ -9986,7 +8636,7 @@ msgstr "אסיה/אומסק" #: ../calendar/zones.h:257 msgid "Asia/Oral" -msgstr "" +msgstr "אסיה/אורל" #: ../calendar/zones.h:258 msgid "Asia/Phnom_Penh" @@ -9994,7 +8644,7 @@ msgstr "אסיה/פנום_פן" #: ../calendar/zones.h:259 msgid "Asia/Pontianak" -msgstr "" +msgstr "אסיה/פונטיאנק" #: ../calendar/zones.h:260 msgid "Asia/Pyongyang" @@ -10006,7 +8656,7 @@ msgstr "אסיה/קטאר" #: ../calendar/zones.h:262 msgid "Asia/Qyzylorda" -msgstr "" +msgstr "אסיה/קיזילורדה" #: ../calendar/zones.h:263 msgid "Asia/Rangoon" @@ -10066,7 +8716,7 @@ msgstr "אסיה/טוקיו" #: ../calendar/zones.h:277 msgid "Asia/Ujung_Pandang" -msgstr "" +msgstr "אסיה/אויונג_פדאנג" #: ../calendar/zones.h:278 msgid "Asia/Ulaanbaatar" @@ -10086,11 +8736,11 @@ msgstr "אסיה/ולדיווסטוק" #: ../calendar/zones.h:282 msgid "Asia/Yakutsk" -msgstr "" +msgstr "אסיה/יקוטסק" #: ../calendar/zones.h:283 msgid "Asia/Yekaterinburg" -msgstr "" +msgstr "אסיה/יקטרינבורג" #: ../calendar/zones.h:284 msgid "Asia/Yerevan" @@ -10326,7 +8976,7 @@ msgstr "אירופה/סרייבו" #: ../calendar/zones.h:342 msgid "Europe/Simferopol" -msgstr "" +msgstr "אירופה/סימפרופול" #: ../calendar/zones.h:343 msgid "Europe/Skopje" @@ -10350,7 +9000,7 @@ msgstr "אירופה/טירנה" #: ../calendar/zones.h:348 msgid "Europe/Uzhgorod" -msgstr "" +msgstr "אירופה/אוז'הורוד" #: ../calendar/zones.h:349 msgid "Europe/Vaduz" @@ -10378,7 +9028,7 @@ msgstr "אירופה/זגרב" #: ../calendar/zones.h:355 msgid "Europe/Zaporozhye" -msgstr "" +msgstr "אירופה/זפורוז'יה" #: ../calendar/zones.h:356 msgid "Europe/Zurich" @@ -10386,47 +9036,47 @@ msgstr "אירופה/ציריך" #: ../calendar/zones.h:357 msgid "Indian/Antananarivo" -msgstr "" +msgstr "האוקיינוס-ההודי/אנטננריבו" #: ../calendar/zones.h:358 msgid "Indian/Chagos" -msgstr "" +msgstr "האוקיינוס-ההודי/איי צ'אגוס" #: ../calendar/zones.h:359 msgid "Indian/Christmas" -msgstr "" +msgstr "האוקיינוס-ההודי/איי_חג_המולד" #: ../calendar/zones.h:360 msgid "Indian/Cocos" -msgstr "" +msgstr "האוקיינוס-ההודי/איי-קוקוס" #: ../calendar/zones.h:361 msgid "Indian/Comoro" -msgstr "" +msgstr "האוקיינוס-ההודי/איי-קומורו" #: ../calendar/zones.h:362 msgid "Indian/Kerguelen" -msgstr "" +msgstr "האוקיינוס-ההודי/איי-קרגלן" #: ../calendar/zones.h:363 msgid "Indian/Mahe" -msgstr "" +msgstr "האוקיינוס-ההודי/מאה" #: ../calendar/zones.h:364 msgid "Indian/Maldives" -msgstr "" +msgstr "האוקיינוס-ההודי/מלדיבים" #: ../calendar/zones.h:365 msgid "Indian/Mauritius" -msgstr "" +msgstr "האוקיינוס-ההודי/מאוריציוס" #: ../calendar/zones.h:366 msgid "Indian/Mayotte" -msgstr "" +msgstr "האוקיינוס-ההודי/מאיוט" #: ../calendar/zones.h:367 msgid "Indian/Reunion" -msgstr "" +msgstr "האוקיינוס-ההודי/ריוניון" #: ../calendar/zones.h:368 msgid "Pacific/Apia" @@ -10593,251 +9243,234 @@ msgstr "לא ניתן לפתוח קובץ" msgid "Unable to retrieve message from editor" msgstr "" -#: ../composer/e-composer-actions.c:45 -msgid "Insert Attachment" -msgstr "הוסף תצריף" - -#: ../composer/e-composer-actions.c:49 -msgid "A_ttach" -msgstr "צ_רף" - -#: ../composer/e-composer-actions.c:140 +#: ../composer/e-composer-actions.c:84 msgid "Untitled Message" msgstr "הודעה ללא שם" -#: ../composer/e-composer-actions.c:471 +#: ../composer/e-composer-actions.c:317 +#: ../widgets/misc/e-attachment-view.c:328 msgid "Attach a file" msgstr "צרף קובץ" -#: ../composer/e-composer-actions.c:476 ../mail/mail-signature-editor.c:194 +#: ../composer/e-composer-actions.c:322 +#: ../mail/mail-signature-editor.c:194 #: ../ui/evolution-mail-messagedisplay.xml.h:4 msgid "_Close" msgstr "_סגור" -#: ../composer/e-composer-actions.c:478 +#: ../composer/e-composer-actions.c:324 msgid "Close the current file" msgstr "סגור את הקובץ הנוכחי" -#: ../composer/e-composer-actions.c:483 ../mail/em-folder-view.c:1334 -#: ../ui/evolution-addressbook.xml.h:58 ../ui/evolution-calendar.xml.h:47 -#: ../ui/evolution-mail-message.xml.h:123 ../ui/evolution-memos.xml.h:20 +#: ../composer/e-composer-actions.c:329 +#: ../mail/em-folder-view.c:1337 +#: ../ui/evolution-addressbook.xml.h:58 +#: ../ui/evolution-calendar.xml.h:47 +#: ../ui/evolution-mail-message.xml.h:119 +#: ../ui/evolution-memos.xml.h:20 #: ../ui/evolution-tasks.xml.h:29 msgid "_Print..." msgstr "ה_דפס..." -#: ../composer/e-composer-actions.c:490 ../ui/evolution-addressbook.xml.h:27 -#: ../ui/evolution-calendar.xml.h:21 ../ui/evolution-mail-message.xml.h:76 -#: ../ui/evolution-memos.xml.h:12 ../ui/evolution-tasks.xml.h:15 +#: ../composer/e-composer-actions.c:336 +#: ../ui/evolution-addressbook.xml.h:27 +#: ../ui/evolution-calendar.xml.h:21 +#: ../ui/evolution-mail-message.xml.h:72 +#: ../ui/evolution-memos.xml.h:12 +#: ../ui/evolution-tasks.xml.h:15 msgid "Print Pre_view" msgstr "_תצוגה לפני הדפסה" -#: ../composer/e-composer-actions.c:499 +#: ../composer/e-composer-actions.c:345 msgid "Save the current file" msgstr "שמור את הקובץ הנוכחי" -#: ../composer/e-composer-actions.c:504 +#: ../composer/e-composer-actions.c:350 msgid "Save _As..." msgstr "שמור _בשם..." -#: ../composer/e-composer-actions.c:506 +#: ../composer/e-composer-actions.c:352 msgid "Save the current file with a different name" msgstr "שמור את הקובץ הנוכחי בשם אחר" -#: ../composer/e-composer-actions.c:511 -#| msgid "Save as draft" +#: ../composer/e-composer-actions.c:357 msgid "Save as _Draft" msgstr "שמור כ_טיוטה" -#: ../composer/e-composer-actions.c:513 +#: ../composer/e-composer-actions.c:359 msgid "Save as draft" msgstr "שמור כטיוטה" -#: ../composer/e-composer-actions.c:518 +#: ../composer/e-composer-actions.c:364 +#: ../composer/e-composer-private.c:152 msgid "S_end" msgstr "ש_לח" -#: ../composer/e-composer-actions.c:520 +#: ../composer/e-composer-actions.c:366 msgid "Send this message" msgstr "שלח את ההודעה" -#: ../composer/e-composer-actions.c:527 +#: ../composer/e-composer-actions.c:373 #, fuzzy msgid "Insert Send options" msgstr "אפשרויות" -#: ../composer/e-composer-actions.c:532 +#: ../composer/e-composer-actions.c:378 msgid "New _Message" msgstr "הו_דעה חדשה" -#: ../composer/e-composer-actions.c:534 +#: ../composer/e-composer-actions.c:380 #, fuzzy msgid "Open New Message window" msgstr "ש_לח הודעה ל..." -#: ../composer/e-composer-actions.c:541 +#: ../composer/e-composer-actions.c:387 msgid "Character _Encoding" msgstr "קידוד _תווים" -#: ../composer/e-composer-actions.c:548 +#: ../composer/e-composer-actions.c:394 msgid "_Security" msgstr "_אבטחה" -#: ../composer/e-composer-actions.c:558 +#: ../composer/e-composer-actions.c:404 msgid "PGP _Encrypt" msgstr "ה_צפנת PGP" -#: ../composer/e-composer-actions.c:560 +#: ../composer/e-composer-actions.c:406 msgid "Encrypt this message with PGP" msgstr "הצפן הודעה זו עם PGP" -#: ../composer/e-composer-actions.c:566 +#: ../composer/e-composer-actions.c:412 msgid "PGP _Sign" msgstr "_חתימת PGP" -#: ../composer/e-composer-actions.c:568 +#: ../composer/e-composer-actions.c:414 msgid "Sign this message with your PGP key" msgstr "חתום על הודעה זאת עם מפתח ה-PGP שלך" -#: ../composer/e-composer-actions.c:574 +#: ../composer/e-composer-actions.c:420 #, fuzzy msgid "_Prioritize Message" msgstr "הדפס הודעה" -#: ../composer/e-composer-actions.c:576 +#: ../composer/e-composer-actions.c:422 #, fuzzy msgid "Set the message priority to high" msgstr "שמור את ההודעה כקובץ מלל" -#: ../composer/e-composer-actions.c:582 +#: ../composer/e-composer-actions.c:428 #, fuzzy msgid "Re_quest Read Receipt" msgstr "משתתפים דרושים" -#: ../composer/e-composer-actions.c:584 +#: ../composer/e-composer-actions.c:430 msgid "Get delivery notification when your message is read" msgstr "" -#: ../composer/e-composer-actions.c:590 +#: ../composer/e-composer-actions.c:436 msgid "S/MIME En_crypt" msgstr "" -#: ../composer/e-composer-actions.c:592 +#: ../composer/e-composer-actions.c:438 msgid "Encrypt this message with your S/MIME Encryption Certificate" msgstr "" -#: ../composer/e-composer-actions.c:598 +#: ../composer/e-composer-actions.c:444 msgid "S/MIME Sig_n" msgstr "" -#: ../composer/e-composer-actions.c:600 +#: ../composer/e-composer-actions.c:446 msgid "Sign this message with your S/MIME Signature Certificate" msgstr "" -#: ../composer/e-composer-actions.c:606 +#: ../composer/e-composer-actions.c:452 msgid "_Bcc Field" msgstr "שדה _Bcc" -#: ../composer/e-composer-actions.c:608 +#: ../composer/e-composer-actions.c:454 msgid "Toggles whether the BCC field is displayed" msgstr "" -#: ../composer/e-composer-actions.c:614 +#: ../composer/e-composer-actions.c:460 msgid "_Cc Field" msgstr "שדה _Cc" -#: ../composer/e-composer-actions.c:616 +#: ../composer/e-composer-actions.c:462 msgid "Toggles whether the CC field is displayed" msgstr "" -#: ../composer/e-composer-actions.c:622 +#: ../composer/e-composer-actions.c:468 msgid "_From Field" msgstr "" -#: ../composer/e-composer-actions.c:624 +#: ../composer/e-composer-actions.c:470 msgid "Toggles whether the From chooser is displayed" msgstr "" -#: ../composer/e-composer-actions.c:630 -msgid "_Post-To Field" -msgstr "" - -#: ../composer/e-composer-actions.c:632 -msgid "Toggles whether the Post-To field is displayed" -msgstr "" - -#: ../composer/e-composer-actions.c:638 +#: ../composer/e-composer-actions.c:476 msgid "_Reply-To Field" msgstr "" -#: ../composer/e-composer-actions.c:640 +#: ../composer/e-composer-actions.c:478 msgid "Toggles whether the Reply-To field is displayed" msgstr "" -#: ../composer/e-composer-actions.c:646 -msgid "_Subject Field" -msgstr "שדה _הנושא" - -#: ../composer/e-composer-actions.c:648 -msgid "Toggles whether the Subject field is displayed" -msgstr "" - -#: ../composer/e-composer-actions.c:654 -msgid "_To Field" -msgstr "" - -#: ../composer/e-composer-actions.c:656 -msgid "Toggles whether the To field is displayed" -msgstr "" - -#: ../composer/e-composer-actions.c:699 -#| msgid "Save _Draft" +#: ../composer/e-composer-actions.c:521 msgid "Save Draft" msgstr "שמור טיוטה" -#: ../composer/e-composer-header-table.c:64 +#: ../composer/e-composer-header-table.c:41 msgid "Enter the recipients of the message" msgstr "הכנס את הנמענים של ההודעה" -#: ../composer/e-composer-header-table.c:66 +#: ../composer/e-composer-header-table.c:43 msgid "Enter the addresses that will receive a carbon copy of the message" msgstr "" -#: ../composer/e-composer-header-table.c:69 -msgid "" -"Enter the addresses that will receive a carbon copy of the message without " -"appearing in the recipient list of the message" +#: ../composer/e-composer-header-table.c:46 +msgid "Enter the addresses that will receive a carbon copy of the message without appearing in the recipient list of the message" msgstr "" -#: ../composer/e-composer-header-table.c:643 +#: ../composer/e-composer-header-table.c:927 msgid "Fr_om:" msgstr "_מאת:" -#: ../composer/e-composer-header-table.c:652 +#: ../composer/e-composer-header-table.c:936 msgid "_Reply-To:" msgstr "השב _אל:" -#: ../composer/e-composer-header-table.c:656 +#: ../composer/e-composer-header-table.c:940 msgid "_To:" msgstr "א_ל:" -#: ../composer/e-composer-header-table.c:661 +#: ../composer/e-composer-header-table.c:945 msgid "_Cc:" msgstr "_Cc:" -#: ../composer/e-composer-header-table.c:666 +#: ../composer/e-composer-header-table.c:945 +#, fuzzy +msgid "Show CC" +msgstr "ת_צוגה: " + +#: ../composer/e-composer-header-table.c:950 msgid "_Bcc:" msgstr "_Bcc:" -#: ../composer/e-composer-header-table.c:671 +#: ../composer/e-composer-header-table.c:950 +#, fuzzy +msgid "Show BCC" +msgstr "ת_צוגה: " + +#: ../composer/e-composer-header-table.c:955 #, fuzzy msgid "_Post To:" msgstr "_לך אל" -#: ../composer/e-composer-header-table.c:675 +#: ../composer/e-composer-header-table.c:959 msgid "S_ubject:" msgstr "נו_שא:" -#: ../composer/e-composer-header-table.c:684 +#: ../composer/e-composer-header-table.c:968 msgid "Si_gnature:" msgstr "ח_תימה:" @@ -10857,47 +9490,35 @@ msgstr "" msgid "Click here to select folders to post to" msgstr "" -#: ../composer/e-composer-private.c:179 ../composer/e-msg-composer.c:1552 -msgid "Show _Attachment Bar" -msgstr "_הצג את תיבת התצריפים" +#: ../composer/e-composer-private.c:169 +#, fuzzy +msgid "Save draft" +msgstr "שמור טיוטה" -#: ../composer/e-msg-composer.c:866 -msgid "" -"Cannot sign outgoing message: No signing certificate set for this account" -msgstr "" +#: ../composer/e-composer-private.c:186 +#, fuzzy +msgid "Add attachment" +msgstr "תצריף" -#: ../composer/e-msg-composer.c:873 -msgid "" -"Cannot encrypt outgoing message: No encryption certificate set for this " -"account" +#: ../composer/e-msg-composer.c:807 +msgid "Cannot sign outgoing message: No signing certificate set for this account" msgstr "" -#: ../composer/e-msg-composer.c:1494 ../mail/em-format-html-display.c:1949 -#: ../mail/em-format-html-display.c:2596 ../mail/mail-config.glade.h:45 -#: ../mail/message-list.etspec.h:1 -msgid "Attachment" -msgid_plural "Attachments" -msgstr[0] "תצריף" -msgstr[1] "תצריפים" - -#: ../composer/e-msg-composer.c:1550 -msgid "Hide _Attachment Bar" -msgstr "ה_סתר את תיבת התצריפים" +#: ../composer/e-msg-composer.c:814 +msgid "Cannot encrypt outgoing message: No encryption certificate set for this account" +msgstr "" -#: ../composer/e-msg-composer.c:1567 ../composer/e-msg-composer.c:2792 +#: ../composer/e-msg-composer.c:1331 +#: ../composer/e-msg-composer.c:2170 msgid "Compose Message" msgstr "חבר הודעה" -#: ../composer/e-msg-composer.c:4093 -msgid "" -"<b>(The composer contains a non-text message body, which cannot be edited.)</" -"b>" +#: ../composer/e-msg-composer.c:3329 +msgid "<b>(The composer contains a non-text message body, which cannot be edited.)</b>" msgstr "" #: ../composer/mail-composer.error.xml.h:1 -msgid "" -" There are few attachments getting downloaded. Sending the mail will cause " -"the mail to be sent without those pending attachments " +msgid " There are few attachments getting downloaded. Sending the mail will cause the mail to be sent without those pending attachments " msgstr "" #: ../composer/mail-composer.error.xml.h:2 @@ -10905,9 +9526,7 @@ msgid "All accounts have been removed." msgstr "כל החשבונות הוסרו." #: ../composer/mail-composer.error.xml.h:3 -msgid "" -"Are you sure you want to discard the message, titled '{0}', you are " -"composing?" +msgid "Are you sure you want to discard the message, titled '{0}', you are composing?" msgstr "" #: ../composer/mail-composer.error.xml.h:4 @@ -10916,13 +9535,10 @@ msgstr "" #: ../composer/mail-composer.error.xml.h:5 msgid "Because "{1}"." -msgstr "" +msgstr "בגלל "{1}"." #: ../composer/mail-composer.error.xml.h:6 -msgid "" -"Closing this composer window will discard the message permanently, unless " -"you choose to save the message in your Drafts folder. This will allow you to " -"continue the message at a later date." +msgid "Closing this composer window will discard the message permanently, unless you choose to save the message in your Drafts folder. This will allow you to continue the message at a later date." msgstr "" #: ../composer/mail-composer.error.xml.h:7 @@ -10962,15 +9578,11 @@ msgid "Error saving to autosave because "{1}"." msgstr "" #: ../composer/mail-composer.error.xml.h:16 -msgid "" -"Evolution quit unexpectedly while you were composing a new message. " -"Recovering the message will allow you to continue where you left off." +msgid "Evolution quit unexpectedly while you were composing a new message. Recovering the message will allow you to continue where you left off." msgstr "" #: ../composer/mail-composer.error.xml.h:17 -msgid "" -"Send options available only for Novell GroupWise and Microsoft Exchange " -"accounts." +msgid "Send options available only for Novell GroupWise and Microsoft Exchange accounts." msgstr "" #: ../composer/mail-composer.error.xml.h:18 @@ -10982,17 +9594,14 @@ msgid "The file `{0}' is not a regular file and cannot be sent in a message." msgstr "" #: ../composer/mail-composer.error.xml.h:20 -msgid "" -"To attach the contents of this directory, either attach the files in this " -"directory individually, or create an archive of the directory and attach it." +msgid "To attach the contents of this directory, either attach the files in this directory individually, or create an archive of the directory and attach it." msgstr "" #: ../composer/mail-composer.error.xml.h:21 msgid "" "Unable to activate the HTML editor control.\n" "\n" -"Please make sure that you have the correct version of gtkhtml and libgtkhtml " -"installed." +"Please make sure that you have the correct version of gtkhtml and libgtkhtml installed." msgstr "" #: ../composer/mail-composer.error.xml.h:24 @@ -11005,15 +9614,15 @@ msgstr "" #: ../composer/mail-composer.error.xml.h:26 msgid "Warning: Modified Message" -msgstr "" +msgstr "אזהרה: הודעה שונתה" #: ../composer/mail-composer.error.xml.h:27 msgid "You cannot attach the file `{0}' to this message." -msgstr "" +msgstr "לא ניתן לצרף את הקובץ `{0}' להודעה." #: ../composer/mail-composer.error.xml.h:28 msgid "You need to configure an account before you can compose mail." -msgstr "" +msgstr "עליך להגדיר חשבון לפני שתוכל ליצור דואר" #: ../composer/mail-composer.error.xml.h:29 msgid "_Continue Editing" @@ -11035,7 +9644,8 @@ msgstr "שמור _טיוטה" msgid "Evolution Mail and Calendar" msgstr "דואר ויומן Evolution" -#: ../data/evolution.desktop.in.in.h:2 ../shell/e-shell-window-commands.c:951 +#: ../data/evolution.desktop.in.in.h:2 +#: ../shell/e-shell-window-commands.c:948 msgid "Groupware Suite" msgstr "" @@ -11051,11 +9661,15 @@ msgstr "" msgid "calendar information" msgstr "" -#: ../e-util/e-error.c:78 ../e-util/e-error.c:79 ../e-util/e-error.c:121 +#: ../e-util/e-error.c:78 +#: ../e-util/e-error.c:79 +#: ../e-util/e-error.c:121 msgid "Evolution Error" msgstr "תקלת Evolution" -#: ../e-util/e-error.c:80 ../e-util/e-error.c:81 ../e-util/e-error.c:119 +#: ../e-util/e-error.c:80 +#: ../e-util/e-error.c:81 +#: ../e-util/e-error.c:119 msgid "Evolution Warning" msgstr "אזהרת Evolution" @@ -11104,17 +9718,19 @@ msgid "Log Level" msgstr "רמת יומן" #: ../e-util/e-non-intrusive-error-dialog.c:281 -#: ../widgets/misc/e-dateedit.c:389 +#: ../widgets/misc/e-dateedit.c:388 msgid "Time" msgstr "שעה" -#: ../e-util/e-non-intrusive-error-dialog.c:291 ../mail/message-list.c:2522 +#: ../e-util/e-non-intrusive-error-dialog.c:291 +#: ../mail/message-list.c:2523 #: ../mail/message-list.etspec.h:10 msgid "Messages" msgstr "הודעות" #: ../e-util/e-non-intrusive-error-dialog.c:300 -#: ../ui/evolution-mail-messagedisplay.xml.h:2 ../ui/evolution.xml.h:4 +#: ../ui/evolution-mail-messagedisplay.xml.h:2 +#: ../ui/evolution.xml.h:4 msgid "Close this window" msgstr "סגור חלון זה" @@ -11138,10 +9754,12 @@ msgstr "ניפוי" msgid "Error, Warnings and Debug messages" msgstr "הודעות אזהרה, שגיאה וניפוי" -#: ../e-util/e-plugin.c:308 ../filter/rule-editor.c:799 -#: ../mail/em-account-prefs.c:482 ../mail/em-composer-prefs.c:966 +#: ../e-util/e-plugin.c:308 +#: ../filter/rule-editor.c:799 +#: ../mail/em-account-prefs.c:482 +#: ../mail/em-composer-prefs.c:943 #: ../plugins/plugin-manager/plugin-manager.c:355 -#: ../plugins/publish-calendar/publish-calendar.c:690 +#: ../plugins/publish-calendar/publish-calendar.c:706 msgid "Enabled" msgstr "מופעל" @@ -11158,11 +9776,11 @@ msgid "The printing system reported the following details about the error:" msgstr "מערכת ההדפסה דיווחה את הפרטים הבאים לגבי השגיאה:" #: ../e-util/e-print.c:173 -msgid "" -"The printing system did not report any additional details about the error." +msgid "The printing system did not report any additional details about the error." msgstr "מערכת ההדפסה לא דיווחה פרטים נוספים לגבי השגיאה." -#: ../e-util/e-system.error.xml.h:1 ../mail/mail.error.xml.h:19 +#: ../e-util/e-system.error.xml.h:1 +#: ../mail/mail.error.xml.h:19 msgid "Because \"{1}\"." msgstr "" @@ -11186,15 +9804,16 @@ msgstr "הקובץ קיים \"{0}\"." msgid "Overwrite file?" msgstr "להחליף קובץ?" -#: ../e-util/e-system.error.xml.h:7 ../mail/mail.error.xml.h:141 +#: ../e-util/e-system.error.xml.h:7 +#: ../mail/mail.error.xml.h:141 msgid "_Overwrite" msgstr "ה_חלף" -#: ../e-util/e-util.c:127 +#: ../e-util/e-util.c:133 msgid "Could not open the link." msgstr "לא ניתן לפתוח את הקישור." -#: ../e-util/e-util.c:174 +#: ../e-util/e-util.c:183 msgid "Could not display help for Evolution." msgstr "" @@ -11240,9 +9859,7 @@ msgid "Label name cannot be empty." msgstr "שם תווית לא יכול להיות ריק." #: ../e-util/e-util-labels.c:362 -msgid "" -"A label having the same tag already exists on the server. Please rename your " -"label." +msgid "A label having the same tag already exists on the server. Please rename your label." msgstr "" #: ../e-util/gconf-bridge.c:1221 @@ -11250,7 +9867,7 @@ msgstr "" msgid "GConf error: %s" msgstr "שגיאת GConf: %s" -#: ../e-util/gconf-bridge.c:1231 +#: ../e-util/gconf-bridge.c:1232 msgid "All further errors shown only on terminal." msgstr "כל השגיאות הנוספות מוצגות במסוף בלבד." @@ -11356,7 +9973,8 @@ msgstr[1] "עוד %d שנים" msgid "<click here to select a date>" msgstr "<לחץ כאן כדי לבחור תאריך>" -#: ../filter/filter-datespec.c:291 ../filter/filter-datespec.c:302 +#: ../filter/filter-datespec.c:291 +#: ../filter/filter-datespec.c:302 #: ../filter/filter-datespec.c:313 msgid "now" msgstr "עכשיו" @@ -11366,7 +9984,7 @@ msgstr "עכשיו" msgid "%d-%b-%Y" msgstr "%d-%b-%Y" -#: ../filter/filter-datespec.c:452 +#: ../filter/filter-datespec.c:442 msgid "Select a time to compare against" msgstr "" @@ -11379,60 +9997,60 @@ msgstr "בחר קובץ" msgid "Test" msgstr "Test" -#: ../filter/filter-rule.c:853 +#: ../filter/filter-rule.c:854 msgid "R_ule name:" msgstr "שם החוק_:" -#: ../filter/filter-rule.c:881 +#: ../filter/filter-rule.c:882 #, fuzzy -#| msgid "Find items that meet the following criteria" msgid "Find items that meet the following conditions" msgstr "חפש פריטים שמתאימים לקריטריון הבא" -#: ../filter/filter-rule.c:915 +#: ../filter/filter-rule.c:916 #, fuzzy -#| msgid "Add Ac_tion" msgid "A_dd Condition" msgstr "הוסף _פעולה" -#: ../filter/filter-rule.c:921 +#: ../filter/filter-rule.c:922 msgid "If all conditions are met" msgstr "" -#: ../filter/filter-rule.c:921 +#: ../filter/filter-rule.c:922 msgid "If any conditions are met" msgstr "" -#: ../filter/filter-rule.c:923 +#: ../filter/filter-rule.c:924 msgid "_Find items:" msgstr "_חפש פריטים:" -#: ../filter/filter-rule.c:945 +#: ../filter/filter-rule.c:942 msgid "All related" msgstr "" -#: ../filter/filter-rule.c:945 +#: ../filter/filter-rule.c:942 msgid "Replies" msgstr "" -#: ../filter/filter-rule.c:945 +#: ../filter/filter-rule.c:942 msgid "Replies and parents" msgstr "" -#: ../filter/filter-rule.c:945 +#: ../filter/filter-rule.c:942 msgid "No reply or parent" msgstr "" -#: ../filter/filter-rule.c:947 +#: ../filter/filter-rule.c:944 msgid "I_nclude threads" msgstr "" -#: ../filter/filter-rule.c:1045 ../filter/filter.glade.h:3 -#: ../mail/em-utils.c:309 +#: ../filter/filter-rule.c:1038 +#: ../filter/filter.glade.h:3 +#: ../mail/em-utils.c:310 msgid "Incoming" msgstr "נכנס" -#: ../filter/filter-rule.c:1045 ../mail/em-utils.c:310 +#: ../filter/filter-rule.c:1038 +#: ../mail/em-utils.c:311 msgid "Outgoing" msgstr "יוצא" @@ -11456,7 +10074,8 @@ msgstr "תאריך חסר." msgid "Missing file name." msgstr "שם קובץ חסר." -#: ../filter/filter.error.xml.h:6 ../mail/mail.error.xml.h:75 +#: ../filter/filter.error.xml.h:6 +#: ../mail/mail.error.xml.h:75 msgid "Missing name." msgstr "שם חסר." @@ -11511,45 +10130,30 @@ msgid "" msgstr "" #: ../filter/filter.glade.h:12 -msgid "a time relative to the current time" -msgstr "" - -#: ../filter/filter.glade.h:13 -msgid "ago" -msgstr "" - -#: ../filter/filter.glade.h:16 -msgid "in the future" +#, fuzzy +msgid "" +"ago\n" +"in the future" msgstr "בעתיד" -#: ../filter/filter.glade.h:18 -msgid "months" -msgstr "חודשים" - -#: ../filter/filter.glade.h:19 ../mail/mail-config.glade.h:198 -msgid "seconds" -msgstr "שניות" - -#: ../filter/filter.glade.h:20 -msgid "the current time" +#: ../filter/filter.glade.h:14 +msgid "" +"seconds\n" +"minutes\n" +"hours\n" +"days\n" +"weeks\n" +"months\n" +"years" msgstr "" #: ../filter/filter.glade.h:21 -msgid "the time you specify" +msgid "" +"the current time\n" +"the time you specify\n" +"a time relative to the current time" msgstr "" -#: ../filter/filter.glade.h:22 ../plugins/caldav/caldav-source.c:433 -#: ../plugins/calendar-http/calendar-http.c:282 -#: ../plugins/calendar-weather/calendar-weather.c:527 -#: ../plugins/google-account-setup/google-source.c:674 -#: ../plugins/google-account-setup/google-contacts-source.c:341 -msgid "weeks" -msgstr "שבועות" - -#: ../filter/filter.glade.h:23 -msgid "years" -msgstr "שנים" - #: ../filter/rule-editor.c:382 msgid "Add Rule" msgstr "הוסף חוק" @@ -11567,10 +10171,8 @@ msgid "Composer Preferences" msgstr "Composer Preferences" #: ../mail/GNOME_Evolution_Mail.server.in.in.h:2 -msgid "" -"Configure mail preferences, including security and message display, here" -msgstr "" -"Configure mail preferences, including security and message display, here" +msgid "Configure mail preferences, including security and message display, here" +msgstr "Configure mail preferences, including security and message display, here" #: ../mail/GNOME_Evolution_Mail.server.in.in.h:3 msgid "Configure spell-checking, signatures, and the message composer here" @@ -11612,10 +10214,13 @@ msgstr "Evolution Mail preferences control" msgid "Evolution Network configuration control" msgstr "Evolution Network configuration control" -#: ../mail/GNOME_Evolution_Mail.server.in.in.h:13 ../mail/em-folder-view.c:602 -#: ../mail/importers/elm-importer.c:327 ../mail/importers/pine-importer.c:378 -#: ../mail/mail-component.c:597 ../mail/mail-component.c:598 -#: ../mail/mail-component.c:767 +#: ../mail/GNOME_Evolution_Mail.server.in.in.h:13 +#: ../mail/em-folder-view.c:602 +#: ../mail/importers/elm-importer.c:327 +#: ../mail/importers/pine-importer.c:378 +#: ../mail/mail-component.c:599 +#: ../mail/mail-component.c:600 +#: ../mail/mail-component.c:769 #: ../plugins/groupwise-features/proxy-add-dialog.glade.h:6 msgid "Mail" msgstr "דואר" @@ -11626,7 +10231,7 @@ msgid "Mail Accounts" msgstr "חשבונות דואר" #: ../mail/GNOME_Evolution_Mail.server.in.in.h:15 -#: ../mail/mail-config.glade.h:104 +#: ../mail/mail-config.glade.h:107 msgid "Mail Preferences" msgstr "העדפות דואר" @@ -11635,15 +10240,123 @@ msgid "Network Preferences" msgstr "Network Preferences" #: ../mail/GNOME_Evolution_Mail.server.in.in.h:17 +#: ../plugins/pst-import/pst-importer.c:300 msgid "_Mail" msgstr "_דואר" -#: ../mail/em-account-editor.c:386 +#: ../mail/e-attachment-handler-mail.c:133 +#: ../mail/em-folder-view.c:1331 +#: ../mail/em-popup.c:501 +#: ../ui/evolution-mail-message.xml.h:105 +msgid "_Forward" +msgstr "הע_בר" + +#: ../mail/e-attachment-handler-mail.c:147 +#: ../mail/em-folder-view.c:1329 +#: ../ui/evolution-mail-message.xml.h:123 +msgid "_Reply to Sender" +msgstr "ה_שב לשולח" + +#. Translators: This is only for multiple messages. +#: ../mail/e-attachment-handler-mail.c:334 +#, fuzzy, c-format +msgid "%d attached messages" +msgstr "הודעה מצורפת" + +#: ../mail/e-mail-attachment-bar.c:122 +#: ../mail/em-format-html-display.c:1654 +#: ../mail/message-list.etspec.h:1 +#: ../widgets/misc/e-attachment-paned.c:140 +msgid "Attachment" +msgid_plural "Attachments" +msgstr[0] "תצריף" +msgstr[1] "תצריפים" + +#: ../mail/e-mail-attachment-bar.c:615 +#: ../widgets/misc/e-attachment-paned.c:599 +#, fuzzy +msgid "Icon View" +msgstr "תצוגת חודש" + +#: ../mail/e-mail-attachment-bar.c:616 +#: ../widgets/misc/e-attachment-paned.c:600 +msgid "List View" +msgstr "תצוגת רשימה" + +#: ../mail/e-mail-search-bar.c:76 +#, c-format +msgid "Matches: %d" +msgstr "" + +#: ../mail/e-mail-search-bar.c:520 +#, fuzzy +msgid "Close the find bar" +msgstr "סגור חלון זה" + +#: ../mail/e-mail-search-bar.c:528 +msgid "Fin_d:" +msgstr "_חפש:" + +#: ../mail/e-mail-search-bar.c:540 +#, fuzzy +msgid "Clear the search" +msgstr "חפש תמיד" + +#: ../mail/e-mail-search-bar.c:559 +msgid "_Previous" +msgstr "ה_קודם" + +#: ../mail/e-mail-search-bar.c:565 +msgid "Find the previous occurrence of the phrase" +msgstr "" + +#: ../mail/e-mail-search-bar.c:573 +msgid "_Next" +msgstr "ה_בא" + +#: ../mail/e-mail-search-bar.c:579 +msgid "Find the next occurrence of the phrase" +msgstr "" + +#: ../mail/e-mail-search-bar.c:587 +#, fuzzy +msgid "Mat_ch case" +msgstr "התאם _רשיות" + +#: ../mail/e-mail-search-bar.c:615 +msgid "Reached bottom of page, continued from top" +msgstr "" + +#: ../mail/e-mail-search-bar.c:637 +msgid "Reached top of page, continued from bottom" +msgstr "" + +#. Translators: This string is a "Use secure connection" option for +#. the Mailer. It will not use an encrypted connection. +#: ../mail/em-account-editor.c:307 +msgid "No encryption" +msgstr "ללא הצפנה" + +#. Translators: This string is a "Use secure connection" option for +#. the Mailer. TLS (Transport Layer Security) is commonly known by +#. this abbreviation. +#: ../mail/em-account-editor.c:311 +msgid "TLS encryption" +msgstr "הצפנת TLS" + +#. Translators: This string is a "Use secure connection" option for +#. the Mailer. SSL (Secure Sockets Layer) is commonly known by this +#. abbreviation. +#: ../mail/em-account-editor.c:315 +msgid "SSL encryption" +msgstr "הצפנת SSL" + +#: ../mail/em-account-editor.c:406 #, c-format msgid "%s License Agreement" msgstr "%s הסכם שימוש" -#: ../mail/em-account-editor.c:393 +#: ../mail/em-account-editor.c:413 #, c-format msgid "" "\n" @@ -11652,65 +10365,85 @@ msgid "" "and tick the check box for accepting it\n" msgstr "" -#: ../mail/em-account-editor.c:465 ../mail/em-filter-folder-element.c:258 +#: ../mail/em-account-editor.c:485 +#: ../mail/em-filter-folder-element.c:258 #: ../mail/em-vfolder-rule.c:513 msgid "Select Folder" msgstr "בחר תיקייה" -#: ../mail/em-account-editor.c:589 ../mail/em-account-editor.c:634 -#: ../mail/em-account-editor.c:701 ../widgets/misc/e-signature-combo-box.c:102 +#: ../mail/em-account-editor.c:609 +#: ../mail/em-account-editor.c:654 +#: ../mail/em-account-editor.c:721 +#: ../widgets/misc/e-signature-combo-box.c:102 msgid "Autogenerated" msgstr "" -#: ../mail/em-account-editor.c:761 +#: ../mail/em-account-editor.c:779 +msgid "Never" +msgstr "אף פעם" + +#: ../mail/em-account-editor.c:780 +msgid "Always" +msgstr "תמיד" + +#: ../mail/em-account-editor.c:781 #, fuzzy msgid "Ask for each message" msgstr "הודעה שלא נקראה:" -#: ../mail/em-account-editor.c:1809 ../mail/mail-config.glade.h:95 +#: ../mail/em-account-editor.c:1853 +#: ../mail/mail-config.glade.h:100 msgid "Identity" msgstr "זהות" -#: ../mail/em-account-editor.c:1858 ../mail/mail-config.glade.h:125 +#: ../mail/em-account-editor.c:1904 +#: ../mail/mail-config.glade.h:127 msgid "Receiving Email" msgstr "קבלת דוא\"ל" -#: ../mail/em-account-editor.c:2130 +#: ../mail/em-account-editor.c:2176 msgid "Check for _new messages every" msgstr "בדוק אם קיים _דואר חדש כל" -#: ../mail/em-account-editor.c:2138 +#: ../mail/em-account-editor.c:2184 msgid "minu_tes" msgstr "ד_קות" -#: ../mail/em-account-editor.c:2326 ../mail/mail-config.glade.h:139 +#: ../mail/em-account-editor.c:2374 +#: ../mail/mail-config.glade.h:138 msgid "Sending Email" msgstr "שליחת דוא\"ל" -#: ../mail/em-account-editor.c:2385 ../mail/mail-config.glade.h:67 +#: ../mail/em-account-editor.c:2433 +#: ../mail/mail-config.glade.h:73 msgid "Defaults" msgstr "ברירת מחדל" #. Security settings -#: ../mail/em-account-editor.c:2451 ../mail/mail-config.glade.h:132 +#: ../mail/em-account-editor.c:2499 +#: ../mail/mail-config.glade.h:133 #: ../plugins/exchange-operations/exchange-account-setup.c:332 msgid "Security" msgstr "אבטחה" #. Most sections for this is auto-generated fromt the camel config -#: ../mail/em-account-editor.c:2488 ../mail/em-account-editor.c:2579 +#: ../mail/em-account-editor.c:2536 +#: ../mail/em-account-editor.c:2631 msgid "Receiving Options" msgstr "אפשרויות קבלה" -#: ../mail/em-account-editor.c:2489 ../mail/em-account-editor.c:2580 +#: ../mail/em-account-editor.c:2537 +#: ../mail/em-account-editor.c:2632 msgid "Checking for New Messages" msgstr "בודק עבור הודעות חדשות" -#: ../mail/em-account-editor.c:2931 ../mail/mail-config.glade.h:34 +#: ../mail/em-account-editor.c:3089 +#: ../mail/mail-config.glade.h:34 msgid "Account Editor" msgstr "עורך חשבונות" -#: ../mail/em-account-editor.c:2931 ../mail/mail-config.glade.h:84 +#: ../mail/em-account-editor.c:3089 +#: ../mail/mail-config.glade.h:89 msgid "Evolution Account Assistant" msgstr "עוזר החשבונות של Evolution" @@ -11727,45 +10460,54 @@ msgstr "שם החשבון" msgid "Protocol" msgstr "פרוטוקול" -#: ../mail/em-composer-prefs.c:303 ../mail/em-composer-prefs.c:438 -#: ../mail/mail-config.c:1190 ../mail/mail-signature-editor.c:478 +#: ../mail/em-composer-prefs.c:303 +#: ../mail/em-composer-prefs.c:438 +#: ../mail/mail-config.c:1162 +#: ../mail/mail-signature-editor.c:478 msgid "Unnamed" msgstr "ללא שם" -#: ../mail/em-composer-prefs.c:970 +#: ../mail/em-composer-prefs.c:947 msgid "Language(s)" msgstr "שפה/ות" -#: ../mail/em-composer-prefs.c:1019 +#: ../mail/em-composer-prefs.c:980 msgid "Add signature script" msgstr "הוסף תסריט חתימה" -#: ../mail/em-composer-prefs.c:1061 +#: ../mail/em-composer-prefs.c:1022 msgid "Signature(s)" msgstr "חתימה/ות" -#: ../mail/em-composer-utils.c:1150 ../mail/em-format-quote.c:416 +#: ../mail/em-composer-utils.c:1104 +#: ../mail/em-format-quote.c:416 msgid "-------- Forwarded Message --------" msgstr "-------- הודעה מועברת --------" -#: ../mail/em-composer-utils.c:1962 +#: ../mail/em-composer-utils.c:1556 +msgid "No destination address provided, forward of the message has been cancelled." +msgstr "" + +#: ../mail/em-composer-utils.c:1562 +msgid "No account found to use, forward of the message has been cancelled." +msgstr "" + +#: ../mail/em-composer-utils.c:2027 msgid "an unknown sender" msgstr "שולח בלתי ידוע" #. Note to translators: this is the attribution string used when quoting messages. #. * each ${Variable} gets replaced with a value. To see a full list of available #. * variables, see em-composer-utils.c:1514 -#: ../mail/em-composer-utils.c:2009 -msgid "" -"On ${AbbrevWeekdayName}, ${Year}-${Month}-${Day} at ${24Hour}:${Minute} " -"${TimeZone}, ${Sender} wrote:" +#: ../mail/em-composer-utils.c:2074 +msgid "On ${AbbrevWeekdayName}, ${Year}-${Month}-${Day} at ${24Hour}:${Minute} ${TimeZone}, ${Sender} wrote:" msgstr "" -#: ../mail/em-composer-utils.c:2152 +#: ../mail/em-composer-utils.c:2217 msgid "-----Original Message-----" msgstr "-----הודעה מקורית-----" -#: ../mail/em-filter-editor.c:156 +#: ../mail/em-filter-editor.c:174 msgid "_Filter Rules" msgstr "חוקי _מסנן" @@ -11811,9 +10553,11 @@ msgid "Date sent" msgstr "תאריך שליחה" #: ../mail/em-filter-i18n.h:14 -#: ../plugins/groupwise-features/share-folder.c:768 -#: ../ui/evolution-addressbook.xml.h:15 ../ui/evolution-calendar.xml.h:5 -#: ../ui/evolution-mail-message.xml.h:25 ../ui/evolution-memos.xml.h:6 +#: ../plugins/groupwise-features/share-folder.c:766 +#: ../ui/evolution-addressbook.xml.h:15 +#: ../ui/evolution-calendar.xml.h:5 +#: ../ui/evolution-mail-message.xml.h:25 +#: ../ui/evolution-memos.xml.h:6 #: ../ui/evolution-tasks.xml.h:6 msgid "Delete" msgstr "מחק" @@ -11862,231 +10606,250 @@ msgstr "ביטוי" msgid "Follow Up" msgstr "" -#: ../mail/em-filter-i18n.h:29 ../mail/em-migrate.c:1056 +#: ../mail/em-filter-i18n.h:29 +#, fuzzy +msgid "Forward to" +msgstr "העבר" + +#: ../mail/em-filter-i18n.h:30 +#: ../mail/em-migrate.c:957 msgid "Important" msgstr "חשוב" -#: ../mail/em-filter-i18n.h:31 +#: ../mail/em-filter-i18n.h:32 msgid "is after" msgstr "" -#: ../mail/em-filter-i18n.h:32 +#: ../mail/em-filter-i18n.h:33 msgid "is before" msgstr "" -#: ../mail/em-filter-i18n.h:33 +#: ../mail/em-filter-i18n.h:34 msgid "is Flagged" msgstr "" -#: ../mail/em-filter-i18n.h:37 +#: ../mail/em-filter-i18n.h:38 msgid "is not Flagged" msgstr "" -#: ../mail/em-filter-i18n.h:38 +#: ../mail/em-filter-i18n.h:39 #, fuzzy msgid "is not set" msgstr "לא ניתן לפתוח קובץ" -#: ../mail/em-filter-i18n.h:39 +#: ../mail/em-filter-i18n.h:40 #, fuzzy msgid "is set" msgstr "%d נשלח" -#: ../mail/em-filter-i18n.h:40 ../mail/mail-config.glade.h:98 +#: ../mail/em-filter-i18n.h:41 +#: ../mail/mail-config.glade.h:101 #: ../ui/evolution-mail-message.xml.h:48 msgid "Junk" msgstr "דואר זבל" -#: ../mail/em-filter-i18n.h:41 +#: ../mail/em-filter-i18n.h:42 msgid "Junk Test" msgstr "מבחן דואר זבל" -#: ../mail/em-filter-i18n.h:42 ../widgets/misc/e-expander.c:190 +#: ../mail/em-filter-i18n.h:43 msgid "Label" msgstr "תוית" -#: ../mail/em-filter-i18n.h:43 +#: ../mail/em-filter-i18n.h:44 msgid "Mailing list" msgstr "רשימת תפוצה" -#: ../mail/em-filter-i18n.h:44 +#: ../mail/em-filter-i18n.h:45 #, fuzzy msgid "Match All" msgstr "בטל ה_כל" -#: ../mail/em-filter-i18n.h:45 +#: ../mail/em-filter-i18n.h:46 msgid "Message Body" msgstr "גוף ההודעה" -#: ../mail/em-filter-i18n.h:46 +#: ../mail/em-filter-i18n.h:47 msgid "Message Header" msgstr "כותרת ההודעה" -#: ../mail/em-filter-i18n.h:47 +#: ../mail/em-filter-i18n.h:48 msgid "Message is Junk" msgstr "הודעה זו היא דואר זבל" -#: ../mail/em-filter-i18n.h:48 +#: ../mail/em-filter-i18n.h:49 msgid "Message is not Junk" msgstr "הודעה זו אינה דואר זבל" -#: ../mail/em-filter-i18n.h:49 +#: ../mail/em-filter-i18n.h:50 +#, fuzzy +msgid "Message Location" +msgstr "ההודעה מכילה" + +#: ../mail/em-filter-i18n.h:51 msgid "Move to Folder" msgstr "העבר לתיקייה" -#: ../mail/em-filter-i18n.h:50 +#: ../mail/em-filter-i18n.h:52 msgid "Pipe to Program" msgstr "" -#: ../mail/em-filter-i18n.h:51 +#: ../mail/em-filter-i18n.h:53 msgid "Play Sound" msgstr "" #. Translators: "Read" as in "has been read" (message-tag-followup.c) -#: ../mail/em-filter-i18n.h:52 ../mail/message-tag-followup.c:62 +#: ../mail/em-filter-i18n.h:54 +#: ../mail/message-tag-followup.c:62 msgid "Read" msgstr "קרא" -#: ../mail/em-filter-i18n.h:53 ../mail/message-list.etspec.h:12 +#: ../mail/em-filter-i18n.h:55 +#: ../mail/message-list.etspec.h:12 msgid "Recipients" msgstr "נמענים" -#: ../mail/em-filter-i18n.h:54 +#: ../mail/em-filter-i18n.h:56 msgid "Regex Match" msgstr "" -#: ../mail/em-filter-i18n.h:55 +#: ../mail/em-filter-i18n.h:57 msgid "Replied to" msgstr "" -#: ../mail/em-filter-i18n.h:56 +#: ../mail/em-filter-i18n.h:58 msgid "returns" msgstr "" -#: ../mail/em-filter-i18n.h:57 +#: ../mail/em-filter-i18n.h:59 msgid "returns greater than" msgstr "" -#: ../mail/em-filter-i18n.h:58 +#: ../mail/em-filter-i18n.h:60 msgid "returns less than" msgstr "" -#: ../mail/em-filter-i18n.h:59 +#: ../mail/em-filter-i18n.h:61 msgid "Run Program" msgstr "" -#: ../mail/em-filter-i18n.h:60 ../mail/message-list.etspec.h:13 +#: ../mail/em-filter-i18n.h:62 +#: ../mail/message-list.etspec.h:13 msgid "Score" msgstr "" -#: ../mail/em-filter-i18n.h:61 ../mail/message-list.etspec.h:14 +#: ../mail/em-filter-i18n.h:63 +#: ../mail/message-list.etspec.h:14 msgid "Sender" msgstr "שולח" -#: ../mail/em-filter-i18n.h:62 +#: ../mail/em-filter-i18n.h:64 #, fuzzy msgid "Sender or Recipients" msgstr "שלח / קבל" -#: ../mail/em-filter-i18n.h:63 +#: ../mail/em-filter-i18n.h:65 msgid "Set Label" msgstr "קבע תווית" -#: ../mail/em-filter-i18n.h:64 +#: ../mail/em-filter-i18n.h:66 msgid "Set Status" msgstr "" -#: ../mail/em-filter-i18n.h:65 +#: ../mail/em-filter-i18n.h:67 msgid "Size (kB)" msgstr "גודל (ק\"ב(" -#: ../mail/em-filter-i18n.h:66 +#: ../mail/em-filter-i18n.h:68 msgid "sounds like" msgstr "נשמע כמו" -#: ../mail/em-filter-i18n.h:67 +#: ../mail/em-filter-i18n.h:69 msgid "Source Account" msgstr "" -#: ../mail/em-filter-i18n.h:68 +#: ../mail/em-filter-i18n.h:70 msgid "Specific header" msgstr "" -#: ../mail/em-filter-i18n.h:69 +#: ../mail/em-filter-i18n.h:71 msgid "starts with" msgstr "מתחיל ב" -#: ../mail/em-filter-i18n.h:71 +#: ../mail/em-filter-i18n.h:73 msgid "Stop Processing" msgstr "" -#: ../mail/em-filter-i18n.h:72 ../mail/em-format-quote.c:342 -#: ../mail/em-format.c:889 ../mail/em-mailer-prefs.c:80 -#: ../mail/message-list.etspec.h:18 ../mail/message-tag-followup.c:311 +#: ../mail/em-filter-i18n.h:74 +#: ../mail/em-format-quote.c:342 +#: ../mail/em-format.c:926 +#: ../mail/em-mailer-prefs.c:80 +#: ../mail/message-list.etspec.h:18 +#: ../mail/message-tag-followup.c:305 #: ../plugins/groupwise-features/properties.glade.h:7 #: ../smime/lib/e-cert.c:1115 msgid "Subject" msgstr "נושא" -#: ../mail/em-filter-i18n.h:73 +#: ../mail/em-filter-i18n.h:75 msgid "Unset Status" msgstr "" #. and now for the action area -#: ../mail/em-filter-rule.c:522 +#: ../mail/em-filter-rule.c:521 msgid "Then" msgstr "" -#: ../mail/em-filter-rule.c:550 +#: ../mail/em-filter-rule.c:549 msgid "Add Ac_tion" msgstr "הוסף _פעולה" -#: ../mail/em-folder-browser.c:192 +#: ../mail/em-folder-browser.c:194 #, fuzzy msgid "C_reate Search Folder From Search..." msgstr "צור תיקייה וירטואלית מההודעה" -#: ../mail/em-folder-browser.c:217 +#: ../mail/em-folder-browser.c:219 msgid "All Messages" msgstr "כל ההודעות" -#: ../mail/em-folder-browser.c:218 +#: ../mail/em-folder-browser.c:220 msgid "Unread Messages" msgstr "הודעות שלא נקראו" -#: ../mail/em-folder-browser.c:220 +#: ../mail/em-folder-browser.c:222 msgid "No Label" msgstr "ללא תוית" -#: ../mail/em-folder-browser.c:227 +#: ../mail/em-folder-browser.c:229 msgid "Read Messages" msgstr "הודעות שנקראו" -#: ../mail/em-folder-browser.c:228 +#: ../mail/em-folder-browser.c:230 msgid "Recent Messages" msgstr "הודעות אחרונות" -#: ../mail/em-folder-browser.c:229 +#: ../mail/em-folder-browser.c:231 msgid "Last 5 Days' Messages" msgstr "הודעות מ-5 הימים האחרונים" -#: ../mail/em-folder-browser.c:230 +#: ../mail/em-folder-browser.c:232 msgid "Messages with Attachments" msgstr "הודעות עם תצריף" -#: ../mail/em-folder-browser.c:231 +#: ../mail/em-folder-browser.c:233 msgid "Important Messages" msgstr "הודעות חשובות" -#: ../mail/em-folder-browser.c:232 +#: ../mail/em-folder-browser.c:234 msgid "Messages Not Junk" msgstr "הודעות שאינן זבל" -#: ../mail/em-folder-browser.c:1173 +#: ../mail/em-folder-browser.c:1202 msgid "Account Search" msgstr "חיפוש חשבון" -#: ../mail/em-folder-browser.c:1226 +#: ../mail/em-folder-browser.c:1255 msgid "All Account Search" msgstr "חיפוש בכל החשבונות" @@ -12116,10 +10879,12 @@ msgid "Quota usage" msgstr "סה\"כ הודעות:" #. translators: standard local mailbox names -#: ../mail/em-folder-properties.c:359 ../mail/em-folder-tree-model.c:509 -#: ../mail/em-folder-tree.c:2597 ../mail/mail-component.c:164 -#: ../mail/mail-component.c:585 -#: ../plugins/exchange-operations/exchange-delegates-user.c:78 +#: ../mail/em-folder-properties.c:359 +#: ../mail/em-folder-tree-model.c:516 +#: ../mail/em-folder-tree.c:2524 +#: ../mail/mail-component.c:166 +#: ../mail/mail-component.c:587 +#: ../plugins/exchange-operations/exchange-delegates-user.c:76 #: ../plugins/exchange-operations/exchange-folder.c:594 msgid "Inbox" msgstr "דואר נכנס" @@ -12142,34 +10907,42 @@ msgid "Folder _name:" msgstr "_שם תיקייה:" #. load store to mail component -#: ../mail/em-folder-tree-model.c:204 ../mail/em-folder-tree-model.c:206 -#: ../mail/mail-vfolder.c:980 ../mail/mail-vfolder.c:1047 +#: ../mail/em-folder-tree-model.c:207 +#: ../mail/em-folder-tree-model.c:209 +#: ../mail/mail-vfolder.c:961 +#: ../mail/mail-vfolder.c:1028 msgid "Search Folders" msgstr "תיקיות חיפוש" #. UNMATCHED is always last -#: ../mail/em-folder-tree-model.c:210 ../mail/em-folder-tree-model.c:212 +#: ../mail/em-folder-tree-model.c:213 +#: ../mail/em-folder-tree-model.c:215 msgid "UNMATCHED" msgstr "" -#: ../mail/em-folder-tree-model.c:504 ../mail/mail-component.c:165 +#: ../mail/em-folder-tree-model.c:511 +#: ../mail/mail-component.c:167 msgid "Drafts" msgstr "טיוטות" -#: ../mail/em-folder-tree-model.c:506 ../mail/mail-component.c:168 +#: ../mail/em-folder-tree-model.c:513 +#: ../mail/mail-component.c:170 #: ../plugins/templates/org-gnome-templates.eplug.xml.h:2 msgid "Templates" msgstr "תבניות" -#: ../mail/em-folder-tree-model.c:512 ../mail/mail-component.c:166 +#: ../mail/em-folder-tree-model.c:519 +#: ../mail/mail-component.c:168 msgid "Outbox" msgstr "דואר יוצא" -#: ../mail/em-folder-tree-model.c:514 ../mail/mail-component.c:167 +#: ../mail/em-folder-tree-model.c:521 +#: ../mail/mail-component.c:169 msgid "Sent" msgstr "נשלח" -#: ../mail/em-folder-tree-model.c:536 ../mail/em-folder-tree-model.c:843 +#: ../mail/em-folder-tree-model.c:550 +#: ../mail/em-folder-tree-model.c:859 msgid "Loading..." msgstr "טוען..." @@ -12188,655 +10961,622 @@ msgstr "טוען..." #. * Do not translate the "folder-display|" part. Remove it #. * from your translation. #. -#: ../mail/em-folder-tree.c:380 +#: ../mail/em-folder-tree.c:299 #, fuzzy, c-format msgctxt "folder-display" msgid "%s (%u)" msgstr "%s (...)" -#: ../mail/em-folder-tree.c:741 +#: ../mail/em-folder-tree.c:664 #, fuzzy msgid "Mail Folder Tree" msgstr "_תיקיית דואר" -#: ../mail/em-folder-tree.c:900 +#: ../mail/em-folder-tree.c:823 #, c-format msgid "Moving folder %s" msgstr "מעביר את התיקייה %s" -#: ../mail/em-folder-tree.c:902 +#: ../mail/em-folder-tree.c:825 #, c-format msgid "Copying folder %s" msgstr "מעתיק את התיקייה %s" -#: ../mail/em-folder-tree.c:909 ../mail/message-list.c:2013 +#: ../mail/em-folder-tree.c:832 +#: ../mail/message-list.c:2014 #, c-format msgid "Moving messages into folder %s" msgstr "מעביר הודעות אל התיקייה %s" -#: ../mail/em-folder-tree.c:911 ../mail/message-list.c:2015 +#: ../mail/em-folder-tree.c:834 +#: ../mail/message-list.c:2016 #, c-format msgid "Copying messages into folder %s" msgstr "מעתיק הודעות אל התיקייה %s" -#: ../mail/em-folder-tree.c:926 +#: ../mail/em-folder-tree.c:849 msgid "Cannot drop message(s) into toplevel store" msgstr "" -#: ../mail/em-folder-tree.c:1003 ../ui/evolution-mail-message.xml.h:104 +#: ../mail/em-folder-tree.c:926 +#: ../ui/evolution-mail-message.xml.h:100 msgid "_Copy to Folder" msgstr "הע_תק אל תיקייה" -#: ../mail/em-folder-tree.c:1004 ../ui/evolution-mail-message.xml.h:117 +#: ../mail/em-folder-tree.c:927 +#: ../ui/evolution-mail-message.xml.h:113 msgid "_Move to Folder" msgstr "הע_בר אל תיקייה" -#: ../mail/em-folder-tree.c:1718 ../mail/mail-ops.c:1059 +#: ../mail/em-folder-tree.c:929 +#: ../mail/em-folder-utils.c:362 +#: ../mail/em-folder-view.c:1186 +#: ../mail/message-list.c:2106 +msgid "_Move" +msgstr "_העבר" + +#: ../mail/em-folder-tree.c:931 +#: ../mail/message-list.c:2108 +msgid "Cancel _Drag" +msgstr "בטל _גרירה" + +#: ../mail/em-folder-tree.c:1641 +#: ../mail/mail-ops.c:1065 #, c-format msgid "Scanning folders in \"%s\"" msgstr "סורק תיקיות ב-\"%s\"" -#: ../mail/em-folder-tree.c:2117 +#: ../mail/em-folder-tree.c:2040 msgid "Open in _New Window" msgstr "פתח ב_חלון חדש" #. FIXME: need to disable for nochildren folders -#: ../mail/em-folder-tree.c:2122 +#: ../mail/em-folder-tree.c:2045 msgid "_New Folder..." msgstr "תיקייה _חדשה..." -#: ../mail/em-folder-tree.c:2125 +#: ../mail/em-folder-tree.c:2048 msgid "_Move..." msgstr "הע_בר..." -#: ../mail/em-folder-tree.c:2133 ../ui/evolution-mail-list.xml.h:21 +#: ../mail/em-folder-tree.c:2056 +#: ../ui/evolution-mail-list.xml.h:21 msgid "Re_fresh" msgstr "_רענן" -#: ../mail/em-folder-tree.c:2134 +#: ../mail/em-folder-tree.c:2057 #, fuzzy msgid "Fl_ush Outbox" msgstr "דואר יוצא" -#: ../mail/em-folder-tree.c:2140 ../mail/mail.error.xml.h:138 +#: ../mail/em-folder-tree.c:2063 +#: ../mail/mail.error.xml.h:138 msgid "_Empty Trash" msgstr "_רוקן את האשפה" -#: ../mail/em-folder-tree.c:2243 +#: ../mail/em-folder-tree.c:2166 #, fuzzy -#| msgid "Create _Search Folder" msgid "_Unread Search Folder" msgstr "צור תיקיית _חיפוש" -#: ../mail/em-folder-utils.c:101 +#: ../mail/em-folder-utils.c:99 #, c-format msgid "Copying `%s' to `%s'" msgstr "מעתיק את `%s' אל `%s'" -#: ../mail/em-folder-utils.c:364 ../mail/em-folder-view.c:1183 -#: ../mail/em-folder-view.c:1198 +#: ../mail/em-folder-utils.c:362 +#: ../mail/em-folder-view.c:1186 +#: ../mail/em-folder-view.c:1201 #: ../mail/importers/evolution-mbox-importer.c:82 +#: ../plugins/pst-import/pst-importer.c:305 msgid "Select folder" msgstr "בחר תיקייה" -#: ../mail/em-folder-utils.c:364 ../mail/em-folder-view.c:1198 +#: ../mail/em-folder-utils.c:362 +#: ../mail/em-folder-view.c:1201 msgid "C_opy" msgstr "_העתק" -#: ../mail/em-folder-utils.c:532 -#: ../plugins/groupwise-features/share-folder-common.c:145 +#: ../mail/em-folder-utils.c:537 +#: ../plugins/groupwise-features/share-folder-common.c:144 #, c-format msgid "Creating folder `%s'" msgstr "יוצר את התיקייה `%s'" -#: ../mail/em-folder-utils.c:690 +#: ../mail/em-folder-utils.c:696 #: ../plugins/groupwise-features/install-shared.c:169 -#: ../plugins/groupwise-features/share-folder-common.c:387 +#: ../plugins/groupwise-features/share-folder-common.c:386 msgid "Create folder" msgstr "צור תיקייה" -#: ../mail/em-folder-utils.c:690 +#: ../mail/em-folder-utils.c:696 #: ../plugins/groupwise-features/install-shared.c:169 -#: ../plugins/groupwise-features/share-folder-common.c:387 +#: ../plugins/groupwise-features/share-folder-common.c:386 msgid "Specify where to create the folder:" msgstr "ציין היכן ליצור את התיקייה:" -#: ../mail/em-folder-view.c:1087 ../mail/mail.error.xml.h:70 +#: ../mail/em-folder-view.c:1089 +#: ../mail/mail.error.xml.h:70 msgid "Mail Deletion Failed" msgstr "מחיקת הדואר נכשלה" -#: ../mail/em-folder-view.c:1088 ../mail/mail.error.xml.h:126 +#: ../mail/em-folder-view.c:1090 +#: ../mail/mail.error.xml.h:126 msgid "You do not have sufficient permissions to delete this mail." msgstr "" -#: ../mail/em-folder-view.c:1326 ../ui/evolution-mail-message.xml.h:127 -msgid "_Reply to Sender" -msgstr "ה_שב לשולח" - -#: ../mail/em-folder-view.c:1328 ../mail/em-popup.c:566 ../mail/em-popup.c:577 -#: ../ui/evolution-mail-message.xml.h:109 -msgid "_Forward" -msgstr "הע_בר" - #. EM_POPUP_EDIT was used here. This is changed to EM_POPUP_SELECT_ONE as Edit-as-new-messaeg need not be restricted to Sent-Items folder alone -#: ../mail/em-folder-view.c:1332 ../ui/evolution-mail-message.xml.h:106 +#: ../mail/em-folder-view.c:1335 +#: ../ui/evolution-mail-message.xml.h:102 msgid "_Edit as New Message..." msgstr "_ערוך כהודעה חדשה..." -#: ../mail/em-folder-view.c:1338 +#: ../mail/em-folder-view.c:1341 msgid "U_ndelete" msgstr "_בטל מחיקה" -#: ../mail/em-folder-view.c:1339 +#: ../mail/em-folder-view.c:1342 msgid "_Move to Folder..." msgstr "הע_בר לתיקייה..." -#: ../mail/em-folder-view.c:1340 +#: ../mail/em-folder-view.c:1343 msgid "_Copy to Folder..." msgstr "ה_עתק לתיקייה..." -#: ../mail/em-folder-view.c:1343 +#: ../mail/em-folder-view.c:1346 msgid "Mar_k as Read" msgstr "_סמן כנקרא" -#: ../mail/em-folder-view.c:1344 +#: ../mail/em-folder-view.c:1347 msgid "Mark as _Unread" msgstr "סמן כ_לא נקרא" -#: ../mail/em-folder-view.c:1345 +#: ../mail/em-folder-view.c:1348 msgid "Mark as _Important" msgstr "סמן כ_חשוב" -#: ../mail/em-folder-view.c:1346 +#: ../mail/em-folder-view.c:1349 msgid "Mark as Un_important" msgstr "סמן כל_א חשוב" -#: ../mail/em-folder-view.c:1347 +#: ../mail/em-folder-view.c:1350 msgid "Mark as _Junk" msgstr "סמן כ_דואר זבל" -#: ../mail/em-folder-view.c:1348 +#: ../mail/em-folder-view.c:1351 msgid "Mark as _Not Junk" msgstr "סמן _כלא דואר זבל" -#: ../mail/em-folder-view.c:1349 +#: ../mail/em-folder-view.c:1352 msgid "Mark for Follo_w Up..." msgstr "" -#: ../mail/em-folder-view.c:1351 +#: ../mail/em-folder-view.c:1354 msgid "_Label" msgstr "_תוית" #. Note that we don't show this here, since by default a 'None' date #. is not permitted. -#: ../mail/em-folder-view.c:1352 ../widgets/misc/e-dateedit.c:478 +#: ../mail/em-folder-view.c:1355 +#: ../widgets/misc/e-dateedit.c:477 msgid "_None" msgstr "לל_א" -#: ../mail/em-folder-view.c:1355 +#: ../mail/em-folder-view.c:1358 msgid "_New Label" msgstr "תווית _חדשה" -#: ../mail/em-folder-view.c:1359 +#: ../mail/em-folder-view.c:1362 msgid "Fla_g Completed" msgstr "" -#: ../mail/em-folder-view.c:1360 +#: ../mail/em-folder-view.c:1363 msgid "Cl_ear Flag" msgstr "" -#: ../mail/em-folder-view.c:1363 +#: ../mail/em-folder-view.c:1366 msgid "Crea_te Rule From Message" msgstr "_צור חוק מהודעה" #. Translators: The following strings are used while creating a new search folder, to specify what parameter the search folder would be based on. -#: ../mail/em-folder-view.c:1365 +#: ../mail/em-folder-view.c:1368 #, fuzzy msgid "Search Folder based on _Subject" msgstr "חפש אנשי קשר..." -#: ../mail/em-folder-view.c:1366 +#: ../mail/em-folder-view.c:1369 #, fuzzy msgid "Search Folder based on Se_nder" msgstr "מקור הנייר:" -#: ../mail/em-folder-view.c:1367 +#: ../mail/em-folder-view.c:1370 #, fuzzy msgid "Search Folder based on _Recipients" msgstr "חפש אנשי קשר..." -#: ../mail/em-folder-view.c:1368 +#: ../mail/em-folder-view.c:1371 #, fuzzy msgid "Search Folder based on Mailing _List" msgstr "צור תיקייה וירטואלית עבור רשימת תפוצה זו" #. Translators: The following strings are used while creating a new message filter, to specify what parameter the filter would be based on. -#: ../mail/em-folder-view.c:1373 +#: ../mail/em-folder-view.c:1376 msgid "Filter based on Sub_ject" msgstr "" -#: ../mail/em-folder-view.c:1374 +#: ../mail/em-folder-view.c:1377 msgid "Filter based on Sen_der" msgstr "" -#: ../mail/em-folder-view.c:1375 +#: ../mail/em-folder-view.c:1378 msgid "Filter based on Re_cipients" msgstr "" -#: ../mail/em-folder-view.c:1376 +#: ../mail/em-folder-view.c:1379 msgid "Filter based on _Mailing List" msgstr "" #. default charset used in mail view #. we changed user, thus reset the chosen calendar combo too, because #. other user means other calendars subscribed -#: ../mail/em-folder-view.c:2252 ../mail/em-folder-view.c:2295 -#: ../plugins/google-account-setup/google-source.c:251 -#: ../plugins/google-account-setup/google-source.c:529 -#: ../plugins/google-account-setup/google-source.c:727 +#: ../mail/em-folder-view.c:2234 +#: ../mail/em-folder-view.c:2277 +#: ../plugins/google-account-setup/google-source.c:232 +#: ../plugins/google-account-setup/google-source.c:511 +#: ../plugins/google-account-setup/google-source.c:699 msgid "Default" msgstr "ברירת מחדל" -#: ../mail/em-folder-view.c:2513 +#: ../mail/em-folder-view.c:2495 msgid "Unable to retrieve message" msgstr "לא ניתן לקבל הודעה" -#: ../mail/em-folder-view.c:2532 +#: ../mail/em-folder-view.c:2514 msgid "Retrieving Message..." msgstr "מקבל הודעה..." -#: ../mail/em-folder-view.c:2751 -msgid "C_all To..." -msgstr "" - -#: ../mail/em-folder-view.c:2754 +#: ../mail/em-folder-view.c:2735 msgid "Create _Search Folder" msgstr "צור תיקיית _חיפוש" -#: ../mail/em-folder-view.c:2755 +#: ../mail/em-folder-view.c:2736 msgid "_From this Address" msgstr "_מכתובת זו" -#: ../mail/em-folder-view.c:2756 +#: ../mail/em-folder-view.c:2737 msgid "_To this Address" msgstr "אל כ_תובת זו" -#: ../mail/em-folder-view.c:3249 +#: ../mail/em-folder-view.c:3230 #, c-format msgid "Click to mail %s" msgstr "לחץ כדי לשלוח דואר ל-%s" -#: ../mail/em-folder-view.c:3261 +#: ../mail/em-folder-view.c:3242 #, fuzzy, c-format msgid "Click to call %s" msgstr "לחץ כאן כדי להוסיף משימה" -#: ../mail/em-folder-view.c:3266 +#: ../mail/em-folder-view.c:3247 msgid "Click to hide/unhide addresses" msgstr "" -#. message-search popup match count string -#: ../mail/em-format-html-display.c:474 -#, c-format -msgid "Matches: %d" -msgstr "" - -#: ../mail/em-format-html-display.c:618 -msgid "Fin_d:" -msgstr "_חפש:" - -#. gtk_box_pack_start ((GtkBox *)(hbox2), p->search_entry_box, TRUE, TRUE, 5); -#: ../mail/em-format-html-display.c:642 -msgid "_Previous" -msgstr "ה_קודם" - -#: ../mail/em-format-html-display.c:647 -msgid "_Next" -msgstr "ה_בא" - -#: ../mail/em-format-html-display.c:652 -msgid "M_atch case" -msgstr "התאם _רשיות" - -#: ../mail/em-format-html-display.c:951 ../mail/em-format-html.c:650 +#: ../mail/em-format-html-display.c:570 +#: ../mail/em-format-html.c:655 msgid "Unsigned" msgstr "לא חתום" -#: ../mail/em-format-html-display.c:951 -msgid "" -"This message is not signed. There is no guarantee that this message is " -"authentic." +#: ../mail/em-format-html-display.c:570 +msgid "This message is not signed. There is no guarantee that this message is authentic." msgstr "הודעה זו לא חתומה. אין שום ביטחון שזו הודעה מקורית." -#: ../mail/em-format-html-display.c:952 ../mail/em-format-html.c:651 +#: ../mail/em-format-html-display.c:571 +#: ../mail/em-format-html.c:656 msgid "Valid signature" msgstr "חתימה חוקית" -#: ../mail/em-format-html-display.c:952 -msgid "" -"This message is signed and is valid meaning that it is very likely that this " -"message is authentic." +#: ../mail/em-format-html-display.c:571 +msgid "This message is signed and is valid meaning that it is very likely that this message is authentic." msgstr "הודעה זו חתומה באופן חוקי. קיימת סבירות גבוהה שזו הודעה מקורית." -#: ../mail/em-format-html-display.c:953 ../mail/em-format-html.c:652 +#: ../mail/em-format-html-display.c:572 +#: ../mail/em-format-html.c:657 msgid "Invalid signature" msgstr "חתימה בלתי חוקית" -#: ../mail/em-format-html-display.c:953 -msgid "" -"The signature of this message cannot be verified, it may have been altered " -"in transit." +#: ../mail/em-format-html-display.c:572 +msgid "The signature of this message cannot be verified, it may have been altered in transit." msgstr "" -#: ../mail/em-format-html-display.c:954 ../mail/em-format-html.c:653 +#: ../mail/em-format-html-display.c:573 +#: ../mail/em-format-html.c:658 #, fuzzy msgid "Valid signature, but cannot verify sender" msgstr "חתימה חוקית, לא מצליח לאשר את השולח" -#: ../mail/em-format-html-display.c:954 -msgid "" -"This message is signed with a valid signature, but the sender of the message " -"cannot be verified." +#: ../mail/em-format-html-display.c:573 +msgid "This message is signed with a valid signature, but the sender of the message cannot be verified." msgstr "" -#: ../mail/em-format-html-display.c:955 ../mail/em-format-html.c:654 +#: ../mail/em-format-html-display.c:574 +#: ../mail/em-format-html.c:659 msgid "Signature exists, but need public key" msgstr "" -#: ../mail/em-format-html-display.c:955 -msgid "" -"This message is signed with a signature, but there is no corresponding " -"public key." +#: ../mail/em-format-html-display.c:574 +msgid "This message is signed with a signature, but there is no corresponding public key." msgstr "" -#: ../mail/em-format-html-display.c:962 ../mail/em-format-html.c:660 +#: ../mail/em-format-html-display.c:581 +#: ../mail/em-format-html.c:665 msgid "Unencrypted" msgstr "לא מוצפן" -#: ../mail/em-format-html-display.c:962 -msgid "" -"This message is not encrypted. Its content may be viewed in transit across " -"the Internet." +#: ../mail/em-format-html-display.c:581 +msgid "This message is not encrypted. Its content may be viewed in transit across the Internet." msgstr "" -#: ../mail/em-format-html-display.c:963 ../mail/em-format-html.c:661 +#: ../mail/em-format-html-display.c:582 +#: ../mail/em-format-html.c:666 msgid "Encrypted, weak" msgstr "מוצפן, חלש" -#: ../mail/em-format-html-display.c:963 -msgid "" -"This message is encrypted, but with a weak encryption algorithm. It would be " -"difficult, but not impossible for an outsider to view the content of this " -"message in a practical amount of time." +#: ../mail/em-format-html-display.c:582 +msgid "This message is encrypted, but with a weak encryption algorithm. It would be difficult, but not impossible for an outsider to view the content of this message in a practical amount of time." msgstr "" -#: ../mail/em-format-html-display.c:964 ../mail/em-format-html.c:662 +#: ../mail/em-format-html-display.c:583 +#: ../mail/em-format-html.c:667 msgid "Encrypted" msgstr "מוצפן" -#: ../mail/em-format-html-display.c:964 -msgid "" -"This message is encrypted. It would be difficult for an outsider to view " -"the content of this message." +#: ../mail/em-format-html-display.c:583 +msgid "This message is encrypted. It would be difficult for an outsider to view the content of this message." msgstr "" -#: ../mail/em-format-html-display.c:965 ../mail/em-format-html.c:663 +#: ../mail/em-format-html-display.c:584 +#: ../mail/em-format-html.c:668 msgid "Encrypted, strong" msgstr "מוצפן, חזק" -#: ../mail/em-format-html-display.c:965 -msgid "" -"This message is encrypted, with a strong encryption algorithm. It would be " -"very difficult for an outsider to view the content of this message in a " -"practical amount of time." +#: ../mail/em-format-html-display.c:584 +msgid "This message is encrypted, with a strong encryption algorithm. It would be very difficult for an outsider to view the content of this message in a practical amount of time." msgstr "" -#: ../mail/em-format-html-display.c:1066 ../smime/gui/smime-ui.glade.h:48 +#: ../mail/em-format-html-display.c:685 +#: ../smime/gui/smime-ui.glade.h:48 msgid "_View Certificate" msgstr "_הצג תעודה" -#: ../mail/em-format-html-display.c:1081 +#: ../mail/em-format-html-display.c:700 msgid "This certificate is not viewable" msgstr "תעודה זאת אינה ניתנת לצפייה" -#: ../mail/em-format-html-display.c:1407 +#: ../mail/em-format-html-display.c:992 msgid "Completed on %B %d, %Y, %l:%M %p" msgstr "הסתיים ב-%B %d, %Y, %l:%M %p" -#: ../mail/em-format-html-display.c:1415 +#: ../mail/em-format-html-display.c:1000 msgid "Overdue:" msgstr "תאריך תפוגה:" -#: ../mail/em-format-html-display.c:1418 +#: ../mail/em-format-html-display.c:1003 msgid "by %B %d, %Y, %l:%M %p" msgstr "עד %B %d, %Y, %l:%M %p" -#: ../mail/em-format-html-display.c:1496 +#: ../mail/em-format-html-display.c:1083 +#: ../widgets/misc/e-attachment-view.c:357 msgid "_View Inline" msgstr "_תצוגה פנימית" -#: ../mail/em-format-html-display.c:1497 +#: ../mail/em-format-html-display.c:1084 +#: ../widgets/misc/e-attachment-view.c:350 msgid "_Hide" msgstr "ה_חבא" -#: ../mail/em-format-html-display.c:1498 +#: ../mail/em-format-html-display.c:1085 msgid "_Fit to Width" msgstr "" -#: ../mail/em-format-html-display.c:1499 +#: ../mail/em-format-html-display.c:1086 msgid "Show _Original Size" msgstr "הצג גודל _מקורי" -#: ../mail/em-format-html-display.c:2168 -msgid "Save attachment as" -msgstr "שמור תצריף בשם" - -#: ../mail/em-format-html-display.c:2172 -msgid "Select folder to save all attachments" -msgstr "בחר תיקייה לשמירת כל התצריפים" - -#: ../mail/em-format-html-display.c:2223 -#, fuzzy -msgid "_Save Selected..." -msgstr "בחר..." - -#. Cant i put in the number of attachments here ? -#: ../mail/em-format-html-display.c:2290 -#, c-format -msgid "%d at_tachment" -msgid_plural "%d at_tachments" -msgstr[0] "_תצריף אחד" -msgstr[1] "_%d תצריפים" - -#: ../mail/em-format-html-display.c:2297 ../mail/em-format-html-display.c:2386 -msgid "S_ave" -msgstr "_שמור" - -#: ../mail/em-format-html-display.c:2308 -msgid "S_ave All" -msgstr "שמור ה_כל" - -#: ../mail/em-format-html-display.c:2382 -msgid "No Attachment" -msgstr "ללא תצריף" - -#: ../mail/em-format-html-display.c:2529 ../mail/em-format-html-display.c:2568 +#: ../mail/em-format-html-display.c:1587 +#: ../mail/em-format-html-display.c:1626 #, fuzzy msgid "View _Unformatted" msgstr "מבנה זמן:" -#: ../mail/em-format-html-display.c:2531 +#: ../mail/em-format-html-display.c:1589 #, fuzzy msgid "Hide _Unformatted" msgstr "מבנה זמן:" -#: ../mail/em-format-html-display.c:2588 +#: ../mail/em-format-html-display.c:1646 msgid "O_pen With" msgstr "_פתח בעזרת" -#: ../mail/em-format-html-display.c:2664 -msgid "" -"Evolution cannot render this email as it is too large to process. You can " -"view it unformatted or with an external text editor." +#: ../mail/em-format-html-display.c:1723 +msgid "Evolution cannot render this email as it is too large to process. You can view it unformatted or with an external text editor." msgstr "" -#: ../mail/em-format-html-print.c:156 +#: ../mail/em-format-html-print.c:157 #, c-format msgid "Page %d of %d" msgstr "עמוד %d מתוך %d" -#: ../mail/em-format-html.c:504 ../mail/em-format-html.c:513 +#: ../mail/em-format-html.c:506 +#: ../mail/em-format-html.c:515 #, c-format msgid "Retrieving `%s'" msgstr "מקבל `%s'" -#: ../mail/em-format-html.c:925 +#: ../mail/em-format-html.c:930 #, fuzzy msgid "Unknown external-body part." msgstr "שגיאה לא ידועה." -#: ../mail/em-format-html.c:933 +#: ../mail/em-format-html.c:938 msgid "Malformed external-body part." msgstr "" -#: ../mail/em-format-html.c:963 +#: ../mail/em-format-html.c:968 #, c-format msgid "Pointer to FTP site (%s)" msgstr "" -#: ../mail/em-format-html.c:974 +#: ../mail/em-format-html.c:979 #, c-format msgid "Pointer to local file (%s) valid at site \"%s\"" msgstr "" -#: ../mail/em-format-html.c:976 +#: ../mail/em-format-html.c:981 #, c-format msgid "Pointer to local file (%s)" msgstr "" -#: ../mail/em-format-html.c:997 +#: ../mail/em-format-html.c:1002 #, c-format msgid "Pointer to remote data (%s)" msgstr "" -#: ../mail/em-format-html.c:1008 +#: ../mail/em-format-html.c:1013 #, c-format msgid "Pointer to unknown external data (\"%s\" type)" msgstr "" -#: ../mail/em-format-html.c:1236 +#: ../mail/em-format-html.c:1241 msgid "Formatting message" msgstr "" -#: ../mail/em-format-html.c:1410 +#: ../mail/em-format-html.c:1415 #, fuzzy msgid "Formatting Message..." msgstr "חפש _בהודעה..." -#: ../mail/em-format-html.c:1563 ../mail/em-format-html.c:1627 -#: ../mail/em-format-html.c:1649 ../mail/em-format-quote.c:210 -#: ../mail/em-format.c:887 ../mail/em-mailer-prefs.c:78 +#: ../mail/em-format-html.c:1568 +#: ../mail/em-format-html.c:1632 +#: ../mail/em-format-html.c:1654 +#: ../mail/em-format-quote.c:210 +#: ../mail/em-format.c:924 +#: ../mail/em-mailer-prefs.c:78 msgid "Cc" msgstr "Cc" -#: ../mail/em-format-html.c:1564 ../mail/em-format-html.c:1633 -#: ../mail/em-format-html.c:1652 ../mail/em-format-quote.c:210 -#: ../mail/em-format.c:888 ../mail/em-mailer-prefs.c:79 +#: ../mail/em-format-html.c:1569 +#: ../mail/em-format-html.c:1638 +#: ../mail/em-format-html.c:1657 +#: ../mail/em-format-quote.c:210 +#: ../mail/em-format.c:925 +#: ../mail/em-mailer-prefs.c:79 msgid "Bcc" msgstr "Bcc" #. pseudo-header -#: ../mail/em-format-html.c:1744 ../mail/em-format-quote.c:353 -#: ../mail/em-mailer-prefs.c:1451 +#: ../mail/em-format-html.c:1749 +#: ../mail/em-format-quote.c:353 +#: ../mail/em-mailer-prefs.c:1439 msgid "Mailer" msgstr "" #. translators: strftime format for local time equivalent in Date header display, with day -#: ../mail/em-format-html.c:1771 +#: ../mail/em-format-html.c:1776 msgid " (%a, %R %Z)" msgstr " (%a, %R %Z)" #. translators: strftime format for local time equivalent in Date header display, without day -#: ../mail/em-format-html.c:1776 +#: ../mail/em-format-html.c:1781 msgid " (%R %Z)" msgstr " (%R %Z)" #. To translators: This message suggests to the receipients that the sender of the mail is #. different from the one listed in From field. #. -#: ../mail/em-format-html.c:1912 +#: ../mail/em-format-html.c:1917 #, c-format msgid "This message was sent by <b>%s</b> on behalf of <b>%s</b>" msgstr "" -#: ../mail/em-format-quote.c:210 ../mail/em-format.c:884 -#: ../mail/em-mailer-prefs.c:75 ../mail/message-list.etspec.h:7 -#: ../mail/message-tag-followup.c:307 +#: ../mail/em-format-quote.c:210 +#: ../mail/em-format.c:921 +#: ../mail/em-mailer-prefs.c:75 +#: ../mail/message-list.etspec.h:7 +#: ../mail/message-tag-followup.c:301 msgid "From" msgstr "מאת" -#: ../mail/em-format-quote.c:210 ../mail/em-format.c:885 +#: ../mail/em-format-quote.c:210 +#: ../mail/em-format.c:922 #: ../mail/em-mailer-prefs.c:76 msgid "Reply-To" msgstr "השב אל" -#: ../mail/em-format.c:890 ../mail/em-mailer-prefs.c:81 -#: ../mail/message-list.etspec.h:2 ../widgets/misc/e-dateedit.c:325 -#: ../widgets/misc/e-dateedit.c:347 +#: ../mail/em-format.c:927 +#: ../mail/em-mailer-prefs.c:81 +#: ../mail/message-list.etspec.h:2 +#: ../widgets/misc/e-dateedit.c:324 +#: ../widgets/misc/e-dateedit.c:346 msgid "Date" msgstr "תאריך" -#: ../mail/em-format.c:891 ../mail/em-mailer-prefs.c:82 +#: ../mail/em-format.c:928 +#: ../mail/em-mailer-prefs.c:82 msgid "Newsgroups" msgstr "" -#: ../mail/em-format.c:892 ../mail/em-mailer-prefs.c:83 -#: ../plugins/face/org-gnome-face.eplug.xml.h:2 +#: ../mail/em-format.c:929 +#: ../mail/em-mailer-prefs.c:83 +#: ../plugins/face/org-gnome-face.eplug.xml.h:4 msgid "Face" msgstr "פנים" -#: ../mail/em-format.c:1158 +#: ../mail/em-format.c:1196 #, c-format msgid "%s attachment" msgstr "תצריף %s" -#: ../mail/em-format.c:1200 +#: ../mail/em-format.c:1235 msgid "Could not parse S/MIME message: Unknown error" msgstr "" -#: ../mail/em-format.c:1337 ../mail/em-format.c:1493 +#: ../mail/em-format.c:1372 +#: ../mail/em-format.c:1528 msgid "Could not parse MIME message. Displaying as source." msgstr "" -#: ../mail/em-format.c:1345 +#: ../mail/em-format.c:1380 msgid "Unsupported encryption type for multipart/encrypted" msgstr "" -#: ../mail/em-format.c:1355 +#: ../mail/em-format.c:1390 msgid "Could not parse PGP/MIME message" msgstr "" -#: ../mail/em-format.c:1355 +#: ../mail/em-format.c:1390 msgid "Could not parse PGP/MIME message: Unknown error" msgstr "" -#: ../mail/em-format.c:1512 +#: ../mail/em-format.c:1547 msgid "Unsupported signature format" msgstr "תצורת חתימה לא נתמכת" -#: ../mail/em-format.c:1520 ../mail/em-format.c:1591 +#: ../mail/em-format.c:1555 +#: ../mail/em-format.c:1626 msgid "Error verifying signature" msgstr "" -#: ../mail/em-format.c:1520 ../mail/em-format.c:1582 ../mail/em-format.c:1591 +#: ../mail/em-format.c:1555 +#: ../mail/em-format.c:1617 +#: ../mail/em-format.c:1626 msgid "Unknown error verifying signature" msgstr "" -#: ../mail/em-format.c:1665 +#: ../mail/em-format.c:1700 msgid "Could not parse PGP message" msgstr "לא ניתן לפענח הודעת PGP" -#: ../mail/em-format.c:1665 +#: ../mail/em-format.c:1700 msgid "Could not parse PGP message: Unknown error" msgstr "לא ניתן לפענח הודעת PGP: שגיאה לא ידועה" @@ -12856,182 +11596,216 @@ msgstr "פעם בשבוע" msgid "Once per month" msgstr "פעם בחודש" -#: ../mail/em-mailer-prefs.c:327 +#: ../mail/em-mailer-prefs.c:333 #, fuzzy msgid "Add Custom Junk Header" msgstr "כותרת" -#: ../mail/em-mailer-prefs.c:331 +#: ../mail/em-mailer-prefs.c:337 #, fuzzy msgid "Header Name:" msgstr "_שם תיקייה:" -#: ../mail/em-mailer-prefs.c:332 +#: ../mail/em-mailer-prefs.c:338 #, fuzzy msgid "Header Value Contains:" msgstr "השולח מכיל" -#: ../mail/em-mailer-prefs.c:437 +#: ../mail/em-mailer-prefs.c:440 +#: ../widgets/table/e-table-click-to-add.c:501 +#: ../widgets/table/e-table-selection-model.c:309 +msgid "Header" +msgstr "כותרת" + +#: ../mail/em-mailer-prefs.c:444 msgid "Contains Value" msgstr "מכיל ערך" -#: ../mail/em-mailer-prefs.c:459 +#: ../mail/em-mailer-prefs.c:467 msgid "Color" msgstr "צבע" -#: ../mail/em-mailer-prefs.c:462 +#: ../mail/em-mailer-prefs.c:470 msgid "Tag" msgstr "" #. May be a better text -#: ../mail/em-mailer-prefs.c:1079 ../mail/em-mailer-prefs.c:1133 +#: ../mail/em-mailer-prefs.c:1067 +#: ../mail/em-mailer-prefs.c:1121 #, c-format msgid "%s plugin is available and the binary is installed." msgstr "" #. May be a better text -#: ../mail/em-mailer-prefs.c:1087 ../mail/em-mailer-prefs.c:1142 +#: ../mail/em-mailer-prefs.c:1075 +#: ../mail/em-mailer-prefs.c:1130 #, c-format -msgid "" -"%s plugin is not available. Please check whether the package is installed." +msgid "%s plugin is not available. Please check whether the package is installed." msgstr "" -#: ../mail/em-mailer-prefs.c:1108 +#: ../mail/em-mailer-prefs.c:1096 #, fuzzy msgid "No Junk plugin available" msgstr "אין תיאור זמין." #. green -#: ../mail/em-migrate.c:1059 +#: ../mail/em-migrate.c:960 msgid "To Do" msgstr "" #. blue -#: ../mail/em-migrate.c:1060 +#: ../mail/em-migrate.c:961 msgid "Later" msgstr "" -#: ../mail/em-migrate.c:1652 +#: ../mail/em-migrate.c:1128 +#, fuzzy +msgid "Migration" +msgstr "הגדרות" + +#: ../mail/em-migrate.c:1573 #, c-format msgid "Unable to create new folder `%s': %s" msgstr "נכשל ביצירת תיקייה חדשה `%s': %s" -#: ../mail/em-migrate.c:1678 +#: ../mail/em-migrate.c:1599 #, c-format msgid "Unable to copy folder `%s' to `%s': %s" msgstr "" -#: ../mail/em-migrate.c:1863 +#: ../mail/em-migrate.c:1784 #, c-format msgid "Unable to scan for existing mailboxes at `%s': %s" msgstr "" -#: ../mail/em-migrate.c:1868 +#: ../mail/em-migrate.c:1789 msgid "" -"The location and hierarchy of the Evolution mailbox folders has changed " -"since Evolution 1.x.\n" +"The location and hierarchy of the Evolution mailbox folders has changed since Evolution 1.x.\n" "\n" "Please be patient while Evolution migrates your folders..." msgstr "" -#: ../mail/em-migrate.c:2069 +#: ../mail/em-migrate.c:1990 #, c-format msgid "Unable to open old POP keep-on-server data `%s': %s" msgstr "" -#: ../mail/em-migrate.c:2083 +#: ../mail/em-migrate.c:2004 #, c-format msgid "Unable to create POP3 keep-on-server data directory `%s': %s" msgstr "" -#: ../mail/em-migrate.c:2112 +#: ../mail/em-migrate.c:2033 #, c-format msgid "Unable to copy POP3 keep-on-server data `%s': %s" msgstr "" -#: ../mail/em-migrate.c:2583 ../mail/em-migrate.c:2595 +#: ../mail/em-migrate.c:2504 +#: ../mail/em-migrate.c:2516 #, c-format msgid "Failed to create local mail storage `%s': %s" msgstr "" -#: ../mail/em-migrate.c:2952 +#: ../mail/em-migrate.c:2874 +#, fuzzy +msgid "Migrating Folders" +msgstr "יוצר את התיקייה `%s'" + +#: ../mail/em-migrate.c:2874 msgid "" -"The summary format of the Evolution mailbox folders has been moved to SQLite " -"since Evolution 2.24.\n" +"The summary format of the Evolution mailbox folders has been moved to SQLite since Evolution 2.24.\n" "\n" "Please be patient while Evolution migrates your folders..." msgstr "" -#: ../mail/em-migrate.c:3034 +#: ../mail/em-migrate.c:2956 #, c-format msgid "Unable to create local mail folders at `%s': %s" msgstr "" -#: ../mail/em-migrate.c:3053 -msgid "" -"Unable to read settings from previous Evolution install, `evolution/config." -"xmldb' does not exist or is corrupt." +#: ../mail/em-migrate.c:2975 +msgid "Unable to read settings from previous Evolution install, `evolution/config.xmldb' does not exist or is corrupt." msgstr "" -#: ../mail/em-popup.c:562 ../mail/em-popup.c:573 +#: ../mail/em-popup.c:364 +msgid "Save As..." +msgstr "שמור בשם..." + +#: ../mail/em-popup.c:389 +#, c-format +msgid "untitled_image.%s" +msgstr "תמונה_ללא_שם.%s" + +#: ../mail/em-popup.c:495 +#: ../widgets/misc/e-attachment-handler-image.c:147 +msgid "Set as _Background" +msgstr "קבע כ_רקע" + +#: ../mail/em-popup.c:497 msgid "_Reply to sender" msgstr "ה_שב לשולח" -#: ../mail/em-popup.c:563 ../mail/em-popup.c:574 -#: ../ui/evolution-mail-message.xml.h:83 +#: ../mail/em-popup.c:498 +#: ../ui/evolution-mail-message.xml.h:79 msgid "Reply to _List" msgstr "השב ל_רשימה" #. make it first item -#: ../mail/em-popup.c:625 ../mail/em-popup.c:849 +#: ../mail/em-popup.c:547 +#: ../mail/em-popup.c:747 msgid "_Add to Address Book" msgstr "_הוסף לספר הכתובות" -#: ../mail/em-subscribe-editor.c:600 +#: ../mail/em-popup.c:726 +#, c-format +msgid "Open in %s..." +msgstr "פתח ב-%s..." + +#: ../mail/em-subscribe-editor.c:605 msgid "This store does not support subscriptions, or they are not enabled." msgstr "" -#: ../mail/em-subscribe-editor.c:633 +#: ../mail/em-subscribe-editor.c:638 msgid "Subscribed" msgstr "" -#: ../mail/em-subscribe-editor.c:637 +#: ../mail/em-subscribe-editor.c:642 msgid "Folder" msgstr "תיקייה" #. FIXME: This is just to get the shadow, is there a better way? -#: ../mail/em-subscribe-editor.c:839 +#: ../mail/em-subscribe-editor.c:858 msgid "Please select a server." msgstr "נא לבחור שרת." -#: ../mail/em-subscribe-editor.c:860 +#: ../mail/em-subscribe-editor.c:894 msgid "No server has been selected" msgstr "לא נבחר שרת" #. Check buttons -#: ../mail/em-utils.c:121 -#: ../plugins/attachment-reminder/attachment-reminder.c:128 +#: ../mail/em-utils.c:122 +#: ../plugins/attachment-reminder/attachment-reminder.c:130 msgid "_Do not show this message again." msgstr "אל תציג הודעה זאת _שוב." -#: ../mail/em-utils.c:317 +#: ../mail/em-utils.c:318 msgid "Message Filters" msgstr "מסנני הודעה" -#: ../mail/em-utils.c:370 +#: ../mail/em-utils.c:371 msgid "message" msgstr "הודעה" -#: ../mail/em-utils.c:654 +#: ../mail/em-utils.c:655 msgid "Save Message..." msgstr "שמור הודעה..." -#: ../mail/em-utils.c:704 +#: ../mail/em-utils.c:705 msgid "Add address" msgstr "הוסף כתובת" #. Drop filename for messages from a mailbox -#: ../mail/em-utils.c:1225 +#: ../mail/em-utils.c:1226 #, c-format msgid "Messages from %s" msgstr "הודעה מ-%s" @@ -13057,7 +11831,6 @@ msgid "\"Send and Receive Mail\" window width" msgstr "\"Send and Receive Mail\" window width" #: ../mail/evolution-mail.schemas.in.h:4 -#| msgid "Allows evolution to display text part of limited size" msgid "Allows Evolution to display text part of limited size" msgstr "Allows Evolution to display text part of limited size" @@ -13102,32 +11875,20 @@ msgid "Compress display of addresses in TO/CC/BCC" msgstr "Compress display of addresses in TO/CC/BCC" #: ../mail/evolution-mail.schemas.in.h:16 -msgid "" -"Compress display of addresses in TO/CC/BCC to the number specified in " -"address_count." -msgstr "" -"Compress display of addresses in TO/CC/BCC to the number specified in " -"address_count." +msgid "Compress display of addresses in TO/CC/BCC to the number specified in address_count." +msgstr "Compress display of addresses in TO/CC/BCC to the number specified in address_count." #: ../mail/evolution-mail.schemas.in.h:17 -msgid "" -"Controls how frequently local changes are synchronized with the remote mail " -"server. The interval must be at least 30 seconds." -msgstr "" -"Controls how frequently local changes are synchronized with the remote mail " -"server. The interval must be at least 30 seconds." +msgid "Controls how frequently local changes are synchronized with the remote mail server. The interval must be at least 30 seconds." +msgstr "Controls how frequently local changes are synchronized with the remote mail server. The interval must be at least 30 seconds." #: ../mail/evolution-mail.schemas.in.h:18 msgid "Custom headers to use while checking for junk." msgstr "Custom headers to use while checking for junk." #: ../mail/evolution-mail.schemas.in.h:19 -msgid "" -"Custom headers to use while checking for junk. The list elements are string " -"in the format \"headername=value\"." -msgstr "" -"Custom headers to use while checking for junk. The list elements are string " -"in the format \"headername=value\"." +msgid "Custom headers to use while checking for junk. The list elements are string in the format \"headername=value\"." +msgstr "Custom headers to use while checking for junk. The list elements are string in the format \"headername=value\"." #: ../mail/evolution-mail.schemas.in.h:20 msgid "Default charset in which to compose messages" @@ -13182,50 +11943,28 @@ msgid "Default width of the subscribe dialog." msgstr "Default width of the subscribe dialog." #: ../mail/evolution-mail.schemas.in.h:33 -msgid "" -"Determines whether to look up addresses for junk filtering in local address " -"book only" -msgstr "" -"Determines whether to look up addresses for junk filtering in local address " -"book only" +msgid "Determines whether to look up addresses for junk filtering in local address book only" +msgstr "Determines whether to look up addresses for junk filtering in local address book only" #: ../mail/evolution-mail.schemas.in.h:34 msgid "Determines whether to lookup in address book for sender email" msgstr "Determines whether to lookup in address book for sender email" #: ../mail/evolution-mail.schemas.in.h:35 -msgid "" -"Determines whether to lookup the sender email in address book. If found, it " -"shouldn't be a spam. It looks up in the books marked for autocompletion. It " -"can be slow, if remote address books (like LDAP) are marked for " -"autocompletion." -msgstr "" -"Determines whether to lookup the sender email in address book. If found, it " -"shouldn't be a spam. It looks up in the books marked for autocompletion. It " -"can be slow, if remote address books (like LDAP) are marked for " -"autocompletion." +msgid "Determines whether to lookup the sender email in address book. If found, it shouldn't be a spam. It looks up in the books marked for autocompletion. It can be slow, if remote address books (like LDAP) are marked for autocompletion." +msgstr "Determines whether to lookup the sender email in address book. If found, it shouldn't be a spam. It looks up in the books marked for autocompletion. It can be slow, if remote address books (like LDAP) are marked for autocompletion." #: ../mail/evolution-mail.schemas.in.h:36 msgid "Determines whether to use custom headers to check for junk" msgstr "Determines whether to use custom headers to check for junk" #: ../mail/evolution-mail.schemas.in.h:37 -msgid "" -"Determines whether to use custom headers to check for junk. If this option " -"is enabled and the headers are mentioned, it will be improve the junk " -"checking speed." -msgstr "" -"Determines whether to use custom headers to check for junk. If this option " -"is enabled and the headers are mentioned, it will be improve the junk " -"checking speed." +msgid "Determines whether to use custom headers to check for junk. If this option is enabled and the headers are mentioned, it will be improve the junk checking speed." +msgstr "Determines whether to use custom headers to check for junk. If this option is enabled and the headers are mentioned, it will be improve the junk checking speed." #: ../mail/evolution-mail.schemas.in.h:38 -msgid "" -"Determines whether to use the same fonts for both \"From\" and \"Subject\" " -"lines in the \"Messages\" column in vertical view." -msgstr "" -"Determines whether to use the same fonts for both \"From\" and \"Subject\" " -"lines in the \"Messages\" column in vertical view." +msgid "Determines whether to use the same fonts for both \"From\" and \"Subject\" lines in the \"Messages\" column in vertical view." +msgstr "Determines whether to use the same fonts for both \"From\" and \"Subject\" lines in the \"Messages\" column in vertical view." #: ../mail/evolution-mail.schemas.in.h:39 msgid "Directory for loading/attaching files to composer." @@ -13236,7 +11975,6 @@ msgid "Directory for saving mail component files." msgstr "Directory for saving mail component files." #: ../mail/evolution-mail.schemas.in.h:41 -#| msgid "Disable or enable ellipsizing of folder names in folder tree" msgid "Disable or enable ellipsizing of folder names in side bar" msgstr "Disable or enable ellipsizing of folder names in side bar" @@ -13269,153 +12007,89 @@ msgid "Enable or disable magic space bar" msgstr "Enable or disable magic space bar" #: ../mail/evolution-mail.schemas.in.h:49 +msgid "Enable or disable the prompt whilst marking multiple messages." +msgstr "Enable or disable the prompt whilst marking multiple messages." + +#: ../mail/evolution-mail.schemas.in.h:50 msgid "Enable or disable type ahead search feature" msgstr "Enable or disable type ahead search feature" -#: ../mail/evolution-mail.schemas.in.h:50 +#: ../mail/evolution-mail.schemas.in.h:51 msgid "Enable search folders" msgstr "Enable search folders" -#: ../mail/evolution-mail.schemas.in.h:51 +#: ../mail/evolution-mail.schemas.in.h:52 msgid "Enable search folders on startup." msgstr "Enable search folders on startup." -#: ../mail/evolution-mail.schemas.in.h:52 -msgid "" -"Enable side bar search feature so that you can start interactive searching " -"by typing in the text. Use is that you can easily find a folder in that side " -"bar by just typing the folder name and the selection jumps automatically to " -"that folder." -msgstr "" -"Enable side bar search feature so that you can start interactive searching " -"by typing in the text. Use is that you can easily find a folder in that side " -"bar by just typing the folder name and the selection jumps automatically to " -"that folder." - #: ../mail/evolution-mail.schemas.in.h:53 -msgid "" -"Enable this to use Space bar key to scroll in message preview, message list " -"and folders." -msgstr "" -"Enable this to use Space bar key to scroll in message preview, message list " -"and folders." +msgid "Enable the side bar search feature to allow interactive searching of folder names." +msgstr "Enable the side bar search feature to allow interactive searching of folder names." #: ../mail/evolution-mail.schemas.in.h:54 +msgid "Enable this to use Space bar key to scroll in message preview, message list and folders." +msgstr "Enable this to use Space bar key to scroll in message preview, message list and folders." + +#: ../mail/evolution-mail.schemas.in.h:55 msgid "Enable to render message text part of limited size." msgstr "Enable to render message text part of limited size." -#: ../mail/evolution-mail.schemas.in.h:55 +#: ../mail/evolution-mail.schemas.in.h:56 msgid "Enable/disable caret mode" msgstr "Enable/disable caret mode" -#: ../mail/evolution-mail.schemas.in.h:56 ../mail/mail-config.glade.h:81 -msgid "Encode file names in an Outlook/GMail way" -msgstr "" - #: ../mail/evolution-mail.schemas.in.h:57 -msgid "" -"Encode file names in the mail headers same as Outlook or GMail does, to let " -"them understand localized file names sent by Evolution, because they do not " -"follow the RFC 2231, but uses incorrect RFC 2047 standard." +#: ../mail/mail-config.glade.h:86 +msgid "Encode file names in an Outlook/GMail way" msgstr "" -"Encode file names in the mail headers same as Outlook or GMail does, to let " -"them understand localized file names sent by Evolution, because they do not " -"follow the RFC 2231, but uses incorrect RFC 2047 standard." #: ../mail/evolution-mail.schemas.in.h:58 +msgid "Encode file names in the mail headers same as Outlook or GMail do, to let them display correctly file names with UTF-8 letters sent by Evolution, because they do not follow the RFC 2231, but use the incorrect RFC 2047 standard." +msgstr "Encode file names in the mail headers same as Outlook or GMail do, to let them display correctly file names with UTF-8 letters sent by Evolution, because they do not follow the RFC 2231, but use the incorrect RFC 2047 standard." + +#: ../mail/evolution-mail.schemas.in.h:59 msgid "Height of the message-list pane" msgstr "Height of the message-list pane" -#: ../mail/evolution-mail.schemas.in.h:59 +#: ../mail/evolution-mail.schemas.in.h:60 msgid "Height of the message-list pane." msgstr "Height of the message-list pane." -#: ../mail/evolution-mail.schemas.in.h:60 +#: ../mail/evolution-mail.schemas.in.h:61 msgid "Hides the per-folder preview and removes the selection" msgstr "Hides the per-folder preview and removes the selection" -#: ../mail/evolution-mail.schemas.in.h:61 -msgid "" -"If a user tries to open 10 or more messages at one time, ask the user if " -"they really want to do it." -msgstr "" -"If a user tries to open 10 or more messages at one time, ask the user if " -"they really want to do it." - #: ../mail/evolution-mail.schemas.in.h:62 -msgid "" -"If the \"Preview\" pane is on, then show it side-by-side rather than " -"vertically." -msgstr "" -"If the \"Preview\" pane is on, then show it side-by-side rather than " -"vertically." +msgid "If a user tries to open 10 or more messages at one time, ask the user if they really want to do it." +msgstr "If a user tries to open 10 or more messages at one time, ask the user if they really want to do it." #: ../mail/evolution-mail.schemas.in.h:63 -#| msgid "" -#| "If there isn't a builtin viewer for a particular mime-type inside " -#| "Evolution, any mime-types appearing in this list which map to a bonobo-" -#| "component viewer in GNOME's mime-type database may be used for displaying " -#| "content." -msgid "" -"If there isn't a builtin viewer for a particular MIME type inside Evolution, " -"any MIME types appearing in this list which map to a Bonobo component viewer " -"in GNOME's MIME type database may be used for displaying content." -msgstr "" -"If there isn't a builtin viewer for a particular MIME type inside Evolution, " -"any MIME types appearing in this list which map to a Bonobo component viewer " -"in GNOME's MIME type database may be used for displaying content." +msgid "If the \"Preview\" pane is on, then show it side-by-side rather than vertically." +msgstr "If the \"Preview\" pane is on, then show it side-by-side rather than vertically." #: ../mail/evolution-mail.schemas.in.h:64 -msgid "" -"Initial height of the \"Send and Receive Mail\" window. The value updates as " -"the user resizes the window vertically." -msgstr "" -"Initial height of the \"Send and Receive Mail\" window. The value updates as " -"the user resizes the window vertically." +msgid "If there isn't a builtin viewer for a particular MIME type inside Evolution, any MIME types appearing in this list which map to a Bonobo component viewer in GNOME's MIME type database may be used for displaying content." +msgstr "If there isn't a builtin viewer for a particular MIME type inside Evolution, any MIME types appearing in this list which map to a Bonobo component viewer in GNOME's MIME type database may be used for displaying content." #: ../mail/evolution-mail.schemas.in.h:65 -msgid "" -"Initial maximize state of the \"Send and Receive Mail\" window. The value " -"updates when the user maximizes or unmaximizes the window. Note, this " -"particular value is not used by Evolution since the \"Send and Receive Mail" -"\" window cannot be maximized. This key exists only as an implementation " -"detail." -msgstr "" -"Initial maximize state of the \"Send and Receive Mail\" window. The value " -"updates when the user maximizes or unmaximizes the window. Note, this " -"particular value is not used by Evolution since the \"Send and Receive Mail" -"\" window cannot be maximized. This key exists only as an implementation " -"detail." +msgid "Initial height of the \"Send and Receive Mail\" window. The value updates as the user resizes the window vertically." +msgstr "Initial height of the \"Send and Receive Mail\" window. The value updates as the user resizes the window vertically." #: ../mail/evolution-mail.schemas.in.h:66 -msgid "" -"Initial width of the \"Send and Receive Mail\" window. The value updates as " -"the user resizes the window horizontally." -msgstr "" -"Initial width of the \"Send and Receive Mail\" window. The value updates as " -"the user resizes the window horizontally." +msgid "Initial maximize state of the \"Send and Receive Mail\" window. The value updates when the user maximizes or unmaximizes the window. Note, this particular value is not used by Evolution since the \"Send and Receive Mail\" window cannot be maximized. This key exists only as an implementation detail." +msgstr "Initial maximize state of the \"Send and Receive Mail\" window. The value updates when the user maximizes or unmaximizes the window. Note, this particular value is not used by Evolution since the \"Send and Receive Mail\" window cannot be maximized. This key exists only as an implementation detail." #: ../mail/evolution-mail.schemas.in.h:67 -msgid "It disables/enables the prompt while marking multiple messages." -msgstr "It disables/enables the prompt while marking multiple messages." +msgid "Initial width of the \"Send and Receive Mail\" window. The value updates as the user resizes the window horizontally." +msgstr "Initial width of the \"Send and Receive Mail\" window. The value updates as the user resizes the window horizontally." #: ../mail/evolution-mail.schemas.in.h:68 -msgid "" -"It disables/enables the repeated prompts to ask if offline sync is required " -"before going into offline mode." -msgstr "" -"It disables/enables the repeated prompts to ask if offline sync is required " -"before going into offline mode." +msgid "It disables/enables the repeated prompts to ask if offline sync is required before going into offline mode." +msgstr "It disables/enables the repeated prompts to ask if offline sync is required before going into offline mode." #: ../mail/evolution-mail.schemas.in.h:69 -msgid "" -"It disables/enables the repeated prompts to warn that deleting messages from " -"a search folder permanently deletes the message, not simply removing it from " -"the search results." -msgstr "" -"It disables/enables the repeated prompts to warn that deleting messages from " -"a search folder permanently deletes the message, not simply removing it from " -"the search results." +msgid "It disables/enables the repeated prompts to warn that deleting messages from a search folder permanently deletes the message, not simply removing it from the search results." +msgstr "It disables/enables the repeated prompts to warn that deleting messages from a search folder permanently deletes the message, not simply removing it from the search results." #: ../mail/evolution-mail.schemas.in.h:70 msgid "Last time empty junk was run" @@ -13430,7 +12104,6 @@ msgid "List of Labels and their associated colors" msgstr "List of Labels and their associated colors" #: ../mail/evolution-mail.schemas.in.h:74 -#| msgid "List of mime types to check for bonobo component viewers" msgid "List of MIME types to check for Bonobo component viewers" msgstr "List of MIME types to check for Bonobo component viewers" @@ -13443,12 +12116,8 @@ msgid "List of accounts" msgstr "List of accounts" #: ../mail/evolution-mail.schemas.in.h:77 -msgid "" -"List of accounts known to the mail component of Evolution. The list contains " -"strings naming subdirectories relative to /apps/evolution/mail/accounts." -msgstr "" -"List of accounts known to the mail component of Evolution. The list contains " -"strings naming subdirectories relative to /apps/evolution/mail/accounts." +msgid "List of accounts known to the mail component of Evolution. The list contains strings naming subdirectories relative to /apps/evolution/mail/accounts." +msgstr "List of accounts known to the mail component of Evolution. The list contains strings naming subdirectories relative to /apps/evolution/mail/accounts." #: ../mail/evolution-mail.schemas.in.h:78 msgid "List of custom headers and whether they are enabled." @@ -13459,35 +12128,20 @@ msgid "List of dictionary language codes used for spell checking." msgstr "List of dictionary language codes used for spell checking." #: ../mail/evolution-mail.schemas.in.h:80 -msgid "" -"List of labels known to the mail component of Evolution. The list contains " -"strings containing name:color where color uses the HTML hex encoding." -msgstr "" -"List of labels known to the mail component of Evolution. The list contains " -"strings containing name:color where color uses the HTML hex encoding." +msgid "List of labels known to the mail component of Evolution. The list contains strings containing name:color where color uses the HTML hex encoding." +msgstr "List of labels known to the mail component of Evolution. The list contains strings containing name:color where color uses the HTML hex encoding." #: ../mail/evolution-mail.schemas.in.h:81 msgid "List of protocol names whose license has been accepted." msgstr "List of protocol names whose license has been accepted." #: ../mail/evolution-mail.schemas.in.h:82 -#| msgid "Load images for HTML messages over http" msgid "Load images for HTML messages over HTTP" msgstr "Load images for HTML messages over HTTP" #: ../mail/evolution-mail.schemas.in.h:83 -#| msgid "" -#| "Load images for HTML messages over http(s). Possible values are: \"0\" - " -#| "Never load images off the net. \"1\" - Load images in messages from " -#| "contacts. \"2\" - Always load images off the net." -msgid "" -"Load images for HTML messages over HTTP(S). Possible values are: \"0\" - " -"Never load images off the net. \"1\" - Load images in messages from " -"contacts. \"2\" - Always load images off the net." -msgstr "" -"Load images for HTML messages over HTTP(S). Possible values are: \"0\" - " -"Never load images off the net. \"1\" - Load images in messages from " -"contacts. \"2\" - Always load images off the net." +msgid "Load images for HTML messages over HTTP(S). Possible values are: \"0\" - Never load images off the net. \"1\" - Load images in messages from contacts. \"2\" - Always load images off the net." +msgstr "Load images for HTML messages over HTTP(S). Possible values are: \"0\" - Never load images off the net. \"1\" - Load images in messages from contacts. \"2\" - Always load images off the net." #: ../mail/evolution-mail.schemas.in.h:84 msgid "Log filter actions" @@ -13562,10 +12216,8 @@ msgid "Prompt the user when he or she tries to expunge a folder." msgstr "Prompt the user when he or she tries to expunge a folder." #: ../mail/evolution-mail.schemas.in.h:102 -msgid "" -"Prompt the user when he or she tries to send a message without a Subject." -msgstr "" -"Prompt the user when he or she tries to send a message without a Subject." +msgid "Prompt the user when he or she tries to send a message without a Subject." +msgstr "Prompt the user when he or she tries to send a message without a Subject." #: ../mail/evolution-mail.schemas.in.h:103 msgid "Prompt to check if the user wants to go offline immediately" @@ -13588,12 +12240,8 @@ msgid "Prompt when user tries to open 10 or more messages at once" msgstr "Prompt when user tries to open 10 or more messages at once" #: ../mail/evolution-mail.schemas.in.h:108 -msgid "" -"Prompt when user tries to send HTML mail to recipients that may not want to " -"receive HTML mail." -msgstr "" -"Prompt when user tries to send HTML mail to recipients that may not want to " -"receive HTML mail." +msgid "Prompt when user tries to send HTML mail to recipients that may not want to receive HTML mail." +msgstr "Prompt when user tries to send HTML mail to recipients that may not want to receive HTML mail." #: ../mail/evolution-mail.schemas.in.h:109 msgid "Prompt when user tries to send a message with no To or Cc recipients." @@ -13644,300 +12292,250 @@ msgid "Server synchronization interval" msgstr "Server synchronization interval" #: ../mail/evolution-mail.schemas.in.h:121 +msgid "Show \"Bcc\" field when sending a mail message" +msgstr "" + +#: ../mail/evolution-mail.schemas.in.h:122 +msgid "Show \"Cc\" field when sending a mail message" +msgstr "" + +#: ../mail/evolution-mail.schemas.in.h:123 +msgid "Show \"From\" field when posting to a newsgroup" +msgstr "" + +#: ../mail/evolution-mail.schemas.in.h:124 +msgid "Show \"From\" field when sending a mail message" +msgstr "" + +#: ../mail/evolution-mail.schemas.in.h:125 +msgid "Show \"Reply To\" field when posting to a newsgroup" +msgstr "" + +#: ../mail/evolution-mail.schemas.in.h:126 +msgid "Show \"Reply To\" field when sending a mail message" +msgstr "" + +#: ../mail/evolution-mail.schemas.in.h:127 msgid "Show Animations" msgstr "Show Animations" -#: ../mail/evolution-mail.schemas.in.h:122 +#: ../mail/evolution-mail.schemas.in.h:128 msgid "Show animated images as animations." msgstr "Show animated images as animations." -#: ../mail/evolution-mail.schemas.in.h:123 +#: ../mail/evolution-mail.schemas.in.h:129 msgid "Show deleted messages (with a strike-through) in the message-list." msgstr "Show deleted messages (with a strike-through) in the message-list." -#: ../mail/evolution-mail.schemas.in.h:124 +#: ../mail/evolution-mail.schemas.in.h:130 msgid "Show deleted messages in the message-list" msgstr "Show deleted messages in the message-list" -#: ../mail/evolution-mail.schemas.in.h:125 +#: ../mail/evolution-mail.schemas.in.h:131 msgid "Show photo of the sender" msgstr "Show photo of the sender" -#: ../mail/evolution-mail.schemas.in.h:128 -msgid "" -"Show the email-address of the sender in a separate column in the message " -"list." -msgstr "" -"Show the email-address of the sender in a separate column in the message " -"list." +#: ../mail/evolution-mail.schemas.in.h:132 +msgid "Show the \"Bcc\" field when sending a mail message. This is controlled from the View menu when a mail account is chosen." +msgstr "Show the \"Bcc\" field when sending a mail message. This is controlled from the View menu when a mail account is chosen." -#: ../mail/evolution-mail.schemas.in.h:129 +#: ../mail/evolution-mail.schemas.in.h:133 +msgid "Show the \"Cc\" field when sending a mail message. This is controlled from the View menu when a mail account is chosen." +msgstr "Show the \"Cc\" field when sending a mail message. This is controlled from the View menu when a mail account is chosen." + +#: ../mail/evolution-mail.schemas.in.h:134 +msgid "Show the \"From\" field when posting to a newsgroup. This is controlled from the View menu when a news account is chosen." +msgstr "Show the \"From\" field when posting to a newsgroup. This is controlled from the View menu when a news account is chosen." + +#: ../mail/evolution-mail.schemas.in.h:135 +msgid "Show the \"From\" field when sending a mail message. This is controlled from the View menu when a mail account is chosen." +msgstr "Show the \"From\" field when sending a mail message. This is controlled from the View menu when a mail account is chosen." + +#: ../mail/evolution-mail.schemas.in.h:138 +msgid "Show the \"Reply To\" field when posting to a newsgroup. This is controlled from the View menu when a news account is chosen." +msgstr "Show the \"Reply To\" field when posting to a newsgroup. This is controlled from the View menu when a news account is chosen." + +#: ../mail/evolution-mail.schemas.in.h:139 +msgid "Show the \"Reply To\" field when sending a mail message. This is controlled from the View menu when a mail account is chosen." +msgstr "Show the \"Reply To\" field when sending a mail message. This is controlled from the View menu when a mail account is chosen." + +#: ../mail/evolution-mail.schemas.in.h:140 +msgid "Show the email-address of the sender in a separate column in the message list." +msgstr "Show the email-address of the sender in a separate column in the message list." + +#: ../mail/evolution-mail.schemas.in.h:141 msgid "Show the photo of the sender in the message reading pane." msgstr "Show the photo of the sender in the message reading pane." -#: ../mail/evolution-mail.schemas.in.h:130 +#: ../mail/evolution-mail.schemas.in.h:142 msgid "Spell check inline" msgstr "Spell check inline" -#: ../mail/evolution-mail.schemas.in.h:131 +#: ../mail/evolution-mail.schemas.in.h:143 msgid "Spell checking color" msgstr "Spell checking color" -#: ../mail/evolution-mail.schemas.in.h:132 +#: ../mail/evolution-mail.schemas.in.h:144 msgid "Spell checking languages" msgstr "Spell checking languages" -#: ../mail/evolution-mail.schemas.in.h:133 +#: ../mail/evolution-mail.schemas.in.h:145 msgid "Subscribe dialog default height" msgstr "Subscribe dialog default height" -#: ../mail/evolution-mail.schemas.in.h:134 +#: ../mail/evolution-mail.schemas.in.h:146 msgid "Subscribe dialog default width" msgstr "Subscribe dialog default width" -#: ../mail/evolution-mail.schemas.in.h:135 +#: ../mail/evolution-mail.schemas.in.h:147 msgid "Terminal font" msgstr "Terminal font" -#: ../mail/evolution-mail.schemas.in.h:136 +#: ../mail/evolution-mail.schemas.in.h:148 msgid "Text message part limit" msgstr "Text message part limit" -#: ../mail/evolution-mail.schemas.in.h:137 +#: ../mail/evolution-mail.schemas.in.h:149 msgid "The default plugin for Junk hook" msgstr "The default plugin for Junk hook" -#: ../mail/evolution-mail.schemas.in.h:138 +#: ../mail/evolution-mail.schemas.in.h:150 msgid "The last time empty junk was run, in days since the epoch." msgstr "The last time empty junk was run, in days since the epoch." -#: ../mail/evolution-mail.schemas.in.h:139 +#: ../mail/evolution-mail.schemas.in.h:151 msgid "The last time empty trash was run, in days since the epoch." msgstr "The last time empty trash was run, in days since the epoch." -#: ../mail/evolution-mail.schemas.in.h:140 +#: ../mail/evolution-mail.schemas.in.h:152 msgid "The terminal font for mail display." msgstr "The terminal font for mail display." -#: ../mail/evolution-mail.schemas.in.h:141 +#: ../mail/evolution-mail.schemas.in.h:153 msgid "The variable width font for mail display." msgstr "The variable width font for mail display." -#: ../mail/evolution-mail.schemas.in.h:142 -msgid "" -"This can have three possible values. \"0\" for errors. \"1\" for warnings. " -"\"2\" for debug messages." -msgstr "" -"This can have three possible values. \"0\" for errors. \"1\" for warnings. " -"\"2\" for debug messages." +#: ../mail/evolution-mail.schemas.in.h:154 +msgid "This can have three possible values. \"0\" for errors. \"1\" for warnings. \"2\" for debug messages." +msgstr "This can have three possible values. \"0\" for errors. \"1\" for warnings. \"2\" for debug messages." -#: ../mail/evolution-mail.schemas.in.h:143 -#| msgid "" -#| "This decides the max size of the text part that can be formatted under " -#| "evolution. The default is 4MB / 4096 KB and is specified interms of KB." -msgid "" -"This decides the max size of the text part that can be formatted under " -"Evolution. The default is 4MB / 4096 KB and is specified in terms of KB." -msgstr "" -"This decides the max size of the text part that can be formatted under " -"Evolution. The default is 4MB / 4096 KB and is specified in terms of KB." +#: ../mail/evolution-mail.schemas.in.h:155 +msgid "This decides the max size of the text part that can be formatted under Evolution. The default is 4MB / 4096 KB and is specified in terms of KB." +msgstr "This decides the max size of the text part that can be formatted under Evolution. The default is 4MB / 4096 KB and is specified in terms of KB." -#: ../mail/evolution-mail.schemas.in.h:144 -msgid "" -"This is the default junk plugin, even though there are multiple plugins " -"enabled. If the default listed plugin is disabled, then it won't fall back " -"to the other available plugins." -msgstr "" -"This is the default junk plugin, even though there are multiple plugins " -"enabled. If the default listed plugin is disabled, then it won't fall back " -"to the other available plugins." +#: ../mail/evolution-mail.schemas.in.h:156 +msgid "This is the default junk plugin, even though there are multiple plugins enabled. If the default listed plugin is disabled, then it won't fall back to the other available plugins." +msgstr "This is the default junk plugin, even though there are multiple plugins enabled. If the default listed plugin is disabled, then it won't fall back to the other available plugins." -#: ../mail/evolution-mail.schemas.in.h:145 -msgid "" -"This key is read only once and reset to \"false\" after read. This unselects " -"the mail in the list and removes the preview for that folder." -msgstr "" -"This key is read only once and reset to \"false\" after read. This unselects " -"the mail in the list and removes the preview for that folder." +#: ../mail/evolution-mail.schemas.in.h:157 +msgid "This key is read only once and reset to \"false\" after read. This unselects the mail in the list and removes the preview for that folder." +msgstr "This key is read only once and reset to \"false\" after read. This unselects the mail in the list and removes the preview for that folder." -#: ../mail/evolution-mail.schemas.in.h:146 -msgid "" -"This key should contain a list of XML structures specifying custom headers, " -"and whether they are to be displayed. The format of the XML structure is <" -"header enabled> - set enabled if the header is to be displayed in the " -"mail view." -msgstr "" -"This key should contain a list of XML structures specifying custom headers, " -"and whether they are to be displayed. The format of the XML structure is <" -"header enabled> - set enabled if the header is to be displayed in the " -"mail view." +#: ../mail/evolution-mail.schemas.in.h:158 +msgid "This key should contain a list of XML structures specifying custom headers, and whether they are to be displayed. The format of the XML structure is <header enabled> - set enabled if the header is to be displayed in the mail view." +msgstr "This key should contain a list of XML structures specifying custom headers, and whether they are to be displayed. The format of the XML structure is <header enabled> - set enabled if the header is to be displayed in the mail view." -#: ../mail/evolution-mail.schemas.in.h:147 -msgid "" -"This option is related to the key lookup_addressbook and is used to " -"determine whether to look up addresses in local address book only to exclude " -"mail sent by known contacts from junk filtering." -msgstr "" -"This option is related to the key lookup_addressbook and is used to " -"determine whether to look up addresses in local address book only to exclude " -"mail sent by known contacts from junk filtering." +#: ../mail/evolution-mail.schemas.in.h:159 +msgid "This option is related to the key lookup_addressbook and is used to determine whether to look up addresses in local address book only to exclude mail sent by known contacts from junk filtering." +msgstr "This option is related to the key lookup_addressbook and is used to determine whether to look up addresses in local address book only to exclude mail sent by known contacts from junk filtering." -#: ../mail/evolution-mail.schemas.in.h:148 +#: ../mail/evolution-mail.schemas.in.h:160 msgid "This option would help in improving the speed of fetching." msgstr "This option would help in improving the speed of fetching." -#: ../mail/evolution-mail.schemas.in.h:149 -msgid "" -"This sets the number of addresses to show in default message list view, " -"beyond which a '...' is shown." -msgstr "" -"This sets the number of addresses to show in default message list view, " -"beyond which a '...' is shown." +#: ../mail/evolution-mail.schemas.in.h:161 +msgid "This sets the number of addresses to show in default message list view, beyond which a '...' is shown." +msgstr "This sets the number of addresses to show in default message list view, beyond which a '...' is shown." -#: ../mail/evolution-mail.schemas.in.h:150 -msgid "" -"This setting specifies whether the threads should be in expanded or " -"collapsed state by default. Evolution requires a restart." -msgstr "" -"This setting specifies whether the threads should be in expanded or " -"collapsed state by default. Evolution requires a restart." +#: ../mail/evolution-mail.schemas.in.h:162 +msgid "This setting specifies whether the threads should be in expanded or collapsed state by default. Evolution requires a restart." +msgstr "This setting specifies whether the threads should be in expanded or collapsed state by default. Evolution requires a restart." -#: ../mail/evolution-mail.schemas.in.h:151 -msgid "" -"This setting specifies whether the threads should be sorted based on latest " -"message in each thread, rather than by message's date. Evolution requires a " -"restart." -msgstr "" -"This setting specifies whether the threads should be sorted based on latest " -"message in each thread, rather than by message's date. Evolution requires a " -"restart." +#: ../mail/evolution-mail.schemas.in.h:163 +msgid "This setting specifies whether the threads should be sorted based on latest message in each thread, rather than by message's date. Evolution requires a restart." +msgstr "This setting specifies whether the threads should be sorted based on latest message in each thread, rather than by message's date. Evolution requires a restart." -#: ../mail/evolution-mail.schemas.in.h:152 +#: ../mail/evolution-mail.schemas.in.h:164 msgid "Thread the message list." msgstr "Thread the message list." -#: ../mail/evolution-mail.schemas.in.h:153 +#: ../mail/evolution-mail.schemas.in.h:165 msgid "Thread the message-list" msgstr "Thread the message-list" -#: ../mail/evolution-mail.schemas.in.h:154 +#: ../mail/evolution-mail.schemas.in.h:166 msgid "Thread the message-list based on Subject" msgstr "Thread the message-list based on Subject" -#: ../mail/evolution-mail.schemas.in.h:155 +#: ../mail/evolution-mail.schemas.in.h:167 msgid "Timeout for marking message as seen" msgstr "Timeout for marking message as seen" -#: ../mail/evolution-mail.schemas.in.h:156 +#: ../mail/evolution-mail.schemas.in.h:168 msgid "Timeout for marking message as seen." msgstr "Timeout for marking message as seen." -#: ../mail/evolution-mail.schemas.in.h:157 +#: ../mail/evolution-mail.schemas.in.h:169 msgid "UID string of the default account." msgstr "UID string of the default account." -#: ../mail/evolution-mail.schemas.in.h:158 +#: ../mail/evolution-mail.schemas.in.h:170 msgid "Underline color for misspelled words when using inline spelling." msgstr "Underline color for misspelled words when using inline spelling." -#: ../mail/evolution-mail.schemas.in.h:159 +#: ../mail/evolution-mail.schemas.in.h:171 msgid "Use SpamAssassin daemon and client" msgstr "Use SpamAssassin daemon and client" -#: ../mail/evolution-mail.schemas.in.h:160 +#: ../mail/evolution-mail.schemas.in.h:172 msgid "Use SpamAssassin daemon and client (spamc/spamd)." msgstr "Use SpamAssassin daemon and client (spamc/spamd)." -#: ../mail/evolution-mail.schemas.in.h:161 +#: ../mail/evolution-mail.schemas.in.h:173 msgid "Use custom fonts" msgstr "Use custom fonts" -#: ../mail/evolution-mail.schemas.in.h:162 +#: ../mail/evolution-mail.schemas.in.h:174 msgid "Use custom fonts for displaying mail." msgstr "Use custom fonts for displaying mail." -#: ../mail/evolution-mail.schemas.in.h:163 +#: ../mail/evolution-mail.schemas.in.h:175 msgid "Use only local spam tests." msgstr "Use only local spam tests." -#: ../mail/evolution-mail.schemas.in.h:164 +#: ../mail/evolution-mail.schemas.in.h:176 msgid "Use only the local spam tests (no DNS)." msgstr "Use only the local spam tests (no DNS)." -#: ../mail/evolution-mail.schemas.in.h:165 +#: ../mail/evolution-mail.schemas.in.h:177 msgid "Use side-by-side or wide layout" msgstr "Use side-by-side or wide layout" -#: ../mail/evolution-mail.schemas.in.h:166 +#: ../mail/evolution-mail.schemas.in.h:178 msgid "Variable width font" msgstr "Variable width font" -#: ../mail/evolution-mail.schemas.in.h:167 -msgid "View/Bcc menu item is checked" -msgstr "View/Bcc menu item is checked" - -#: ../mail/evolution-mail.schemas.in.h:168 -msgid "View/Bcc menu item is checked." -msgstr "View/Bcc menu item is checked." - -#: ../mail/evolution-mail.schemas.in.h:169 -msgid "View/Cc menu item is checked" -msgstr "View/Cc menu item is checked" - -#: ../mail/evolution-mail.schemas.in.h:170 -msgid "View/Cc menu item is checked." -msgstr "View/Cc menu item is checked." - -#: ../mail/evolution-mail.schemas.in.h:171 -msgid "View/From menu item is checked" -msgstr "View/From menu item is checked" - -#: ../mail/evolution-mail.schemas.in.h:172 -msgid "View/From menu item is checked." -msgstr "View/From menu item is checked." - -#: ../mail/evolution-mail.schemas.in.h:173 -msgid "View/PostTo menu item is checked" -msgstr "View/PostTo menu item is checked" - -#: ../mail/evolution-mail.schemas.in.h:174 -msgid "View/PostTo menu item is checked." -msgstr "View/PostTo menu item is checked." - -#: ../mail/evolution-mail.schemas.in.h:175 -msgid "View/ReplyTo menu item is checked" -msgstr "View/ReplyTo menu item is checked" - -#: ../mail/evolution-mail.schemas.in.h:176 -msgid "View/ReplyTo menu item is checked." -msgstr "View/ReplyTo menu item is checked." - -#: ../mail/evolution-mail.schemas.in.h:177 +#: ../mail/evolution-mail.schemas.in.h:179 msgid "Whether a read receipt request gets added to every message by default." msgstr "Whether a read receipt request gets added to every message by default." -#: ../mail/evolution-mail.schemas.in.h:178 -#| msgid "Whether disable ellipsizing feature of folder names in folder tree." +#: ../mail/evolution-mail.schemas.in.h:180 msgid "Whether disable ellipsizing feature of folder names in side bar." msgstr "Whether disable ellipsizing feature of folder names in side bar." -#: ../mail/evolution-mail.schemas.in.h:179 -msgid "" -"Whether or not to fall back on threading by subjects when the messages do " -"not contain In-Reply-To or References headers." -msgstr "" -"Whether or not to fall back on threading by subjects when the messages do " -"not contain In-Reply-To or References headers." +#: ../mail/evolution-mail.schemas.in.h:181 +msgid "Whether or not to fall back on threading by subjects when the messages do not contain In-Reply-To or References headers." +msgstr "Whether or not to fall back on threading by subjects when the messages do not contain In-Reply-To or References headers." -#: ../mail/evolution-mail.schemas.in.h:180 +#: ../mail/evolution-mail.schemas.in.h:182 msgid "Whether sort threads based on latest message in that thread" msgstr "Whether sort threads based on latest message in that thread" -#: ../mail/evolution-mail.schemas.in.h:181 +#: ../mail/evolution-mail.schemas.in.h:183 msgid "Width of the message-list pane" msgstr "Width of the message-list pane" -#: ../mail/evolution-mail.schemas.in.h:182 +#: ../mail/evolution-mail.schemas.in.h:184 msgid "Width of the message-list pane." msgstr "Width of the message-list pane." @@ -13955,10 +12553,12 @@ msgid "Import mail from Elm." msgstr "יבא _קובץ יחיד" #: ../mail/importers/evolution-mbox-importer.c:79 +#: ../plugins/pst-import/pst-importer.c:312 msgid "Destination folder:" msgstr "תיקיית יעד:" #: ../mail/importers/evolution-mbox-importer.c:82 +#: ../plugins/pst-import/pst-importer.c:305 msgid "Select folder to import into" msgstr "בחר תיקייה לייבא אליה" @@ -13974,7 +12574,11 @@ msgstr "" msgid "Importing mailbox" msgstr "מייבא תיבת דואר" -#: ../mail/importers/mail-importer.c:231 ../shell/e-shell-importer.c:512 +#. Destination folder, was set in our widget +#: ../mail/importers/mail-importer.c:231 +#: ../plugins/pst-import/pst-importer.c:457 +#: ../plugins/pst-import/pst-importer.c:563 +#: ../shell/e-shell-importer.c:537 #, c-format msgid "Importing `%s'" msgstr "מייבא `%s'" @@ -14001,7 +12605,8 @@ msgstr "יבא דואר מ-Pine." msgid "Mail to %s" msgstr "" -#: ../mail/mail-autofilter.c:236 ../mail/mail-autofilter.c:275 +#: ../mail/mail-autofilter.c:236 +#: ../mail/mail-autofilter.c:275 #, c-format msgid "Mail from %s" msgstr "" @@ -14020,89 +12625,89 @@ msgstr "רשימת תפוצה %s" msgid "Add Filter Rule" msgstr "הוסף חוק סינון" -#: ../mail/mail-component.c:550 +#: ../mail/mail-component.c:552 #, c-format msgid "%d selected, " msgid_plural "%d selected, " msgstr[0] "אחד נבחר, " msgstr[1] "%d נבחרו, " -#: ../mail/mail-component.c:554 +#: ../mail/mail-component.c:556 #, c-format msgid "%d deleted" msgid_plural "%d deleted" msgstr[0] "%d נמחק" msgstr[1] "%d נמחק" -#: ../mail/mail-component.c:561 +#: ../mail/mail-component.c:563 #, c-format msgid "%d junk" msgid_plural "%d junk" msgstr[0] "%d דואר זבל" msgstr[1] "%d דואר זבל" -#: ../mail/mail-component.c:564 +#: ../mail/mail-component.c:566 #, c-format msgid "%d draft" msgid_plural "%d drafts" msgstr[0] "טיוטה %d" msgstr[1] "%d טיוטות" -#: ../mail/mail-component.c:566 +#: ../mail/mail-component.c:568 #, c-format msgid "%d sent" msgid_plural "%d sent" msgstr[0] "%d נשלח" msgstr[1] "%d נשלח" -#: ../mail/mail-component.c:568 +#: ../mail/mail-component.c:570 #, c-format msgid "%d unsent" msgid_plural "%d unsent" msgstr[0] "%d לא נשלח" msgstr[1] "%d לא נשלח" -#: ../mail/mail-component.c:574 +#: ../mail/mail-component.c:576 #, c-format msgid "%d unread, " msgid_plural "%d unread, " msgstr[0] "%d לא נקראה, " msgstr[1] "%d לא נקראו, " -#: ../mail/mail-component.c:575 +#: ../mail/mail-component.c:577 #, c-format msgid "%d total" msgid_plural "%d total" msgstr[0] "%d סה\"כ" msgstr[1] "%d סה\"כ" -#: ../mail/mail-component.c:927 +#: ../mail/mail-component.c:929 msgid "New Mail Message" msgstr "הודאת דואר חדשה" -#: ../mail/mail-component.c:928 +#: ../mail/mail-component.c:930 msgctxt "New" msgid "_Mail Message" msgstr "_הודעת דואר" -#: ../mail/mail-component.c:929 +#: ../mail/mail-component.c:931 msgid "Compose a new mail message" msgstr "חבר הודעת דואר חדשה" -#: ../mail/mail-component.c:935 +#: ../mail/mail-component.c:937 msgid "New Mail Folder" msgstr "תיקיית דואר חדשה" -#: ../mail/mail-component.c:936 +#: ../mail/mail-component.c:938 msgctxt "New" msgid "Mail _Folder" msgstr "_תיקיית דואר" -#: ../mail/mail-component.c:937 +#: ../mail/mail-component.c:939 msgid "Create a new mail folder" msgstr "צור תיקיית דואר חדשה" -#: ../mail/mail-component.c:1084 +#: ../mail/mail-component.c:1086 msgid "Failed upgrading Mail settings or folders." msgstr "" @@ -14270,62 +12875,78 @@ msgstr "" msgid "Always request rea_d receipt" msgstr "משתתפים דרושים" -#: ../mail/mail-config.glade.h:46 +#: ../mail/mail-config.glade.h:45 +#, fuzzy +msgid "" +"Attachment\n" +"Inline\n" +"Quoted" +msgstr "מאפייני תצריף" + +#: ../mail/mail-config.glade.h:48 +msgid "" +"Attachment\n" +"Inline (Outlook style)\n" +"Quoted\n" +"Do not quote" +msgstr "" + +#: ../mail/mail-config.glade.h:52 #, fuzzy msgid "Automatically insert _emoticon images" msgstr "בדוק אם קיים _דואר חדש כל" -#: ../mail/mail-config.glade.h:47 +#: ../mail/mail-config.glade.h:53 msgid "Baltic (ISO-8859-13)" msgstr "בלטי (ISO-8859-13)" -#: ../mail/mail-config.glade.h:48 +#: ../mail/mail-config.glade.h:54 msgid "Baltic (ISO-8859-4)" msgstr "בלטי (ISO-8859-4)" -#: ../mail/mail-config.glade.h:49 +#: ../mail/mail-config.glade.h:55 msgid "C_haracter set:" msgstr "קי_דוד תוים:" -#: ../mail/mail-config.glade.h:50 +#: ../mail/mail-config.glade.h:56 msgid "Ch_eck for Supported Types " msgstr "ב_דוק סוגי הזדהות נתמכים" -#: ../mail/mail-config.glade.h:51 +#: ../mail/mail-config.glade.h:57 #, fuzzy msgid "Check cu_stom headers for junk" msgstr "בדוק האם דואר נכנס מכיל דואר זבל" -#: ../mail/mail-config.glade.h:52 +#: ../mail/mail-config.glade.h:58 #, fuzzy msgid "Check incoming _messages for junk" msgstr "בדוק האם דואר נכנס מכיל דואר זבל" -#: ../mail/mail-config.glade.h:53 +#: ../mail/mail-config.glade.h:59 msgid "Check spelling while I _type" msgstr "בדוק איות ב_זמן ההקלדה" -#: ../mail/mail-config.glade.h:54 +#: ../mail/mail-config.glade.h:60 msgid "Checks incoming mail messages to be Junk" msgstr "" -#: ../mail/mail-config.glade.h:55 +#: ../mail/mail-config.glade.h:61 msgid "Cle_ar" msgstr "_נקה" -#: ../mail/mail-config.glade.h:56 +#: ../mail/mail-config.glade.h:62 msgid "Clea_r" msgstr "_נקה" -#: ../mail/mail-config.glade.h:57 +#: ../mail/mail-config.glade.h:63 msgid "Color for _misspelled words:" msgstr "צבע עבור _שגיאות כתיב:" -#: ../mail/mail-config.glade.h:58 +#: ../mail/mail-config.glade.h:64 msgid "Confirm _when expunging a folder" msgstr "" -#: ../mail/mail-config.glade.h:59 +#: ../mail/mail-config.glade.h:65 msgid "" "Congratulations, your mail configuration is complete.\n" "\n" @@ -14340,252 +12961,216 @@ msgstr "" "\n" "לחץ \"החל\" כדי לשמור את ההגדרות." -#: ../mail/mail-config.glade.h:65 +#: ../mail/mail-config.glade.h:71 msgid "De_fault" msgstr "_ברירת מחדל" -#: ../mail/mail-config.glade.h:66 +#: ../mail/mail-config.glade.h:72 msgid "Default character e_ncoding:" msgstr "קידוד _תווים ברירת המחדל:" -#: ../mail/mail-config.glade.h:68 +#: ../mail/mail-config.glade.h:74 msgid "Delete junk messages on e_xit" msgstr "מחק הודעות זבל בי_ציאה" -#: ../mail/mail-config.glade.h:70 +#: ../mail/mail-config.glade.h:76 msgid "Digitally sign o_utgoing messages (by default)" msgstr "" -#: ../mail/mail-config.glade.h:71 +#: ../mail/mail-config.glade.h:77 msgid "Do not format messages when text si_ze exceeds" msgstr "" -#: ../mail/mail-config.glade.h:72 +#: ../mail/mail-config.glade.h:78 msgid "Do not mar_k messages as junk if sender is in my address book" msgstr "" -#: ../mail/mail-config.glade.h:73 -msgid "Do not quote" -msgstr "אל תצטט" - -#: ../mail/mail-config.glade.h:74 +#: ../mail/mail-config.glade.h:79 msgid "Done" msgstr "סיום" -#: ../mail/mail-config.glade.h:75 +#: ../mail/mail-config.glade.h:80 msgid "Drafts _Folder:" msgstr "תיקיית _טיוטות:" -#: ../mail/mail-config.glade.h:76 +#: ../mail/mail-config.glade.h:81 msgid "Email Accounts" msgstr "חשבונות דוא\"ל" -#: ../mail/mail-config.glade.h:77 +#: ../mail/mail-config.glade.h:82 msgid "Email _Address:" msgstr "כתובת _דוא\"ל:" -#: ../mail/mail-config.glade.h:78 +#: ../mail/mail-config.glade.h:83 msgid "Empty trash folders on e_xit" msgstr "רוקן את תיקיות האשפה בי_ציאה" -#: ../mail/mail-config.glade.h:79 +#: ../mail/mail-config.glade.h:84 #, fuzzy -#| msgid "Enable or disable magic space bar" msgid "Enable Magic S_pacebar" msgstr "Enable or disable magic space bar" -#: ../mail/mail-config.glade.h:80 +#: ../mail/mail-config.glade.h:85 msgid "Enable Sea_rch Folders" msgstr "אפשר _תיקיות חיפוש" -#: ../mail/mail-config.glade.h:82 +#: ../mail/mail-config.glade.h:87 msgid "Encry_ption certificate:" msgstr "תעודת ה_צפנה:" -#: ../mail/mail-config.glade.h:83 +#: ../mail/mail-config.glade.h:88 msgid "Encrypt out_going messages (by default)" msgstr "הצפן הודעות יוצ_אות (כברירת מחדל)" -#: ../mail/mail-config.glade.h:85 +#: ../mail/mail-config.glade.h:90 msgid "Fi_xed-width:" msgstr "רו_חב-קבוע:" -#: ../mail/mail-config.glade.h:86 +#: ../mail/mail-config.glade.h:91 msgid "Fix_ed width Font:" msgstr "גופן _רוחב קבוע:" -#: ../mail/mail-config.glade.h:87 +#: ../mail/mail-config.glade.h:92 msgid "Font Properties" msgstr "מאפייני גופן" -#: ../mail/mail-config.glade.h:88 +#: ../mail/mail-config.glade.h:93 msgid "Format messages in _HTML" msgstr "" -#: ../mail/mail-config.glade.h:89 +#: ../mail/mail-config.glade.h:94 msgid "Full Nam_e:" msgstr "_שם מלא:" -#: ../mail/mail-config.glade.h:91 +#: ../mail/mail-config.glade.h:96 msgid "HTML Messages" msgstr "הודעות HTML" -#: ../mail/mail-config.glade.h:92 +#: ../mail/mail-config.glade.h:97 msgid "H_TTP Proxy:" msgstr "_מתווך HTTP:" -#: ../mail/mail-config.glade.h:93 +#: ../mail/mail-config.glade.h:98 msgid "Headers" msgstr "כותרות" -#: ../mail/mail-config.glade.h:94 +#: ../mail/mail-config.glade.h:99 msgid "Highlight _quotations with" msgstr "הדגש _ציטוטים עם" -#: ../mail/mail-config.glade.h:96 -msgid "Inline" -msgstr "פנימי" - -#: ../mail/mail-config.glade.h:97 -msgid "Inline (Outlook style)" -msgstr "" - -#: ../mail/mail-config.glade.h:99 +#: ../mail/mail-config.glade.h:102 msgid "KB" msgstr "KB" -#: ../mail/mail-config.glade.h:100 ../mail/message-list.etspec.h:8 +#: ../mail/mail-config.glade.h:103 +#: ../mail/message-list.etspec.h:8 msgid "Labels" msgstr "תויות" -#: ../mail/mail-config.glade.h:101 +#: ../mail/mail-config.glade.h:104 msgid "Languages Table" msgstr "טבלת שפות" -#: ../mail/mail-config.glade.h:102 +#: ../mail/mail-config.glade.h:105 msgid "Mail Configuration" msgstr "הגדרות דואר" -#: ../mail/mail-config.glade.h:103 +#: ../mail/mail-config.glade.h:106 msgid "Mail Headers Table" msgstr "" -#: ../mail/mail-config.glade.h:105 +#: ../mail/mail-config.glade.h:108 msgid "Mailbox location" msgstr "" -#: ../mail/mail-config.glade.h:106 +#: ../mail/mail-config.glade.h:109 msgid "Message Composer" msgstr "עורך הודעה" -#: ../mail/mail-config.glade.h:107 +#: ../mail/mail-config.glade.h:110 msgid "No _Proxy for:" msgstr "אין _מתווך עבור:" -#: ../mail/mail-config.glade.h:108 -msgid "" -"Note: Underscore in the label name is used as mnemonic identifier in menu." +#: ../mail/mail-config.glade.h:111 +msgid "Note: Underscore in the label name is used as mnemonic identifier in menu." msgstr "" -#: ../mail/mail-config.glade.h:109 -msgid "" -"Note: you will not be prompted for a password until you connect for the " -"first time" +#: ../mail/mail-config.glade.h:112 +msgid "Note: you will not be prompted for a password until you connect for the first time" msgstr "" -#: ../mail/mail-config.glade.h:110 +#: ../mail/mail-config.glade.h:113 msgid "Option is ignored if a match for custom junk headers is found." msgstr "" -#: ../mail/mail-config.glade.h:111 +#: ../mail/mail-config.glade.h:114 msgid "Or_ganization:" msgstr "_ארגון:" -#: ../mail/mail-config.glade.h:112 +#: ../mail/mail-config.glade.h:115 msgid "PGP/GPG _Key ID:" msgstr "מזהה מפתח _PGP/GPG:" -#: ../mail/mail-config.glade.h:113 +#: ../mail/mail-config.glade.h:116 msgid "Pass_word:" msgstr "_סיסמה:" -#: ../mail/mail-config.glade.h:115 +#: ../mail/mail-config.glade.h:118 msgid "" "Please enter a descriptive name for this account in the space below.\n" "This name will be used for display purposes only." msgstr "" -#: ../mail/mail-config.glade.h:117 -msgid "" -"Please enter information about the way you will send mail. If you are not " -"sure, ask your system administrator or Internet Service Provider." -msgstr "" -"אנא הכנס מידע על דרך שליחת הדואר. אם אינך בטוח, שאל את מנהל המערכת או את ספק " -"האינטרנט." +#: ../mail/mail-config.glade.h:120 +msgid "Please enter information about the way you will send mail. If you are not sure, ask your system administrator or Internet Service Provider." +msgstr "אנא הכנס מידע על דרך שליחת הדואר. אם אינך בטוח, שאל את מנהל המערכת או את ספק האינטרנט." -#: ../mail/mail-config.glade.h:118 -msgid "" -"Please enter your name and email address below. The \"optional\" fields " -"below do not need to be filled in, unless you wish to include this " -"information in email you send." -msgstr "" -"נא הכנס את שמך וכתובת הדוא\"ל שלך. אין חובה למלא את השדות ה \"לא הכרחיים\"," -"אלא אם אתה מעוניין לכלול מידע זה בהודעות שאתה שולח." +#: ../mail/mail-config.glade.h:121 +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 "נא הכנס את שמך וכתובת הדוא\"ל שלך. אין חובה למלא את השדות ה \"לא הכרחיים\",אלא אם אתה מעוניין לכלול מידע זה בהודעות שאתה שולח." -#: ../mail/mail-config.glade.h:119 +#: ../mail/mail-config.glade.h:122 msgid "Please select among the following options" msgstr "בחר בבקשה מהאפשרויות הבאות" -#: ../mail/mail-config.glade.h:120 +#: ../mail/mail-config.glade.h:123 msgid "Port:" msgstr "שער:" -#: ../mail/mail-config.glade.h:121 +#: ../mail/mail-config.glade.h:124 msgid "Pr_ompt when sending messages with only Bcc recipients defined" msgstr "" -#: ../mail/mail-config.glade.h:122 -msgid "Quoted" -msgstr "" - -#: ../mail/mail-config.glade.h:123 +#: ../mail/mail-config.glade.h:125 msgid "Re_member password" msgstr "_זכור את הסיסמה" -#: ../mail/mail-config.glade.h:124 +#: ../mail/mail-config.glade.h:126 msgid "Re_ply-To:" msgstr "ה_שב אל:" -#: ../mail/mail-config.glade.h:126 +#: ../mail/mail-config.glade.h:128 msgid "Remember _password" msgstr "זכור _סיסמה" -#: ../mail/mail-config.glade.h:127 -msgid "S_OCKS Host:" -msgstr "מארח S_OCKS:" - -#: ../mail/mail-config.glade.h:128 +#: ../mail/mail-config.glade.h:129 #, fuzzy msgid "S_earch for sender photograph only in local address books" msgstr "Search for the sender photo in local addressbooks" -#: ../mail/mail-config.glade.h:129 +#: ../mail/mail-config.glade.h:130 msgid "S_elect..." msgstr "ב_חר..." -#: ../mail/mail-config.glade.h:130 +#: ../mail/mail-config.glade.h:131 #, fuzzy msgid "S_end message receipts:" msgstr "ש_לח הודעה ל..." -#: ../mail/mail-config.glade.h:131 +#: ../mail/mail-config.glade.h:132 msgid "S_tandard Font:" msgstr "גופן _רגיל:" -#: ../mail/mail-config.glade.h:133 -msgid "Select Drafts Folder" -msgstr "בחר תיקיית טיוטות" - #: ../mail/mail-config.glade.h:134 msgid "Select HTML fixed width font" msgstr "בחר גופן רוחב קבוע עבור HTML" @@ -14602,68 +13187,62 @@ msgstr "בחר גופן רוחב משתנה עבור HTML" msgid "Select HTML variable width font for printing" msgstr "בחר גופן רוחב משתנה עבור הדפסת HTML" -#: ../mail/mail-config.glade.h:138 -msgid "Select Sent Folder" -msgstr "בחר תיקיית דואר נשלח" - -#: ../mail/mail-config.glade.h:140 +#: ../mail/mail-config.glade.h:139 msgid "Sending Mail" msgstr "שליחת דואר" -#: ../mail/mail-config.glade.h:141 +#: ../mail/mail-config.glade.h:140 msgid "Sent _Messages Folder:" msgstr "תיקיית הודעת ש_נשלחו:" -#: ../mail/mail-config.glade.h:142 +#: ../mail/mail-config.glade.h:141 msgid "Ser_ver requires authentication" msgstr "ה_שרת דורש הזדהות" -#: ../mail/mail-config.glade.h:143 +#: ../mail/mail-config.glade.h:142 msgid "Server _Type: " msgstr "_סוג השרת: " -#: ../mail/mail-config.glade.h:144 +#: ../mail/mail-config.glade.h:143 msgid "Sig_ning certificate:" msgstr "תעודת _חתימה:" -#: ../mail/mail-config.glade.h:145 +#: ../mail/mail-config.glade.h:144 msgid "Signat_ure:" msgstr "ח_תימה:" -#: ../mail/mail-config.glade.h:146 +#: ../mail/mail-config.glade.h:145 msgid "Signatures" msgstr "חתימות" -#: ../mail/mail-config.glade.h:147 +#: ../mail/mail-config.glade.h:146 msgid "Signatures Table" msgstr "טבלת חתימות" -#: ../mail/mail-config.glade.h:148 +#: ../mail/mail-config.glade.h:147 msgid "Spell Checking" msgstr "בדיקת איות" -#: ../mail/mail-config.glade.h:149 +#: ../mail/mail-config.glade.h:148 msgid "Start _typing at the bottom on replying" msgstr "" -#: ../mail/mail-config.glade.h:150 +#: ../mail/mail-config.glade.h:149 msgid "T_ype: " msgstr "_סוג: " -#: ../mail/mail-config.glade.h:151 -msgid "" -"The list of languages here reflects only the languages for which you have a " -"dictionary installed." +#: ../mail/mail-config.glade.h:150 +msgid "The list of languages here reflects only the languages for which you have a dictionary installed." msgstr "" -#: ../mail/mail-config.glade.h:152 +#: ../mail/mail-config.glade.h:151 msgid "" "The output of this script will be used as your\n" "signature. The name you specify will be used\n" "for display purposes only. " msgstr "" -#: ../mail/mail-config.glade.h:155 +#: ../mail/mail-config.glade.h:154 msgid "" "Type the name by which you would like to refer to this account.\n" "For example: \"Work\" or \"Personal\"" @@ -14671,26 +13250,27 @@ msgstr "" "הקלד את שם החשבון.\n" "למשל \"עבודה\" או \"אישי\"" -#: ../mail/mail-config.glade.h:157 +#: ../mail/mail-config.glade.h:156 msgid "Us_ername:" msgstr "שם מ_שתמש:" -#: ../mail/mail-config.glade.h:158 +#: ../mail/mail-config.glade.h:157 msgid "Use Authe_ntication" msgstr "שימוש בה_זדהות" -#: ../mail/mail-config.glade.h:159 ../plugins/caldav/caldav-source.c:387 -#: ../plugins/google-account-setup/google-source.c:634 -#: ../plugins/google-account-setup/google-contacts-source.c:288 -#: ../plugins/webdav-account-setup/webdav-contacts-source.c:323 +#: ../mail/mail-config.glade.h:158 +#: ../plugins/caldav/caldav-source.c:405 +#: ../plugins/google-account-setup/google-source.c:613 +#: ../plugins/google-account-setup/google-contacts-source.c:280 +#: ../plugins/webdav-account-setup/webdav-contacts-source.c:308 msgid "User_name:" msgstr "שם משתמש:" -#: ../mail/mail-config.glade.h:160 +#: ../mail/mail-config.glade.h:159 msgid "V_ariable-width:" msgstr "_רוחב-משתנה:" -#: ../mail/mail-config.glade.h:161 +#: ../mail/mail-config.glade.h:160 msgid "" "Welcome to the Evolution Mail Configuration Assistant.\n" "\n" @@ -14700,115 +13280,110 @@ msgstr "" "\n" "לחץ \"קדימה\" להתחיל. " -#: ../mail/mail-config.glade.h:164 +#: ../mail/mail-config.glade.h:163 msgid "_Add Signature" msgstr "הו_סף חתימה" -#: ../mail/mail-config.glade.h:165 +#: ../mail/mail-config.glade.h:164 msgid "_Always load images from the Internet" msgstr "תמיד _טען תמונות מהאינטרנט" -#: ../mail/mail-config.glade.h:166 -#, fuzzy -msgid "_Automatic proxy configuration URL:" -msgstr "Automatic smiley recognition" - -#: ../mail/mail-config.glade.h:167 +#: ../mail/mail-config.glade.h:165 msgid "_Default junk plugin:" msgstr "" -#: ../mail/mail-config.glade.h:168 +#: ../mail/mail-config.glade.h:166 msgid "_Direct connection to the Internet" msgstr "חיבור _ישיר לאינטרנט" -#: ../mail/mail-config.glade.h:169 +#: ../mail/mail-config.glade.h:167 msgid "_Do not sign meeting requests (for Outlook compatibility)" msgstr "" -#: ../mail/mail-config.glade.h:171 +#: ../mail/mail-config.glade.h:169 msgid "_Forward style:" msgstr "_סגנון העברה:" -#: ../mail/mail-config.glade.h:172 +#: ../mail/mail-config.glade.h:170 msgid "_Keep Signature above the original message on replying" msgstr "" -#: ../mail/mail-config.glade.h:173 +#: ../mail/mail-config.glade.h:171 msgid "_Load images in messages from contacts" msgstr "טען _תמונות בהודעות מאנשי קשר" -#: ../mail/mail-config.glade.h:174 +#: ../mail/mail-config.glade.h:172 #, fuzzy msgid "_Lookup in local address book only" msgstr "ספר הכתובות של אבולוציה" -#: ../mail/mail-config.glade.h:175 +#: ../mail/mail-config.glade.h:173 msgid "_Make this my default account" msgstr "ה_פוך חשבון זה לחשבון ברירת המחדל" -#: ../mail/mail-config.glade.h:176 +#: ../mail/mail-config.glade.h:174 msgid "_Manual proxy configuration:" msgstr "הגדרות מתווך י_דניות:" -#: ../mail/mail-config.glade.h:177 +#: ../mail/mail-config.glade.h:175 msgid "_Mark messages as read after" msgstr "_סמן הודעות כאילו שנ_קראו לאחר" -#: ../mail/mail-config.glade.h:179 +#: ../mail/mail-config.glade.h:177 msgid "_Never load images from the Internet" msgstr "אל תטען תמונות מהאינטרנט ל_עולם" -#: ../mail/mail-config.glade.h:180 +#: ../mail/mail-config.glade.h:178 msgid "_Path:" msgstr "_נתיב:" -#: ../mail/mail-config.glade.h:181 +#: ../mail/mail-config.glade.h:179 #, fuzzy msgid "_Prompt on sending HTML mail to contacts that do not want them" msgstr "_התרע כאשר הודעות HTML נשלחות לאנשי קשר של רוצים אותן" -#: ../mail/mail-config.glade.h:182 +#: ../mail/mail-config.glade.h:180 msgid "_Prompt when sending messages with an empty subject line" msgstr "ה_תרע כאשר הודעות עם נושא ריק נשלחות" -#: ../mail/mail-config.glade.h:183 +#: ../mail/mail-config.glade.h:181 msgid "_Reply style:" msgstr "" -#: ../mail/mail-config.glade.h:184 +#: ../mail/mail-config.glade.h:182 msgid "_Script:" msgstr "_תסריט:" -#: ../mail/mail-config.glade.h:185 +#: ../mail/mail-config.glade.h:183 msgid "_Secure HTTP Proxy:" msgstr "_מתווך HTTP מאובטח" -#: ../mail/mail-config.glade.h:186 +#: ../mail/mail-config.glade.h:184 msgid "_Select..." msgstr "ב_חר..." #. If enabled, show animation; if disabled, only display a static image without any animation -#: ../mail/mail-config.glade.h:189 +#: ../mail/mail-config.glade.h:187 msgid "_Show image animations" msgstr "הצג _אנימציות" -#: ../mail/mail-config.glade.h:190 +#: ../mail/mail-config.glade.h:188 msgid "_Show the photograph of sender in the message preview" msgstr "הצג את _תמונת השולח בתצוגה המקדימה של ההודעה" -#: ../mail/mail-config.glade.h:191 +#: ../mail/mail-config.glade.h:189 msgid "_Shrink To / Cc / Bcc headers to " -msgstr "" +msgstr "_כיווץ הכותרות אל / עותק / עותק מוסתר אל " -#: ../mail/mail-config.glade.h:192 +#: ../mail/mail-config.glade.h:190 msgid "_Use Secure Connection:" msgstr "השתמש ב_תקשורת מאובטחת:" -#: ../mail/mail-config.glade.h:193 +#: ../mail/mail-config.glade.h:191 msgid "_Use system defaults" msgstr "הש_תמש בברירת מחדל של המערכת" -#: ../mail/mail-config.glade.h:194 +#: ../mail/mail-config.glade.h:192 msgid "_Use the same fonts as other applications" msgstr "השתמש באותם _גופנים כמו יישומים אחרים" @@ -14824,6 +13399,10 @@ msgstr "צבע" msgid "description" msgstr "תיאור" +#: ../mail/mail-config.glade.h:198 +msgid "seconds" +msgstr "שניות" + #: ../mail/mail-dialogs.glade.h:1 msgid " " msgstr " " @@ -14853,201 +13432,191 @@ msgid "All local folders" msgstr "כל התיקיות המקומיות" #: ../mail/mail-dialogs.glade.h:8 -msgid "Case _sensitive" -msgstr "תלוי _רשיות" - -#: ../mail/mail-dialogs.glade.h:9 msgid "Co_mpleted" msgstr "הס_תיים" -#: ../mail/mail-dialogs.glade.h:10 -msgid "F_ind:" -msgstr "_חפש:" - -#: ../mail/mail-dialogs.glade.h:11 -msgid "Find in Message" -msgstr "חפש בהודעה" - -#: ../mail/mail-dialogs.glade.h:12 ../mail/message-tag-followup.c:276 +#: ../mail/mail-dialogs.glade.h:9 +#: ../mail/message-tag-followup.c:275 msgid "Flag to Follow Up" msgstr "" -#: ../mail/mail-dialogs.glade.h:13 +#: ../mail/mail-dialogs.glade.h:10 msgid "Folder Subscriptions" msgstr "" -#: ../mail/mail-dialogs.glade.h:14 +#: ../mail/mail-dialogs.glade.h:11 msgid "License Agreement" msgstr "הסכם רישוי" -#: ../mail/mail-dialogs.glade.h:15 -msgid "None Selected" -msgstr "" - -#: ../mail/mail-dialogs.glade.h:16 +#: ../mail/mail-dialogs.glade.h:12 msgid "S_erver:" msgstr "ש_רת:" -#: ../mail/mail-dialogs.glade.h:17 +#: ../mail/mail-dialogs.glade.h:13 msgid "Security Information" msgstr "מידע על האבטחה" -#: ../mail/mail-dialogs.glade.h:18 +#: ../mail/mail-dialogs.glade.h:14 #, fuzzy msgid "Specific folders" msgstr "בחר תיקייה" -#: ../mail/mail-dialogs.glade.h:19 +#: ../mail/mail-dialogs.glade.h:15 msgid "" "The messages you have selected for follow up are listed below.\n" "Please select a follow up action from the \"Flag\" menu." msgstr "" -#: ../mail/mail-dialogs.glade.h:21 +#: ../mail/mail-dialogs.glade.h:17 msgid "_Accept License" msgstr "_הסכם לרישיון" -#: ../mail/mail-dialogs.glade.h:22 +#: ../mail/mail-dialogs.glade.h:18 msgid "_Due By:" msgstr "ת_אריך יעד:" -#: ../mail/mail-dialogs.glade.h:23 +#: ../mail/mail-dialogs.glade.h:19 msgid "_Flag:" msgstr "" -#: ../mail/mail-dialogs.glade.h:24 +#: ../mail/mail-dialogs.glade.h:20 msgid "_Tick this to accept the license agreement" msgstr "" -#: ../mail/mail-folder-cache.c:834 +#: ../mail/mail-folder-cache.c:835 #, c-format msgid "Pinging %s" msgstr "" -#: ../mail/mail-ops.c:106 +#: ../mail/mail-ops.c:107 msgid "Filtering Selected Messages" msgstr "מסנן את ההודעות המסומנות" -#: ../mail/mail-ops.c:265 +#: ../mail/mail-ops.c:266 msgid "Fetching Mail" msgstr "מקבל דואר" #. sending mail, filtering failed -#: ../mail/mail-ops.c:561 +#: ../mail/mail-ops.c:562 #, c-format msgid "Failed to apply outgoing filters: %s" msgstr "" -#: ../mail/mail-ops.c:573 ../mail/mail-ops.c:602 +#: ../mail/mail-ops.c:574 +#: ../mail/mail-ops.c:603 #, c-format msgid "" "Failed to append to %s: %s\n" "Appending to local `Sent' folder instead." msgstr "" -#: ../mail/mail-ops.c:619 +#: ../mail/mail-ops.c:620 #, c-format msgid "Failed to append to local `Sent' folder: %s" msgstr "" -#: ../mail/mail-ops.c:725 +#: ../mail/mail-ops.c:726 +#: ../mail/mail-ops.c:807 msgid "Sending message" msgstr "שולח הודעה" -#: ../mail/mail-ops.c:735 +#: ../mail/mail-ops.c:736 #, c-format msgid "Sending message %d of %d" msgstr "שולח הודעה %d מתןך %d" -#: ../mail/mail-ops.c:762 +#: ../mail/mail-ops.c:763 #, c-format msgid "Failed to send %d of %d messages" msgstr "" -#: ../mail/mail-ops.c:764 ../mail/mail-send-recv.c:700 +#: ../mail/mail-ops.c:765 +#: ../mail/mail-send-recv.c:700 msgid "Canceled." msgstr "בוטל." -#: ../mail/mail-ops.c:766 ../mail/mail-send-recv.c:702 +#: ../mail/mail-ops.c:767 +#: ../mail/mail-send-recv.c:702 msgid "Complete." msgstr "הסתיים." -#: ../mail/mail-ops.c:872 +#: ../mail/mail-ops.c:879 msgid "Saving message to folder" msgstr "שומר את ההודעה בתיקייה" -#: ../mail/mail-ops.c:950 +#: ../mail/mail-ops.c:956 #, c-format msgid "Moving messages to %s" msgstr "מעביר את ההודעות ל%s" -#: ../mail/mail-ops.c:950 +#: ../mail/mail-ops.c:956 #, c-format msgid "Copying messages to %s" msgstr "מעתיק את ההודעות ל%s" -#: ../mail/mail-ops.c:1167 +#: ../mail/mail-ops.c:1173 msgid "Forwarded messages" msgstr "" -#: ../mail/mail-ops.c:1208 +#: ../mail/mail-ops.c:1214 #, c-format msgid "Opening folder %s" msgstr "פותח את התיקייה %s" -#: ../mail/mail-ops.c:1273 +#: ../mail/mail-ops.c:1279 #, fuzzy, c-format msgid "Retrieving quota information for folder %s" msgstr "עורך אנשי הקשר" -#: ../mail/mail-ops.c:1342 +#: ../mail/mail-ops.c:1348 #, c-format msgid "Opening store %s" msgstr "" -#: ../mail/mail-ops.c:1413 +#: ../mail/mail-ops.c:1419 #, c-format msgid "Removing folder %s" msgstr "מסיר את התיקייה %s" -#: ../mail/mail-ops.c:1531 +#: ../mail/mail-ops.c:1537 #, c-format msgid "Storing folder '%s'" msgstr "" -#: ../mail/mail-ops.c:1594 +#: ../mail/mail-ops.c:1600 #, c-format msgid "Expunging and storing account '%s'" msgstr "" -#: ../mail/mail-ops.c:1595 +#: ../mail/mail-ops.c:1601 #, c-format msgid "Storing account '%s'" msgstr "" -#: ../mail/mail-ops.c:1649 +#: ../mail/mail-ops.c:1655 msgid "Refreshing folder" msgstr "רענן תיקייה" -#: ../mail/mail-ops.c:1689 ../mail/mail-ops.c:1739 +#: ../mail/mail-ops.c:1695 +#: ../mail/mail-ops.c:1745 msgid "Expunging folder" msgstr "" -#: ../mail/mail-ops.c:1736 +#: ../mail/mail-ops.c:1742 #, c-format msgid "Emptying trash in '%s'" msgstr "מרוקן את האשפה ב-'%s'" -#: ../mail/mail-ops.c:1737 +#: ../mail/mail-ops.c:1743 msgid "Local Folders" msgstr "תיקיות מקומיות" -#: ../mail/mail-ops.c:1818 +#: ../mail/mail-ops.c:1824 #, c-format msgid "Retrieving message %s" msgstr "מקבל הודעה %s" -#: ../mail/mail-ops.c:1925 +#: ../mail/mail-ops.c:1933 #, c-format msgid "Retrieving %d message" msgid_plural "Retrieving %d messages" @@ -15055,52 +13624,53 @@ msgstr[0] "מקבל הודעה %d" msgstr[1] "מקבל %d הודעות" # c-format -#: ../mail/mail-ops.c:2010 +#: ../mail/mail-ops.c:2018 #, c-format msgid "Saving %d message" msgid_plural "Saving %d messages" msgstr[0] "שומר הודעה אחת" msgstr[1] "שומר %d הודעות" -#: ../mail/mail-ops.c:2088 +#: ../mail/mail-ops.c:2096 #, c-format msgid "" "Error saving messages to: %s:\n" " %s" msgstr "" -#: ../mail/mail-ops.c:2160 +#: ../mail/mail-ops.c:2168 msgid "Saving attachment" msgstr "שומר תצריף" -#: ../mail/mail-ops.c:2178 ../mail/mail-ops.c:2186 +#: ../mail/mail-ops.c:2186 +#: ../mail/mail-ops.c:2194 #, c-format msgid "" "Cannot create output file: %s:\n" " %s" msgstr "" -#: ../mail/mail-ops.c:2201 +#: ../mail/mail-ops.c:2209 #, c-format msgid "Could not write data: %s" msgstr "" -#: ../mail/mail-ops.c:2347 +#: ../mail/mail-ops.c:2355 #, c-format msgid "Disconnecting from %s" msgstr "מתנתק מ %s" -#: ../mail/mail-ops.c:2347 +#: ../mail/mail-ops.c:2355 #, c-format msgid "Reconnecting to %s" msgstr "מתחבר מחדש ל %s" -#: ../mail/mail-ops.c:2443 +#: ../mail/mail-ops.c:2451 #, c-format msgid "Preparing account '%s' for offline" msgstr "" -#: ../mail/mail-ops.c:2529 +#: ../mail/mail-ops.c:2537 msgid "Checking Service" msgstr "בודק שירות" @@ -15120,7 +13690,8 @@ msgstr "בטל ה_כל" msgid "Updating..." msgstr "מעדכן..." -#: ../mail/mail-send-recv.c:503 ../mail/mail-send-recv.c:580 +#: ../mail/mail-send-recv.c:503 +#: ../mail/mail-send-recv.c:580 msgid "Waiting..." msgstr "ממתין..." @@ -15129,26 +13700,26 @@ msgstr "ממתין..." msgid "Checking for new mail" msgstr "בדיקת דואר חדש" -#: ../mail/mail-session.c:209 +#: ../mail/mail-session.c:211 #, c-format msgid "Enter Passphrase for %s" msgstr "הכנס סיסמה עבור %s" -#: ../mail/mail-session.c:211 +#: ../mail/mail-session.c:213 msgid "Enter Passphrase" msgstr "הכנס סיסמה" -#: ../mail/mail-session.c:214 +#: ../mail/mail-session.c:216 #: ../plugins/exchange-operations/exchange-config-listener.c:708 #, c-format msgid "Enter Password for %s" msgstr "הכנס סיסמה עבור %s" -#: ../mail/mail-session.c:216 +#: ../mail/mail-session.c:218 msgid "Enter Password" msgstr "הכנס סיסמה" -#: ../mail/mail-session.c:258 +#: ../mail/mail-session.c:260 msgid "User canceled operation." msgstr "המשתמש ביטל את הפעולה." @@ -15193,21 +13764,21 @@ msgstr "תיקייה לא תקינה: `%s'" msgid "Setting up Search Folder: %s" msgstr "" -#: ../mail/mail-vfolder.c:240 +#: ../mail/mail-vfolder.c:234 #, c-format msgid "Updating Search Folders for '%s:%s'" msgstr "" -#: ../mail/mail-vfolder.c:247 +#: ../mail/mail-vfolder.c:241 #, c-format msgid "Updating Search Folders for '%s'" msgstr "" -#: ../mail/mail-vfolder.c:1086 +#: ../mail/mail-vfolder.c:1067 msgid "Edit Search Folder" msgstr "ערוך תיקיית חיפוש" -#: ../mail/mail-vfolder.c:1175 +#: ../mail/mail-vfolder.c:1156 msgid "New Search Folder" msgstr "תיקיית חיפוש חדשה" @@ -15223,26 +13794,19 @@ msgstr "" msgid "" "A non-empty folder at \"{1}\" already exists.\n" "\n" -"You can choose to ignore this folder, overwrite or append its contents, or " -"quit." +"You can choose to ignore this folder, overwrite or append its contents, or quit." msgstr "" #: ../mail/mail.error.xml.h:6 -msgid "" -"A read receipt notification has been requested for \"{1}\". Send the receipt " -"notification to {0}?" +msgid "A read receipt notification has been requested for \"{1}\". Send the receipt notification to {0}?" msgstr "" #: ../mail/mail.error.xml.h:7 -msgid "" -"A signature already exists with the name \"{0}\". Please specify a different " -"name." +msgid "A signature already exists with the name \"{0}\". Please specify a different name." msgstr "" #: ../mail/mail.error.xml.h:8 -msgid "" -"Adding a meaningful Subject line to your messages will give your recipients " -"an idea of what your mail is about." +msgid "Adding a meaningful Subject line to your messages will give your recipients an idea of what your mail is about." msgstr "" #: ../mail/mail.error.xml.h:9 @@ -15256,8 +13820,7 @@ msgstr "" #: ../mail/mail.error.xml.h:11 #, fuzzy -msgid "" -"Are you sure you want to disable this account and delete all its proxies?" +msgid "Are you sure you want to disable this account and delete all its proxies?" msgstr "אתה בטוח שברצונך למחוק איש קשר זה?" #: ../mail/mail.error.xml.h:12 @@ -15265,16 +13828,12 @@ msgid "Are you sure you want to open {0} messages at once?" msgstr "האם אתה בטוח שברצונך לפתוח {0} הודעות בו זמנית?" #: ../mail/mail.error.xml.h:13 -msgid "" -"Are you sure you want to permanently remove all the deleted messages in all " -"folders?" +msgid "Are you sure you want to permanently remove all the deleted messages in all folders?" msgstr "" #: ../mail/mail.error.xml.h:14 #, fuzzy -msgid "" -"Are you sure you want to permanently remove all the deleted messages in " -"folder \"{0}\"?" +msgid "Are you sure you want to permanently remove all the deleted messages in folder \"{0}\"?" msgstr "האם לשלוח את ההודעה בתצורת HTML?" #: ../mail/mail.error.xml.h:15 @@ -15353,9 +13912,7 @@ msgid "Cannot open target \"{2}\"." msgstr "לא ניתן להזיז איש קשר." #: ../mail/mail.error.xml.h:34 -msgid "" -"Cannot read the license file \"{0}\", due to an installation problem. You " -"will not be able to use this provider until you can accept its license." +msgid "Cannot read the license file \"{0}\", due to an installation problem. You will not be able to use this provider until you can accept its license." msgstr "" #: ../mail/mail.error.xml.h:35 @@ -15387,9 +13944,7 @@ msgid "Check Junk Failed" msgstr "בדיקת דואר זבל נכשלה" #: ../mail/mail.error.xml.h:42 -msgid "" -"Check to make sure your password is spelled correctly. Remember that many " -"passwords are case sensitive; your caps lock might be on." +msgid "Check to make sure your password is spelled correctly. Remember that many passwords are case sensitive; your caps lock might be on." msgstr "" #: ../mail/mail.error.xml.h:43 @@ -15429,9 +13984,7 @@ msgid "Do not disable" msgstr "אל _תכבה" #: ../mail/mail.error.xml.h:52 -msgid "" -"Do you want to locally synchronize the folders that are marked for offline " -"usage?" +msgid "Do you want to locally synchronize the folders that are marked for offline usage?" msgstr "" #: ../mail/mail.error.xml.h:53 @@ -15471,9 +14024,7 @@ msgid "If you continue, you will not be able to recover these messages." msgstr "" #: ../mail/mail.error.xml.h:62 -msgid "" -"If you delete the folder, all of its contents and its subfolders contents " -"will be deleted permanently." +msgid "If you delete the folder, all of its contents and its subfolders contents will be deleted permanently." msgstr "" #: ../mail/mail.error.xml.h:63 @@ -15491,9 +14042,7 @@ msgid "If you proceed, the account information will be deleted permanently." msgstr "" #: ../mail/mail.error.xml.h:67 -msgid "" -"If you quit, these messages will not be sent until Evolution is started " -"again." +msgid "If you quit, these messages will not be sent until Evolution is started again." msgstr "" #: ../mail/mail.error.xml.h:68 @@ -15509,11 +14058,7 @@ msgid "Mail filters automatically updated." msgstr "מסנני הודעה עודענו אוטומטית" #: ../mail/mail.error.xml.h:72 -msgid "" -"Many email systems add an Apparently-To header to messages that only have " -"BCC recipients. This header, if added, will list all of your recipients to " -"your message anyway. To avoid this, you should add at least one To: or CC: " -"recipient." +msgid "Many email systems add an Apparently-To header to messages that only have BCC recipients. This header, if added, will list all of your recipients to your message anyway. To avoid this, you should add at least one To: or CC: recipient." msgstr "" #: ../mail/mail.error.xml.h:73 @@ -15541,15 +14086,12 @@ msgid "Please enable the account or send using another account." msgstr "" #: ../mail/mail.error.xml.h:80 -msgid "" -"Please enter a valid email address in the To: field. You can search for " -"email addresses by clicking on the To: button next to the entry box." -msgstr "" +msgid "Please enter a valid email address in the To: field. You can search for email addresses by clicking on the To: button next to the entry box." +msgstr "נא להזין כתובת דואר אלקטרוני תקינה בשדה אל:. ניתן לחפש כתובות דואר אלקטרוני על ידי לחיצה על הכפתור אל הנמצא ליד תיבת הטקסט." #: ../mail/mail.error.xml.h:81 msgid "" -"Please make sure the following recipients are willing and able to receive " -"HTML email:\n" +"Please make sure the following recipients are willing and able to receive HTML email:\n" "{0}" msgstr "" @@ -15613,19 +14155,14 @@ msgid "Synchronize folders locally for offline usage?" msgstr "" #: ../mail/mail.error.xml.h:97 -msgid "" -"System folders are required for Evolution to function correctly and cannot " -"be renamed, moved, or deleted." +msgid "System folders are required for Evolution to function correctly and cannot be renamed, moved, or deleted." msgstr "" #: ../mail/mail.error.xml.h:98 msgid "" "The contact list you are sending to is configured to hide list recipients.\n" "\n" -"Many email systems add an Apparently-To header to messages that only have " -"BCC recipients. This header, if added, will list all of your recipients in " -"your message. To avoid this, you should add at least one To: or CC: " -"recipient. " +"Many email systems add an Apparently-To header to messages that only have BCC recipients. This header, if added, will list all of your recipients in your message. To avoid this, you should add at least one To: or CC: recipient. " msgstr "" #: ../mail/mail.error.xml.h:101 @@ -15657,20 +14194,15 @@ msgid "" msgstr "" #: ../mail/mail.error.xml.h:114 -msgid "" -"This message cannot be sent because the account you chose to send with is " -"not enabled" +msgid "This message cannot be sent because the account you chose to send with is not enabled" msgstr "" #: ../mail/mail.error.xml.h:115 -msgid "" -"This message cannot be sent because you have not specified any recipients" -msgstr "" +msgid "This message cannot be sent because you have not specified any recipients" +msgstr "לא ניתן לשלוח את ההודעה מכיוון שלא צוינו הנמענים" #: ../mail/mail.error.xml.h:116 -msgid "" -"This server does not support this type of authentication and may not support " -"authentication at all." +msgid "This server does not support this type of authentication and may not support authentication at all." msgstr "" #: ../mail/mail.error.xml.h:117 @@ -15679,9 +14211,7 @@ msgstr "" #: ../mail/mail.error.xml.h:118 #, fuzzy -msgid "" -"This will mark all messages as read in the selected folder and its " -"subfolders." +msgid "This will mark all messages as read in the selected folder and its subfolders." msgstr "סמן את כל ההודעות הגלויות כאילו נקראו" #: ../mail/mail.error.xml.h:119 @@ -15689,9 +14219,7 @@ msgid "Unable to connect to the GroupWise server." msgstr "" #: ../mail/mail.error.xml.h:120 -msgid "" -"Unable to open the drafts folder for this account. Use the system drafts " -"folder instead?" +msgid "Unable to open the drafts folder for this account. Use the system drafts folder instead?" msgstr "" #: ../mail/mail.error.xml.h:121 @@ -15708,8 +14236,7 @@ msgstr "" #: ../mail/mail.error.xml.h:124 msgid "" -"Warning: Deleting messages from a Search Folder will delete the actual " -"message from one of your local or remote folders.\n" +"Warning: Deleting messages from a Search Folder will delete the actual message from one of your local or remote folders.\n" "Do you really want to do this?" msgstr "" @@ -15736,8 +14263,7 @@ msgstr "" #: ../mail/mail.error.xml.h:132 msgid "" "You must specify at least one folder as a source.\n" -"Either by selecting the folders individually, and/or by selecting all local " -"folders, all remote folders, or both." +"Either by selecting the folders individually, and/or by selecting all local folders, all remote folders, or both." msgstr "" #: ../mail/mail.error.xml.h:134 @@ -15764,88 +14290,92 @@ msgstr "" msgid "_Open Messages" msgstr "_פתח הודעות" -#: ../mail/message-list.c:1051 +#: ../mail/message-list.c:1052 msgid "Unseen" msgstr "לא נצפה" -#: ../mail/message-list.c:1052 +#: ../mail/message-list.c:1053 msgid "Seen" msgstr "נצפה" -#: ../mail/message-list.c:1053 +#: ../mail/message-list.c:1054 msgid "Answered" msgstr "נענה" -#: ../mail/message-list.c:1054 +#: ../mail/message-list.c:1055 msgid "Forwarded" msgstr "הועבר" -#: ../mail/message-list.c:1055 +#: ../mail/message-list.c:1056 msgid "Multiple Unseen Messages" msgstr "" -#: ../mail/message-list.c:1056 +#: ../mail/message-list.c:1057 msgid "Multiple Messages" msgstr "" -#: ../mail/message-list.c:1060 +#: ../mail/message-list.c:1061 msgid "Lowest" msgstr "הכי נמוך" -#: ../mail/message-list.c:1061 +#: ../mail/message-list.c:1062 msgid "Lower" msgstr "נמוך יותר" -#: ../mail/message-list.c:1065 +#: ../mail/message-list.c:1066 msgid "Higher" msgstr "גבוה יותר" -#: ../mail/message-list.c:1066 +#: ../mail/message-list.c:1067 msgid "Highest" msgstr "הכי גבוה" -#: ../mail/message-list.c:1655 ../widgets/table/e-cell-date.c:55 +#: ../mail/message-list.c:1656 +#: ../widgets/table/e-cell-date.c:55 msgid "?" msgstr "?" #. strftime format of a time, #. in 12-hour format, without seconds. -#: ../mail/message-list.c:1662 ../plugins/itip-formatter/itip-view.c:203 -#: ../widgets/table/e-cell-date.c:70 +#: ../mail/message-list.c:1663 +#: ../plugins/itip-formatter/itip-view.c:205 +#: ../widgets/table/e-cell-date.c:71 msgid "Today %l:%M %p" msgstr "היום %l:%M %p" -#: ../mail/message-list.c:1671 ../widgets/table/e-cell-date.c:80 +#: ../mail/message-list.c:1672 +#: ../widgets/table/e-cell-date.c:81 msgid "Yesterday %l:%M %p" msgstr "אתמול %l:%M %p" -#: ../mail/message-list.c:1683 ../widgets/table/e-cell-date.c:92 +#: ../mail/message-list.c:1684 +#: ../widgets/table/e-cell-date.c:93 msgid "%a %l:%M %p" msgstr "%a %l:%M %p" -#: ../mail/message-list.c:1691 ../widgets/table/e-cell-date.c:100 +#: ../mail/message-list.c:1692 +#: ../widgets/table/e-cell-date.c:101 msgid "%b %d %l:%M %p" msgstr "%b %d %l:%M %p" -#: ../mail/message-list.c:1693 ../widgets/table/e-cell-date.c:102 +#: ../mail/message-list.c:1694 +#: ../widgets/table/e-cell-date.c:103 msgid "%b %d %Y" msgstr "%b %d %Y" #. there is some info why the message list is empty, let it be something useful -#: ../mail/message-list.c:3984 ../mail/message-list.c:4449 +#: ../mail/message-list.c:3986 +#: ../mail/message-list.c:4460 msgid "Generating message list" msgstr "יוצר רשימת הודעות" -#: ../mail/message-list.c:4288 -msgid "" -"No message satisfies your search criteria. Either clear search with Search-" -">Clear menu item or change it." +#: ../mail/message-list.c:4299 +msgid "No message satisfies your search criteria. Either clear search with Search->Clear menu item or change it." msgstr "" -#: ../mail/message-list.c:4290 -#, fuzzy +#: ../mail/message-list.c:4301 msgid "There are no messages in this folder." -msgstr "Whether to notify new messages in Inbox folder only." +msgstr "אין הודעות בתיקייה זו." #: ../mail/message-list.etspec.h:3 msgid "Due By" @@ -15873,12 +14403,12 @@ msgstr "הודעות שנשלחו" #: ../mail/message-list.etspec.h:16 #: ../plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml.h:4 +#: ../widgets/misc/e-attachment-tree-view.c:542 msgid "Size" msgstr "גודל" #: ../mail/message-list.etspec.h:19 #, fuzzy -#| msgid "_Subject Field" msgid "Subject - Trimmed" msgstr "שדה _הנושא" @@ -15898,7 +14428,8 @@ msgstr "" msgid "For Your Information" msgstr "לידיעתך" -#: ../mail/message-tag-followup.c:59 ../ui/evolution-mail-message.xml.h:42 +#: ../mail/message-tag-followup.c:59 +#: ../ui/evolution-mail-message.xml.h:42 msgid "Forward" msgstr "העבר" @@ -15906,11 +14437,13 @@ msgstr "העבר" msgid "No Response Necessary" msgstr "" -#: ../mail/message-tag-followup.c:63 ../ui/evolution-mail-message.xml.h:80 +#: ../mail/message-tag-followup.c:63 +#: ../ui/evolution-mail-message.xml.h:76 msgid "Reply" msgstr "השב" -#: ../mail/message-tag-followup.c:64 ../ui/evolution-mail-message.xml.h:81 +#: ../mail/message-tag-followup.c:64 +#: ../ui/evolution-mail-message.xml.h:77 msgid "Reply to All" msgstr "השב לכולם" @@ -15948,30 +14481,23 @@ msgid "Subject or Sender contains" msgstr "הנושא או השולח מכילים" #: ../plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml.h:1 -msgid "Local Address Books" -msgstr "ספר כתובות מקומי" +#, fuzzy +msgid "Add local address books to Evolution." +msgstr "רשימת תיקיות ספרי כתובות מקומיים" #: ../plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml.h:2 -msgid "Provides core functionality for local address books." -msgstr "" +msgid "Local Address Books" +msgstr "ספר כתובות מקומי" #: ../plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in.h:1 -msgid "" -"List of clues for the attachment reminder plugin to look for in a message " -"body" -msgstr "" -"List of clues for the attachment reminder plugin to look for in a message " -"body" +msgid "List of clues for the attachment reminder plugin to look for in a message body" +msgstr "List of clues for the attachment reminder plugin to look for in a message body" #: ../plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in.h:2 -msgid "" -"List of clues for the attachment reminder plugin to look for in a message " -"body." -msgstr "" -"List of clues for the attachment reminder plugin to look for in a message " -"body." +msgid "List of clues for the attachment reminder plugin to look for in a message body." +msgstr "List of clues for the attachment reminder plugin to look for in a message body." -#: ../plugins/attachment-reminder/attachment-reminder.c:475 +#: ../plugins/attachment-reminder/attachment-reminder.c:478 #: ../plugins/templates/templates.c:390 msgid "Keywords" msgstr "מילות מפתח" @@ -15983,204 +14509,201 @@ msgid "Attachment Reminder" msgstr "מאפייני תצריף" #: ../plugins/attachment-reminder/org-gnome-evolution-attachment-reminder.eplug.xml.h:2 -msgid "" -"Looks for clues in a message for mention of attachments and warns if the " -"attachment is missing" +msgid "Reminds you when you forgot to add an attachment to a mail message." msgstr "" #: ../plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml.h:2 -msgid "" -"Evolution has found some keywords that suggest that this message should " -"contain an attachment, but cannot find one." +msgid "Evolution has found some keywords that suggest that this message should contain an attachment, but cannot find one." msgstr "" #: ../plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml.h:3 msgid "Message has no attachments" msgstr "להודעה אין תצריפים" +#: ../plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml.h:4 +msgid "_Add attachment..." +msgstr "הוסף _תצריף" + #: ../plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml.h:5 msgid "_Edit Message" msgstr "_ערוך הודעה" #: ../plugins/audio-inline/org-gnome-audio-inline.eplug.xml.h:1 -msgid "" -"A formatter plugin which displays audio attachments inline and allows you to " -"play them directly from Evolution." -msgstr "" +#, fuzzy +msgid "Audio Inline" +msgstr "_תצוגה פנימית" #: ../plugins/audio-inline/org-gnome-audio-inline.eplug.xml.h:2 -msgid "Audio inline plugin" +msgid "Play audio attachments directly from Evolution." msgstr "" -#: ../plugins/backup-restore/backup-restore.c:127 +#: ../plugins/backup-restore/backup-restore.c:139 msgid "Select name of the Evolution backup file" msgstr "בחר שם לקובץ הגיבוי של Evolution" -#: ../plugins/backup-restore/backup-restore.c:156 +#: ../plugins/backup-restore/backup-restore.c:168 msgid "_Restart Evolution after backup" msgstr "" -#: ../plugins/backup-restore/backup-restore.c:179 +#: ../plugins/backup-restore/backup-restore.c:191 msgid "Select name of the Evolution backup file to restore" msgstr "בחר קובץ גיבוי של Evolution לשחזור" -#: ../plugins/backup-restore/backup-restore.c:203 +#: ../plugins/backup-restore/backup-restore.c:215 msgid "_Restart Evolution after restore" msgstr "" -#: ../plugins/backup-restore/backup-restore.c:276 +#: ../plugins/backup-restore/backup-restore.c:288 msgid "Restore from backup" msgstr "שחזר מגיבוי" -#: ../plugins/backup-restore/backup-restore.c:278 +#: ../plugins/backup-restore/backup-restore.c:290 msgid "" -"You can restore Evolution from your backup. It can restore all the Mails, " -"Calendars, Tasks, Memos, Contacts. \n" +"You can restore Evolution from your backup. It can restore all the Mails, Calendars, Tasks, Memos, Contacts. \n" "It also restores all your personal settings, mail filters etc." msgstr "" +"ניתן לשחזר את Evolution מגיבוי שעשית. ניתן לשחזר את כל הודעות הדואר, לוחות השנה, המשימות, התזכורות ואנשי הקשר. \n" +"ניתן גם לשחזר אם כל ההגדרות האישיות שלך, מסנני הודעות וכ'ו." -#: ../plugins/backup-restore/backup-restore.c:284 +#: ../plugins/backup-restore/backup-restore.c:296 msgid "_Restore Evolution from the backup file" msgstr "תקלת Evolution" -#: ../plugins/backup-restore/backup-restore.c:291 +#: ../plugins/backup-restore/backup-restore.c:303 msgid "Please select an Evolution Archive to restore:" msgstr "" -#: ../plugins/backup-restore/backup-restore.c:294 +#: ../plugins/backup-restore/backup-restore.c:306 msgid "Choose a file to restore" msgstr "בחר קובץ לשחזר" -#: ../plugins/backup-restore/backup.c:66 +#: ../plugins/backup-restore/backup.c:62 #, fuzzy msgid "Backup Evolution directory" msgstr "תקלת Evolution" -#: ../plugins/backup-restore/backup.c:68 +#: ../plugins/backup-restore/backup.c:64 #, fuzzy msgid "Restore Evolution directory" msgstr "תקלת Evolution" -#: ../plugins/backup-restore/backup.c:70 +#: ../plugins/backup-restore/backup.c:66 #, fuzzy msgid "Check Evolution Backup" msgstr "אזהרת Evolution" -#: ../plugins/backup-restore/backup.c:72 +#: ../plugins/backup-restore/backup.c:68 msgid "Restart Evolution" msgstr "הפעל מחדש את Evolution" -#: ../plugins/backup-restore/backup.c:74 +#: ../plugins/backup-restore/backup.c:70 msgid "With Graphical User Interface" msgstr "עם מנשק משתמש גרפי" -#: ../plugins/backup-restore/backup.c:125 -#: ../plugins/backup-restore/backup.c:258 +#: ../plugins/backup-restore/backup.c:187 +#: ../plugins/backup-restore/backup.c:235 msgid "Shutting down Evolution" msgstr "מכבה את Evolution" -#: ../plugins/backup-restore/backup.c:132 +#: ../plugins/backup-restore/backup.c:194 msgid "Backing Evolution accounts and settings" msgstr "גיבוי חשבונות והגדרות Evolution" -#: ../plugins/backup-restore/backup.c:136 +#: ../plugins/backup-restore/backup.c:200 msgid "Backing Evolution data (Mails, Contacts, Calendar, Tasks, Memos)" msgstr "" -#: ../plugins/backup-restore/backup.c:147 +#: ../plugins/backup-restore/backup.c:211 msgid "Backup complete" msgstr "הגיבוי הסתיים" -#: ../plugins/backup-restore/backup.c:152 -#: ../plugins/backup-restore/backup.c:339 +#: ../plugins/backup-restore/backup.c:216 +#: ../plugins/backup-restore/backup.c:269 msgid "Restarting Evolution" msgstr "מאתחל את Evolution" -#: ../plugins/backup-restore/backup.c:262 +#: ../plugins/backup-restore/backup.c:239 #, fuzzy msgid "Backup current Evolution data" msgstr "תקלת Evolution" -#: ../plugins/backup-restore/backup.c:267 +#: ../plugins/backup-restore/backup.c:244 msgid "Extracting files from backup" msgstr "" -#: ../plugins/backup-restore/backup.c:274 +#: ../plugins/backup-restore/backup.c:251 msgid "Loading Evolution settings" msgstr "טוען הגדרות Evolution" -#: ../plugins/backup-restore/backup.c:278 +#: ../plugins/backup-restore/backup.c:258 msgid "Removing temporary backup files" msgstr "מסיר קבצי גיבוי זמניים" -#: ../plugins/backup-restore/backup.c:285 +#: ../plugins/backup-restore/backup.c:265 msgid "Ensuring local sources" msgstr "" -#: ../plugins/backup-restore/backup.c:455 +#: ../plugins/backup-restore/backup.c:386 #, c-format msgid "Backing up to the folder %s" msgstr "מגבה לתיקייה %s" -#: ../plugins/backup-restore/backup.c:460 +#: ../plugins/backup-restore/backup.c:391 #, c-format msgid "Restoring from the folder %s" msgstr "משחזר מהתיקייה %s" #. Backup / Restore only can have GUI. We should restrict the rest -#: ../plugins/backup-restore/backup.c:479 +#: ../plugins/backup-restore/backup.c:410 msgid "Evolution Backup" msgstr "גיבוי Evolution" -#: ../plugins/backup-restore/backup.c:479 +#: ../plugins/backup-restore/backup.c:410 msgid "Evolution Restore" msgstr "שחזור Evolution" -#: ../plugins/backup-restore/backup.c:514 +#: ../plugins/backup-restore/backup.c:445 msgid "Backing up Evolution Data" msgstr "מגבה את נתוני Evolution" -#: ../plugins/backup-restore/backup.c:515 +#: ../plugins/backup-restore/backup.c:446 msgid "Please wait while Evolution is backing up your data." msgstr "" -#: ../plugins/backup-restore/backup.c:517 +#: ../plugins/backup-restore/backup.c:448 msgid "Restoring Evolution Data" msgstr "משחזר את נתוני Evolution" -#: ../plugins/backup-restore/backup.c:518 +#: ../plugins/backup-restore/backup.c:449 msgid "Please wait while Evolution is restoring your data." msgstr "" -#: ../plugins/backup-restore/backup.c:536 +#: ../plugins/backup-restore/backup.c:467 msgid "This may take a while depending on the amount of data in your account." msgstr "" -#: ../plugins/backup-restore/org-gnome-backup-restore.eplug.xml.h:1 -msgid "A plugin for backing up and restore Evolution data and settings." -msgstr "" - #. the path to the shared library -#: ../plugins/backup-restore/org-gnome-backup-restore.eplug.xml.h:3 -msgid "Backup and restore plugin" +#: ../plugins/backup-restore/org-gnome-backup-restore.eplug.xml.h:2 +#, fuzzy +msgid "Backup and Restore" msgstr "תוסף גיבוי ושחזור" +#: ../plugins/backup-restore/org-gnome-backup-restore.eplug.xml.h:3 +#, fuzzy +msgid "Backup and restore your Evolution data and settings." +msgstr "גיבוי חשבונות והגדרות Evolution" + #: ../plugins/backup-restore/org-gnome-backup-restore.error.xml.h:1 msgid "Are you sure you want to close Evolution?" msgstr "לסגור את Evolution?" #: ../plugins/backup-restore/org-gnome-backup-restore.error.xml.h:2 #, fuzzy -msgid "" -"Are you sure you want to restore Evolution from the selected backup file?" +msgid "Are you sure you want to restore Evolution from the selected backup file?" msgstr "אתה בטוח שברצונך למחוק פגישה זו?" #: ../plugins/backup-restore/org-gnome-backup-restore.error.xml.h:3 -msgid "" -"Evolution backup can start only when Evolution is not running. Please make " -"sure that you save and close all your unsaved windows before proceeding. If " -"you want Evolution to restart automatically after backup, please enable the " -"toggle button." +msgid "Evolution backup can start only when Evolution is not running. Please make sure that you save and close all your unsaved windows before proceeding. If you want Evolution to restart automatically after backup, please enable the toggle button." msgstr "" #: ../plugins/backup-restore/org-gnome-backup-restore.error.xml.h:4 @@ -16203,12 +14726,7 @@ msgid "The selected folder is not writable." msgstr "העבר את ההודעות שנבחרו לתיקייה אחרת" #: ../plugins/backup-restore/org-gnome-backup-restore.error.xml.h:8 -msgid "" -"This will delete all your current Evolution data and settings and restore " -"them from your backup. Evolution restore can start only when Evolution is " -"not running. Please make sure that you close all your unsaved windows before " -"you proceed. If you want Evolution to restart automatically restart after " -"restore, please enable the toggle button." +msgid "This will delete all your current Evolution data and settings and restore them from your backup. Evolution restore can start only when Evolution is not running. Please make sure that you close all your unsaved windows before you proceed. If you want Evolution to restart automatically restart after restore, please enable the toggle button." msgstr "" #: ../plugins/backup-restore/org-gnome-backup-restore.xml.h:1 @@ -16223,73 +14741,75 @@ msgstr "שחזר _הגדרות..." msgid "_Backup Settings..." msgstr "_הגדרות גיבוי..." -#: ../plugins/bbdb/bbdb.c:615 ../plugins/bbdb/bbdb.c:624 +#: ../plugins/bbdb/bbdb.c:621 +#: ../plugins/bbdb/bbdb.c:630 #: ../plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml.h:1 msgid "Automatic Contacts" msgstr "אנשי קשר אוטומטיים" #. Enable BBDB checkbox -#: ../plugins/bbdb/bbdb.c:639 -msgid "_Auto-create address book entries when replying to messages" -msgstr "" - #: ../plugins/bbdb/bbdb.c:645 +#, fuzzy +msgid "Create _address book entries when sending mails" +msgstr "_הסתר כתובות בזמן שליחת דואר לרשימה זו" + +#: ../plugins/bbdb/bbdb.c:651 msgid "Select Address book for Automatic Contacts" msgstr "" -#: ../plugins/bbdb/bbdb.c:660 +#: ../plugins/bbdb/bbdb.c:666 #, fuzzy msgid "Instant Messaging Contacts" msgstr "<b>הודעות מידיות</b>" #. Enable Gaim Checkbox -#: ../plugins/bbdb/bbdb.c:675 +#: ../plugins/bbdb/bbdb.c:681 msgid "Synchronize contact info and images from Pidgin buddy list" msgstr "" -#: ../plugins/bbdb/bbdb.c:681 +#: ../plugins/bbdb/bbdb.c:687 #, fuzzy msgid "Select Address book for Pidgin buddy list" msgstr "בחר ספר כתובות" #. Synchronize now button. -#: ../plugins/bbdb/bbdb.c:692 +#: ../plugins/bbdb/bbdb.c:698 msgid "Synchronize with _buddy list now" msgstr "" #: ../plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml.h:2 -msgid "" -"Automatically fills your address book with names and email addresses as you " -"reply to messages. Also fills in IM contact information from your buddy " -"lists." -msgstr "" - -#: ../plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml.h:3 msgid "BBDB" msgstr "BBDB" +#: ../plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml.h:3 +msgid "" +"Takes the gruntwork out of managing your address book.\n" +"\n" +"Automatically fills your address book with names and email addresses as you reply to messages. Also fills in IM contact information from your buddy lists." +msgstr "" + #. For Translators: The first %s stands for the executable full path with a file name, the second is the error message itself. -#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:155 +#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:161 #, c-format msgid "Error occurred while spawning %s: %s." msgstr "" -#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:179 +#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:186 #, c-format msgid "Bogofilter child process does not respond, killing..." msgstr "" -#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:181 +#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:188 #, c-format msgid "Wait for Bogofilter child process interrupted, terminating..." msgstr "" -#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:200 +#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:211 #, c-format msgid "Pipe to Bogofilter failed, error code: %d." msgstr "" -#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:363 +#: ../plugins/bogo-junk-plugin/bf-junk-filter.c:374 #, fuzzy msgid "Convert message text to _Unicode" msgstr "Convert mail text to Unicode" @@ -16299,81 +14819,88 @@ msgid "Convert mail messages to Unicode" msgstr "Convert mail messages to Unicode" #: ../plugins/bogo-junk-plugin/bogo-junk-plugin.schemas.in.h:2 -msgid "" -"Convert message text to Unicode UTF-8 to unify spam/ham tokens coming from " -"different character sets." -msgstr "" -"Convert message text to Unicode UTF-8 to unify spam/ham tokens coming from " -"different character sets." +msgid "Convert message text to Unicode UTF-8 to unify spam/ham tokens coming from different character sets." +msgstr "Convert message text to Unicode UTF-8 to unify spam/ham tokens coming from different character sets." #: ../plugins/bogo-junk-plugin/org-gnome-bogo-junk-plugin.eplug.xml.h:1 -msgid "Bogofilter Options" -msgstr "אפשרויות Bogofilter" +#, fuzzy +msgid "Bogofilter Junk Filter" +msgstr "תוסף דואר זבל Bogofilter" #: ../plugins/bogo-junk-plugin/org-gnome-bogo-junk-plugin.eplug.xml.h:2 -msgid "Bogofilter junk plugin" -msgstr "תוסף דואר זבל Bogofilter" +msgid "Bogofilter Options" +msgstr "אפשרויות Bogofilter" #: ../plugins/bogo-junk-plugin/org-gnome-bogo-junk-plugin.eplug.xml.h:3 -msgid "Filters junk messages using Bogofilter." -msgstr "" +#, fuzzy +msgid "Filter junk messages using Bogofilter." +msgstr "מחק הודעות זבל בי_ציאה" -#. we found the group, change the name based on the actual language -#: ../plugins/caldav/caldav-source.c:80 ../plugins/caldav/caldav-source.c:92 +#: ../plugins/caldav/caldav-source.c:64 msgid "CalDAV" msgstr "CalDAV" -#: ../plugins/caldav/caldav-source.c:348 +#: ../plugins/caldav/caldav-source.c:366 #: ../plugins/calendar-http/calendar-http.c:126 msgid "_URL:" msgstr "_כתובת:" -#: ../plugins/caldav/caldav-source.c:372 -#: ../plugins/google-account-setup/google-source.c:627 -#: ../plugins/google-account-setup/google-contacts-source.c:311 +#: ../plugins/caldav/caldav-source.c:390 +#: ../plugins/google-account-setup/google-source.c:606 +#: ../plugins/google-account-setup/google-contacts-source.c:303 msgid "Use _SSL" msgstr "השתמש ב-_SSL" #. add refresh option -#: ../plugins/caldav/caldav-source.c:415 -#: ../plugins/calendar-http/calendar-http.c:264 -#: ../plugins/calendar-weather/calendar-weather.c:509 -#: ../plugins/google-account-setup/google-source.c:651 -#: ../plugins/google-account-setup/google-contacts-source.c:330 +#: ../plugins/caldav/caldav-source.c:433 +#: ../plugins/calendar-http/calendar-http.c:263 +#: ../plugins/calendar-weather/calendar-weather.c:508 +#: ../plugins/google-account-setup/google-source.c:630 +#: ../plugins/google-account-setup/google-contacts-source.c:322 msgid "Re_fresh:" msgstr "_רענן:" +#: ../plugins/caldav/caldav-source.c:451 +#: ../plugins/calendar-http/calendar-http.c:281 +#: ../plugins/calendar-weather/calendar-weather.c:526 +#: ../plugins/google-account-setup/google-source.c:656 +#: ../plugins/google-account-setup/google-contacts-source.c:333 +msgid "weeks" +msgstr "שבועות" + #: ../plugins/caldav/org-gnome-evolution-caldav.eplug.xml.h:1 -msgid "CalDAV Calendar sources" -msgstr "מקורות יומני CalDAV" +msgid "Add CalDAV support to Evolution." +msgstr "" #: ../plugins/caldav/org-gnome-evolution-caldav.eplug.xml.h:2 -msgid "CalDAV sources" +#, fuzzy +msgid "CalDAV Support" msgstr "מקורות CalDAV" #: ../plugins/calendar-file/org-gnome-calendar-file.eplug.xml.h:1 -msgid "Local Calendars" -msgstr "יומנים מקומיים" +msgid "Add local calendars to Evolution." +msgstr "" #: ../plugins/calendar-file/org-gnome-calendar-file.eplug.xml.h:2 -msgid "Provides core functionality for local calendars." -msgstr "" +msgid "Local Calendars" +msgstr "יומנים מקומיים" -#: ../plugins/calendar-http/calendar-http.c:332 +#: ../plugins/calendar-http/calendar-http.c:324 msgid "_Secure connection" msgstr "חיבור _מאובטח" -#: ../plugins/calendar-http/calendar-http.c:397 +#: ../plugins/calendar-http/calendar-http.c:389 msgid "Userna_me:" msgstr "שם משתמש:" #: ../plugins/calendar-http/org-gnome-calendar-http.eplug.xml.h:1 -msgid "HTTP Calendars" -msgstr "יומני HTTP" +msgid "Add web calendars to Evolution." +msgstr "" #: ../plugins/calendar-http/org-gnome-calendar-http.eplug.xml.h:2 -msgid "Provides core functionality for webcal and http calendars." -msgstr "" +#, fuzzy +msgid "Web Calendars" +msgstr "יומנים" #: ../plugins/calendar-weather/calendar-weather.c:61 msgid "Weather: Fog" @@ -16385,18 +14912,15 @@ msgstr "מזג אויר: מעונן" #: ../plugins/calendar-weather/calendar-weather.c:63 #, fuzzy -#| msgid "Weather: Cloudy" msgid "Weather: Cloudy Night" msgstr "מזג אויר: מעונן" #: ../plugins/calendar-weather/calendar-weather.c:64 #, fuzzy -#| msgid "Weather: Rain" msgid "Weather: Overcast" msgstr "מזג אויר: גשם" #: ../plugins/calendar-weather/calendar-weather.c:65 -#| msgid "Weather: Snow" msgid "Weather: Showers" msgstr "מזג אויר: ממטרים" @@ -16421,20 +14945,20 @@ msgstr "מזג אויר: סופות רעמים" msgid "Select a location" msgstr "בחר מיקום" -#: ../plugins/calendar-weather/calendar-weather.c:615 +#: ../plugins/calendar-weather/calendar-weather.c:606 msgid "_Units:" msgstr "_יחידות:" -#: ../plugins/calendar-weather/calendar-weather.c:622 +#: ../plugins/calendar-weather/calendar-weather.c:613 msgid "Metric (Celsius, cm, etc)" msgstr "" -#: ../plugins/calendar-weather/calendar-weather.c:623 +#: ../plugins/calendar-weather/calendar-weather.c:614 msgid "Imperial (Fahrenheit, inches, etc)" msgstr "" #: ../plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml.h:1 -msgid "Provides core functionality for weather calendars." +msgid "Add weather calendars to Evolution." msgstr "" #: ../plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml.h:2 @@ -16443,31 +14967,31 @@ msgid "Weather Calendars" msgstr "לוחות שנה" #: ../plugins/copy-tool/org-gnome-copy-tool.eplug.xml.h:1 -msgid "" -"A test plugin which demonstrates a popup menu plugin which lets you copy " -"things to the clipboard." -msgstr "" +#, fuzzy +msgid "Copy Tool" +msgstr "כלי העתקה" #: ../plugins/copy-tool/org-gnome-copy-tool.eplug.xml.h:3 -msgid "Copy tool" -msgstr "כלי העתקה" +#, fuzzy +msgid "Copy things to the clipboard." +msgstr "העתק את ההודעה המסומנת" #: ../plugins/default-mailer/apps-evolution-mail-prompts-checkdefault.schemas.in.h:1 msgid "Check whether Evolution is the default mailer" msgstr "Check whether Evolution is the default mailer" #: ../plugins/default-mailer/apps-evolution-mail-prompts-checkdefault.schemas.in.h:2 -msgid "" -"Every time Evolution starts, check whether or not it is the default mailer." -msgstr "" -"Every time Evolution starts, check whether or not it is the default mailer." +msgid "Every time Evolution starts, check whether or not it is the default mailer." +msgstr "Every time Evolution starts, check whether or not it is the default mailer." #: ../plugins/default-mailer/org-gnome-default-mailer.eplug.xml.h:1 -msgid "Checks whether Evolution is the default mail client on startup." -msgstr "" +#, fuzzy +msgid "Check whether Evolution is the default mail client on startup." +msgstr "Check whether Evolution is the default mailer" #: ../plugins/default-mailer/org-gnome-default-mailer.eplug.xml.h:2 -msgid "Default Mail Client " +#, fuzzy +msgid "Default Mail Client" msgstr "לקוח דואר ברירת המחדל " #: ../plugins/default-mailer/org-gnome-default-mailer.error.xml.h:1 @@ -16505,22 +15029,41 @@ msgid "Default Sources" msgstr "מקורות ברירת המחדל" #: ../plugins/default-source/org-gnome-default-source.eplug.xml.h:2 -msgid "" -"Provides functionality for marking a calendar or an address book as the " -"default one." +msgid "Mark your preferred address book and calendar as default." msgstr "" -#: ../plugins/email-custom-header/email-custom-header.c:560 +#: ../plugins/email-custom-header/email-custom-header.c:334 +msgid "Security:" +msgstr "אבטחה:" + +#: ../plugins/email-custom-header/email-custom-header.c:339 +#, fuzzy +msgid "Unclassified" +msgstr "לא חתום" + +#: ../plugins/email-custom-header/email-custom-header.c:340 +msgid "Protected" +msgstr "מוגן" + +#: ../plugins/email-custom-header/email-custom-header.c:342 +#, fuzzy +msgid "Secret" +msgstr "אבטחה" + +#: ../plugins/email-custom-header/email-custom-header.c:343 +msgid "Top secret" +msgstr "סודי ביותר" + +#: ../plugins/email-custom-header/email-custom-header.c:585 #, fuzzy msgid "_Custom Header" msgstr "כותרות" -#: ../plugins/email-custom-header/email-custom-header.c:881 -#, fuzzy +#: ../plugins/email-custom-header/email-custom-header.c:907 msgid "Key" -msgstr "קניה" +msgstr "מפתח" -#: ../plugins/email-custom-header/email-custom-header.c:892 +#: ../plugins/email-custom-header/email-custom-header.c:918 #: ../plugins/templates/templates.c:396 msgid "Values" msgstr "ערכים" @@ -16539,7 +15082,7 @@ msgstr "כותרות" #. For Translators: 'custom header' string is used while adding a new message header to outgoing message, to specify what value for the message header would be added #: ../plugins/email-custom-header/org-gnome-email-custom-header.eplug.xml.h:2 -msgid "Adds custom header to outgoing messages." +msgid "Add custom headers to outgoing mail messages." msgstr "" #: ../plugins/email-custom-header/org-gnome-email-custom-header.eplug.xml.h:3 @@ -16551,21 +15094,8 @@ msgid "List of Custom Headers" msgstr "List of Custom Headers" #: ../plugins/email-custom-header/apps_evolution_email_custom_header.schemas.in.h:2 -msgid "" -"The key specifies the list of custom headers that you can add to an outgoing " -"message. The format for specifying a Header and Header value is: Name of the " -"custom header followed by \"=\" and the values separated by \";\"" -msgstr "" -"The key specifies the list of custom headers that you can add to an outgoing " -"message. The format for specifying a Header and Header value is: Name of the " -"custom header followed by \"=\" and the values separated by \";\"" - -#. Translators: '=' and ';' should not be changed but ASCII -#: ../plugins/email-custom-header/apps_evolution_email_custom_header.schemas.in.h:4 -msgid "" -"[Security=Personal;Unclassified;Protected;InConfidence;Secret;Topsecret]" -msgstr "" -"[Security=Personal;Unclassified;Protected;InConfidence;Secret;Topsecret]" +msgid "The key specifies the list of custom headers that you can add to an outgoing message. The format for specifying a Header and Header value is: Name of the custom header followed by \"=\" and the values separated by \";\"" +msgstr "The key specifies the list of custom headers that you can add to an outgoing message. The format for specifying a Header and Header value is: Name of the custom header followed by \"=\" and the values separated by \";\"" #: ../plugins/exchange-operations/e-foreign-folder-dialog.glade.h:1 msgid "Open Other User's Folder" @@ -16590,9 +15120,7 @@ msgstr "סיסמה מאובטחת" #. i18n: "NTLM" probably doesn't translate #: ../plugins/exchange-operations/exchange-account-setup.c:66 -msgid "" -"This option will connect to the Exchange server using secure password (NTLM) " -"authentication." +msgid "This option will connect to the Exchange server using secure password (NTLM) authentication." msgstr "" #: ../plugins/exchange-operations/exchange-account-setup.c:74 @@ -16600,9 +15128,7 @@ msgid "Plaintext Password" msgstr "סיסמת טקסט פשוט" #: ../plugins/exchange-operations/exchange-account-setup.c:76 -msgid "" -"This option will connect to the Exchange server using standard plaintext " -"password authentication." +msgid "This option will connect to the Exchange server using standard plaintext password authentication." msgstr "" #: ../plugins/exchange-operations/exchange-account-setup.c:272 @@ -16672,38 +15198,43 @@ msgstr "_כתובת OWA:" msgid "A_uthenticate" msgstr "הז_דהה" -#: ../plugins/exchange-operations/exchange-account-setup.c:777 -#, fuzzy -#| msgid "Specify _filename:" -msgid "S_pecify the mailbox name" -msgstr "ציין _שם קובץ:" +#: ../plugins/exchange-operations/exchange-account-setup.c:778 +msgid "Mailbox name is _different than user name" +msgstr "" -#: ../plugins/exchange-operations/exchange-account-setup.c:790 +#: ../plugins/exchange-operations/exchange-account-setup.c:791 msgid "_Mailbox:" msgstr "_תיבת דואר:" -#: ../plugins/exchange-operations/exchange-account-setup.c:1005 +#: ../plugins/exchange-operations/exchange-account-setup.c:1006 msgid "_Authentication Type" msgstr "סוג _הזדהות" -#: ../plugins/exchange-operations/exchange-account-setup.c:1019 +#: ../plugins/exchange-operations/exchange-account-setup.c:1020 msgid "Ch_eck for Supported Types" msgstr "ב_דוק עבור סוגים נתמכים" -#: ../plugins/exchange-operations/exchange-account-setup.c:1134 -#: ../plugins/exchange-operations/exchange-contacts.c:217 +#: ../plugins/exchange-operations/exchange-account-setup.c:1135 +#: ../plugins/exchange-operations/exchange-contacts.c:218 #, c-format msgid "%s KB" msgstr "%s KB" -#: ../plugins/exchange-operations/exchange-account-setup.c:1136 -#: ../plugins/exchange-operations/exchange-contacts.c:219 +#: ../plugins/exchange-operations/exchange-account-setup.c:1137 +#: ../plugins/exchange-operations/exchange-contacts.c:220 #, c-format msgid "0 KB" msgstr "0 KB" +#. FIXME: Take care of i18n +#: ../plugins/exchange-operations/exchange-account-setup.c:1142 +#: ../plugins/exchange-operations/exchange-calendar.c:236 +#: ../plugins/exchange-operations/exchange-contacts.c:223 +msgid "Size:" +msgstr "גודל:" + #: ../plugins/exchange-operations/exchange-calendar.c:196 -#: ../plugins/exchange-operations/exchange-contacts.c:170 +#: ../plugins/exchange-operations/exchange-contacts.c:171 msgid "" "Evolution is in offline mode. You cannot create or modify folders now.\n" "Please switch to online mode for such operations." @@ -16713,9 +15244,7 @@ msgstr "" #. * password. Prompt him again. #. #: ../plugins/exchange-operations/exchange-change-password.c:114 -msgid "" -"The current password does not match the existing password for your account. " -"Please enter the correct password" +msgid "The current password does not match the existing password for your account. Please enter the correct password" msgstr "" #: ../plugins/exchange-operations/exchange-change-password.c:121 @@ -16743,32 +15272,29 @@ msgstr "" msgid "Your password will expire in the next %d days" msgstr "" -#: ../plugins/exchange-operations/exchange-delegates-user.c:154 -#: ../plugins/exchange-operations/exchange-permissions-dialog.c:570 +#: ../plugins/exchange-operations/exchange-delegates-user.c:144 +#: ../plugins/exchange-operations/exchange-permissions-dialog.c:565 msgid "Custom" msgstr "מותאם אישית" -#: ../plugins/exchange-operations/exchange-delegates-user.c:184 -#: ../plugins/exchange-operations/exchange-delegates.glade.h:8 +#: ../plugins/exchange-operations/exchange-delegates-user.c:170 msgid "Editor (read, create, edit)" msgstr "" -#: ../plugins/exchange-operations/exchange-delegates-user.c:188 -#: ../plugins/exchange-operations/exchange-delegates.glade.h:1 +#: ../plugins/exchange-operations/exchange-delegates-user.c:174 msgid "Author (read, create)" msgstr "" -#: ../plugins/exchange-operations/exchange-delegates-user.c:192 -#: ../plugins/exchange-operations/exchange-delegates.glade.h:11 +#: ../plugins/exchange-operations/exchange-delegates-user.c:178 msgid "Reviewer (read-only)" msgstr "" -#: ../plugins/exchange-operations/exchange-delegates-user.c:242 -#: ../plugins/exchange-operations/exchange-delegates.glade.h:6 +#: ../plugins/exchange-operations/exchange-delegates-user.c:228 +#: ../plugins/exchange-operations/exchange-delegates.glade.h:5 msgid "Delegate Permissions" msgstr "" -#: ../plugins/exchange-operations/exchange-delegates-user.c:253 +#: ../plugins/exchange-operations/exchange-delegates-user.c:239 #: ../plugins/exchange-operations/exchange-permissions-dialog.c:178 #, c-format msgid "Permissions for %s" @@ -16777,22 +15303,20 @@ msgstr "הרשאות עבור %s" #. To translators: This is a part of the message to be sent to the delegatee #. summarizing the permissions assigned to him. #. -#: ../plugins/exchange-operations/exchange-delegates-user.c:343 -msgid "" -"This message was sent automatically by Evolution to inform you that you have " -"been designated as a delegate. You can now send messages on my behalf." +#: ../plugins/exchange-operations/exchange-delegates-user.c:329 +msgid "This message was sent automatically by Evolution to inform you that you have been designated as a delegate. You can now send messages on my behalf." msgstr "" #. To translators: Another chunk of the same message. #. -#: ../plugins/exchange-operations/exchange-delegates-user.c:348 +#: ../plugins/exchange-operations/exchange-delegates-user.c:334 msgid "You have been given the following permissions on my folders:" msgstr "" #. To translators: This message is included if the delegatee has been given access #. to the private items. #. -#: ../plugins/exchange-operations/exchange-delegates-user.c:366 +#: ../plugins/exchange-operations/exchange-delegates-user.c:352 #, fuzzy msgid "You are also permitted to see my private items." msgstr "צור פריט מבחן חדש" @@ -16800,11 +15324,11 @@ msgstr "צור פריט מבחן חדש" #. To translators: This message is included if the delegatee has not been given access #. to the private items. #. -#: ../plugins/exchange-operations/exchange-delegates-user.c:373 +#: ../plugins/exchange-operations/exchange-delegates-user.c:359 msgid "However you are not permitted to see my private items." msgstr "" -#: ../plugins/exchange-operations/exchange-delegates-user.c:405 +#: ../plugins/exchange-operations/exchange-delegates-user.c:391 #, c-format msgid "You have been designated as a delegate for %s" msgstr "" @@ -16852,21 +15376,29 @@ msgid "Error reading delegates list." msgstr "שגיאה בזמן טעינת ספר הכתובות." #. Translators: This is used for permissions for <user> for the folder Calendar. -#: ../plugins/exchange-operations/exchange-delegates.glade.h:3 +#: ../plugins/exchange-operations/exchange-delegates.glade.h:2 msgid "C_alendar:" msgstr "_יומן:" #. Translators: This is used for permissions for <user> for the folder Contacts. -#: ../plugins/exchange-operations/exchange-delegates.glade.h:5 +#: ../plugins/exchange-operations/exchange-delegates.glade.h:4 msgid "Co_ntacts:" msgstr "אנשי _קשר:" -#: ../plugins/exchange-operations/exchange-delegates.glade.h:7 +#: ../plugins/exchange-operations/exchange-delegates.glade.h:6 #, fuzzy msgid "Delegates" msgstr "מחק" -#: ../plugins/exchange-operations/exchange-delegates.glade.h:10 +#: ../plugins/exchange-operations/exchange-delegates.glade.h:7 +msgid "" +"None\n" +"Reviewer (read-only)\n" +"Author (read, create)\n" +"Editor (read, create, edit)" +msgstr "" + +#: ../plugins/exchange-operations/exchange-delegates.glade.h:11 msgid "Permissions for" msgstr "הרשאות עבור" @@ -16892,6 +15424,7 @@ msgstr "_סכם הרשאות" #. Translators: This is used for permissions for <user> for the folder Tasks. #: ../plugins/exchange-operations/exchange-delegates.glade.h:20 +#: ../plugins/itip-formatter/itip-view.c:1912 msgid "_Tasks:" msgstr "_משימות:" @@ -16913,7 +15446,7 @@ msgstr "גודל תיקייה" msgid "User" msgstr "משתמש" -#: ../plugins/exchange-operations/exchange-folder-subscription.c:321 +#: ../plugins/exchange-operations/exchange-folder-subscription.c:311 #: ../plugins/exchange-operations/org-gnome-folder-subscription.xml.h:1 msgid "Subscribe to Other User's Folder" msgstr "הרשם לתיקייה של משתמש אחר" @@ -16958,8 +15491,7 @@ msgstr "<b>מצב::</b>" #: ../plugins/exchange-operations/exchange-oof.glade.h:6 msgid "" -"<small>The message specified below will be automatically sent to each person " -"who sends\n" +"<small>The message specified below will be automatically sent to each person who sends\n" "mail to you while you are out of the office.</small>" msgstr "" @@ -16996,9 +15528,8 @@ msgid "_Change Password" msgstr "ה_חלף סיסמה" #: ../plugins/exchange-operations/exchange-permissions-dialog.c:295 -#, fuzzy msgid "(Permission denied.)" -msgstr "אין הרשאות" +msgstr "(הרשאה נדחתה.)" #: ../plugins/exchange-operations/exchange-permissions-dialog.c:403 msgid "Add User:" @@ -17006,8 +15537,8 @@ msgstr "הוסף משתמש:" #: ../plugins/exchange-operations/exchange-permissions-dialog.c:403 #: ../plugins/exchange-operations/exchange-send-options.c:410 -#: ../plugins/groupwise-features/proxy.c:937 -#: ../plugins/groupwise-features/share-folder.c:716 +#: ../plugins/groupwise-features/proxy.c:935 +#: ../plugins/groupwise-features/share-folder.c:714 msgid "Add User" msgstr "הוסף משתמש" @@ -17033,19 +15564,19 @@ msgstr "צור תת-תיקיות" #: ../plugins/exchange-operations/exchange-permissions-dialog.glade.h:6 msgid "Delete Any Items" -msgstr "" +msgstr "מחיקת פריטים כלשהם" #: ../plugins/exchange-operations/exchange-permissions-dialog.glade.h:7 msgid "Delete Own Items" -msgstr "" +msgstr "מחיקת פריטים עצמיים" #: ../plugins/exchange-operations/exchange-permissions-dialog.glade.h:8 msgid "Edit Any Items" -msgstr "" +msgstr "עריכת פריטים כלשהם" #: ../plugins/exchange-operations/exchange-permissions-dialog.glade.h:9 msgid "Edit Own Items" -msgstr "" +msgstr "עריכת פרטים עצמיים" #: ../plugins/exchange-operations/exchange-permissions-dialog.glade.h:10 #, fuzzy @@ -17064,7 +15595,7 @@ msgstr "תיקיות וירטואליות" #: ../plugins/exchange-operations/exchange-permissions-dialog.glade.h:13 msgid "Read items" -msgstr "" +msgstr "פריטים שנקראו" #: ../plugins/exchange-operations/exchange-permissions-dialog.glade.h:14 msgid "Role: " @@ -17103,10 +15634,14 @@ msgid "" "Private\n" "Confidential" msgstr "" +"רגיל\n" +"אישי\n" +"חסוי\n" +"סודי" #: ../plugins/exchange-operations/exchange-send-options.glade.h:12 msgid "Request a _delivery receipt for this message" -msgstr "" +msgstr "בקש _אישור משלוח עבור הודעה זו" #: ../plugins/exchange-operations/exchange-send-options.glade.h:13 #, fuzzy @@ -17143,9 +15678,7 @@ msgid "Subscribe to Other User's Calendar" msgstr "" #: ../plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml.h:1 -msgid "" -"A plugin that manages a collection of Exchange account specific operations " -"and features." +msgid "Activates the Evolution-Exchange extension package." msgstr "" #: ../plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml.h:2 @@ -17169,9 +15702,7 @@ msgid "Cannot perform the operation." msgstr "לא ניתן לבצע את הפעולה." #: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:5 -msgid "" -"Changes to options for Exchange account \"{0}\" will only take effect after " -"restarting Evolution." +msgid "Changes to options for Exchange account \"{0}\" will only take effect after restarting Evolution." msgstr "" #: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:6 @@ -17278,7 +15809,7 @@ msgid "Folder offline" msgstr "התיקייה אינה מקוונת" #: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:40 -#: ../shell/e-shell.c:1269 +#: ../shell/e-shell.c:1268 msgid "Generic error" msgstr "שגיאה כללית" @@ -17287,9 +15818,7 @@ msgid "Global Catalog Server is not reachable" msgstr "" #: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:42 -msgid "" -"If OWA is running on a different path, you must specify that in the account " -"configuration dialog." +msgid "If OWA is running on a different path, you must specify that in the account configuration dialog." msgstr "" #: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:43 @@ -17388,7 +15917,9 @@ msgid "Unknown error looking up {0}" msgstr "" #: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:71 -#: ../plugins/google-account-setup/google-source.c:540 +#: ../plugins/google-account-setup/google-source.c:522 +#: ../plugins/mail-to-task/mail-to-task.c:343 +#: ../plugins/mail-to-task/mail-to-task.c:555 msgid "Unknown error." msgstr "שגיאה לא ידועה." @@ -17405,9 +15936,7 @@ msgid "You are nearing your quota available for storing mail on this server." msgstr "" #: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:75 -msgid "" -"You are permitted to send a message on behalf of only one delegator at a " -"time." +msgid "You are permitted to send a message on behalf of only one delegator at a time." msgstr "" #: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:76 @@ -17423,24 +15952,16 @@ msgid "You may only configure a single Exchange account." msgstr "" #: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:79 -msgid "" -"Your current usage is: {0} KB. Try to clear up some space by deleting some " -"mail." +msgid "Your current usage is: {0} KB. Try to clear up some space by deleting some mail." msgstr "אתה משתמש ב: {0} KB. נסה לפנות קצת מקום על ידי מחיקת מספר הודעות." #: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:80 -msgid "" -"Your current usage is: {0} KB. You will not be able to either send or " -"receive mail now." +msgid "Your current usage is: {0} KB. You will not be able to either send or receive mail now." msgstr "אתה משתמש ב: {0} KB. לא תוכל לשלוח או לקבל דואר עכשיו." #: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:81 -msgid "" -"Your current usage is: {0} KB. You will not be able to send mail until you " -"clear up some space by deleting some mail." -msgstr "" -"אתה משתמש ב: {0} KB. לא תוכל לשלוח או לקבל דואר עד שלא תפנה מקום על ידי " -"מחיקת מספר הודעות." +msgid "Your current usage is: {0} KB. You will not be able to send mail until you clear up some space by deleting some mail." +msgstr "אתה משתמש ב: {0} KB. לא תוכל לשלוח או לקבל דואר עד שלא תפנה מקום על ידי מחיקת מספר הודעות." #: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:82 msgid "Your password has expired." @@ -17467,64 +15988,72 @@ msgid "Check folder permissions" msgstr "בדוק הרשאות תיקייה" #: ../plugins/external-editor/apps-evolution-external-editor.schemas.in.h:1 +msgid "Automatically launch editor when key is pressed in the mail composer" +msgstr "" + +#: ../plugins/external-editor/apps-evolution-external-editor.schemas.in.h:2 +#: ../plugins/external-editor/external-editor.c:120 +msgid "Automatically launch when a new mail is edited" +msgstr "" + +#: ../plugins/external-editor/apps-evolution-external-editor.schemas.in.h:3 msgid "Default External Editor" msgstr "Default External Editor" -#: ../plugins/external-editor/apps-evolution-external-editor.schemas.in.h:2 +#: ../plugins/external-editor/apps-evolution-external-editor.schemas.in.h:4 msgid "The default command that must be used as the editor." msgstr "The default command that must be used as the editor." #: ../plugins/external-editor/org-gnome-external-editor.eplug.xml.h:1 -msgid "" -"A plugin for using an external editor as the composer. You can send only " -"plain-text messages." -msgstr "" - -#. the path to the shared library -#: ../plugins/external-editor/org-gnome-external-editor.eplug.xml.h:3 msgid "External Editor" msgstr "עורך חיצוני" -#: ../plugins/external-editor/org-gnome-external-editor-errors.xml.h:1 +#: ../plugins/external-editor/org-gnome-external-editor.eplug.xml.h:2 +msgid "Use an external editor to compose plain-text mail messages." +msgstr "" + +#: ../plugins/external-editor/org-gnome-external-editor.error.xml.h:1 msgid "Cannot create Temporary File" msgstr "לא ניתן ליצור קובץ זמני" -#: ../plugins/external-editor/org-gnome-external-editor-errors.xml.h:2 +#: ../plugins/external-editor/org-gnome-external-editor.error.xml.h:2 msgid "Editor not launchable" msgstr "לא ניתן להריץ את העורך" -#: ../plugins/external-editor/org-gnome-external-editor-errors.xml.h:3 -msgid "" -"Evolution is unable to create a temporary file to save your mail. Retry " -"later." -msgstr "" -"Evolution לא הצליח ליצור קובץ זמני כדי לשמור את הדואר שלך. נסה שוב מאוחר " -"יותר." +#: ../plugins/external-editor/org-gnome-external-editor.error.xml.h:3 +msgid "Evolution is unable to create a temporary file to save your mail. Retry later." +msgstr "Evolution לא הצליח ליצור קובץ זמני כדי לשמור את הדואר שלך. נסה שוב מאוחר יותר." -#: ../plugins/external-editor/org-gnome-external-editor-errors.xml.h:4 -msgid "" -"The external editor set in your plugin preferences cannot be launched. Try " -"setting a different editor." -msgstr "" - -#: ../plugins/external-editor/org-gnome-external-editor.xml.h:1 +#: ../plugins/external-editor/org-gnome-external-editor.error.xml.h:4 #, fuzzy -msgid "Compose in _External Editor" -msgstr "Composer Window default width" +msgid "External editor still running" +msgstr "עורך חיצוני" + +#: ../plugins/external-editor/org-gnome-external-editor.error.xml.h:5 +msgid "The external editor is still running. The mail composer window cannot be closed as long as the editor is active." +msgstr "" -#: ../plugins/external-editor/org-gnome-external-editor.xml.h:2 -msgid "Compose messages using an external editor" +#: ../plugins/external-editor/org-gnome-external-editor.error.xml.h:6 +msgid "The external editor set in your plugin preferences cannot be launched. Try setting a different editor." msgstr "" -#: ../plugins/external-editor/external-editor.c:112 +#: ../plugins/external-editor/external-editor.c:109 msgid "Command to be executed to launch the editor: " msgstr "" -#: ../plugins/external-editor/external-editor.c:113 +#: ../plugins/external-editor/external-editor.c:110 msgid "" "For Emacs use \"xemacs\"\n" -"For VI use \"gvim\"" +"For VI use \"gvim -f\"" msgstr "" +"עבור Emacs יש להשתמש ב־\"xemacs\"\n" +"עבור VI יש להשתמש ב־\"gvim\"" + +#: ../plugins/external-editor/external-editor.c:308 +#: ../plugins/external-editor/external-editor.c:310 +#, fuzzy +msgid "Compose in External Editor" +msgstr "Composer Window default width" #: ../plugins/face/face.c:59 msgid "Select a (48*48) png of size < 700bytes" @@ -17540,9 +16069,9 @@ msgstr "_פנים" #: ../plugins/face/org-gnome-face.eplug.xml.h:1 msgid "" -"Attach Face header to outgoing messages. First time the user needs to " -"configure a 48*48 png image. It is base64 encoded and stored in ~/.evolution/" -"faces This will be used in messages that are sent further." +"Attach a small picture of your face to outgoing messages.\n" +"\n" +"First time the user needs to configure a 48x48 PNG image. It is Base-64 encoded and stored in ~/.evolution/faces. This will be used in subsequent sent messages." msgstr "" #: ../plugins/folder-unsubscribe/folder-unsubscribe.c:56 @@ -17551,68 +16080,65 @@ msgid "Unsubscribing from folder \"%s\"" msgstr "" #: ../plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml.h:1 -msgid "Allows unsubscribing of mail folders in the side bar context menu." +msgid "Unsubscribe Folders" msgstr "" #: ../plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml.h:2 -msgid "Unsubscribe Folders" +msgid "Unsubscribe from an IMAP folder by right-clicking on it in the folder tree." msgstr "" #: ../plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml.h:3 msgid "_Unsubscribe" msgstr "" -#: ../plugins/google-account-setup/google-source.c:83 -#: ../plugins/google-account-setup/google-source.c:90 -#: ../plugins/google-account-setup/google-contacts-source.c:53 -#: ../plugins/google-account-setup/google-contacts-source.c:58 -#: ../plugins/google-account-setup/google-contacts-source.c:84 +#: ../plugins/google-account-setup/google-source.c:81 +#: ../plugins/google-account-setup/google-contacts-source.c:51 msgid "Google" msgstr "Google" -#: ../plugins/google-account-setup/google-source.c:440 +#: ../plugins/google-account-setup/google-source.c:422 #, c-format msgid "Enter password for user %s to access list of subscribed calendars." msgstr "" -#: ../plugins/google-account-setup/google-source.c:540 +#: ../plugins/google-account-setup/google-source.c:522 #, c-format msgid "" "Cannot read data from Google server.\n" "%s" msgstr "" +"לא ניתן לקרוא את הנתונים מהשרת של Google.\n" +"%s" -#: ../plugins/google-account-setup/google-source.c:702 +#: ../plugins/google-account-setup/google-source.c:674 msgid "Cal_endar:" msgstr "יו_מן:" -#: ../plugins/google-account-setup/google-source.c:737 -#, fuzzy +#: ../plugins/google-account-setup/google-source.c:709 msgid "Retrieve _list" -msgstr "מקבל `%s'" +msgstr "אחזור _רשימה" -#: ../plugins/google-account-setup/google-contacts-source.c:278 -#: ../plugins/webdav-account-setup/webdav-contacts-source.c:300 +#: ../plugins/google-account-setup/google-contacts-source.c:270 +#: ../plugins/webdav-account-setup/webdav-contacts-source.c:285 msgid "<b>Server</b>" msgstr "<b>שרת</b>" #: ../plugins/google-account-setup/org-gnome-evolution-google.eplug.xml.h:1 -#, fuzzy -msgid "A plugin to setup Google Calendar and Contacts." -msgstr "תוסף להגדרת יומן google." +msgid "Add Google Calendars to Evolution." +msgstr "" #: ../plugins/google-account-setup/org-gnome-evolution-google.eplug.xml.h:2 -msgid "Google sources" -msgstr "מקורות Google" +#, fuzzy +msgid "Google Calendars" +msgstr "יומן Gnome" #: ../plugins/groupwise-account-setup/camel-gw-listener.c:456 msgid "Checklist" msgstr "" #: ../plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml.h:1 -#, fuzzy -msgid "A plugin to setup GroupWise calendar and contacts sources." -msgstr "תוסף להגדרת יומן google." +msgid "Add Novell GroupWise support to Evolution." +msgstr "" #: ../plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml.h:2 msgid "GroupWise Account Setup" @@ -17635,11 +16161,11 @@ msgstr "" #: ../plugins/groupwise-features/install-shared.c:225 msgid "Install the shared folder" -msgstr "" +msgstr "התקן את התיקייה המשותפת" #: ../plugins/groupwise-features/install-shared.c:227 msgid "Shared Folder Installation" -msgstr "" +msgstr "התקנת תיקייה משותפת" #: ../plugins/groupwise-features/junk-mail-settings.c:80 msgid "Junk Settings" @@ -17655,9 +16181,8 @@ msgid "Junk Mail Settings..." msgstr "הגדרות דואר זבל..." #: ../plugins/groupwise-features/junk-settings.glade.h:1 -#, fuzzy msgid "<b>Junk List:</b>" -msgstr "<b>רשימת מטלות</b>" +msgstr "<b>רשימת דואר זבל:</b>" #: ../plugins/groupwise-features/junk-settings.glade.h:2 msgid "Email:" @@ -17682,9 +16207,7 @@ msgid "Message Retract" msgstr "של_ח הודעה לאיש קשר..." #: ../plugins/groupwise-features/mail-retract.c:58 -msgid "" -"Retracting a message may remove it from the recipient's mailbox. Are you " -"sure you want to do this ?" +msgid "Retracting a message may remove it from the recipient's mailbox. Are you sure you want to do this ?" msgstr "" #: ../plugins/groupwise-features/mail-retract.c:77 @@ -17700,95 +16223,81 @@ msgid "Add Send Options to GroupWise messages" msgstr "" #: ../plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml.h:1 -msgid "A plugin for the features in GroupWise accounts." +msgid "Fine-tune your GroupWise accounts." msgstr "" #: ../plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml.h:2 #, fuzzy -#| msgid "GroupWise" msgid "GroupWise Features" msgstr "GroupWise" -#: ../plugins/groupwise-features/org-gnome-mail-retract-errors.xml.h:1 +#: ../plugins/groupwise-features/org-gnome-mail-retract.error.xml.h:1 #, fuzzy msgid "Message retract failed" msgstr "ההודעה מכילה" -#: ../plugins/groupwise-features/org-gnome-mail-retract-errors.xml.h:2 +#: ../plugins/groupwise-features/org-gnome-mail-retract.error.xml.h:2 #, fuzzy msgid "The server did not allow the selected message to be retracted." msgstr "פתח את ההודעה שנבחרה בחלון חדש" -#: ../plugins/groupwise-features/org-gnome-proxy-errors.xml.h:1 -#: ../plugins/groupwise-features/org-gnome-proxy-login-errors.xml.h:3 -#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:1 +#: ../plugins/groupwise-features/org-gnome-proxy.error.xml.h:1 +#: ../plugins/groupwise-features/org-gnome-proxy-login.error.xml.h:3 +#: ../plugins/groupwise-features/org-gnome-shared-folder.error.xml.h:1 msgid "Invalid user" msgstr "משתמש לא תקין" #. To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation -#: ../plugins/groupwise-features/org-gnome-proxy-errors.xml.h:3 +#: ../plugins/groupwise-features/org-gnome-proxy.error.xml.h:3 #, fuzzy msgid "Proxy access cannot be given to user "{0}"" msgstr "לא ניתן לפתוח קובץ" -#: ../plugins/groupwise-features/org-gnome-proxy-errors.xml.h:4 -#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:2 +#: ../plugins/groupwise-features/org-gnome-proxy.error.xml.h:4 +#: ../plugins/groupwise-features/org-gnome-shared-folder.error.xml.h:2 msgid "Specify User" msgstr "ציין משתמש" #. To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation -#: ../plugins/groupwise-features/org-gnome-proxy-errors.xml.h:6 +#: ../plugins/groupwise-features/org-gnome-proxy.error.xml.h:6 msgid "You have already given proxy permissions to this user." msgstr "" #. To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation -#: ../plugins/groupwise-features/org-gnome-proxy-errors.xml.h:8 +#: ../plugins/groupwise-features/org-gnome-proxy.error.xml.h:8 msgid "You have to specify a valid user name to give proxy rights." msgstr "" -#: ../plugins/groupwise-features/org-gnome-proxy-login-errors.xml.h:1 +#: ../plugins/groupwise-features/org-gnome-proxy-login.error.xml.h:1 msgid "Account "{0}" already exists. Please check your folder tree." msgstr "" -#: ../plugins/groupwise-features/org-gnome-proxy-login-errors.xml.h:2 +#: ../plugins/groupwise-features/org-gnome-proxy-login.error.xml.h:2 msgid "Account Already Exists" msgstr "החשבון כבר קיים" -#: ../plugins/groupwise-features/org-gnome-proxy-login-errors.xml.h:4 -msgid "" -"Proxy login as "{0}" was unsuccessful. Please check your email " -"address and try again." -msgstr "" - -#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:3 -msgid "This is a recurring meeting" +#: ../plugins/groupwise-features/org-gnome-proxy-login.error.xml.h:4 +msgid "Proxy login as "{0}" was unsuccessful. Please check your email address and try again." msgstr "" -#. Translators: "it" is a "recurring meeting" (string refers to "This is a recurring meeting") -#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:5 -#, fuzzy -msgid "Would you like to accept it?" -msgstr "האם ברצונך לשמור את השינויים שלך?" - -#. Translators: "it" is a "recurring meeting" (string refers to "This is a recurring meeting") -#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:7 -#, fuzzy -msgid "Would you like to decline it?" -msgstr "האם ברצונך לשמור את השינויים שלך?" - -#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:8 +#: ../plugins/groupwise-features/org-gnome-shared-folder.error.xml.h:3 #, fuzzy msgid "You cannot share this folder with the specified user "{0}"" msgstr "לא ניתן לפתוח קובץ" -#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:9 +#: ../plugins/groupwise-features/org-gnome-shared-folder.error.xml.h:4 msgid "You have to specify a user name which you want to add to the list" msgstr "" -#: ../plugins/groupwise-features/process-meeting.c:52 +#: ../plugins/groupwise-features/process-meeting.c:54 msgid "Accept Tentatively" msgstr "" +#: ../plugins/groupwise-features/process-meeting.c:322 +#, fuzzy +msgid "Rese_nd Meeting..." +msgstr "_מחק..." + #: ../plugins/groupwise-features/properties.glade.h:1 msgid "<b>Users:</b>" msgstr "<b>המשתמשים:</b>" @@ -17802,7 +16311,7 @@ msgid "Con_tacts..." msgstr "אנשי _קשר..." #: ../plugins/groupwise-features/properties.glade.h:5 -#: ../widgets/table/e-table-click-to-add.c:516 +#: ../widgets/table/e-table-click-to-add.c:515 msgid "Message" msgstr "הודעה" @@ -17890,7 +16399,7 @@ msgstr "כניסת מתווך" #: ../plugins/groupwise-features/proxy-login.c:206 #: ../plugins/groupwise-features/proxy-login.c:248 -#: ../plugins/groupwise-features/proxy.c:491 +#: ../plugins/groupwise-features/proxy.c:489 #: ../plugins/groupwise-features/send-options.c:85 #, c-format msgid "%sEnter password for %s (user %s)" @@ -17904,12 +16413,12 @@ msgid "_Proxy Login..." msgstr "כניסת _מתווך..." #. To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation -#: ../plugins/groupwise-features/proxy.c:692 +#: ../plugins/groupwise-features/proxy.c:690 msgid "The Proxy tab will be available only when the account is online." msgstr "" #. To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation -#: ../plugins/groupwise-features/proxy.c:698 +#: ../plugins/groupwise-features/proxy.c:696 msgid "The Proxy tab will be available only when the account is enabled." msgstr "" @@ -17917,40 +16426,38 @@ msgstr "" msgid "Advanced send options" msgstr "אפשרויות שליחה מתקדמות" -#: ../plugins/groupwise-features/share-folder-common.c:321 -#: ../plugins/groupwise-features/share-folder.c:751 +#: ../plugins/groupwise-features/share-folder-common.c:320 +#: ../plugins/groupwise-features/share-folder.c:749 msgid "Users" msgstr "משתמשים" -#: ../plugins/groupwise-features/share-folder-common.c:322 +#: ../plugins/groupwise-features/share-folder-common.c:321 msgid "Enter the users and set permissions" -msgstr "" +msgstr "הזן את המשתמשים והגדר הרשאות" -#: ../plugins/groupwise-features/share-folder-common.c:341 +#: ../plugins/groupwise-features/share-folder-common.c:340 msgid "New _Shared Folder..." msgstr "תיקייה משותפת _חדשה..." -#: ../plugins/groupwise-features/share-folder-common.c:449 +#: ../plugins/groupwise-features/share-folder-common.c:448 msgid "Sharing" msgstr "משתף" -#: ../plugins/groupwise-features/share-folder.c:534 +#: ../plugins/groupwise-features/share-folder.c:532 msgid "Custom Notification" msgstr "התרעה מותאמת אישית" -#: ../plugins/groupwise-features/share-folder.c:756 +#: ../plugins/groupwise-features/share-folder.c:754 msgid "Add " msgstr "הוסף " -#: ../plugins/groupwise-features/share-folder.c:762 -#, fuzzy +#: ../plugins/groupwise-features/share-folder.c:760 msgid "Modify" -msgstr "מודל" +msgstr "שינוי" #: ../plugins/groupwise-features/status-track.c:97 -#, fuzzy msgid "Message Status" -msgstr "של_ח הודעה לאיש קשר..." +msgstr "מצב ההודעה" #. Subject #: ../plugins/groupwise-features/status-track.c:111 @@ -17967,12 +16474,11 @@ msgstr "תאריך יצירה :" #: ../plugins/groupwise-features/status-track.c:179 msgid "Recipient: " -msgstr "נמענים:" +msgstr "נמענים: " #: ../plugins/groupwise-features/status-track.c:186 -#, fuzzy msgid "Delivered: " -msgstr "_מחק" +msgstr "נשלח: " #: ../plugins/groupwise-features/status-track.c:192 msgid "Opened: " @@ -17999,16 +16505,15 @@ msgid "Undelivered: " msgstr "לא נימסר: " #: ../plugins/groupwise-features/status-track.c:241 -#, fuzzy msgid "Track Message Status..." -msgstr "של_ח הודעה לאיש קשר..." +msgstr "מעקב אחר מצב ההודעה..." #: ../plugins/hula-account-setup/org-gnome-evolution-hula-account-setup.eplug.xml.h:1 -msgid "A plugin to setup hula calendar sources." +msgid "Add Hula support to Evolution." msgstr "" #: ../plugins/hula-account-setup/org-gnome-evolution-hula-account-setup.eplug.xml.h:2 -msgid "Hula Account Setup" +msgid "Hula Support" msgstr "" #: ../plugins/imap-features/imap-headers.c:320 @@ -18037,8 +16542,7 @@ msgstr "קבל את _כל הכותרות" #: ../plugins/imap-features/imap-headers.glade.h:5 msgid "" -"Give the extra headers that you need to fetch in addition to the above " -"standard headers. \n" +"Give the extra headers that you need to fetch in addition to the above standard headers. \n" "You can ignore this if you choose \"All Headers\"." msgstr "" @@ -18055,735 +16559,693 @@ msgid "" msgstr "" #: ../plugins/imap-features/org-gnome-imap-features.eplug.xml.h:1 -msgid "A plugin for the features in the IMAP accounts." +msgid "Fine-tune your IMAP accounts." msgstr "" #: ../plugins/imap-features/org-gnome-imap-features.eplug.xml.h:2 msgid "IMAP Features" msgstr "" -#: ../plugins/import-ics-attachments/icsimporter.c:78 -msgid "_Import to Calendar" -msgstr "י_בא ליומן" - -#: ../plugins/import-ics-attachments/icsimporter.c:83 -msgid "_Import to Tasks" -msgstr "_יבא למשימות" - -#: ../plugins/import-ics-attachments/icsimporter.c:201 -#, fuzzy -msgid "Import ICS" -msgstr "_יבא" - -#: ../plugins/import-ics-attachments/icsimporter.c:224 -#, fuzzy -msgid "Select Task List" -msgstr "משימות" - -#: ../plugins/import-ics-attachments/icsimporter.c:228 -msgid "Select Calendar" -msgstr "בחר לוח שנה" - -#: ../plugins/import-ics-attachments/icsimporter.c:260 -#: ../shell/e-shell-importer.c:696 -msgid "_Import" -msgstr "_יבא" - -#. the path to the shared library -#: ../plugins/import-ics-attachments/org-gnome-evolution-mail-attachments-import-ics.eplug.xml.h:2 -msgid "Import to Calendar" -msgstr "יבא ליומן" - -#: ../plugins/import-ics-attachments/org-gnome-evolution-mail-attachments-import-ics.eplug.xml.h:3 -msgid "Imports ICS attachments to calendar." -msgstr "" - #: ../plugins/ipod-sync/evolution-ipod-sync.c:49 msgid "Hardware Abstraction Layer not loaded" msgstr "" #: ../plugins/ipod-sync/evolution-ipod-sync.c:50 -msgid "" -"The \"hald\" service is required but not currently running. Please enable " -"the service and rerun this program, or contact your system administrator." +msgid "The \"hald\" service is required but not currently running. Please enable the service and rerun this program, or contact your system administrator." msgstr "" #: ../plugins/ipod-sync/evolution-ipod-sync.c:83 msgid "Search for an iPod failed" -msgstr "" +msgstr "חיפוש אחר iPod נכשל" #: ../plugins/ipod-sync/evolution-ipod-sync.c:84 -msgid "" -"Evolution could not find an iPod to synchronize with. Either the iPod is not " -"connected to the system or it is not powered on." +msgid "Evolution could not find an iPod to synchronize with. Either the iPod is not connected to the system or it is not powered on." msgstr "" #: ../plugins/ipod-sync/ical-format.c:119 #: ../plugins/save-calendar/ical-format.c:164 msgid "iCalendar format (.ics)" -msgstr "" +msgstr "מבנה iCalendar (.ics)" #: ../plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml.h:1 -msgid "" -"Synchronize the selected task/memo/calendar/address book with Apple iPod" -msgstr "" +msgid "Synchronize to iPod" +msgstr "סנכרן מול iPod" #: ../plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml.h:2 -msgid "Synchronize to iPod" -msgstr "סנכרן ל-iPod" +#, fuzzy +msgid "Synchronize your data with your Apple iPod." +msgstr "סנכרן מול iPod" #: ../plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml.h:3 msgid "iPod Synchronization" -msgstr "סנכרון iPod" +msgstr "סנכרון מול iPod" -#: ../plugins/itip-formatter/itip-formatter.c:481 -#: ../plugins/itip-formatter/itip-formatter.c:606 +#: ../plugins/itip-formatter/itip-formatter.c:482 +#: ../plugins/itip-formatter/itip-formatter.c:607 #, fuzzy, c-format msgid "Failed to load the calendar '%s'" msgstr "ניסיון ההזדהות נכשל.\n" -#: ../plugins/itip-formatter/itip-formatter.c:626 +#: ../plugins/itip-formatter/itip-formatter.c:627 #, c-format msgid "An appointment in the calendar '%s' conflicts with this meeting" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:652 +#: ../plugins/itip-formatter/itip-formatter.c:663 #, c-format msgid "Found the appointment in the calendar '%s'" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:741 +#: ../plugins/itip-formatter/itip-formatter.c:753 msgid "Unable to find any calendars" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:748 +#: ../plugins/itip-formatter/itip-formatter.c:760 msgid "Unable to find this meeting in any calendar" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:752 +#: ../plugins/itip-formatter/itip-formatter.c:764 msgid "Unable to find this task in any task list" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:756 +#: ../plugins/itip-formatter/itip-formatter.c:768 msgid "Unable to find this memo in any memo list" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:827 +#: ../plugins/itip-formatter/itip-formatter.c:839 +#, fuzzy +msgid "Opening the calendar. Please wait.." +msgstr "פותח יומן" + +#: ../plugins/itip-formatter/itip-formatter.c:842 msgid "Searching for an existing version of this appointment" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:996 +#: ../plugins/itip-formatter/itip-formatter.c:1024 msgid "Unable to parse item" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1054 +#: ../plugins/itip-formatter/itip-formatter.c:1111 #, c-format msgid "Unable to send item to calendar '%s'. %s" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1066 +#: ../plugins/itip-formatter/itip-formatter.c:1123 #, c-format msgid "Sent to calendar '%s' as accepted" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1070 +#: ../plugins/itip-formatter/itip-formatter.c:1127 #, c-format msgid "Sent to calendar '%s' as tentative" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1075 +#: ../plugins/itip-formatter/itip-formatter.c:1132 #, c-format msgid "Sent to calendar '%s' as declined" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1080 +#: ../plugins/itip-formatter/itip-formatter.c:1137 #, c-format msgid "Sent to calendar '%s' as canceled" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1174 +#: ../plugins/itip-formatter/itip-formatter.c:1231 #, c-format msgid "Organizer has removed the delegate %s " msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1181 +#: ../plugins/itip-formatter/itip-formatter.c:1238 msgid "Sent a cancelation notice to the delegate" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1183 +#: ../plugins/itip-formatter/itip-formatter.c:1240 msgid "Could not send the cancelation notice to the delegate" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1289 +#: ../plugins/itip-formatter/itip-formatter.c:1348 msgid "Attendee status could not be updated because the status is invalid" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1318 +#: ../plugins/itip-formatter/itip-formatter.c:1377 #, c-format msgid "Unable to update attendee. %s" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1322 +#: ../plugins/itip-formatter/itip-formatter.c:1381 msgid "Attendee status updated" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1348 +#: ../plugins/itip-formatter/itip-formatter.c:1407 #, fuzzy msgid "Meeting information sent" msgstr "בחר פעולה" -#: ../plugins/itip-formatter/itip-formatter.c:1351 +#: ../plugins/itip-formatter/itip-formatter.c:1410 #, fuzzy msgid "Task information sent" msgstr "איש הקשר לא נמצא" -#: ../plugins/itip-formatter/itip-formatter.c:1354 +#: ../plugins/itip-formatter/itip-formatter.c:1413 #, fuzzy msgid "Memo information sent" msgstr "איש הקשר לא נמצא" -#: ../plugins/itip-formatter/itip-formatter.c:1363 +#: ../plugins/itip-formatter/itip-formatter.c:1422 msgid "Unable to send meeting information, the meeting does not exist" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1366 +#: ../plugins/itip-formatter/itip-formatter.c:1425 msgid "Unable to send task information, the task does not exist" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1369 +#: ../plugins/itip-formatter/itip-formatter.c:1428 msgid "Unable to send memo information, the memo does not exist" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1438 -#: ../plugins/itip-formatter/itip-formatter.c:1449 +#: ../plugins/itip-formatter/itip-formatter.c:1497 +#: ../plugins/itip-formatter/itip-formatter.c:1508 msgid "The calendar attached is not valid" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1439 -#: ../plugins/itip-formatter/itip-formatter.c:1450 -msgid "" -"The message claims to contain a calendar, but the calendar is not a valid " -"iCalendar." +#: ../plugins/itip-formatter/itip-formatter.c:1498 +#: ../plugins/itip-formatter/itip-formatter.c:1509 +msgid "The message claims to contain a calendar, but the calendar is not a valid iCalendar." msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1490 -#: ../plugins/itip-formatter/itip-formatter.c:1518 -#: ../plugins/itip-formatter/itip-formatter.c:1600 +#: ../plugins/itip-formatter/itip-formatter.c:1549 +#: ../plugins/itip-formatter/itip-formatter.c:1577 +#: ../plugins/itip-formatter/itip-formatter.c:1669 msgid "The item in the calendar is not valid" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1491 -#: ../plugins/itip-formatter/itip-formatter.c:1519 -#: ../plugins/itip-formatter/itip-formatter.c:1601 -msgid "" -"The message does contain a calendar, but the calendar contains no events, " -"tasks or free/busy information" +#: ../plugins/itip-formatter/itip-formatter.c:1550 +#: ../plugins/itip-formatter/itip-formatter.c:1578 +#: ../plugins/itip-formatter/itip-formatter.c:1670 +msgid "The message does contain a calendar, but the calendar contains no events, tasks or free/busy information" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1530 +#: ../plugins/itip-formatter/itip-formatter.c:1589 msgid "The calendar attached contains multiple items" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:1531 -msgid "" -"To process all of these items, the file should be saved and the calendar " -"imported" +#: ../plugins/itip-formatter/itip-formatter.c:1590 +msgid "To process all of these items, the file should be saved and the calendar imported" msgstr "" -#: ../plugins/itip-formatter/itip-formatter.c:2240 +#: ../plugins/itip-formatter/itip-formatter.c:2319 msgid "This meeting recurs" -msgstr "" +msgstr "ישיבה זו מופיעה שוב" -#: ../plugins/itip-formatter/itip-formatter.c:2243 +#: ../plugins/itip-formatter/itip-formatter.c:2322 msgid "This task recurs" -msgstr "" +msgstr "משימה זו מופיעה שוב" -#: ../plugins/itip-formatter/itip-formatter.c:2246 +#: ../plugins/itip-formatter/itip-formatter.c:2325 msgid "This memo recurs" -msgstr "" +msgstr "תזכיר זה מופיעה שוב" #. Delete message after acting #. FIXME Need a schema for this -#: ../plugins/itip-formatter/itip-formatter.c:2482 +#: ../plugins/itip-formatter/itip-formatter.c:2561 msgid "_Delete message after acting" -msgstr "" +msgstr "_מחק את ההודעה לאחר הביצוע" -#: ../plugins/itip-formatter/itip-formatter.c:2492 -#: ../plugins/itip-formatter/itip-formatter.c:2524 +#: ../plugins/itip-formatter/itip-formatter.c:2571 +#: ../plugins/itip-formatter/itip-formatter.c:2603 msgid "Conflict Search" -msgstr "" +msgstr "חיפוש התנגשויות" #. Source selector -#: ../plugins/itip-formatter/itip-formatter.c:2507 +#: ../plugins/itip-formatter/itip-formatter.c:2586 msgid "Select the calendars to search for meeting conflicts" msgstr "" #. strftime format of a weekday and a date. -#: ../plugins/itip-formatter/itip-view.c:189 ../ui/evolution-calendar.xml.h:34 -#: ../widgets/misc/e-cell-date-edit.c:297 +#: ../plugins/itip-formatter/itip-view.c:191 +#: ../ui/evolution-calendar.xml.h:34 +#: ../widgets/misc/e-cell-date-edit.c:308 msgid "Today" msgstr "היום" #. strftime format of a time, #. in 24-hour format, without seconds. -#: ../plugins/itip-formatter/itip-view.c:194 +#: ../plugins/itip-formatter/itip-view.c:196 msgid "Today %H:%M" msgstr "היום %H:%M" #. strftime format of a time, #. in 24-hour format. -#: ../plugins/itip-formatter/itip-view.c:198 +#: ../plugins/itip-formatter/itip-view.c:200 msgid "Today %H:%M:%S" msgstr "היום %H:%M:%S" #. strftime format of a time, #. in 12-hour format. -#: ../plugins/itip-formatter/itip-view.c:207 +#: ../plugins/itip-formatter/itip-view.c:209 msgid "Today %l:%M:%S %p" msgstr "היום %l:%M:%S %p" #. strftime format of a weekday and a date. -#: ../plugins/itip-formatter/itip-view.c:217 +#: ../plugins/itip-formatter/itip-view.c:219 msgid "Tomorrow" msgstr "מחר" #. strftime format of a time, #. in 24-hour format, without seconds. -#: ../plugins/itip-formatter/itip-view.c:222 +#: ../plugins/itip-formatter/itip-view.c:224 msgid "Tomorrow %H:%M" msgstr "מחר %H:%M" #. strftime format of a time, #. in 24-hour format. -#: ../plugins/itip-formatter/itip-view.c:226 +#: ../plugins/itip-formatter/itip-view.c:228 msgid "Tomorrow %H:%M:%S" msgstr "מחר %H:%M:%S" #. strftime format of a time, #. in 12-hour format, without seconds. -#: ../plugins/itip-formatter/itip-view.c:231 +#: ../plugins/itip-formatter/itip-view.c:233 msgid "Tomorrow %l:%M %p" msgstr "מחר %l:%M %p" #. strftime format of a time, #. in 12-hour format. -#: ../plugins/itip-formatter/itip-view.c:235 +#: ../plugins/itip-formatter/itip-view.c:237 msgid "Tomorrow %l:%M:%S %p" msgstr "מחר %l:%M:%S %p" #. strftime format of a weekday. -#: ../plugins/itip-formatter/itip-view.c:254 +#: ../plugins/itip-formatter/itip-view.c:256 #, c-format msgid "%A" msgstr "%A" #. strftime format of a weekday and a #. time, in 24-hour format, without seconds. -#: ../plugins/itip-formatter/itip-view.c:259 +#: ../plugins/itip-formatter/itip-view.c:261 msgid "%A %H:%M" msgstr "%A %H:%M" #. strftime format of a weekday and a #. time, in 24-hour format. -#: ../plugins/itip-formatter/itip-view.c:263 +#: ../plugins/itip-formatter/itip-view.c:265 msgid "%A %H:%M:%S" msgstr "%A %H:%M:%S" #. strftime format of a weekday and a #. time, in 12-hour format, without seconds. -#: ../plugins/itip-formatter/itip-view.c:268 +#: ../plugins/itip-formatter/itip-view.c:270 msgid "%A %l:%M %p" msgstr "%A %l:%M %p" #. strftime format of a weekday and a #. time, in 12-hour format. -#: ../plugins/itip-formatter/itip-view.c:272 +#: ../plugins/itip-formatter/itip-view.c:274 msgid "%A %l:%M:%S %p" msgstr "%A %l:%M:%S %p" #. strftime format of a weekday and a date #. without a year. -#: ../plugins/itip-formatter/itip-view.c:281 +#: ../plugins/itip-formatter/itip-view.c:283 msgid "%A, %B %e" msgstr "%A, %B %e" #. strftime format of a weekday, a date #. without a year and a time, #. in 24-hour format, without seconds. -#: ../plugins/itip-formatter/itip-view.c:287 +#: ../plugins/itip-formatter/itip-view.c:289 msgid "%A, %B %e %H:%M" msgstr "%A, %B %e %H:%M" #. strftime format of a weekday, a date without a year #. and a time, in 24-hour format. -#: ../plugins/itip-formatter/itip-view.c:291 +#: ../plugins/itip-formatter/itip-view.c:293 msgid "%A, %B %e %H:%M:%S" msgstr "%A, %B %e %H:%M:%S" #. strftime format of a weekday, a date without a year #. and a time, in 12-hour format, without seconds. -#: ../plugins/itip-formatter/itip-view.c:296 +#: ../plugins/itip-formatter/itip-view.c:298 msgid "%A, %B %e %l:%M %p" msgstr "%A, %B %e %l:%M %p" #. strftime format of a weekday, a date without a year #. and a time, in 12-hour format. -#: ../plugins/itip-formatter/itip-view.c:300 +#: ../plugins/itip-formatter/itip-view.c:302 msgid "%A, %B %e %l:%M:%S %p" msgstr "%A, %B %e %l:%M:%S %p" #. strftime format of a weekday and a date. -#: ../plugins/itip-formatter/itip-view.c:306 +#: ../plugins/itip-formatter/itip-view.c:308 msgid "%A, %B %e, %Y" msgstr "%A, %B %e, %Y" #. strftime format of a weekday, a date and a #. time, in 24-hour format, without seconds. -#: ../plugins/itip-formatter/itip-view.c:311 +#: ../plugins/itip-formatter/itip-view.c:313 msgid "%A, %B %e, %Y %H:%M" msgstr "%A, %B %e, %Y %H:%M" #. strftime format of a weekday, a date and a #. time, in 24-hour format. -#: ../plugins/itip-formatter/itip-view.c:315 +#: ../plugins/itip-formatter/itip-view.c:317 msgid "%A, %B %e, %Y %H:%M:%S" msgstr "%A, %B %e, %Y %H:%M:%S" #. strftime format of a weekday, a date and a #. time, in 12-hour format, without seconds. -#: ../plugins/itip-formatter/itip-view.c:320 +#: ../plugins/itip-formatter/itip-view.c:322 msgid "%A, %B %e, %Y %l:%M %p" msgstr "%A, %B %e, %Y %l:%M %p" #. strftime format of a weekday, a date and a #. time, in 12-hour format. -#: ../plugins/itip-formatter/itip-view.c:324 +#: ../plugins/itip-formatter/itip-view.c:326 msgid "%A, %B %e, %Y %l:%M:%S %p" msgstr "%A, %B %e, %Y %l:%M:%S %p" -#: ../plugins/itip-formatter/itip-view.c:349 -#: ../plugins/itip-formatter/itip-view.c:437 -#: ../plugins/itip-formatter/itip-view.c:525 +#: ../plugins/itip-formatter/itip-view.c:351 +#: ../plugins/itip-formatter/itip-view.c:439 +#: ../plugins/itip-formatter/itip-view.c:527 #, c-format msgid "Please respond on behalf of <b>%s</b>" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:351 -#: ../plugins/itip-formatter/itip-view.c:439 -#: ../plugins/itip-formatter/itip-view.c:527 +#: ../plugins/itip-formatter/itip-view.c:353 +#: ../plugins/itip-formatter/itip-view.c:441 +#: ../plugins/itip-formatter/itip-view.c:529 #, c-format msgid "Received on behalf of <b>%s</b>" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:356 +#: ../plugins/itip-formatter/itip-view.c:358 #, c-format msgid "<b>%s</b> through %s has published the following meeting information:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:358 +#: ../plugins/itip-formatter/itip-view.c:360 #, c-format msgid "<b>%s</b> has published the following meeting information:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:363 +#: ../plugins/itip-formatter/itip-view.c:365 #, c-format msgid "<b>%s</b> has delegated the following meeting to you:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:366 +#: ../plugins/itip-formatter/itip-view.c:368 #, c-format msgid "<b>%s</b> through %s requests your presence at the following meeting:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:368 +#: ../plugins/itip-formatter/itip-view.c:370 #, c-format msgid "<b>%s</b> requests your presence at the following meeting:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:374 +#: ../plugins/itip-formatter/itip-view.c:376 #, c-format msgid "<b>%s</b> through %s wishes to add to an existing meeting:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:376 +#: ../plugins/itip-formatter/itip-view.c:378 #, c-format msgid "<b>%s</b> wishes to add to an existing meeting:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:380 +#: ../plugins/itip-formatter/itip-view.c:382 #, c-format -msgid "" -"<b>%s</b> through %s wishes to receive the latest information for the " -"following meeting:" +msgid "<b>%s</b> through %s wishes to receive the latest information for the following meeting:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:382 +#: ../plugins/itip-formatter/itip-view.c:384 #, c-format -msgid "" -"<b>%s</b> wishes to receive the latest information for the following meeting:" +msgid "<b>%s</b> wishes to receive the latest information for the following meeting:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:386 +#: ../plugins/itip-formatter/itip-view.c:388 #, c-format msgid "<b>%s</b> through %s has sent back the following meeting response:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:388 +#: ../plugins/itip-formatter/itip-view.c:390 #, c-format msgid "<b>%s</b> has sent back the following meeting response:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:392 +#: ../plugins/itip-formatter/itip-view.c:394 #, c-format msgid "<b>%s</b> through %s has canceled the following meeting:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:394 +#: ../plugins/itip-formatter/itip-view.c:396 #, c-format msgid "<b>%s</b> has canceled the following meeting." msgstr "" -#: ../plugins/itip-formatter/itip-view.c:398 +#: ../plugins/itip-formatter/itip-view.c:400 #, c-format msgid "<b>%s</b> through %s has proposed the following meeting changes." msgstr "" -#: ../plugins/itip-formatter/itip-view.c:400 +#: ../plugins/itip-formatter/itip-view.c:402 #, c-format msgid "<b>%s</b> has proposed the following meeting changes." msgstr "" -#: ../plugins/itip-formatter/itip-view.c:404 +#: ../plugins/itip-formatter/itip-view.c:406 #, c-format msgid "<b>%s</b> through %s has declined the following meeting changes:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:406 +#: ../plugins/itip-formatter/itip-view.c:408 #, c-format msgid "<b>%s</b> has declined the following meeting changes." msgstr "" -#: ../plugins/itip-formatter/itip-view.c:444 +#: ../plugins/itip-formatter/itip-view.c:446 #, c-format msgid "<b>%s</b> through %s has published the following task:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:446 +#: ../plugins/itip-formatter/itip-view.c:448 #, c-format msgid "<b>%s</b> has published the following task:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:451 +#: ../plugins/itip-formatter/itip-view.c:453 #, c-format msgid "<b>%s</b> requests the assignment of %s to the following task:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:454 +#: ../plugins/itip-formatter/itip-view.c:456 #, c-format msgid "<b>%s</b> through %s has assigned you a task:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:456 +#: ../plugins/itip-formatter/itip-view.c:458 #, c-format msgid "<b>%s</b> has assigned you a task:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:462 +#: ../plugins/itip-formatter/itip-view.c:464 #, c-format msgid "<b>%s</b> through %s wishes to add to an existing task:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:464 +#: ../plugins/itip-formatter/itip-view.c:466 #, c-format msgid "<b>%s</b> wishes to add to an existing task:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:468 +#: ../plugins/itip-formatter/itip-view.c:470 #, c-format -msgid "" -"<b>%s</b> through %s wishes to receive the latest information for the " -"following assigned task:" +msgid "<b>%s</b> through %s wishes to receive the latest information for the following assigned task:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:470 +#: ../plugins/itip-formatter/itip-view.c:472 #, c-format -msgid "" -"<b>%s</b> wishes to receive the latest information for the following " -"assigned task:" +msgid "<b>%s</b> wishes to receive the latest information for the following assigned task:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:474 +#: ../plugins/itip-formatter/itip-view.c:476 #, c-format -msgid "" -"<b>%s</b> through %s has sent back the following assigned task response:" +msgid "<b>%s</b> through %s has sent back the following assigned task response:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:476 +#: ../plugins/itip-formatter/itip-view.c:478 #, c-format msgid "<b>%s</b> has sent back the following assigned task response:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:480 +#: ../plugins/itip-formatter/itip-view.c:482 #, c-format msgid "<b>%s</b> through %s has canceled the following assigned task:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:482 +#: ../plugins/itip-formatter/itip-view.c:484 #, c-format msgid "<b>%s</b> has canceled the following assigned task:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:486 +#: ../plugins/itip-formatter/itip-view.c:488 #, c-format -msgid "" -"<b>%s</b> through %s has proposed the following task assignment changes:" +msgid "<b>%s</b> through %s has proposed the following task assignment changes:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:488 +#: ../plugins/itip-formatter/itip-view.c:490 #, c-format msgid "<b>%s</b> has proposed the following task assignment changes:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:492 +#: ../plugins/itip-formatter/itip-view.c:494 #, c-format msgid "<b>%s</b> through %s has declined the following assigned task:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:494 +#: ../plugins/itip-formatter/itip-view.c:496 #, c-format msgid "<b>%s</b> has declined the following assigned task:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:532 +#: ../plugins/itip-formatter/itip-view.c:534 #, c-format msgid "<b>%s</b> through %s has published the following memo:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:534 +#: ../plugins/itip-formatter/itip-view.c:536 #, c-format msgid "<b>%s</b> has published the following memo:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:539 +#: ../plugins/itip-formatter/itip-view.c:541 #, c-format msgid "<b>%s</b> through %s wishes to add to an existing memo:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:541 +#: ../plugins/itip-formatter/itip-view.c:543 #, c-format msgid "<b>%s</b> wishes to add to an existing memo:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:545 +#: ../plugins/itip-formatter/itip-view.c:547 #, c-format msgid "<b>%s</b> through %s has canceled the following shared memo:" msgstr "" -#: ../plugins/itip-formatter/itip-view.c:547 +#: ../plugins/itip-formatter/itip-view.c:549 #, c-format msgid "<b>%s</b> has canceled the following shared memo:" msgstr "" #. Everything gets the open button -#: ../plugins/itip-formatter/itip-view.c:818 +#: ../plugins/itip-formatter/itip-view.c:821 msgid "_Open Calendar" msgstr "פתח _יומן" -#: ../plugins/itip-formatter/itip-view.c:824 -#: ../plugins/itip-formatter/itip-view.c:828 -#: ../plugins/itip-formatter/itip-view.c:834 -#: ../plugins/itip-formatter/itip-view.c:851 -#: ../plugins/itip-formatter/itip-view.c:856 +#: ../plugins/itip-formatter/itip-view.c:827 +#: ../plugins/itip-formatter/itip-view.c:831 +#: ../plugins/itip-formatter/itip-view.c:837 +#: ../plugins/itip-formatter/itip-view.c:854 +#: ../plugins/itip-formatter/itip-view.c:859 msgid "_Decline" msgstr "_סרב" -#: ../plugins/itip-formatter/itip-view.c:825 -#: ../plugins/itip-formatter/itip-view.c:830 -#: ../plugins/itip-formatter/itip-view.c:837 -#: ../plugins/itip-formatter/itip-view.c:853 -#: ../plugins/itip-formatter/itip-view.c:858 +#: ../plugins/itip-formatter/itip-view.c:828 +#: ../plugins/itip-formatter/itip-view.c:833 +#: ../plugins/itip-formatter/itip-view.c:840 +#: ../plugins/itip-formatter/itip-view.c:856 +#: ../plugins/itip-formatter/itip-view.c:861 msgid "_Accept" msgstr "ק_בל" -#: ../plugins/itip-formatter/itip-view.c:828 +#: ../plugins/itip-formatter/itip-view.c:831 msgid "_Decline all" msgstr "_דחה הכל" -#: ../plugins/itip-formatter/itip-view.c:829 +#: ../plugins/itip-formatter/itip-view.c:832 #, fuzzy msgid "_Tentative all" msgstr "מ_חק הכל" -#: ../plugins/itip-formatter/itip-view.c:829 -#: ../plugins/itip-formatter/itip-view.c:835 -#: ../plugins/itip-formatter/itip-view.c:852 -#: ../plugins/itip-formatter/itip-view.c:857 +#: ../plugins/itip-formatter/itip-view.c:832 +#: ../plugins/itip-formatter/itip-view.c:838 +#: ../plugins/itip-formatter/itip-view.c:855 +#: ../plugins/itip-formatter/itip-view.c:860 #, fuzzy msgid "_Tentative" msgstr "ההזדהות נכשלה" -#: ../plugins/itip-formatter/itip-view.c:830 +#: ../plugins/itip-formatter/itip-view.c:833 msgid "_Accept all" msgstr "קבל ה_כל" #. FIXME Is this really the right button? -#: ../plugins/itip-formatter/itip-view.c:841 +#: ../plugins/itip-formatter/itip-view.c:844 msgid "_Send Information" msgstr "_שלח מידע" #. FIXME Is this really the right button? -#: ../plugins/itip-formatter/itip-view.c:845 +#: ../plugins/itip-formatter/itip-view.c:848 msgid "_Update Attendee Status" -msgstr "" +msgstr "_עדכן את מצב המשתתף" -#: ../plugins/itip-formatter/itip-view.c:848 +#: ../plugins/itip-formatter/itip-view.c:851 msgid "_Update" msgstr "_עדכן" #. Start time -#: ../plugins/itip-formatter/itip-view.c:1012 +#: ../plugins/itip-formatter/itip-view.c:1031 msgid "Start time:" msgstr "שעת התחלה:" #. End time -#: ../plugins/itip-formatter/itip-view.c:1021 +#: ../plugins/itip-formatter/itip-view.c:1042 msgid "End time:" msgstr "שעת סיום:" #. Comment -#: ../plugins/itip-formatter/itip-view.c:1037 -#: ../plugins/itip-formatter/itip-view.c:1087 +#: ../plugins/itip-formatter/itip-view.c:1062 +#: ../plugins/itip-formatter/itip-view.c:1116 msgid "Comment:" msgstr "הערה:" -#: ../plugins/itip-formatter/itip-view.c:1073 +#: ../plugins/itip-formatter/itip-view.c:1101 #, fuzzy msgid "Send _reply to sender" msgstr "ה_שב לשולח" -#: ../plugins/itip-formatter/itip-view.c:1101 +#: ../plugins/itip-formatter/itip-view.c:1131 msgid "Send _updates to attendees" -msgstr "" +msgstr "שלח _עדכונים למשתתפים" -#: ../plugins/itip-formatter/itip-view.c:1110 +#: ../plugins/itip-formatter/itip-view.c:1140 msgid "_Apply to all instances" -msgstr "" +msgstr "_החל על כל המופעים" -#: ../plugins/itip-formatter/itip-view.c:1119 +#: ../plugins/itip-formatter/itip-view.c:1149 #, fuzzy msgid "Show time as _free" msgstr "כותרת ההודעה" -#: ../plugins/itip-formatter/itip-view.c:1870 -msgid "_Tasks :" -msgstr "_משימות :" +#: ../plugins/itip-formatter/itip-view.c:1152 +msgid "_Preserve my reminder" +msgstr "" -#: ../plugins/itip-formatter/itip-view.c:1872 -msgid "Memos :" -msgstr "תזכורות :" +#. To Translators: This is a check box to inherit a reminder. +#: ../plugins/itip-formatter/itip-view.c:1158 +#, fuzzy +msgid "_Inherit reminder" +msgstr "מאפייני תצריף" + +#: ../plugins/itip-formatter/itip-view.c:1914 +#, fuzzy +msgid "_Memos:" +msgstr "_תזכורות" #: ../plugins/itip-formatter/org-gnome-itip-formatter.eplug.xml.h:1 -msgid "Displays text/calendar parts in messages." +msgid "Display \"text/calendar\" MIME parts in mail messages." msgstr "" #: ../plugins/itip-formatter/org-gnome-itip-formatter.eplug.xml.h:2 @@ -18792,9 +17254,7 @@ msgid "Itip Formatter" msgstr "מבנה" #: ../plugins/itip-formatter/org-gnome-itip-formatter.error.xml.h:1 -msgid "" -""{0}" has delegated the meeting. Do you want to add the delegate " -""{1}"?" +msgid ""{0}" has delegated the meeting. Do you want to add the delegate "{1}"?" msgstr "" #: ../plugins/itip-formatter/org-gnome-itip-formatter.error.xml.h:3 @@ -18802,8 +17262,7 @@ msgid "This meeting has been delegated" msgstr "" #: ../plugins/itip-formatter/org-gnome-itip-formatter.error.xml.h:4 -msgid "" -"This response is not from a current attendee. Add the sender as an attendee?" +msgid "This response is not from a current attendee. Add the sender as an attendee?" msgstr "" #: ../plugins/mail-account-disable/mail-account-disable.c:46 @@ -18811,12 +17270,12 @@ msgid "Proxy _Logout" msgstr "" #: ../plugins/mail-account-disable/org-gnome-mail-account-disable.eplug.xml.h:1 -msgid "Allows disabling of accounts." -msgstr "" +msgid "Disable Account" +msgstr "ביטול חשבון" #: ../plugins/mail-account-disable/org-gnome-mail-account-disable.eplug.xml.h:2 -msgid "Disable Account" -msgstr "כבה חשבון" +msgid "Disable an account by right-clicking on it in the folder tree." +msgstr "" #: ../plugins/mail-notification/apps-evolution-mail-notification.schemas.in.h:1 msgid "Beep or play sound file." @@ -18839,12 +17298,8 @@ msgid "Generates a D-Bus message when new mail messages arrive." msgstr "Generates a D-Bus message when new mail messages arrive." #: ../plugins/mail-notification/apps-evolution-mail-notification.schemas.in.h:6 -msgid "" -"If \"true\", then beep, otherwise will play sound file when new messages " -"arrive." -msgstr "" -"If \"true\", then beep, otherwise will play sound file when new messages " -"arrive." +msgid "If \"true\", then beep, otherwise will play sound file when new messages arrive." +msgstr "If \"true\", then beep, otherwise will play sound file when new messages arrive." #: ../plugins/mail-notification/apps-evolution-mail-notification.schemas.in.h:7 msgid "Notify new messages for Inbox only." @@ -18967,72 +17422,97 @@ msgstr "נ_גן" #: ../plugins/mail-notification/mail-notification.c:829 msgid "Notify new messages for _Inbox only" -msgstr "" +msgstr "התרע על הודעות מהדואר ה_נכנס בלבד" #: ../plugins/mail-notification/org-gnome-mail-notification.eplug.xml.h:1 -msgid "" -"Generates a D-Bus message or notifies the user with an icon in notification " -"area and a notification message whenever a new message has arrived." -msgstr "" -"יוצר הודעת D-Bus או מודיעה למשתמש בעזרת הודעה באזור ההתרעות כאשר יש הודעה " -"חדשה." - -#: ../plugins/mail-notification/org-gnome-mail-notification.eplug.xml.h:2 msgid "Mail Notification" msgstr "התרעות דואר" -#: ../plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.xml.h:1 -msgid "" -"A plugin which allows the creation of meetings from the contents of a mail " -"message." +#: ../plugins/mail-notification/org-gnome-mail-notification.eplug.xml.h:2 +#, fuzzy +msgid "Notifies you when new mail messages arrive." +msgstr "Play sound when new messages arrive." + +#: ../plugins/mail-to-task/mail-to-task.c:343 +#, c-format +msgid "Cannot open calendar. %s" +msgstr "לא ניתן לפתוח את היומן. %s" + +#: ../plugins/mail-to-task/mail-to-task.c:350 +msgid "Selected source is read only, thus cannot create event there. Select other source, please." msgstr "" -#: ../plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.xml.h:2 -#, fuzzy -msgid "Con_vert to Meeting" -msgstr "ה_פוך בחירה" +#: ../plugins/mail-to-task/mail-to-task.c:353 +msgid "Selected source is read only, thus cannot create task there. Select other source, please." +msgstr "" -#: ../plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.xml.h:3 -#, fuzzy -msgid "Mail to meeting" -msgstr "ישיבה" +#: ../plugins/mail-to-task/mail-to-task.c:356 +msgid "Selected source is read only, thus cannot create memo there. Select other source, please." +msgstr "" -#: ../plugins/mail-to-task/mail-to-task.c:287 +#: ../plugins/mail-to-task/mail-to-task.c:455 #, fuzzy, c-format -msgid "Cannot open calendar. %s" -msgstr "לא ניתן לפתוח קובץ" +msgid "Could not create object. %s" +msgstr "לא ניתן לעדכן אובייקט" -#: ../plugins/mail-to-task/mail-to-task.c:292 -msgid "" -"Selected source is read only, thus cannot create task there. Select other " -"source, please." -msgstr "" +#: ../plugins/mail-to-task/mail-to-task.c:555 +#, fuzzy, c-format +msgid "Cannot get source list. %s" +msgstr "לא ניתן לפתוח את המקור \"{2}\"." #: ../plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml.h:1 -msgid "" -"A plugin which allows the creation of tasks from the contents of a mail " -"message." -msgstr "" +#, fuzzy +msgid "Convert a mail message to a task." +msgstr "פתח את ההודעה שנבחרה בחלון חדש" #: ../plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml.h:2 -#: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:1 -msgid "Con_vert to Task" -msgstr "" +#: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:5 +msgid "Convert to a Mem_o" +msgstr "המר לתז_כיר" #: ../plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml.h:3 +#: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:6 +msgid "Convert to a _Meeting" +msgstr "המר _לישיבה" + +#: ../plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml.h:4 +#: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:7 +msgid "Convert to a _Task" +msgstr "המר ל_משימה" + +#: ../plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml.h:5 +#: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:8 +msgid "Convert to an _Event" +msgstr "המר לאירוע" + +#: ../plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml.h:6 #, fuzzy -msgid "Mail to task" +msgid "Mail-to-Task" msgstr "חשבונות דואר" +#: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:1 +#, fuzzy +msgid "Convert the selected message to a new event" +msgstr "פתח את ההודעה שנבחרה בחלון חדש" + #: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:2 #, fuzzy +msgid "Convert the selected message to a new meeting" +msgstr "פתח את ההודעה שנבחרה בחלון חדש" + +#: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:3 +#, fuzzy +msgid "Convert the selected message to a new memo" +msgstr "פתח את ההודעה שנבחרה בחלון חדש" + +#: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:4 +#, fuzzy msgid "Convert the selected message to a new task" msgstr "פתח את ההודעה שנבחרה בחלון חדש" #: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml.h:1 -#, fuzzy msgid "Contact list _owner" -msgstr "עורך אנשי הקשר" +msgstr "_בעלי רשימת הקשר" #: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml.h:2 msgid "Get list _archive" @@ -19043,9 +17523,8 @@ msgid "Get list _usage information" msgstr "" #: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml.h:4 -#, fuzzy msgid "Mailing List Actions" -msgstr "רשימת תפוצה" +msgstr "פעולות רשימת תפוצה" #: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml.h:5 #: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml.h:7 @@ -19053,8 +17532,7 @@ msgid "Mailing _List" msgstr "רשימת _תפוצה" #: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml.h:6 -msgid "" -"Provide actions for common mailing list commands (subscribe, unsubscribe...)." +msgid "Perform common mailing list actions (subscribe, unsubscribe, etc.)." msgstr "" #: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml.h:7 @@ -19076,11 +17554,9 @@ msgstr "הפעולה לא זמינה" #: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml.h:2 msgid "" -"An e-mail message will be sent to the URL \"{0}\". You can either send the " -"message automatically, or see and change it first.\n" +"An e-mail message will be sent to the URL \"{0}\". You can either send the message automatically, or see and change it first.\n" "\n" -"You should receive an answer from the mailing list shortly after the message " -"has been sent." +"You should receive an answer from the mailing list shortly after the message has been sent." msgstr "" #: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml.h:5 @@ -19097,9 +17573,7 @@ msgid "Posting not allowed" msgstr "" #: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml.h:8 -msgid "" -"Posting to this mailing list is not allowed. Possibly, this is a read-only " -"mailing list. Contact the list owner for details." +msgid "Posting to this mailing list is not allowed. Possibly, this is a read-only mailing list. Contact the list owner for details." msgstr "" #: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml.h:9 @@ -19109,8 +17583,7 @@ msgstr "יוצר רשימת הודעות" #: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml.h:10 msgid "" -"The action could not be performed. The header for this action did not " -"contain any action that could be processed.\n" +"The action could not be performed. The header for this action did not contain any action that could be processed.\n" "\n" "Header: {0}" msgstr "" @@ -19123,9 +17596,7 @@ msgid "" msgstr "" #: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml.h:16 -msgid "" -"This message does not contain the header information required for this " -"action." +msgid "This message does not contain the header information required for this action." msgstr "" #: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml.h:17 @@ -19196,9 +17667,7 @@ msgstr "מעביר הודעות אל התיקייה %s" #: ../plugins/mark-all-read/mark-all-read.c:41 #, fuzzy -msgid "" -"Do you want to mark messages as read in the current folder only, or in the " -"current folder as well as all subfolders?" +msgid "Do you want to mark messages as read in the current folder only, or in the current folder as well as all subfolders?" msgstr "סמן את כל ההודעות הגלויות כאילו נקראו" #: ../plugins/mark-all-read/mark-all-read.c:164 @@ -19221,22 +17690,24 @@ msgid "Mark Me_ssages as Read" msgstr "סמן את כל ההודעות הגלויות כאילו נקראו" #: ../plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml.h:3 -msgid "Used for marking all the messages under a folder as read" -msgstr "" +#, fuzzy +msgid "Mark all messages in a folder as read." +msgstr "סמן את כל ההודעות בתיקייה כהודעות שנקראו" #: ../plugins/mono/org-gnome-evolution-mono.eplug.xml.h:1 -msgid "A plugin which implements mono plugins." -msgstr "" - -#: ../plugins/mono/org-gnome-evolution-mono.eplug.xml.h:2 #, fuzzy msgid "Mono Loader" msgstr "העבר לתיקייה" -#: ../plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml.h:1 -msgid "A plugin for managing which plugins are enabled or disabled." +#: ../plugins/mono/org-gnome-evolution-mono.eplug.xml.h:2 +msgid "Support plugins written in Mono." msgstr "" +#: ../plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml.h:1 +#, fuzzy +msgid "Manage your Evolution plugins." +msgstr "שנה את הגדרות Evolution" + #. Setup the ui #: ../plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml.h:2 #: ../plugins/plugin-manager/plugin-manager.c:252 @@ -19272,21 +17743,18 @@ msgstr "סיכום" msgid "Plugin" msgstr "תוסף" -#: ../plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml.h:1 -msgid "" -"A test plugin which demonstrates a formatter plugin which lets you choose to " -"disable HTML messages.\n" -"\n" -"This plugin is unsupported demonstration code only.\n" -msgstr "" - #. but then we also need to create our own section frame -#: ../plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml.h:6 +#: ../plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml.h:2 msgid "Plain Text Mode" msgstr "מצב טקסט פשוט" -#: ../plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml.h:7 -msgid "Prefer plain-text" +#: ../plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml.h:3 +#, fuzzy +msgid "Prefer Plain Text" +msgstr "מצב טקסט פשוט" + +#: ../plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml.h:4 +msgid "View mail messages as plain text, even if they contain HTML content." msgstr "" #: ../plugins/prefer-plain/prefer-plain.c:189 @@ -19311,46 +17779,95 @@ msgid "Evolution Profiler" msgstr "תקלת Evolution" #: ../plugins/profiler/org-gnome-evolution-profiler.eplug.xml.h:2 -msgid "Writes a log of profiling data events." +msgid "Profile data events in Evolution (for developers only)." msgstr "" #: ../plugins/pst-import/org-gnome-pst-import.eplug.xml.h:1 #, fuzzy -#| msgid "Import mail from Pine." msgid "Import Outlook messages from PST file" msgstr "יבא דואר מ-Pine." #: ../plugins/pst-import/org-gnome-pst-import.eplug.xml.h:2 msgid "Outlook PST import" -msgstr "" +msgstr "ייבוא מקבצי PST של Outlook" #: ../plugins/pst-import/org-gnome-pst-import.eplug.xml.h:3 msgid "Outlook personal folders (.pst)" msgstr "" -#: ../plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml.h:1 -msgid "Allows calendars to be published to the web" -msgstr "" +#. Address book +#: ../plugins/pst-import/pst-importer.c:318 +msgid "_Address Book" +msgstr "ספר _כתובות" -#: ../plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml.h:2 +#. Appointments +#: ../plugins/pst-import/pst-importer.c:325 +msgid "A_ppointments" +msgstr "פ_גישות" + +#. Journal +#: ../plugins/pst-import/pst-importer.c:337 +msgid "_Journal entries" +msgstr "רשומות ב_יומן" + +#: ../plugins/pst-import/pst-importer.c:352 +#, fuzzy +msgid "Importing Outlook data" +msgstr "מייבא נתונים." + +#: ../plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml.h:1 #, fuzzy msgid "Calendar Publishing" msgstr "לוחות שנה" -#: ../plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml.h:3 +#: ../plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml.h:2 msgid "Locations" msgstr "מיקומים" +#: ../plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml.h:3 +#, fuzzy +msgid "Publish calendars to the web." +msgstr "מידע אישי" + #: ../plugins/publish-calendar/org-gnome-publish-calendar.xml.h:1 #, fuzzy msgid "_Publish Calendar Information" msgstr "מידע אישי" -#: ../plugins/publish-calendar/publish-calendar.c:596 -#, fuzzy -#| msgid "Are you sure you want to remove this URL?" +#: ../plugins/publish-calendar/publish-calendar.c:95 +#: ../plugins/publish-calendar/publish-calendar.c:329 +#, fuzzy, c-format +msgid "Could not open %s:" +msgstr "לא ניתן לפתוח את המקור" + +#: ../plugins/publish-calendar/publish-calendar.c:97 +#, fuzzy, c-format +msgid "Could not open %s: Unknown error" +msgstr "לא ניתן לפענח הודעת PGP: שגיאה לא ידועה" + +#: ../plugins/publish-calendar/publish-calendar.c:117 +#, c-format +msgid "There was an error while publishing to %s:" +msgstr "" + +#: ../plugins/publish-calendar/publish-calendar.c:119 +#, c-format +msgid "Publishing to %s finished successfully" +msgstr "" + +#: ../plugins/publish-calendar/publish-calendar.c:160 +#, c-format +msgid "Mount of %s failed:" +msgstr "" + +#: ../plugins/publish-calendar/publish-calendar.c:612 msgid "Are you sure you want to remove this location?" -msgstr "להסיר את הכתובת" +msgstr "האם אתה בטוח שברצונך להסיר מיקום זה?" + +#: ../plugins/publish-calendar/publish-calendar.c:776 +#, fuzzy +msgid "Could not create publish thread." +msgstr "לא ניתן ליצור הודעה." #: ../plugins/publish-calendar/publish-calendar.glade.h:2 msgid "<span weight=\"bold\">Location</span>" @@ -19366,6 +17883,9 @@ msgid "" "Weekly\n" "Manual (via Actions menu)" msgstr "" +"יומי\n" +"שבועי\n" +"ידני (דרך תפריט פעולות)" #: ../plugins/publish-calendar/publish-calendar.glade.h:9 msgid "E_nable" @@ -19382,18 +17902,9 @@ msgstr "מיקום מקורי" #: ../plugins/publish-calendar/publish-calendar.glade.h:12 msgid "Publishing _Frequency:" -msgstr "" +msgstr "_תדירות הפרסום:" #: ../plugins/publish-calendar/publish-calendar.glade.h:13 -#, fuzzy -#| msgid "" -#| "SSH\n" -#| "Public FTP\n" -#| "FTP (with login)\n" -#| "Windows share\n" -#| "WebDAV (HTTP)\n" -#| "Secure WebDAV (HTTPS)\n" -#| "Custom Location" msgid "" "Secure FTP (SSH)\n" "Public FTP\n" @@ -19403,39 +17914,52 @@ msgid "" "Secure WebDAV (HTTPS)\n" "Custom Location" msgstr "" -"SSH\n" -"FTP ציבורי\n" -"FTP (עם כניסה)\n" +"FTP מאובטח (SSH)\n" +"FTP ציבורי\n" +"FTP (עם התחברות)\n" "שיתוף Windows\n" -"WebDAV (HTTP)\n" -"WebDAV מאובטח (HTTP)\n" -"מיקום מותאם" +"WebDAV (HTTP)WebDAV מאובטח (HTTP)מיקום אחר" #: ../plugins/publish-calendar/publish-calendar.glade.h:20 msgid "Service _type:" msgstr "_סוג שירות:" -#: ../plugins/publish-calendar/publish-calendar.glade.h:22 +#: ../plugins/publish-calendar/publish-calendar.glade.h:21 +#, fuzzy +msgid "Time _duration:" +msgstr "אזור _זמן:" + +#: ../plugins/publish-calendar/publish-calendar.glade.h:23 msgid "_File:" msgstr "_קובץ:" -#: ../plugins/publish-calendar/publish-calendar.glade.h:23 +#: ../plugins/publish-calendar/publish-calendar.glade.h:24 msgid "_Password:" msgstr "_סיסמה:" -#: ../plugins/publish-calendar/publish-calendar.glade.h:24 +#: ../plugins/publish-calendar/publish-calendar.glade.h:25 msgid "_Publish as:" -msgstr "" +msgstr "_פרסום בתור:" -#: ../plugins/publish-calendar/publish-calendar.glade.h:25 +#: ../plugins/publish-calendar/publish-calendar.glade.h:26 msgid "_Remember password" msgstr "_זכור סיסמה" -#: ../plugins/publish-calendar/publish-calendar.glade.h:27 +#: ../plugins/publish-calendar/publish-calendar.glade.h:28 msgid "_Username:" msgstr "_שם משתמש:" -#: ../plugins/publish-calendar/publish-calendar.glade.h:28 +#: ../plugins/publish-calendar/publish-calendar.glade.h:29 +msgid "" +"days\n" +"weeks\n" +"months" +msgstr "" +"ימים\n" +"שבועות\n" +"חודשים" + +#: ../plugins/publish-calendar/publish-calendar.glade.h:32 msgid "" "iCal\n" "Free/Busy" @@ -19443,14 +17967,17 @@ msgstr "" "iCal\n" "פנוי/עסוק:" -#: ../plugins/publish-calendar/url-editor-dialog.c:461 -#, fuzzy -#| msgid "Location" +#: ../plugins/publish-calendar/publish-format-fb.c:69 +#: ../plugins/publish-calendar/publish-format-ical.c:82 +#, c-format +msgid "Could not publish calendar: Calendar backend no longer exists" +msgstr "" + +#: ../plugins/publish-calendar/url-editor-dialog.c:480 msgid "New Location" -msgstr "מיקום" +msgstr "מיקום חדש" -#: ../plugins/publish-calendar/url-editor-dialog.c:463 -#| msgid "Location" +#: ../plugins/publish-calendar/url-editor-dialog.c:482 msgid "Edit Location" msgstr "ערוך מיקום" @@ -19480,100 +18007,64 @@ msgstr "" msgid "Python Loader" msgstr "העבר לתיקייה" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:107 -msgid "SpamAssassin (built-in)" -msgstr "" - -#: ../plugins/sa-junk-plugin/em-junk-filter.c:133 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:128 #, fuzzy, c-format msgid "SpamAssassin not found, code: %d" msgstr "Use SpamAssassin daemon and client" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:141 -#: ../plugins/sa-junk-plugin/em-junk-filter.c:149 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:136 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:144 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "ניסיון ההזדהות נכשל.\n" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:188 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:183 #, c-format msgid "Error after fork: %s" msgstr "" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:243 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:238 #, c-format msgid "SpamAssassin child process does not respond, killing..." msgstr "" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:245 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:240 #, c-format msgid "Wait for SpamAssassin child process interrupted, terminating..." msgstr "" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:254 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:249 #, c-format msgid "Pipe to SpamAssassin failed, error code: %d" msgstr "" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:497 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:512 #, fuzzy, c-format msgid "SpamAssassin is not available." msgstr "אפשרויות שליחה לא זמינות." -#: ../plugins/sa-junk-plugin/em-junk-filter.c:864 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:904 msgid "This will make SpamAssassin more reliable, but slower" msgstr "זה יהפוך את SpamAssassin לאמין יותר, אך הוא יעבוד לאט יותר" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:870 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:910 msgid "I_nclude remote tests" msgstr "כלול בדיקות מ_רוחקות" #: ../plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml.h:1 -msgid "" -"Filters junk messages using SpamAssassin. This plugin requires SpamAssassin " -"to be installed." -msgstr "" +#, fuzzy +msgid "Filter junk messages using SpamAssassin." +msgstr "מחק הודעות זבל בי_ציאה" #: ../plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml.h:2 #, fuzzy -#| msgid "Spamassassin Options" -msgid "SpamAssassin Options" -msgstr "אפשרויות Spamassassin" - -#: ../plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml.h:3 -msgid "SpamAssassin junk plugin" +msgid "SpamAssassin Junk Filter" msgstr "תוסף דואר זבל SpamAssassin" -#: ../plugins/save-attachments/org-gnome-save-attachments.eplug.xml.h:1 -msgid "A plugin for saving all attachments or parts of a message at once." -msgstr "" - -#. the path to the shared library -#: ../plugins/save-attachments/org-gnome-save-attachments.eplug.xml.h:3 -#: ../plugins/save-attachments/save-attachments.c:315 -msgid "Save attachments" -msgstr "שמור תצריפים" - -#: ../plugins/save-attachments/org-gnome-save-attachments.xml.h:1 -msgid "Save Attachments..." -msgstr "שמור תצריפים..." - -#: ../plugins/save-attachments/org-gnome-save-attachments.xml.h:2 -msgid "Save all attachments" -msgstr "שמור את כל התצריפים" - -#: ../plugins/save-attachments/save-attachments.c:321 +#: ../plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml.h:3 #, fuzzy -msgid "Select save base name" -msgstr "בחר אזור זמן" - -#: ../plugins/save-attachments/save-attachments.c:340 -msgid "MIME Type" -msgstr "סוג MIME" - -#: ../plugins/save-attachments/save-attachments.c:348 -msgid "Save" -msgstr "שמור" +msgid "SpamAssassin Options" +msgstr "אפשרויות Spamassassin" #. #. * Translator: the %F %T is the thirth argument for a strftime function. @@ -19599,10 +18090,6 @@ msgstr "רשימת קטגוריות" msgid "Comment List" msgstr "רשימת הערות" -#: ../plugins/save-calendar/csv-format.c:367 -msgid "Created" -msgstr "נוצר" - #: ../plugins/save-calendar/csv-format.c:368 msgid "Contact List" msgstr "רשימת תפוצה" @@ -19658,12 +18145,11 @@ msgid "Comma separated value format (.csv)" msgstr "" #: ../plugins/save-calendar/org-gnome-save-calendar.eplug.xml.h:1 -#, fuzzy msgid "Save Selected" -msgstr "נבחר" +msgstr "שמור מסומנים" #: ../plugins/save-calendar/org-gnome-save-calendar.eplug.xml.h:2 -msgid "Saves selected calendar or tasks list to disk." +msgid "Save a calendar or task list to disk." msgstr "" #: ../plugins/save-calendar/org-gnome-save-calendar.eplug.xml.h:3 @@ -19688,12 +18174,14 @@ msgid "Select destination file" msgstr "בחר קובץ יעד" #: ../plugins/select-one-source/org-gnome-select-one-source.eplug.xml.h:1 -msgid "Select one source" -msgstr "בחר מקור אחד" +#, fuzzy +msgid "Quickly select a single calendar or task list for viewing." +msgstr "העבר את ההודעות שנבחרו לאשפה" #: ../plugins/select-one-source/org-gnome-select-one-source.eplug.xml.h:2 -msgid "Selects a single calendar or task source for viewing." -msgstr "" +#, fuzzy +msgid "Select One Source" +msgstr "בחר מקור אחד" #: ../plugins/select-one-source/org-gnome-select-one-source.eplug.xml.h:3 #, fuzzy @@ -19714,59 +18202,58 @@ msgid "Guides you through your initial account setup." msgstr "" #: ../plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml.h:2 -#, fuzzy msgid "Setup Assistant" -msgstr "עוזר" +msgstr "מסייע בהתקנה" -#: ../plugins/startup-wizard/startup-wizard.c:85 +#: ../plugins/startup-wizard/startup-wizard.c:84 msgid "Evolution Setup Assistant" msgstr "אשף ההגדרות של Evolution" -#: ../plugins/startup-wizard/startup-wizard.c:88 +#: ../plugins/startup-wizard/startup-wizard.c:87 msgid "Welcome" msgstr "ברוכים הבאים" -#: ../plugins/startup-wizard/startup-wizard.c:89 +#: ../plugins/startup-wizard/startup-wizard.c:88 msgid "" -"Welcome to Evolution. The next few screens will allow Evolution to connect " -"to your email accounts, and to import files from other applications. \n" +"Welcome to Evolution. The next few screens will allow Evolution to connect to your email accounts, and to import files from other applications. \n" "\n" "Please click the \"Forward\" button to continue. " msgstr "" -"ברוכים הבאים ל-Evolution. במסכים הבאים תאפשרו ל-Evolution\n" +"ברוכים הבאים ל־Evolution. במסכים הבאים תאפשרו ל־Evolution\n" "להתחבר לחשבונות הדוא\"ל שלכם, ולייבא קבצים מתוכניות אחרות. \n" "\n" "לחצו \"קדימה\" כדי להמשך. " -#: ../plugins/startup-wizard/startup-wizard.c:135 +#: ../plugins/startup-wizard/startup-wizard.c:115 msgid "Importing files" msgstr "מייבא קבצים" -#: ../plugins/startup-wizard/startup-wizard.c:137 -#: ../shell/e-shell-importer.c:141 +#: ../plugins/startup-wizard/startup-wizard.c:117 +#: ../shell/e-shell-importer.c:138 msgid "Please select the information that you would like to import:" msgstr "אנא בחר את המידע שברצומך לייבא:" -#: ../plugins/startup-wizard/startup-wizard.c:152 -#: ../shell/e-shell-importer.c:394 +#: ../plugins/startup-wizard/startup-wizard.c:132 +#: ../shell/e-shell-importer.c:420 #, c-format msgid "From %s:" msgstr "מ %s:" -#: ../plugins/startup-wizard/startup-wizard.c:232 -#: ../shell/e-shell-importer.c:505 +#: ../plugins/startup-wizard/startup-wizard.c:203 +#: ../shell/e-shell-importer.c:530 #, c-format msgid "Importing data." msgstr "מייבא נתונים." -#: ../plugins/startup-wizard/startup-wizard.c:234 -#: ../shell/e-shell-importer.c:519 +#: ../plugins/startup-wizard/startup-wizard.c:205 +#: ../shell/e-shell-importer.c:544 msgid "Please wait" -msgstr "המתן בבקשה" +msgstr "נא להמתין" #: ../plugins/subject-thread/org-gnome-subject-thread.eplug.xml.h:1 -msgid "Indicates if threading of messages should fall back to subject." -msgstr "" +#, fuzzy +msgid "Sort mail message threads by subject." +msgstr "השאר הודעות על השרת" #: ../plugins/subject-thread/org-gnome-subject-thread.eplug.xml.h:2 #, fuzzy @@ -19785,62 +18272,88 @@ msgid "F_all back to threading messages by subject" msgstr "השאר הודעות על השרת" #: ../plugins/templates/apps-evolution-template-placeholders.schemas.in.h:1 -msgid "" -"List of keyword/value pairs for the Templates plugin to substitute in a " -"message body." -msgstr "" -"List of keyword/value pairs for the Templates plugin to substitute in a " -"message body." +msgid "List of keyword/value pairs for the Templates plugin to substitute in a message body." +msgstr "List of keyword/value pairs for the Templates plugin to substitute in a message body." #: ../plugins/templates/templates.c:603 -#, fuzzy msgid "No title" -msgstr "כותרת תפקיד" +msgstr "ללא כותרת" #: ../plugins/templates/templates.c:711 -#, fuzzy msgid "Save as _Template" -msgstr "שמור כטיוטה" +msgstr "שמור כ_תבנית" #: ../plugins/templates/templates.c:713 -#, fuzzy msgid "Save as Template" -msgstr "שמור כטיוטה" +msgstr "שמור כתבנית" #: ../plugins/templates/org-gnome-templates.eplug.xml.h:1 msgid "Drafts based template plugin" msgstr "" #: ../plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml.h:1 -msgid "A simple plugin which uses yTNEF to decode TNEF attachments." +msgid "Decode TNEF (winmail.dat) attachments from Microsoft Outlook." msgstr "" #: ../plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml.h:2 #, fuzzy -msgid "TNEF Attachment decoder" +msgid "TNEF Decoder" msgstr "ללא תצריף" +#: ../plugins/vcard-inline/org-gnome-vcard-inline.eplug.xml.h:1 +#, fuzzy +msgid "Inline vCards" +msgstr "מספר vCards" + +#: ../plugins/vcard-inline/org-gnome-vcard-inline.eplug.xml.h:2 +msgid "Show vCards directly in mail messages." +msgstr "" + +#: ../plugins/vcard-inline/vcard-inline.c:155 +#: ../plugins/vcard-inline/vcard-inline.c:239 +#, fuzzy +msgid "Show Full vCard" +msgstr "שדה" + +#: ../plugins/vcard-inline/vcard-inline.c:158 +msgid "Show Compact vCard" +msgstr "" + +#: ../plugins/vcard-inline/vcard-inline.c:218 +#, fuzzy +msgid "There is one other contact." +msgstr "יש איש קשר נוסף." + +#: ../plugins/vcard-inline/vcard-inline.c:227 +#, fuzzy, c-format +msgid "There is %d other contact." +msgid_plural "There are %d other contacts." +msgstr[0] "יש איש קשר נוסף." +msgstr[1] "יש %d אנשי קשר נוספים." + +#: ../plugins/vcard-inline/vcard-inline.c:248 +#, fuzzy +msgid "Save in Address Book" +msgstr "שמור בספר הכתובות" + #: ../plugins/webdav-account-setup/org-gnome-evolution-webdav.eplug.xml.h:1 #, fuzzy -msgid "A plugin to setup WebDAV contacts." -msgstr "תוסף להגדרת יומן google." +msgid "Add WebDAV contacts to Evolution." +msgstr "אנשי קשר מ־WebDAV" #: ../plugins/webdav-account-setup/org-gnome-evolution-webdav.eplug.xml.h:2 -#, fuzzy msgid "WebDAV contacts" -msgstr "אין אנשי קשר" +msgstr "אנשי קשר מ־WebDAV" -#: ../plugins/webdav-account-setup/webdav-contacts-source.c:69 -#: ../plugins/webdav-account-setup/webdav-contacts-source.c:74 -#: ../plugins/webdav-account-setup/webdav-contacts-source.c:100 +#: ../plugins/webdav-account-setup/webdav-contacts-source.c:68 msgid "WebDAV" msgstr "WebDAV" -#: ../plugins/webdav-account-setup/webdav-contacts-source.c:311 +#: ../plugins/webdav-account-setup/webdav-contacts-source.c:296 msgid "URL:" msgstr "כתובת:" -#: ../plugins/webdav-account-setup/webdav-contacts-source.c:338 +#: ../plugins/webdav-account-setup/webdav-contacts-source.c:323 msgid "_Avoid IfMatch (needed on Apache < 2.2.8)" msgstr "" @@ -19889,10 +18402,8 @@ msgid "Default window width" msgstr "Default window width" #: ../shell/apps_evolution_shell.schemas.in.h:8 -msgid "" -"Enables the proxy settings when accessing HTTP/Secure HTTP over the Internet." -msgstr "" -"Enables the proxy settings when accessing HTTP/Secure HTTP over the Internet." +msgid "Enables the proxy settings when accessing HTTP/Secure HTTP over the Internet." +msgstr "Enables the proxy settings when accessing HTTP/Secure HTTP over the Internet." #: ../shell/apps_evolution_shell.schemas.in.h:9 msgid "HTTP proxy host name" @@ -19915,221 +18426,183 @@ msgid "ID or alias of the component to be shown by default at start-up." msgstr "ID or alias of the component to be shown by default at start-up." #: ../shell/apps_evolution_shell.schemas.in.h:14 -msgid "" -"If true, then connections to the proxy server require authentication. The " -"username is retrieved from the \"/apps/evolution/shell/network_config/" -"authentication_user\" GConf key, and the password is retrieved from either " -"gnome-keyring or the ~/.gnome2_private/Evolution password file." -msgstr "" -"If true, then connections to the proxy server require authentication. The " -"username is retrieved from the \"/apps/evolution/shell/network_config/" -"authentication_user\" GConf key, and the password is retrieved from either " -"gnome-keyring or the ~/.gnome2_private/Evolution password file." +msgid "If true, then connections to the proxy server require authentication. The username is retrieved from the \"/apps/evolution/shell/network_config/authentication_user\" GConf key, and the password is retrieved from either gnome-keyring or the ~/.gnome2_private/Evolution password file." +msgstr "If true, then connections to the proxy server require authentication. The username is retrieved from the \"/apps/evolution/shell/network_config/authentication_user\" GConf key, and the password is retrieved from either gnome-keyring or the ~/.gnome2_private/Evolution password file." #: ../shell/apps_evolution_shell.schemas.in.h:15 -msgid "Last upgraded configuration version" -msgstr "Last upgraded configuration version" +msgid "Initial attachment view" +msgstr "Initial attachment view" #: ../shell/apps_evolution_shell.schemas.in.h:16 -msgid "" -"List of paths for the folders to be synchronized to disk for offline usage" -msgstr "" -"List of paths for the folders to be synchronized to disk for offline usage" +msgid "Initial file chooser folder" +msgstr "Initial file chooser folder" #: ../shell/apps_evolution_shell.schemas.in.h:17 +msgid "Initial folder for GtkFileChooser dialogs." +msgstr "" + +#: ../shell/apps_evolution_shell.schemas.in.h:18 +msgid "Initial view for attachment bar widgets. \"0\" is Icon View, \"1\" is List View." +msgstr "" + +#: ../shell/apps_evolution_shell.schemas.in.h:19 +msgid "Last upgraded configuration version" +msgstr "Last upgraded configuration version" + +#: ../shell/apps_evolution_shell.schemas.in.h:20 +msgid "List of paths for the folders to be synchronized to disk for offline usage" +msgstr "List of paths for the folders to be synchronized to disk for offline usage" + +#: ../shell/apps_evolution_shell.schemas.in.h:21 msgid "Non-proxy hosts" msgstr "Non-proxy hosts" -#: ../shell/apps_evolution_shell.schemas.in.h:18 +#: ../shell/apps_evolution_shell.schemas.in.h:22 msgid "Password to pass as authentication when doing HTTP proxying." msgstr "Password to pass as authentication when doing HTTP proxying." -#: ../shell/apps_evolution_shell.schemas.in.h:19 +#: ../shell/apps_evolution_shell.schemas.in.h:23 msgid "Proxy configuration mode" msgstr "Proxy configuration mode" -#: ../shell/apps_evolution_shell.schemas.in.h:20 +#: ../shell/apps_evolution_shell.schemas.in.h:24 msgid "SOCKS proxy host name" msgstr "SOCKS proxy host name" -#: ../shell/apps_evolution_shell.schemas.in.h:21 +#: ../shell/apps_evolution_shell.schemas.in.h:25 msgid "SOCKS proxy port" msgstr "SOCKS proxy port" -#: ../shell/apps_evolution_shell.schemas.in.h:22 +#: ../shell/apps_evolution_shell.schemas.in.h:26 msgid "Secure HTTP proxy host name" msgstr "Secure HTTP proxy host name" -#: ../shell/apps_evolution_shell.schemas.in.h:23 +#: ../shell/apps_evolution_shell.schemas.in.h:27 msgid "Secure HTTP proxy port" msgstr "Secure HTTP proxy port" -#: ../shell/apps_evolution_shell.schemas.in.h:24 -msgid "" -"Select the proxy configuration mode. Supported values are 0, 1, 2, and 3 " -"representing \"use system settings\", \"no proxy\", \"use manual proxy " -"configuration\" and \"use proxy configuration provided in the autoconfig url" -"\" respectively." -msgstr "" -"Select the proxy configuration mode. Supported values are 0, 1, 2, and 3 " -"representing \"use system settings\", \"no proxy\", \"use manual proxy " -"configuration\" and \"use proxy configuration provided in the autoconfig url" -"\" respectively." +#: ../shell/apps_evolution_shell.schemas.in.h:28 +msgid "Select the proxy configuration mode. Supported values are 0, 1, 2, and 3 representing \"use system settings\", \"no proxy\", \"use manual proxy configuration\" and \"use proxy configuration provided in the autoconfig url\" respectively." +msgstr "Select the proxy configuration mode. Supported values are 0, 1, 2, and 3 representing \"use system settings\", \"no proxy\", \"use manual proxy configuration\" and \"use proxy configuration provided in the autoconfig url\" respectively." -#: ../shell/apps_evolution_shell.schemas.in.h:25 +#: ../shell/apps_evolution_shell.schemas.in.h:29 msgid "Sidebar is visible" msgstr "Sidebar is visible" -#: ../shell/apps_evolution_shell.schemas.in.h:26 +#: ../shell/apps_evolution_shell.schemas.in.h:30 msgid "Skip development warning dialog" msgstr "Skip development warning dialog" -#: ../shell/apps_evolution_shell.schemas.in.h:27 ../shell/main.c:483 +#: ../shell/apps_evolution_shell.schemas.in.h:31 +#: ../shell/main.c:483 msgid "Start in offline mode" msgstr "Start in offline mode" -#: ../shell/apps_evolution_shell.schemas.in.h:28 +#: ../shell/apps_evolution_shell.schemas.in.h:32 msgid "Statusbar is visible" msgstr "Statusbar is visible" -#: ../shell/apps_evolution_shell.schemas.in.h:29 -msgid "" -"The configuration version of Evolution, with major/minor/configuration level " -"(for example \"2.6.0\")." -msgstr "" -"The configuration version of Evolution, with major/minor/configuration level " -"(for example \"2.6.0\")." +#: ../shell/apps_evolution_shell.schemas.in.h:33 +msgid "The configuration version of Evolution, with major/minor/configuration level (for example \"2.6.0\")." +msgstr "The configuration version of Evolution, with major/minor/configuration level (for example \"2.6.0\")." -#: ../shell/apps_evolution_shell.schemas.in.h:30 +#: ../shell/apps_evolution_shell.schemas.in.h:34 msgid "The default height for the main window, in pixels." msgstr "The default height for the main window, in pixels." -#: ../shell/apps_evolution_shell.schemas.in.h:31 +#: ../shell/apps_evolution_shell.schemas.in.h:35 msgid "The default width for the main window, in pixels." msgstr "The default width for the main window, in pixels." -#: ../shell/apps_evolution_shell.schemas.in.h:32 +#: ../shell/apps_evolution_shell.schemas.in.h:36 msgid "The default width for the sidebar, in pixels." msgstr "The default width for the sidebar, in pixels." -#: ../shell/apps_evolution_shell.schemas.in.h:33 -msgid "" -"The last upgraded configuration version of Evolution, with major/minor/" -"configuration level (for example \"2.6.0\")." -msgstr "" -"The last upgraded configuration version of Evolution, with major/minor/" -"configuration level (for example \"2.6.0\")." +#: ../shell/apps_evolution_shell.schemas.in.h:37 +msgid "The last upgraded configuration version of Evolution, with major/minor/configuration level (for example \"2.6.0\")." +msgstr "The last upgraded configuration version of Evolution, with major/minor/configuration level (for example \"2.6.0\")." -#: ../shell/apps_evolution_shell.schemas.in.h:34 +#: ../shell/apps_evolution_shell.schemas.in.h:38 msgid "The machine name to proxy HTTP through." msgstr "The machine name to proxy HTTP through." -#: ../shell/apps_evolution_shell.schemas.in.h:35 +#: ../shell/apps_evolution_shell.schemas.in.h:39 msgid "The machine name to proxy secure HTTP through." msgstr "The machine name to proxy secure HTTP through." -#: ../shell/apps_evolution_shell.schemas.in.h:36 +#: ../shell/apps_evolution_shell.schemas.in.h:40 msgid "The machine name to proxy socks through." msgstr "The machine name to proxy socks through." -#: ../shell/apps_evolution_shell.schemas.in.h:37 -msgid "" -"The port on the machine defined by \"/apps/evolution/shell/network_config/" -"http_host\" that you proxy through." -msgstr "" -"The port on the machine defined by \"/apps/evolution/shell/network_config/" -"http_host\" that you proxy through." +#: ../shell/apps_evolution_shell.schemas.in.h:41 +msgid "The port on the machine defined by \"/apps/evolution/shell/network_config/http_host\" that you proxy through." +msgstr "The port on the machine defined by \"/apps/evolution/shell/network_config/http_host\" that you proxy through." -#: ../shell/apps_evolution_shell.schemas.in.h:38 -msgid "" -"The port on the machine defined by \"/apps/evolution/shell/network_config/" -"secure_host\" that you proxy through." -msgstr "" -"The port on the machine defined by \"/apps/evolution/shell/network_config/" -"secure_host\" that you proxy through." +#: ../shell/apps_evolution_shell.schemas.in.h:42 +msgid "The port on the machine defined by \"/apps/evolution/shell/network_config/secure_host\" that you proxy through." +msgstr "The port on the machine defined by \"/apps/evolution/shell/network_config/secure_host\" that you proxy through." -#: ../shell/apps_evolution_shell.schemas.in.h:39 -msgid "" -"The port on the machine defined by \"/apps/evolution/shell/network_config/" -"socks_host\" that you proxy through." -msgstr "" -"The port on the machine defined by \"/apps/evolution/shell/network_config/" -"socks_host\" that you proxy through." +#: ../shell/apps_evolution_shell.schemas.in.h:43 +msgid "The port on the machine defined by \"/apps/evolution/shell/network_config/socks_host\" that you proxy through." +msgstr "The port on the machine defined by \"/apps/evolution/shell/network_config/socks_host\" that you proxy through." -#: ../shell/apps_evolution_shell.schemas.in.h:40 -msgid "" -"The style of the window buttons. Can be \"text\", \"icons\", \"both\", " -"\"toolbar\". If \"toolbar\" is set, the style of the buttons is determined " -"by the GNOME toolbar setting." -msgstr "" -"The style of the window buttons. Can be \"text\", \"icons\", \"both\", " -"\"toolbar\". If \"toolbar\" is set, the style of the buttons is determined " -"by the GNOME toolbar setting." +#: ../shell/apps_evolution_shell.schemas.in.h:44 +msgid "The style of the window buttons. Can be \"text\", \"icons\", \"both\", \"toolbar\". If \"toolbar\" is set, the style of the buttons is determined by the GNOME toolbar setting." +msgstr "The style of the window buttons. Can be \"text\", \"icons\", \"both\", \"toolbar\". If \"toolbar\" is set, the style of the buttons is determined by the GNOME toolbar setting." -#: ../shell/apps_evolution_shell.schemas.in.h:41 -msgid "" -"This key contains a list of hosts which are connected to directly, rather " -"than via the proxy (if it is active). The values can be hostnames, domains " -"(using an initial wildcard like *.foo.com), IP host addresses (both IPv4 and " -"IPv6) and network addresses with a netmask (something like 192.168.0.0/24)." -msgstr "" -"This key contains a list of hosts which are connected to directly, rather " -"than via the proxy (if it is active). The values can be hostnames, domains " -"(using an initial wildcard like *.foo.com), IP host addresses (both IPv4 and " -"IPv6) and network addresses with a netmask (something like 192.168.0.0/24)." +#: ../shell/apps_evolution_shell.schemas.in.h:45 +msgid "This key contains a list of hosts which are connected to directly, rather than via the proxy (if it is active). The values can be hostnames, domains (using an initial wildcard like *.foo.com), IP host addresses (both IPv4 and IPv6) and network addresses with a netmask (something like 192.168.0.0/24)." +msgstr "This key contains a list of hosts which are connected to directly, rather than via the proxy (if it is active). The values can be hostnames, domains (using an initial wildcard like *.foo.com), IP host addresses (both IPv4 and IPv6) and network addresses with a netmask (something like 192.168.0.0/24)." -#: ../shell/apps_evolution_shell.schemas.in.h:42 +#: ../shell/apps_evolution_shell.schemas.in.h:46 msgid "Toolbar is visible" msgstr "Toolbar is visible" -#: ../shell/apps_evolution_shell.schemas.in.h:43 +#: ../shell/apps_evolution_shell.schemas.in.h:47 msgid "URL that provides proxy configuration values." msgstr "URL that provides proxy configuration values." -#: ../shell/apps_evolution_shell.schemas.in.h:44 +#: ../shell/apps_evolution_shell.schemas.in.h:48 msgid "Use HTTP proxy" msgstr "Use HTTP proxy" -#: ../shell/apps_evolution_shell.schemas.in.h:45 +#: ../shell/apps_evolution_shell.schemas.in.h:49 msgid "User name to pass as authentication when doing HTTP proxying." msgstr "User name to pass as authentication when doing HTTP proxying." -#: ../shell/apps_evolution_shell.schemas.in.h:46 +#: ../shell/apps_evolution_shell.schemas.in.h:50 msgid "Whether Evolution will start up in offline mode instead of online mode." -msgstr "" -"Whether Evolution will start up in offline mode instead of online mode." +msgstr "Whether Evolution will start up in offline mode instead of online mode." -#: ../shell/apps_evolution_shell.schemas.in.h:47 +#: ../shell/apps_evolution_shell.schemas.in.h:51 msgid "Whether or not the window should be maximized." msgstr "Whether or not the window should be maximized." -#: ../shell/apps_evolution_shell.schemas.in.h:48 +#: ../shell/apps_evolution_shell.schemas.in.h:52 msgid "Whether the sidebar should be visible." msgstr "Whether the sidebar should be visible." -#: ../shell/apps_evolution_shell.schemas.in.h:49 +#: ../shell/apps_evolution_shell.schemas.in.h:53 msgid "Whether the status bar should be visible." msgstr "Whether the status bar should be visible." -#: ../shell/apps_evolution_shell.schemas.in.h:50 +#: ../shell/apps_evolution_shell.schemas.in.h:54 msgid "Whether the toolbar should be visible." msgstr "Whether the toolbar should be visible." -#: ../shell/apps_evolution_shell.schemas.in.h:51 -msgid "" -"Whether the warning dialog in development versions of Evolution is skipped." -msgstr "" -"Whether the warning dialog in development versions of Evolution is skipped." +#: ../shell/apps_evolution_shell.schemas.in.h:55 +msgid "Whether the warning dialog in development versions of Evolution is skipped." +msgstr "Whether the warning dialog in development versions of Evolution is skipped." -#: ../shell/apps_evolution_shell.schemas.in.h:52 +#: ../shell/apps_evolution_shell.schemas.in.h:56 msgid "Whether the window buttons should be visible." msgstr "Whether the window buttons should be visible." -#: ../shell/apps_evolution_shell.schemas.in.h:53 +#: ../shell/apps_evolution_shell.schemas.in.h:57 msgid "Window button style" msgstr "Window button style" -#: ../shell/apps_evolution_shell.schemas.in.h:54 +#: ../shell/apps_evolution_shell.schemas.in.h:58 msgid "Window buttons are visible" msgstr "Window buttons are visible" @@ -20145,21 +18618,19 @@ msgstr "חיבורים פעילים" msgid "Click OK to close these connections and go offline" msgstr "הקלק אישור לסגור את החיבור ולעבוד בצורה לא מקוונת" -#: ../shell/e-shell-importer.c:131 +#: ../shell/e-shell-importer.c:128 msgid "Choose the type of importer to run:" msgstr "" -#: ../shell/e-shell-importer.c:134 -msgid "" -"Choose the file that you want to import into Evolution, and select what type " -"of file it is from the list." +#: ../shell/e-shell-importer.c:131 +msgid "Choose the file that you want to import into Evolution, and select what type of file it is from the list." msgstr "" -#: ../shell/e-shell-importer.c:138 +#: ../shell/e-shell-importer.c:135 msgid "Choose the destination for this import" msgstr "" -#: ../shell/e-shell-importer.c:144 +#: ../shell/e-shell-importer.c:141 msgid "" "Evolution checked for settings to import from the following\n" "applications: Pine, Netscape, Elm, iCalendar. No importable\n" @@ -20167,58 +18638,63 @@ msgid "" "try again, please click the \"Back\" button.\n" msgstr "" -#: ../shell/e-shell-importer.c:282 +#: ../shell/e-shell-importer.c:296 msgid "F_ilename:" msgstr "ש_ם הקובץ:" -#: ../shell/e-shell-importer.c:287 +#: ../shell/e-shell-importer.c:301 msgid "Select a file" msgstr "בחר קובץ" -#: ../shell/e-shell-importer.c:296 +#: ../shell/e-shell-importer.c:310 msgid "File _type:" msgstr "_סוג הקובץ:" -#: ../shell/e-shell-importer.c:332 +#: ../shell/e-shell-importer.c:358 msgid "Import data and settings from _older programs" msgstr "יבא נתונים והגדרות מ תוכנות _ישנות יותר" -#: ../shell/e-shell-importer.c:335 +#: ../shell/e-shell-importer.c:361 msgid "Import a _single file" msgstr "יבא _קובץ יחיד" +#: ../shell/e-shell-importer.c:725 +msgid "_Import" +msgstr "_יבא" + #: ../shell/e-shell-settings-dialog.c:313 msgid "Evolution Preferences" msgstr "העדפות Evolution" #. To translators: This is the window title and %s is the #. component name. Most translators will want to keep it as is. -#: ../shell/e-shell-view.c:47 ../shell/e-shell-window.c:328 +#: ../shell/e-shell-view.c:47 +#: ../shell/e-shell-window.c:326 #, c-format msgid "%s - Evolution" msgstr "%s - Evolution" -#: ../shell/e-shell-window-commands.c:75 +#: ../shell/e-shell-window-commands.c:69 msgid "The GNOME Pilot tools do not appear to be installed on this system." msgstr "הכלים של GNOME Pilot לא מותקנים במערכת." -#: ../shell/e-shell-window-commands.c:83 -#, c-format -msgid "Error executing %s." +#: ../shell/e-shell-window-commands.c:78 +#, fuzzy, c-format +msgid "Error executing %s. (%s)" msgstr "ארעה שגיאה בהפעלת %s." -#: ../shell/e-shell-window-commands.c:139 +#: ../shell/e-shell-window-commands.c:136 msgid "Bug buddy is not installed." msgstr "Bug buddy לא מותקן." -#: ../shell/e-shell-window-commands.c:142 +#: ../shell/e-shell-window-commands.c:139 msgid "Bug buddy could not be run." msgstr "אין אפשרות להריץ את כלי דיווח הבאגים." #. The translator-credits string is for translators to list #. * per-language credits for translation, displayed in the #. * about dialog. -#: ../shell/e-shell-window-commands.c:942 +#: ../shell/e-shell-window-commands.c:939 msgid "translator-credits" msgstr "" "יאיר הרשקוביץ <yairhr@gmail.com>\n" @@ -20227,23 +18703,24 @@ msgstr "" "פרוייקט תרגום GNOME לעברית:\n" "http://gnome-il.berlios.de" -#: ../shell/e-shell-window-commands.c:953 +#: ../shell/e-shell-window-commands.c:950 msgid "Evolution Website" msgstr "אתר Evolution" -#: ../shell/e-shell-window-commands.c:1170 +#: ../shell/e-shell-window-commands.c:1168 msgid "_Work Online" msgstr "עבודה במצב מ_קוון" -#: ../shell/e-shell-window-commands.c:1183 ../ui/evolution.xml.h:57 +#: ../shell/e-shell-window-commands.c:1181 +#: ../ui/evolution.xml.h:57 msgid "_Work Offline" msgstr "עבודה במצב _לא מקוון" -#: ../shell/e-shell-window-commands.c:1196 +#: ../shell/e-shell-window-commands.c:1194 msgid "Work Offline" msgstr "עבודה במצב לא מקוון" -#: ../shell/e-shell-window.c:377 +#: ../shell/e-shell-window.c:375 msgid "" "Evolution is currently online.\n" "Click on this button to work offline." @@ -20251,11 +18728,11 @@ msgstr "" "Evolution נמצאת במצב מקוון.\n" "לחץ כאן כדי לעבור למצב לא מקוון." -#: ../shell/e-shell-window.c:384 +#: ../shell/e-shell-window.c:382 msgid "Evolution is in the process of going offline." msgstr "אבולוציה במהלך העברה למצב לא מקוון." -#: ../shell/e-shell-window.c:391 +#: ../shell/e-shell-window.c:389 msgid "" "Evolution is currently offline.\n" "Click on this button to work online." @@ -20263,39 +18740,41 @@ msgstr "" "Evolution נמצאת במצב לא מקוון.\n" "לחץ כאן כדי לעבור למצב מקוון." -#: ../shell/e-shell-window.c:787 +#: ../shell/e-shell-window.c:783 #, c-format msgid "Switch to %s" msgstr "החלף ל-%s" -#: ../shell/e-shell.c:640 +#: ../shell/e-shell.c:639 msgid "Unknown system error." msgstr "שגיאת מערכת לא ידועה." -#: ../shell/e-shell.c:838 ../shell/e-shell.c:839 +#: ../shell/e-shell.c:837 +#: ../shell/e-shell.c:838 #, c-format msgid "%ld KB" msgstr "%ld ק\"ב" -#: ../shell/e-shell.c:1261 ../widgets/misc/e-cell-date-edit.c:313 +#: ../shell/e-shell.c:1260 +#: ../widgets/misc/e-cell-date-edit.c:324 msgid "OK" msgstr "אישור" -#: ../shell/e-shell.c:1263 +#: ../shell/e-shell.c:1262 msgid "Invalid arguments" msgstr "" -#: ../shell/e-shell.c:1265 +#: ../shell/e-shell.c:1264 msgid "Cannot register on OAF" msgstr "" -#: ../shell/e-shell.c:1267 +#: ../shell/e-shell.c:1266 msgid "Configuration Database not found" msgstr "בסיס נתוני ההגדרות לא נמצא" -#: ../shell/e-user-creatable-items-handler.c:678 -#: ../shell/e-user-creatable-items-handler.c:688 -#: ../shell/e-user-creatable-items-handler.c:693 +#: ../shell/e-user-creatable-items-handler.c:677 +#: ../shell/e-user-creatable-items-handler.c:687 +#: ../shell/e-user-creatable-items-handler.c:692 msgid "New" msgstr "חדש" @@ -20334,7 +18813,6 @@ msgstr "" #: ../shell/import.glade.h:6 #, fuzzy -#| msgid "Select folder to import into" msgid "Select Information to Import" msgstr "בחר תיקייה לייבא אליה" @@ -20429,7 +18907,6 @@ msgstr "לשכוח את כל הסיסמאות השמורות?" #: ../shell/shell.error.xml.h:2 #, fuzzy -#| msgid "Restart Evolution" msgid "Cannot start Evolution" msgstr "הפעל מחדש את Evolution" @@ -20446,9 +18923,7 @@ msgid "Evolution can not start." msgstr "Evolution לא יכולה להתחיל." #: ../shell/shell.error.xml.h:6 -msgid "" -"Forgetting your passwords will clear all remembered passwords. You will be " -"reprompted next time they are needed." +msgid "Forgetting your passwords will clear all remembered passwords. You will be reprompted next time they are needed." msgstr "" #: ../shell/shell.error.xml.h:8 @@ -20461,25 +18936,18 @@ msgstr "באמת למחוק מידע ישן?" #: ../shell/shell.error.xml.h:10 msgid "" -"The entire contents of the "evolution" directory are about to be " -"permanently removed.\n" +"The entire contents of the "evolution" directory are about to be permanently removed.\n" "\n" -"It is suggested you manually verify that all of your mail, contact, and " -"calendar data is present, and that this version of Evolution operates " -"correctly before deleting this old data.\n" +"It is suggested you manually verify that all of your mail, contact, and calendar data is present, and that this version of Evolution operates correctly before deleting this old data.\n" "\n" -"Once deleted, you cannot downgrade to the previous version of Evolution " -"without manual intervention.\n" +"Once deleted, you cannot downgrade to the previous version of Evolution without manual intervention.\n" msgstr "" #: ../shell/shell.error.xml.h:16 msgid "" "The previous version of Evolution stored its data in a different location.\n" "\n" -"If you choose to remove this data, the entire contents of the "" -"evolution" directory will be removed permanently. If you choose to keep " -"this data, then you may manually remove the contents of "" -"evolution" at your convenience.\n" +"If you choose to remove this data, the entire contents of the "evolution" directory will be removed permanently. If you choose to keep this data, then you may manually remove the contents of "evolution" at your convenience.\n" msgstr "" #: ../shell/shell.error.xml.h:20 @@ -20488,11 +18956,9 @@ msgstr "" #: ../shell/shell.error.xml.h:21 msgid "" -"Upgrading your data and settings will require up to {0} of disk space, but " -"you only have {1} available.\n" +"Upgrading your data and settings will require up to {0} of disk space, but you only have {1} available.\n" "\n" -"You will need to make more space available in your home directory before you " -"can continue." +"You will need to make more space available in your home directory before you can continue." msgstr "" #: ../shell/shell.error.xml.h:24 @@ -20527,8 +18993,7 @@ msgstr "_הזכר לי מאוחר יותר" msgid "" "{1}\n" "\n" -"If you choose to continue, you may not have access to some of your old " -"data.\n" +"If you choose to continue, you may not have access to some of your old data.\n" msgstr "" "{1}\n" "\n" @@ -20543,64 +19008,59 @@ msgid "" msgstr "" #: ../smime/gui/cert-trust-dialog.c:151 -msgid "" -"Because you trust the certificate authority that issued this certificate, " -"then you trust the authenticity of this certificate unless otherwise " -"indicated here" +msgid "Because you trust the certificate authority that issued this certificate, then you trust the authenticity of this certificate unless otherwise indicated here" msgstr "" #: ../smime/gui/cert-trust-dialog.c:155 -msgid "" -"Because you do not trust the certificate authority that issued this " -"certificate, then you do not trust the authenticity of this certificate " -"unless otherwise indicated here" +msgid "Because you do not trust the certificate authority that issued this certificate, then you do not trust the authenticity of this certificate unless otherwise indicated here" msgstr "" -#: ../smime/gui/certificate-manager.c:137 -#: ../smime/gui/certificate-manager.c:380 -#: ../smime/gui/certificate-manager.c:604 +#: ../smime/gui/certificate-manager.c:136 +#: ../smime/gui/certificate-manager.c:383 +#: ../smime/gui/certificate-manager.c:611 msgid "Select a certificate to import..." msgstr "בחר תעודה לייבוא..." -#: ../smime/gui/certificate-manager.c:146 +#: ../smime/gui/certificate-manager.c:145 msgid "All PKCS12 files" msgstr "" #: ../smime/gui/certificate-manager.c:151 -#: ../smime/gui/certificate-manager.c:394 -#: ../smime/gui/certificate-manager.c:618 +#: ../smime/gui/certificate-manager.c:398 +#: ../smime/gui/certificate-manager.c:625 msgid "All files" msgstr "כל הקבצים" -#: ../smime/gui/certificate-manager.c:271 -#: ../smime/gui/certificate-manager.c:480 -#: ../smime/gui/certificate-manager.c:702 +#: ../smime/gui/certificate-manager.c:275 +#: ../smime/gui/certificate-manager.c:488 +#: ../smime/gui/certificate-manager.c:713 msgid "Certificate Name" msgstr "שם תעודה" -#: ../smime/gui/certificate-manager.c:280 -#: ../smime/gui/certificate-manager.c:498 +#: ../smime/gui/certificate-manager.c:284 +#: ../smime/gui/certificate-manager.c:506 msgid "Purposes" msgstr "מטרות" -#: ../smime/gui/certificate-manager.c:289 ../smime/gui/smime-ui.glade.h:37 +#: ../smime/gui/certificate-manager.c:293 +#: ../smime/gui/smime-ui.glade.h:37 #: ../smime/lib/e-cert.c:553 msgid "Serial Number" msgstr "מספר סידורי" -#: ../smime/gui/certificate-manager.c:297 +#: ../smime/gui/certificate-manager.c:301 msgid "Expires" msgstr "" -#: ../smime/gui/certificate-manager.c:389 +#: ../smime/gui/certificate-manager.c:392 msgid "All email certificate files" msgstr "" -#: ../smime/gui/certificate-manager.c:489 +#: ../smime/gui/certificate-manager.c:497 msgid "E-Mail Address" msgstr "כתובת דוא\"ל" -#: ../smime/gui/certificate-manager.c:613 +#: ../smime/gui/certificate-manager.c:620 msgid "All CA certificate files" msgstr "כל קבצי התעודות" @@ -20691,12 +19151,11 @@ msgid "Backup All" msgstr "גיבוי הכל" #: ../smime/gui/smime-ui.glade.h:13 -msgid "" -"Before trusting this CA for any purpose, you should examine its certificate " -"and its policy and procedures (if available)." +msgid "Before trusting this CA for any purpose, you should examine its certificate and its policy and procedures (if available)." msgstr "" -#: ../smime/gui/smime-ui.glade.h:14 ../smime/lib/e-cert.c:1060 +#: ../smime/gui/smime-ui.glade.h:14 +#: ../smime/lib/e-cert.c:1060 msgid "Certificate" msgstr "תעודה" @@ -20772,11 +19231,13 @@ msgstr "" msgid "SHA1 Fingerprint" msgstr "חתימת SHA1" -#: ../smime/gui/smime-ui.glade.h:35 ../smime/lib/e-cert.c:802 +#: ../smime/gui/smime-ui.glade.h:35 +#: ../smime/lib/e-cert.c:802 msgid "SSL Client Certificate" msgstr "תעודת לקוח SSL" -#: ../smime/gui/smime-ui.glade.h:36 ../smime/lib/e-cert.c:806 +#: ../smime/gui/smime-ui.glade.h:36 +#: ../smime/lib/e-cert.c:806 msgid "SSL Server Certificate" msgstr "תעודת שרת SSL" @@ -20805,8 +19266,7 @@ msgid "You have certificates from these organizations that identify you:" msgstr "" #: ../smime/gui/smime-ui.glade.h:44 -msgid "" -"You have certificates on file that identify these certificate authorities:" +msgid "You have certificates on file that identify these certificate authorities:" msgstr "" #: ../smime/gui/smime-ui.glade.h:45 @@ -20822,11 +19282,12 @@ msgid "_Edit CA Trust" msgstr "" #. XXX we shouldn't be popping up dialogs in this code. -#: ../smime/lib/e-cert-db.c:656 +#: ../smime/lib/e-cert-db.c:653 msgid "Certificate already exists" msgstr "התעודה כבר קיימת" -#: ../smime/lib/e-cert.c:222 ../smime/lib/e-cert.c:232 +#: ../smime/lib/e-cert.c:222 +#: ../smime/lib/e-cert.c:232 msgid "%d/%m/%Y" msgstr "%d/%m/%Y" @@ -20908,11 +19369,13 @@ msgstr "" msgid "Subject's Public Key" msgstr "" -#: ../smime/lib/e-cert.c:793 ../smime/lib/e-cert.c:842 +#: ../smime/lib/e-cert.c:793 +#: ../smime/lib/e-cert.c:842 msgid "Error: Unable to process extension" msgstr "" -#: ../smime/lib/e-cert.c:814 ../smime/lib/e-cert.c:826 +#: ../smime/lib/e-cert.c:814 +#: ../smime/lib/e-cert.c:826 msgid "Object Signer" msgstr "" @@ -20956,7 +19419,8 @@ msgstr "" msgid "Critical" msgstr "קריטי" -#: ../smime/lib/e-cert.c:924 ../smime/lib/e-cert.c:927 +#: ../smime/lib/e-cert.c:924 +#: ../smime/lib/e-cert.c:927 msgid "Not Critical" msgstr "לא קריטי" @@ -20969,7 +19433,8 @@ msgstr "הרחבות" msgid "%s = %s" msgstr "%s = %s" -#: ../smime/lib/e-cert.c:1075 ../smime/lib/e-cert.c:1195 +#: ../smime/lib/e-cert.c:1075 +#: ../smime/lib/e-cert.c:1195 msgid "Certificate Signature Algorithm" msgstr "" @@ -21030,7 +19495,8 @@ msgstr "הע_תק את כל אנשי הקשר ל..." msgid "Contact _Preview" msgstr "" -#: ../ui/evolution-addressbook.xml.h:6 ../ui/evolution-memos.xml.h:2 +#: ../ui/evolution-addressbook.xml.h:6 +#: ../ui/evolution-memos.xml.h:2 #: ../ui/evolution-tasks.xml.h:2 msgid "Copy" msgstr "העתק" @@ -21045,7 +19511,8 @@ msgstr "העבר את ההודעות שנבחרו לתיקייה אחרת" msgid "Copy the contacts of the selected folder into another folder" msgstr "העבר את ההודעות שנבחרו לתיקייה אחרת" -#: ../ui/evolution-addressbook.xml.h:9 ../ui/evolution-calendar.xml.h:2 +#: ../ui/evolution-addressbook.xml.h:9 +#: ../ui/evolution-calendar.xml.h:2 msgid "Copy the selection" msgstr "העתק את הבחירה" @@ -21058,12 +19525,14 @@ msgstr "העתק לתיקייה..." msgid "Create a new address book folder" msgstr "הוסף משימה חדשה" -#: ../ui/evolution-addressbook.xml.h:12 ../ui/evolution-memos.xml.h:4 +#: ../ui/evolution-addressbook.xml.h:12 +#: ../ui/evolution-memos.xml.h:4 #: ../ui/evolution-tasks.xml.h:4 msgid "Cut" msgstr "גזור" -#: ../ui/evolution-addressbook.xml.h:13 ../ui/evolution-calendar.xml.h:3 +#: ../ui/evolution-addressbook.xml.h:13 +#: ../ui/evolution-calendar.xml.h:3 msgid "Cut the selection" msgstr "גזור את הבחירה" @@ -21102,12 +19571,14 @@ msgstr "העבר את ההודעות שנבחרו לתיקייה אחרת" msgid "Move to Folder..." msgstr "העבר לתיקייה..." -#: ../ui/evolution-addressbook.xml.h:23 ../ui/evolution-memos.xml.h:8 +#: ../ui/evolution-addressbook.xml.h:23 +#: ../ui/evolution-memos.xml.h:8 #: ../ui/evolution-tasks.xml.h:11 msgid "Paste" msgstr "הדבק" -#: ../ui/evolution-addressbook.xml.h:24 ../ui/evolution-calendar.xml.h:17 +#: ../ui/evolution-addressbook.xml.h:24 +#: ../ui/evolution-calendar.xml.h:17 msgid "Paste the clipboard" msgstr "" @@ -21141,7 +19612,8 @@ msgstr "אנשי קשר..." msgid "Save the contacts of the selected folder as VCard" msgstr "" -#: ../ui/evolution-addressbook.xml.h:34 ../widgets/text/e-text.c:2724 +#: ../ui/evolution-addressbook.xml.h:34 +#: ../widgets/text/e-text.c:2725 msgid "Select All" msgstr "בחר הכל" @@ -21155,7 +19627,6 @@ msgstr "" #: ../ui/evolution-addressbook.xml.h:37 #, fuzzy -#| msgid "Delete selected contacts" msgid "Send a message to the selected contacts" msgstr "מחק את איש הקשר הנבחר" @@ -21188,7 +19659,8 @@ msgstr "עצור טעינה" msgid "View the current contact" msgstr "" -#: ../ui/evolution-addressbook.xml.h:45 ../ui/evolution-calendar.xml.h:39 +#: ../ui/evolution-addressbook.xml.h:45 +#: ../ui/evolution-calendar.xml.h:39 #: ../ui/evolution-tasks.xml.h:21 msgid "_Actions" msgstr "_פעולות" @@ -21219,7 +19691,8 @@ msgstr "ה_עבר איש קשר ל..." msgid "_Move Folder Contacts To" msgstr "העב_ר לתיקייה..." -#: ../ui/evolution-addressbook.xml.h:55 ../ui/evolution.xml.h:49 +#: ../ui/evolution-addressbook.xml.h:55 +#: ../ui/evolution.xml.h:49 msgid "_New" msgstr "_חדש" @@ -21280,7 +19753,8 @@ msgstr "רשימה" msgid "Month" msgstr "חודש" -#: ../ui/evolution-calendar.xml.h:16 ../ui/evolution-mail-message.xml.h:58 +#: ../ui/evolution-calendar.xml.h:16 +#: ../ui/evolution-mail-message.xml.h:58 #: ../widgets/misc/e-calendar.c:195 msgid "Next" msgstr "הבא" @@ -21289,7 +19763,8 @@ msgstr "הבא" msgid "Previews the calendar to be printed" msgstr "" -#: ../ui/evolution-calendar.xml.h:19 ../ui/evolution-mail-message.xml.h:74 +#: ../ui/evolution-calendar.xml.h:19 +#: ../ui/evolution-mail-message.xml.h:70 #: ../widgets/misc/e-calendar.c:171 msgid "Previous" msgstr "הקודם" @@ -21298,7 +19773,8 @@ msgstr "הקודם" msgid "Print this calendar" msgstr "הדפס את יומן זה" -#: ../ui/evolution-calendar.xml.h:23 ../ui/evolution-tasks.xml.h:17 +#: ../ui/evolution-calendar.xml.h:23 +#: ../ui/evolution-tasks.xml.h:17 msgid "Purg_e" msgstr "" @@ -21346,7 +19822,8 @@ msgstr "הצג את שבוע העבודה" msgid "View the current appointment" msgstr "" -#: ../ui/evolution-calendar.xml.h:36 ../ui/evolution-mail-global.xml.h:19 +#: ../ui/evolution-calendar.xml.h:36 +#: ../ui/evolution-mail-global.xml.h:19 msgid "View the debug console for log messages" msgstr "" @@ -21358,7 +19835,8 @@ msgstr "שבוע" msgid "Work Week" msgstr "שבוע עבודה" -#: ../ui/evolution-calendar.xml.h:41 ../ui/evolution-mail-global.xml.h:22 +#: ../ui/evolution-calendar.xml.h:41 +#: ../ui/evolution-mail-global.xml.h:22 #, fuzzy msgid "_Debug Logs" msgstr "עמוד" @@ -21397,7 +19875,8 @@ msgstr "" msgid "Empty _Trash" msgstr "רוקן את האשפה" -#: ../ui/evolution-mail-global.xml.h:9 ../ui/evolution-mail-list.xml.h:11 +#: ../ui/evolution-mail-global.xml.h:9 +#: ../ui/evolution-mail-list.xml.h:11 msgid "F_older" msgstr "_תיקייה" @@ -21528,8 +20007,7 @@ msgid "Hide _Read Messages" msgstr "הסתר הודעות _שנקראו" #: ../ui/evolution-mail-list.xml.h:15 -msgid "" -"Hide deleted messages rather than displaying them with a line through them" +msgid "Hide deleted messages rather than displaying them with a line through them" msgstr "הסתר את ההודעות שנמחקו במקום שיוצגו מסומנים עם קו חוצה" #: ../ui/evolution-mail-list.xml.h:16 @@ -21613,7 +20091,8 @@ msgstr "" msgid "_Group By Threads" msgstr "ה_עתק..." -#: ../ui/evolution-mail-list.xml.h:37 ../ui/evolution-mail-message.xml.h:115 +#: ../ui/evolution-mail-list.xml.h:37 +#: ../ui/evolution-mail-message.xml.h:111 #: ../ui/evolution-mail-messagedisplay.xml.h:7 msgid "_Message" msgstr "הו_דעה" @@ -21746,9 +20225,8 @@ msgid "Display the previous unread message" msgstr "הצג את ההודעה שלא נקראה הקודמת" #: ../ui/evolution-mail-message.xml.h:33 -#, fuzzy msgid "F_orward As..." -msgstr "העבר" +msgstr "ה_עבר כ..." #: ../ui/evolution-mail-message.xml.h:34 msgid "Filter on Mailing _List..." @@ -21877,207 +20355,190 @@ msgid "Paste messages from the clipboard" msgstr "" #: ../ui/evolution-mail-message.xml.h:68 -#, fuzzy -msgid "Pos_t New Message to Folder" -msgstr "שומר את ההודעה בתיקייה" - -#: ../ui/evolution-mail-message.xml.h:69 -msgid "Post a Repl_y" -msgstr "" - -#: ../ui/evolution-mail-message.xml.h:70 -msgid "Post a message to a Public folder" -msgstr "" - -#: ../ui/evolution-mail-message.xml.h:71 -msgid "Post a reply to a message in a Public folder" -msgstr "" - -#: ../ui/evolution-mail-message.xml.h:72 msgid "Pr_evious Important Message" msgstr "" -#: ../ui/evolution-mail-message.xml.h:73 +#: ../ui/evolution-mail-message.xml.h:69 msgid "Preview the message to be printed" msgstr "" -#: ../ui/evolution-mail-message.xml.h:77 +#: ../ui/evolution-mail-message.xml.h:73 msgid "Print this message" msgstr "הדפס את הודעה זו" -#: ../ui/evolution-mail-message.xml.h:78 +#: ../ui/evolution-mail-message.xml.h:74 msgid "Re_direct" msgstr "" -#: ../ui/evolution-mail-message.xml.h:79 +#: ../ui/evolution-mail-message.xml.h:75 msgid "Redirect (bounce) the selected message to someone" msgstr "" -#: ../ui/evolution-mail-message.xml.h:84 +#: ../ui/evolution-mail-message.xml.h:80 msgid "Reset the text to its original size" msgstr "" -#: ../ui/evolution-mail-message.xml.h:85 +#: ../ui/evolution-mail-message.xml.h:81 msgid "Save the selected messages as a text file" msgstr "שמור את ההודעה הנבחרת כקובץ טקסט" -#: ../ui/evolution-mail-message.xml.h:86 +#: ../ui/evolution-mail-message.xml.h:82 msgid "Search Folder from Mailing _List..." msgstr "" -#: ../ui/evolution-mail-message.xml.h:87 +#: ../ui/evolution-mail-message.xml.h:83 #, fuzzy msgid "Search Folder from Recipien_ts..." msgstr "חפש אנשי קשר..." -#: ../ui/evolution-mail-message.xml.h:88 +#: ../ui/evolution-mail-message.xml.h:84 #, fuzzy msgid "Search Folder from S_ubject..." msgstr "חפש אנשי קשר..." -#: ../ui/evolution-mail-message.xml.h:89 +#: ../ui/evolution-mail-message.xml.h:85 msgid "Search Folder from Sen_der..." msgstr "" -#: ../ui/evolution-mail-message.xml.h:90 +#: ../ui/evolution-mail-message.xml.h:86 msgid "Search for text in the body of the displayed message" msgstr "" -#: ../ui/evolution-mail-message.xml.h:91 +#: ../ui/evolution-mail-message.xml.h:87 msgid "Select _All Text" msgstr "בחר את כל ה_טקסט" -#: ../ui/evolution-mail-message.xml.h:92 +#: ../ui/evolution-mail-message.xml.h:88 msgid "Select all the text in a message" msgstr "בחר את כל הטקסט בהודעה" -#: ../ui/evolution-mail-message.xml.h:93 ../ui/evolution.xml.h:27 +#: ../ui/evolution-mail-message.xml.h:89 +#: ../ui/evolution.xml.h:27 msgid "Set up the page settings for your current printer" msgstr "" -#: ../ui/evolution-mail-message.xml.h:94 +#: ../ui/evolution-mail-message.xml.h:90 msgid "Show a blinking cursor in the body of displayed messages" msgstr "" -#: ../ui/evolution-mail-message.xml.h:95 +#: ../ui/evolution-mail-message.xml.h:91 msgid "Show messages with all email headers" msgstr "" -#: ../ui/evolution-mail-message.xml.h:96 +#: ../ui/evolution-mail-message.xml.h:92 msgid "Show the raw email source of the message" msgstr "" -#: ../ui/evolution-mail-message.xml.h:97 +#: ../ui/evolution-mail-message.xml.h:93 #, fuzzy msgid "Undelete the selected messages" msgstr "סמן את ההודעות שנבחרו כדואר זבל" -#: ../ui/evolution-mail-message.xml.h:98 +#: ../ui/evolution-mail-message.xml.h:94 msgid "Uni_mportant" msgstr "ל_א חשוב" -#: ../ui/evolution-mail-message.xml.h:99 +#: ../ui/evolution-mail-message.xml.h:95 msgid "Zoom _Out" msgstr "התר_חק" -#: ../ui/evolution-mail-message.xml.h:100 +#: ../ui/evolution-mail-message.xml.h:96 msgid "_Attached" msgstr "_מצורף" -#: ../ui/evolution-mail-message.xml.h:101 +#: ../ui/evolution-mail-message.xml.h:97 #, fuzzy msgid "_Caret Mode" msgstr "צור תיקייה" -#: ../ui/evolution-mail-message.xml.h:102 +#: ../ui/evolution-mail-message.xml.h:98 #, fuzzy msgid "_Clear Flag" msgstr "_נקה" -#: ../ui/evolution-mail-message.xml.h:105 +#: ../ui/evolution-mail-message.xml.h:101 msgid "_Delete Message" msgstr "_מחק הודעה" -#: ../ui/evolution-mail-message.xml.h:107 +#: ../ui/evolution-mail-message.xml.h:103 msgid "_Find in Message..." msgstr "חפש _בהודעה..." -#: ../ui/evolution-mail-message.xml.h:108 +#: ../ui/evolution-mail-message.xml.h:104 #, fuzzy msgid "_Flag Completed" msgstr "הסתיים" -#: ../ui/evolution-mail-message.xml.h:110 +#: ../ui/evolution-mail-message.xml.h:106 msgid "_Go To" msgstr "_לך אל" -#: ../ui/evolution-mail-message.xml.h:111 +#: ../ui/evolution-mail-message.xml.h:107 msgid "_Important" msgstr "_חשוב" -#: ../ui/evolution-mail-message.xml.h:112 -#, fuzzy +#: ../ui/evolution-mail-message.xml.h:108 msgid "_Inline" -msgstr "עבודה במצב מ_קוון" +msgstr "_בשורה" -#: ../ui/evolution-mail-message.xml.h:113 +#: ../ui/evolution-mail-message.xml.h:109 msgid "_Junk" msgstr "דואר ז_בל" -#: ../ui/evolution-mail-message.xml.h:114 +#: ../ui/evolution-mail-message.xml.h:110 msgid "_Load Images" msgstr "טען _תמונות" -#: ../ui/evolution-mail-message.xml.h:116 +#: ../ui/evolution-mail-message.xml.h:112 msgid "_Message Source" msgstr "מ_קור ההודעה" -#: ../ui/evolution-mail-message.xml.h:118 +#: ../ui/evolution-mail-message.xml.h:114 msgid "_Next Message" msgstr "ההודעה ה_באה" -#: ../ui/evolution-mail-message.xml.h:119 +#: ../ui/evolution-mail-message.xml.h:115 msgid "_Normal Size" msgstr "גודל רגיל" -#: ../ui/evolution-mail-message.xml.h:120 +#: ../ui/evolution-mail-message.xml.h:116 msgid "_Not Junk" msgstr "לא דואר _זבל" -#: ../ui/evolution-mail-message.xml.h:121 +#: ../ui/evolution-mail-message.xml.h:117 msgid "_Open in New Window" msgstr "פתח ב_חלון חדש" -#: ../ui/evolution-mail-message.xml.h:122 +#: ../ui/evolution-mail-message.xml.h:118 msgid "_Previous Message" msgstr "ההודעה ה_קודמת" -#: ../ui/evolution-mail-message.xml.h:124 +#: ../ui/evolution-mail-message.xml.h:120 msgid "_Quoted" msgstr "_צוטט" #. Translators: "Read" as in "has been read" (evolution-mail-message.xml) -#: ../ui/evolution-mail-message.xml.h:126 +#: ../ui/evolution-mail-message.xml.h:122 msgid "_Read" msgstr "_קרא" -#: ../ui/evolution-mail-message.xml.h:128 +#: ../ui/evolution-mail-message.xml.h:124 msgid "_Save Message..." msgstr "_שמור הודעה..." -#: ../ui/evolution-mail-message.xml.h:129 +#: ../ui/evolution-mail-message.xml.h:125 msgid "_Undelete Message" msgstr "_בטל מחיקת הודעה" -#: ../ui/evolution-mail-message.xml.h:130 +#: ../ui/evolution-mail-message.xml.h:126 msgid "_Unread" msgstr "_לא נקרא" -#: ../ui/evolution-mail-message.xml.h:131 +#: ../ui/evolution-mail-message.xml.h:127 msgid "_Zoom" msgstr "_מרחק תצוגה" -#: ../ui/evolution-mail-message.xml.h:132 +#: ../ui/evolution-mail-message.xml.h:128 msgid "_Zoom In" msgstr "_התקרב" @@ -22085,19 +20546,18 @@ msgstr "_התקרב" msgid "Close" msgstr "סגור" -#: ../ui/evolution-mail-messagedisplay.xml.h:3 ../ui/evolution.xml.h:18 +#: ../ui/evolution-mail-messagedisplay.xml.h:3 +#: ../ui/evolution.xml.h:18 msgid "Main toolbar" msgstr "סרגל כלים ראשי" #: ../ui/evolution-memos.xml.h:3 -#, fuzzy msgid "Copy selected memo" -msgstr "העתק את ההודעה המסומנת" +msgstr "העתק את התזכורת המסומנות" #: ../ui/evolution-memos.xml.h:5 -#, fuzzy msgid "Cut selected memo" -msgstr "גזור את ההודעה המסומנת" +msgstr "גזור את התזכורת המסומנת" #: ../ui/evolution-memos.xml.h:7 msgid "Delete selected memos" @@ -22124,14 +20584,12 @@ msgid "_Open Memo" msgstr "_פתח תזכורת" #: ../ui/evolution-tasks.xml.h:3 -#, fuzzy msgid "Copy selected tasks" -msgstr "העתק את ההודעה המסומנת" +msgstr "העתק את המשימה המסומנת" #: ../ui/evolution-tasks.xml.h:5 -#, fuzzy msgid "Cut selected tasks" -msgstr "גזור את ההודעה המסומנת" +msgstr "גזור את המשימה המסומנת" #: ../ui/evolution-tasks.xml.h:7 msgid "Delete completed tasks" @@ -22167,9 +20625,8 @@ msgid "Show task preview window" msgstr "ה_צג תזכורת" #: ../ui/evolution-tasks.xml.h:19 -#, fuzzy msgid "Task _Preview" -msgstr "כותרת ההודעה" +msgstr "תצוגה מקדימה של _משימה" #: ../ui/evolution-tasks.xml.h:20 msgid "View the selected task" @@ -22189,31 +20646,31 @@ msgstr "שנה את הגדרות Evolution" #: ../ui/evolution.xml.h:3 msgid "Change the visibility of the toolbar" -msgstr "" +msgstr "שנה את מצב התצוגה של סרגל הכלים" #: ../ui/evolution.xml.h:5 msgid "Create a new window displaying this folder" -msgstr "" +msgstr "צור חלון חדש המציג תיקייה זו" #: ../ui/evolution.xml.h:6 msgid "Display window buttons using the desktop toolbar setting" -msgstr "" +msgstr "הצג את לחצני החלון על ידי שימוש בהגדרות סרגל הכלים" #: ../ui/evolution.xml.h:7 msgid "Display window buttons with icons and text" -msgstr "" +msgstr "הצג לחצני חלון עם סמלים וטקסט" #: ../ui/evolution.xml.h:8 msgid "Display window buttons with icons only" -msgstr "" +msgstr "הצג לחצני חלון עם סמלים בלבד" #: ../ui/evolution.xml.h:9 msgid "Display window buttons with text only" -msgstr "" +msgstr "הצג לחצני חלון עם טקסט בלבד" #: ../ui/evolution.xml.h:10 msgid "Evolution _FAQ" -msgstr "שו\"ת Evolution" +msgstr "ש\"ת אודות Evolution" #: ../ui/evolution.xml.h:11 msgid "Exit the program" @@ -22225,7 +20682,7 @@ msgstr "" #: ../ui/evolution.xml.h:13 msgid "Hide window buttons" -msgstr "" +msgstr "הסתר את לחצני החלון" #: ../ui/evolution.xml.h:14 msgid "I_mport..." @@ -22241,7 +20698,7 @@ msgstr "יבא נתונים מתוכניות אחרות" #: ../ui/evolution.xml.h:17 msgid "Lay_out" -msgstr "" +msgstr "פ_ריסה" #: ../ui/evolution.xml.h:19 msgid "New _Window" @@ -22277,11 +20734,11 @@ msgstr "" #: ../ui/evolution.xml.h:28 msgid "Show Side _Bar" -msgstr "" +msgstr "הצג _סרגל צד" #: ../ui/evolution.xml.h:29 msgid "Show _Status Bar" -msgstr "" +msgstr "הצג _שורת מצב" #: ../ui/evolution.xml.h:30 msgid "Show _Toolbar" @@ -22289,7 +20746,7 @@ msgstr "הצג _סרגל כלים" #: ../ui/evolution.xml.h:31 msgid "Show information about Evolution" -msgstr "" +msgstr "הצג מידע אודות Evolution" #: ../ui/evolution.xml.h:32 msgid "Submit Bug Report" @@ -22309,15 +20766,15 @@ msgstr "" #: ../ui/evolution.xml.h:36 msgid "Tool_bar Style" -msgstr "סגנון _סרגל כלים" +msgstr "סגנון _סרגל הכלים" #: ../ui/evolution.xml.h:37 msgid "View/Hide the Side Bar" -msgstr "" +msgstr "הצג/הסתר את סרגל הצד" #: ../ui/evolution.xml.h:38 msgid "View/Hide the Status Bar" -msgstr "" +msgstr "הצג/הסתר את שורת המצב" #: ../ui/evolution.xml.h:39 msgid "Work _Offline" @@ -22349,7 +20806,7 @@ msgstr "_סמלים בלבד" #: ../ui/evolution.xml.h:50 msgid "_Quick Reference" -msgstr "" +msgstr "י_ציאה" #: ../ui/evolution.xml.h:51 msgid "_Quit" @@ -22377,11 +20834,12 @@ msgstr "לפי _חברה" #: ../views/addressbook/galview.xml.h:2 msgid "_Address Cards" -msgstr "" +msgstr "_כרטיסי כתובות" -#: ../views/addressbook/galview.xml.h:3 ../views/calendar/galview.xml.h:3 +#: ../views/addressbook/galview.xml.h:3 +#: ../views/calendar/galview.xml.h:3 msgid "_List View" -msgstr "" +msgstr "תצוגת _רשימה" #: ../views/calendar/galview.xml.h:1 msgid "W_eek View" @@ -22409,24 +20867,23 @@ msgstr "" #: ../views/mail/galview.xml.h:3 msgid "By S_tatus" -msgstr "" +msgstr "לפי מ_צב" #: ../views/mail/galview.xml.h:4 msgid "By Se_nder" -msgstr "" +msgstr "לפי שו_לח" #: ../views/mail/galview.xml.h:5 msgid "By Su_bject" -msgstr "" +msgstr "לפי נו_שא" #: ../views/mail/galview.xml.h:6 msgid "By _Follow Up Flag" msgstr "" #: ../views/mail/galview.xml.h:7 -#, fuzzy msgid "For _Wide View" -msgstr "תצוגת שבוע עבודה" +msgstr "לתצוגה _רחבה" #: ../views/mail/galview.xml.h:8 msgid "_Messages" @@ -22438,11 +20895,11 @@ msgstr "_תזכורות" #: ../views/tasks/galview.xml.h:1 msgid "With _Due Date" -msgstr "" +msgstr "עם תאריך _תפוגה" #: ../views/tasks/galview.xml.h:2 msgid "With _Status" -msgstr "" +msgstr "עם _מצב" #. Put the "UTC" entry at the top of the combo's list. #: ../widgets/e-timezone-dialog/e-timezone-dialog.c:234 @@ -22471,8 +20928,7 @@ msgstr "" #: ../widgets/e-timezone-dialog/e-timezone-dialog.glade.h:6 msgid "" -"Use the left mouse button to zoom in on an area of the map and select a time " -"zone.\n" +"Use the left mouse button to zoom in on an area of the map and select a time zone.\n" "Use the right mouse button to zoom out." msgstr "" "לחץ על הכפתור השמאלי בעכבר כדי להתקרב לאזור במפה ולבחור אזור זמן.\n" @@ -22480,9 +20936,8 @@ msgstr "" #: ../widgets/menus/gal-define-views-dialog.c:76 #: ../widgets/menus/gal-define-views-model.c:185 -#, fuzzy msgid "Collection" -msgstr "מיקום" +msgstr "אוסף" #: ../widgets/menus/gal-define-views-dialog.c:358 #: ../widgets/menus/gal-define-views.glade.h:4 @@ -22492,9 +20947,8 @@ msgstr "" #: ../widgets/menus/gal-define-views-dialog.c:366 #: ../widgets/menus/gal-define-views-dialog.c:368 -#, fuzzy msgid "Define Views" -msgstr "תצוגת שבוע" +msgstr "הגדרת תצוגות" #: ../widgets/menus/gal-define-views.glade.h:2 #, no-c-format @@ -22502,7 +20956,6 @@ msgid "Define Views for \"%s\"" msgstr "" #: ../widgets/menus/gal-view-factory-etable.c:37 -#: ../widgets/table/e-table-header-item.c:1921 #: ../widgets/table/e-table-scrolled.c:215 #: ../widgets/table/e-table-scrolled.c:216 msgid "Table" @@ -22537,7 +20990,7 @@ msgstr "" #: ../widgets/menus/gal-view-instance.c:586 #: ../widgets/menus/gal-view-menus.c:391 msgid "Define Views..." -msgstr "" +msgstr "הגדרת תצוגות..." #: ../widgets/menus/gal-view-menus.c:304 msgid "C_urrent View" @@ -22572,51 +21025,169 @@ msgstr "" #: ../widgets/menus/gal-view-new-dialog.c:105 msgid "Define New View" -msgstr "" +msgstr "הגדרת תצוגה חדשה" #: ../widgets/menus/gal-view-new-dialog.glade.h:1 msgid "Name of new view:" -msgstr "" +msgstr "שם התצוגה החדשה:" #: ../widgets/menus/gal-view-new-dialog.glade.h:2 -#, fuzzy msgid "Type of View" -msgstr "תצוגת יום" +msgstr "סוג התצוגה" #: ../widgets/menus/gal-view-new-dialog.glade.h:3 msgid "Type of view:" msgstr "סוג תצוגה:" -#: ../widgets/misc/e-attachment-bar.c:1132 -msgid "Attachment Bar" -msgstr "" +#: ../widgets/misc/e-attachment.c:940 +#, fuzzy +msgid "Attached message" +msgstr "הודעה מצורפת" -#: ../widgets/misc/e-attachment.c:290 ../widgets/misc/e-attachment.c:305 -#: ../widgets/misc/e-attachment.c:590 ../widgets/misc/e-attachment.c:607 -#, c-format -msgid "Cannot attach file %s: %s" -msgstr "לא ניתן לצרף את הקובץ %s: %s" +#. Translators: Default attachment filename. +#: ../widgets/misc/e-attachment.c:1719 +#: ../widgets/misc/e-attachment.c:2270 +#: ../widgets/misc/e-attachment-store.c:635 +#, fuzzy +msgid "attachment.dat" +msgstr "תצריף" -#: ../widgets/misc/e-attachment.c:298 ../widgets/misc/e-attachment.c:599 -#, c-format -msgid "Cannot attach file %s: not a regular file" +#: ../widgets/misc/e-attachment.c:1766 +#: ../widgets/misc/e-attachment.c:2572 +msgid "A load operation is already in progress" msgstr "" -#: ../widgets/misc/e-attachment.glade.h:1 +#: ../widgets/misc/e-attachment.c:1774 +#: ../widgets/misc/e-attachment.c:2580 +msgid "A save operation is already in progress" +msgstr "" + +#: ../widgets/misc/e-attachment.c:1867 +#, fuzzy, c-format +msgid "Could not load '%s'" +msgstr "לא ניתן לטעון את ספר הכתובות" + +#: ../widgets/misc/e-attachment.c:1870 +#, fuzzy, c-format +msgid "Could not load the attachment" +msgstr "לא ניתן לפתוח את הקישור." + +#: ../widgets/misc/e-attachment.c:2147 +#, fuzzy, c-format +msgid "Could not open '%s'" +msgstr "לא ניתן לפתוח את המקור" + +#: ../widgets/misc/e-attachment.c:2150 +#, fuzzy, c-format +msgid "Could not open the attachment" +msgstr "לא ניתן לפתוח את הקישור." + +#: ../widgets/misc/e-attachment.c:2588 +#, fuzzy +msgid "Attachment contents not loaded" +msgstr "מאפייני תצריף" + +#: ../widgets/misc/e-attachment.c:2665 +#, fuzzy, c-format +msgid "Could not save '%s'" +msgstr "לא ניתן להריץ את '%s': %s\n" + +#: ../widgets/misc/e-attachment.c:2668 +#, fuzzy, c-format +msgid "Could not save the attachment" +msgstr "בחר תיקייה לשמירת כל התצריפים" + +#: ../widgets/misc/e-attachment-dialog.c:305 msgid "Attachment Properties" msgstr "מאפייני תצריף" -#: ../widgets/misc/e-attachment.glade.h:3 -msgid "File name:" -msgstr "שם קובץ:" +#: ../widgets/misc/e-attachment-dialog.c:328 +#, fuzzy +msgid "_Filename:" +msgstr "ש_ם הקובץ:" -#: ../widgets/misc/e-attachment.glade.h:4 -msgid "MIME type:" -msgstr "סוג MIME:" +#: ../widgets/misc/e-attachment-dialog.c:363 +#, fuzzy +msgid "MIME Type:" +msgstr "סוג MIME" -#: ../widgets/misc/e-attachment.glade.h:5 -msgid "Suggest automatic display of attachment" -msgstr "" +#: ../widgets/misc/e-attachment-handler-image.c:95 +#, fuzzy +msgid "Could not set as background" +msgstr "קבע כ_רקע" + +#: ../widgets/misc/e-attachment-handler-sendto.c:87 +#, fuzzy +msgid "Could not send attachment" +msgid_plural "Could not send attachments" +msgstr[0] "לא ניתן לפתוח את הקישור." +msgstr[1] "לא ניתן לפתוח את הקישור." + +#: ../widgets/misc/e-attachment-handler-sendto.c:129 +#, fuzzy +msgid "_Send To..." +msgstr "שלח אל:" + +#: ../widgets/misc/e-attachment-handler-sendto.c:131 +#, fuzzy +msgid "Send the selected attachments somewhere" +msgstr "בחר תיקייה למירת התצריפים..." + +#: ../widgets/misc/e-attachment-icon-view.c:473 +#: ../widgets/misc/e-attachment-tree-view.c:517 +#, fuzzy +msgid "Loading" +msgstr "טוען..." + +#: ../widgets/misc/e-attachment-icon-view.c:485 +#: ../widgets/misc/e-attachment-tree-view.c:529 +#, fuzzy +msgid "Saving" +msgstr "משתף" + +#: ../widgets/misc/e-attachment-paned.c:80 +msgid "Hide _Attachment Bar" +msgstr "ה_סתר את תיבת התצריפים" + +#: ../widgets/misc/e-attachment-paned.c:82 +#: ../widgets/misc/e-attachment-paned.c:618 +msgid "Show _Attachment Bar" +msgstr "_הצג את תיבת התצריפים" + +#: ../widgets/misc/e-attachment-store.c:541 +#, fuzzy +msgid "Add Attachment" +msgstr "תצריף" + +#: ../widgets/misc/e-attachment-store.c:544 +msgid "A_ttach" +msgstr "צ_רף" + +#: ../widgets/misc/e-attachment-store.c:606 +#, fuzzy +msgid "Save Attachment" +msgid_plural "Save Attachments" +msgstr[0] "שמור תצריפים" +msgstr[1] "שמור תצריפים" + +#: ../widgets/misc/e-attachment-view.c:300 +msgid "S_ave All" +msgstr "שמור ה_כל" + +#: ../widgets/misc/e-attachment-view.c:326 +#, fuzzy +msgid "A_dd Attachment..." +msgstr "הוסף _תצריף" + +#: ../widgets/misc/e-attachment-view.c:646 +#, fuzzy, c-format +msgid "Open with \"%s\"" +msgstr "פתח ב-%s..." + +#: ../widgets/misc/e-attachment-view.c:649 +#, fuzzy, c-format +msgid "Open this attachment in %s" +msgstr "שומר תצריף" #. This is a strftime() format. %B = Month name, %Y = Year. #: ../widgets/misc/e-calendar-item.c:1267 @@ -22629,24 +21200,27 @@ msgid "Month Calendar" msgstr "לוח שנה" #: ../widgets/misc/e-canvas-background.c:454 -#: ../widgets/misc/e-canvas-background.c:455 ../widgets/text/e-text.c:3644 +#: ../widgets/misc/e-canvas-background.c:455 #: ../widgets/text/e-text.c:3645 -#, fuzzy +#: ../widgets/text/e-text.c:3646 msgid "Fill color" -msgstr "צבע" +msgstr "צבע מילוי" #: ../widgets/misc/e-canvas-background.c:461 #: ../widgets/misc/e-canvas-background.c:462 #: ../widgets/misc/e-canvas-background.c:468 -#: ../widgets/misc/e-canvas-background.c:469 ../widgets/text/e-text.c:3651 -#: ../widgets/text/e-text.c:3652 ../widgets/text/e-text.c:3659 +#: ../widgets/misc/e-canvas-background.c:469 +#: ../widgets/text/e-text.c:3652 +#: ../widgets/text/e-text.c:3653 #: ../widgets/text/e-text.c:3660 +#: ../widgets/text/e-text.c:3661 msgid "GDK fill color" msgstr "" #: ../widgets/misc/e-canvas-background.c:475 -#: ../widgets/misc/e-canvas-background.c:476 ../widgets/text/e-text.c:3666 +#: ../widgets/misc/e-canvas-background.c:476 #: ../widgets/text/e-text.c:3667 +#: ../widgets/text/e-text.c:3668 #, fuzzy msgid "Fill stipple" msgstr "_סוג הקובץ:" @@ -22671,33 +21245,35 @@ msgstr "Y1" msgid "Y2" msgstr "Y2" -#: ../widgets/misc/e-canvas-vbox.c:91 ../widgets/misc/e-reflow.c:1417 -#: ../widgets/table/e-table-group-container.c:999 -#: ../widgets/table/e-table-group-leaf.c:644 +#: ../widgets/misc/e-canvas-vbox.c:91 +#: ../widgets/misc/e-reflow.c:1416 +#: ../widgets/table/e-table-group-container.c:1003 +#: ../widgets/table/e-table-group-leaf.c:649 #: ../widgets/table/e-table-item.c:3070 msgid "Minimum width" msgstr "רוחב מינימלי" -#: ../widgets/misc/e-canvas-vbox.c:92 ../widgets/misc/e-reflow.c:1418 -#: ../widgets/table/e-table-group-container.c:1000 -#: ../widgets/table/e-table-group-leaf.c:645 +#: ../widgets/misc/e-canvas-vbox.c:92 +#: ../widgets/misc/e-reflow.c:1417 +#: ../widgets/table/e-table-group-container.c:1004 +#: ../widgets/table/e-table-group-leaf.c:650 #: ../widgets/table/e-table-item.c:3071 msgid "Minimum Width" msgstr "רוחב מינימלי" -#: ../widgets/misc/e-canvas-vbox.c:103 ../widgets/misc/e-canvas-vbox.c:104 -#: ../widgets/misc/e-expander.c:206 +#: ../widgets/misc/e-canvas-vbox.c:103 +#: ../widgets/misc/e-canvas-vbox.c:104 msgid "Spacing" -msgstr "" +msgstr "ריווח" -#: ../widgets/misc/e-cell-date-edit.c:289 +#: ../widgets/misc/e-cell-date-edit.c:300 msgid "Now" msgstr "עכשיו" -#: ../widgets/misc/e-cell-date-edit.c:846 +#: ../widgets/misc/e-cell-date-edit.c:865 #, c-format msgid "The time must be in the format: %s" -msgstr "" +msgstr "על הזמן להיות במבנה: %s" #: ../widgets/misc/e-cell-percent.c:77 msgid "The percent value must be between 0 and 100, inclusive" @@ -22759,13 +21335,16 @@ msgstr "מערב אירופאי" msgid "Western European, New" msgstr "מערב אירופאי, חדש" -#: ../widgets/misc/e-charset-picker.c:89 ../widgets/misc/e-charset-picker.c:90 +#: ../widgets/misc/e-charset-picker.c:89 +#: ../widgets/misc/e-charset-picker.c:90 #: ../widgets/misc/e-charset-picker.c:91 msgid "Traditional" msgstr "מסורתי" -#: ../widgets/misc/e-charset-picker.c:92 ../widgets/misc/e-charset-picker.c:93 -#: ../widgets/misc/e-charset-picker.c:94 ../widgets/misc/e-charset-picker.c:95 +#: ../widgets/misc/e-charset-picker.c:92 +#: ../widgets/misc/e-charset-picker.c:93 +#: ../widgets/misc/e-charset-picker.c:94 +#: ../widgets/misc/e-charset-picker.c:95 msgid "Simplified" msgstr "מופשט" @@ -22788,7 +21367,7 @@ msgstr "קידוד תווים" #: ../widgets/misc/e-charset-picker.c:230 msgid "Enter the character set to use" -msgstr "" +msgstr "הזן את קידוד התווים לשימוש" #: ../widgets/misc/e-charset-picker.c:337 msgid "Other..." @@ -22798,137 +21377,87 @@ msgstr "אחר..." msgid "Ch_aracter Encoding" msgstr "קידוד _תווים" -#: ../widgets/misc/e-dateedit.c:303 +#: ../widgets/misc/e-dateedit.c:302 msgid "Date and Time" msgstr "תאריך ושעה" -#: ../widgets/misc/e-dateedit.c:324 +#: ../widgets/misc/e-dateedit.c:323 msgid "Text entry to input date" msgstr "" -#: ../widgets/misc/e-dateedit.c:346 +#: ../widgets/misc/e-dateedit.c:345 msgid "Click this button to show a calendar" -msgstr "" +msgstr "לחץ על כפתור זה כדי להציג לוח שנה" -#: ../widgets/misc/e-dateedit.c:388 +#: ../widgets/misc/e-dateedit.c:387 msgid "Drop-down combination box to select time" msgstr "" -#: ../widgets/misc/e-dateedit.c:464 +#: ../widgets/misc/e-dateedit.c:463 msgid "No_w" msgstr "ע_כשיו" -#: ../widgets/misc/e-dateedit.c:470 +#: ../widgets/misc/e-dateedit.c:469 msgid "_Today" msgstr "ה_יום" -#: ../widgets/misc/e-dateedit.c:1635 +#: ../widgets/misc/e-dateedit.c:1634 msgid "Invalid Date Value" msgstr "תאריך בלתי חוקית" -#: ../widgets/misc/e-dateedit.c:1664 -#, fuzzy +#: ../widgets/misc/e-dateedit.c:1665 msgid "Invalid Time Value" -msgstr "חתימה בלתי חוקית" - -#: ../widgets/misc/e-expander.c:182 -msgid "Expanded" -msgstr "" - -#: ../widgets/misc/e-expander.c:183 -msgid "Whether or not the expander is expanded" -msgstr "" - -#: ../widgets/misc/e-expander.c:191 -msgid "Text of the expander's label" -msgstr "" - -#: ../widgets/misc/e-expander.c:198 -msgid "Use underline" -msgstr "" - -#: ../widgets/misc/e-expander.c:199 -msgid "" -"If set, an underline in the text indicates the next character should be used " -"for the mnemonic accelerator key" -msgstr "" - -#: ../widgets/misc/e-expander.c:207 -msgid "Space to put between the label and the child" -msgstr "" - -#: ../widgets/misc/e-expander.c:216 -msgid "Label widget" -msgstr "" - -#: ../widgets/misc/e-expander.c:217 -msgid "A widget to display in place of the usual expander label" -msgstr "" - -#: ../widgets/misc/e-expander.c:223 ../widgets/table/e-tree.c:3390 -msgid "Expander Size" -msgstr "" - -#: ../widgets/misc/e-expander.c:224 ../widgets/table/e-tree.c:3391 -msgid "Size of the expander arrow" -msgstr "" - -#: ../widgets/misc/e-expander.c:232 -msgid "Indicator Spacing" -msgstr "" - -#: ../widgets/misc/e-expander.c:233 -msgid "Spacing around expander arrow" -msgstr "" +msgstr "ערך שעה לא תקין" #. FIXME: get the toplevel window... -#: ../widgets/misc/e-filter-bar.c:126 ../widgets/misc/e-filter-bar.c:179 -#: ../widgets/misc/e-filter-bar.c:307 ../widgets/misc/e-filter-bar.c:749 +#: ../widgets/misc/e-filter-bar.c:125 +#: ../widgets/misc/e-filter-bar.c:180 +#: ../widgets/misc/e-filter-bar.c:308 +#: ../widgets/misc/e-filter-bar.c:742 msgid "Advanced Search" msgstr "חיפוש מתקדם" #. FIXME: get the toplevel window... -#: ../widgets/misc/e-filter-bar.c:230 +#: ../widgets/misc/e-filter-bar.c:231 msgid "Save Search" msgstr "שמור חיפוש" -#: ../widgets/misc/e-filter-bar.c:267 +#: ../widgets/misc/e-filter-bar.c:268 msgid "_Searches" msgstr "_חיפושים" -#: ../widgets/misc/e-filter-bar.c:269 +#: ../widgets/misc/e-filter-bar.c:270 msgid "Searches" msgstr "חיפושים" -#: ../widgets/misc/e-filter-bar.h:104 ../widgets/misc/e-filter-bar.h:115 +#: ../widgets/misc/e-filter-bar.h:103 +#: ../widgets/misc/e-filter-bar.h:113 msgid "_Save Search..." msgstr "שמור _חיפוש..." -#: ../widgets/misc/e-filter-bar.h:105 ../widgets/misc/e-filter-bar.h:116 +#: ../widgets/misc/e-filter-bar.h:104 +#: ../widgets/misc/e-filter-bar.h:114 msgid "_Edit Saved Searches..." msgstr "_ערוך חיפושים שמורים" -#: ../widgets/misc/e-filter-bar.h:106 ../widgets/misc/e-filter-bar.h:117 +#: ../widgets/misc/e-filter-bar.h:105 +#: ../widgets/misc/e-filter-bar.h:115 msgid "_Advanced Search..." msgstr "חיפוש _מתקדם..." -#: ../widgets/misc/e-filter-bar.h:107 +#: ../widgets/misc/e-filter-bar.h:106 msgid "All Accounts" msgstr "כל החשבונות" -#: ../widgets/misc/e-filter-bar.h:108 +#: ../widgets/misc/e-filter-bar.h:107 msgid "Current Account" msgstr "חשבון נוכחי" -#: ../widgets/misc/e-filter-bar.h:109 +#: ../widgets/misc/e-filter-bar.h:108 msgid "Current Folder" msgstr "תיקייה נוכחית" -#: ../widgets/misc/e-filter-bar.h:110 -msgid "Current Message" -msgstr "הודעה נוכחית" - -#: ../widgets/misc/e-image-chooser.c:169 +#: ../widgets/misc/e-image-chooser.c:168 msgid "Choose Image" msgstr "בחר תמונה" @@ -22937,9 +21466,7 @@ msgid "World Map" msgstr "מפת עולם" #: ../widgets/misc/e-map.c:629 -msgid "" -"Mouse-based interactive map widget for selecting timezone. Keyboard users " -"should instead select the timezone from the drop-down combination box below." +msgid "Mouse-based interactive map widget for selecting timezone. Keyboard users should instead select the timezone from the drop-down combination box below." msgstr "" #: ../widgets/misc/e-online-button.c:106 @@ -22951,152 +21478,149 @@ msgid "The button state is online" msgstr "" #: ../widgets/misc/e-pilot-settings.c:102 -#, fuzzy msgid "Sync with:" -msgstr "מסתיים ב" +msgstr "סנכרן עם:" #: ../widgets/misc/e-pilot-settings.c:110 msgid "Sync Private Records:" -msgstr "" +msgstr "סנכרון רשומות פרטיות:" #: ../widgets/misc/e-pilot-settings.c:119 msgid "Sync Categories:" msgstr "קטגוריות סנכרון:" -#: ../widgets/misc/e-reflow.c:1439 ../widgets/misc/e-reflow.c:1440 +#: ../widgets/misc/e-reflow.c:1438 +#: ../widgets/misc/e-reflow.c:1439 msgid "Empty message" msgstr "הודעה ריקה" -#: ../widgets/misc/e-reflow.c:1446 ../widgets/misc/e-reflow.c:1447 +#: ../widgets/misc/e-reflow.c:1445 +#: ../widgets/misc/e-reflow.c:1446 msgid "Reflow model" msgstr "" -#: ../widgets/misc/e-reflow.c:1453 ../widgets/misc/e-reflow.c:1454 +#: ../widgets/misc/e-reflow.c:1452 +#: ../widgets/misc/e-reflow.c:1453 msgid "Column width" msgstr "רוחב עמודה" -#: ../widgets/misc/e-search-bar.c:337 ../widgets/misc/e-search-bar.c:470 -#: ../widgets/misc/e-search-bar.c:472 +#: ../widgets/misc/e-search-bar.c:340 +#: ../widgets/misc/e-search-bar.c:475 +#: ../widgets/misc/e-search-bar.c:477 msgid "Search" msgstr "חיפוש" -#: ../widgets/misc/e-search-bar.c:337 ../widgets/misc/e-search-bar.c:470 -#: ../widgets/misc/e-search-bar.c:472 -#, fuzzy +#: ../widgets/misc/e-search-bar.c:340 +#: ../widgets/misc/e-search-bar.c:475 +#: ../widgets/misc/e-search-bar.c:477 msgid "Click here to change the search type" -msgstr "לחץ כאן לצרף קובץ" +msgstr "לחץ כאן כדי לשנות את סוג החיפוש" -#: ../widgets/misc/e-search-bar.c:603 +#: ../widgets/misc/e-search-bar.c:608 msgid "_Search" msgstr "_חיפוש" -#: ../widgets/misc/e-search-bar.c:609 +#: ../widgets/misc/e-search-bar.c:614 msgid "_Find Now" msgstr "חפש _עכשיו" -#: ../widgets/misc/e-search-bar.c:610 +#: ../widgets/misc/e-search-bar.c:615 msgid "_Clear" msgstr "_נקה" -#: ../widgets/misc/e-search-bar.c:865 +#: ../widgets/misc/e-search-bar.c:870 msgid "Item ID" msgstr "" -#: ../widgets/misc/e-search-bar.c:872 ../widgets/text/e-text.c:3566 +#: ../widgets/misc/e-search-bar.c:877 #: ../widgets/text/e-text.c:3567 +#: ../widgets/text/e-text.c:3568 msgid "Text" msgstr "טקסט" #. To Translators: The "Show: " label is followed by the Quick Search Dropdown Menu where you can choose #. to display "All Messages", "Unread Messages", "Message with 'Important' Label" and so on... -#: ../widgets/misc/e-search-bar.c:1003 +#: ../widgets/misc/e-search-bar.c:1013 msgid "Sho_w: " msgstr "ת_צוגה: " -#. To Translators: The "Show: " label is followed by the Quick Search Text input field where one enters -#. the term to search for -#: ../widgets/misc/e-search-bar.c:1020 +#: ../widgets/misc/e-search-bar.c:1032 msgid "Sear_ch: " msgstr "_חיפוש: " #. To Translators: The " in " label is part of the Quick Search Bar, example: #. Search: | <user's_search_term> | in | Current Folder/All Accounts/Current Account -#: ../widgets/misc/e-search-bar.c:1032 +#: ../widgets/misc/e-search-bar.c:1048 msgid " i_n " msgstr "" #: ../widgets/misc/e-selection-model-array.c:594 #: ../widgets/table/e-tree-selection-model.c:806 -#, fuzzy msgid "Cursor Row" -msgstr "יש סמן" +msgstr "שורת הסמן" #: ../widgets/misc/e-selection-model-array.c:601 #: ../widgets/table/e-tree-selection-model.c:813 msgid "Cursor Column" msgstr "" -#: ../widgets/misc/e-selection-model.c:209 -#, fuzzy +#: ../widgets/misc/e-selection-model.c:208 msgid "Sorter" -msgstr "מקור" +msgstr "ממיין" -#: ../widgets/misc/e-selection-model.c:216 -#, fuzzy +#: ../widgets/misc/e-selection-model.c:215 msgid "Selection Mode" -msgstr "בחר תיקייה" +msgstr "מצב הבחירה" -#: ../widgets/misc/e-selection-model.c:224 +#: ../widgets/misc/e-selection-model.c:223 msgid "Cursor Mode" msgstr "מצב סמן" #: ../widgets/misc/e-send-options.c:522 -#, fuzzy msgid "When de_leted:" -msgstr "%d נמחק" +msgstr "מ_תי שנמחק:" #: ../widgets/misc/e-send-options.glade.h:1 msgid "<b>Delivery Options</b>" msgstr "<b>אפשרויות שליחה</b>" #: ../widgets/misc/e-send-options.glade.h:2 -#, fuzzy msgid "<b>Replies</b>" -msgstr "<b>חזרה</b>" +msgstr "<b>תגובות</b>" #: ../widgets/misc/e-send-options.glade.h:3 -#, fuzzy msgid "<b>Return Notification</b>" -msgstr "<b>הזדהות</b>" +msgstr "<b>התרעת החזרה</b>" #: ../widgets/misc/e-send-options.glade.h:4 -#, fuzzy msgid "<b>Status Tracking</b>" -msgstr "<b>מחפש</b>" +msgstr "<b>מעקב אחר מצב</b>" #: ../widgets/misc/e-send-options.glade.h:5 msgid "A_uto-delete sent item" msgstr "" -#: ../widgets/misc/e-send-options.glade.h:7 +#: ../widgets/misc/e-send-options.glade.h:6 msgid "Creat_e a sent item to track information" msgstr "" -#: ../widgets/misc/e-send-options.glade.h:8 +#: ../widgets/misc/e-send-options.glade.h:7 msgid "Deli_vered and opened" -msgstr "" +msgstr "נמ_סר ונפתח" -#: ../widgets/misc/e-send-options.glade.h:9 +#: ../widgets/misc/e-send-options.glade.h:8 msgid "Gene_ral Options" msgstr "אפשרויות _כלליות" -#: ../widgets/misc/e-send-options.glade.h:10 +#: ../widgets/misc/e-send-options.glade.h:9 msgid "" "None\n" "Mail Receipt" msgstr "" +"ללא\n" +"מקבל ההודעה" -#: ../widgets/misc/e-send-options.glade.h:12 +#: ../widgets/misc/e-send-options.glade.h:11 msgid "" "Normal\n" "Proprietary\n" @@ -23110,50 +21634,58 @@ msgstr "" "חסוי\n" "סודי\n" "סודי ביותר\n" -"לעניך בלבד" +"עבור עיניך בלבד" -#: ../widgets/misc/e-send-options.glade.h:18 +#: ../widgets/misc/e-send-options.glade.h:17 msgid "R_eply requested" -msgstr "" +msgstr "נדרשת ת_גובה" -#: ../widgets/misc/e-send-options.glade.h:20 +#: ../widgets/misc/e-send-options.glade.h:19 msgid "Sta_tus Tracking" -msgstr "" +msgstr "מעקב אחר מצ_ב" -#: ../widgets/misc/e-send-options.glade.h:21 +#: ../widgets/misc/e-send-options.glade.h:20 msgid "" "Undefined\n" "High\n" "Standard\n" "Low" msgstr "" +"לא מוגדר\n" +"גבוה\n" +"רגיל\n" +"נמוך" -#: ../widgets/misc/e-send-options.glade.h:25 +#: ../widgets/misc/e-send-options.glade.h:24 msgid "When acce_pted:" -msgstr "" +msgstr "מתי שה_תקבלה:" -#: ../widgets/misc/e-send-options.glade.h:26 -#, fuzzy +#: ../widgets/misc/e-send-options.glade.h:25 msgid "When co_mpleted:" -msgstr " (הסתיים " +msgstr "מתי שהו_שלמה:" -#: ../widgets/misc/e-send-options.glade.h:27 +#: ../widgets/misc/e-send-options.glade.h:26 msgid "When decli_ned:" msgstr "" -#: ../widgets/misc/e-send-options.glade.h:28 +#: ../widgets/misc/e-send-options.glade.h:27 #, fuzzy msgid "Wi_thin" msgstr "רוחב" -#: ../widgets/misc/e-send-options.glade.h:29 +#: ../widgets/misc/e-send-options.glade.h:28 msgid "_After:" msgstr "אחרי_:" -#: ../widgets/misc/e-send-options.glade.h:30 +#: ../widgets/misc/e-send-options.glade.h:29 msgid "_All information" msgstr "כל ה_מידע" +#: ../widgets/misc/e-send-options.glade.h:30 +#, fuzzy +msgid "_Classification:" +msgstr "_סיווג" + #. To translators: This means Delay the message delivery for some time #: ../widgets/misc/e-send-options.glade.h:32 #, fuzzy @@ -23161,9 +21693,8 @@ msgid "_Delay message delivery" msgstr "השאר הודעות על השרת" #: ../widgets/misc/e-send-options.glade.h:33 -#, fuzzy msgid "_Delivered" -msgstr "_מחק" +msgstr "_נשלח" #: ../widgets/misc/e-send-options.glade.h:35 msgid "_Set expiration date" @@ -23179,9 +21710,8 @@ msgid "_When convenient" msgstr "" #: ../widgets/misc/e-send-options.glade.h:38 -#, fuzzy msgid "_When opened:" -msgstr "_איפה:" +msgstr "מתי _נפתח:" #. For Translator only: %s is status message that is displayed (eg "moving items", "updating objects") #: ../widgets/misc/e-task-widget.c:252 @@ -23200,28 +21730,11 @@ msgstr "%s (%d%% הסתיים)" msgid "Click here to go to URL" msgstr "לחץ כאן כדי לעבור לכתובת" -#: ../widgets/misc/gal-categories.glade.h:1 -msgid "Edit Master Category List..." -msgstr "" - -#: ../widgets/misc/gal-categories.glade.h:2 -#, fuzzy -msgid "Item(s) belong to these _categories:" -msgstr "איש הקשר הזה שייך לקטגוריות האלו:" - -#: ../widgets/misc/gal-categories.glade.h:3 -msgid "_Available Categories:" -msgstr "_קטגוריות אפשרויות:" - -#: ../widgets/misc/gal-categories.glade.h:4 -msgid "categories" -msgstr "קטגוריות" - -#: ../widgets/table/e-cell-combo.c:170 +#: ../widgets/table/e-cell-combo.c:175 msgid "popup list" msgstr "" -#: ../widgets/table/e-cell-date.c:62 +#: ../widgets/table/e-cell-date.c:63 msgid "%l:%M %p" msgstr "%l:%M %p" @@ -23237,23 +21750,23 @@ msgstr "" msgid "Unselected Column" msgstr "" -#: ../widgets/table/e-cell-text.c:1794 +#: ../widgets/table/e-cell-text.c:1800 msgid "Strikeout Column" msgstr "" -#: ../widgets/table/e-cell-text.c:1801 +#: ../widgets/table/e-cell-text.c:1807 msgid "Underline Column" msgstr "" -#: ../widgets/table/e-cell-text.c:1808 +#: ../widgets/table/e-cell-text.c:1814 msgid "Bold Column" msgstr "" -#: ../widgets/table/e-cell-text.c:1815 +#: ../widgets/table/e-cell-text.c:1821 msgid "Color Column" msgstr "" -#: ../widgets/table/e-cell-text.c:1829 +#: ../widgets/table/e-cell-text.c:1835 msgid "BG Color Column" msgstr "" @@ -23261,11 +21774,13 @@ msgstr "" msgid "State" msgstr "מצב" -#: ../widgets/table/e-table-config.c:385 ../widgets/table/e-table-config.c:427 +#: ../widgets/table/e-table-config.c:385 +#: ../widgets/table/e-table-config.c:427 msgid "(Ascending)" msgstr "(עולה)" -#: ../widgets/table/e-table-config.c:385 ../widgets/table/e-table-config.c:427 +#: ../widgets/table/e-table-config.c:385 +#: ../widgets/table/e-table-config.c:427 msgid "(Descending)" msgstr "(יורד)" @@ -23275,7 +21790,7 @@ msgstr "לא ממוין" #: ../widgets/table/e-table-config.c:433 msgid "No grouping" -msgstr "" +msgstr "ללא קיבוץ" #: ../widgets/table/e-table-config.c:643 #: ../widgets/table/e-table-config.glade.h:11 @@ -23291,7 +21806,7 @@ msgid "A_vailable Fields:" msgstr "_שדות אפשריים:" #: ../widgets/table/e-table-config.glade.h:2 -#: ../widgets/table/e-table-header-item.c:1582 +#: ../widgets/table/e-table-header-item.c:1581 msgid "Ascending" msgstr "עולה" @@ -23304,13 +21819,13 @@ msgid "Clear _All" msgstr "_נקה הכל" #: ../widgets/table/e-table-config.glade.h:5 -#: ../widgets/table/e-table-header-item.c:1582 +#: ../widgets/table/e-table-header-item.c:1581 msgid "Descending" msgstr "יורד" #: ../widgets/table/e-table-config.glade.h:8 msgid "Group Items By" -msgstr "" +msgstr "קבץ פריטים לפי" #: ../widgets/table/e-table-config.glade.h:9 msgid "Move _Down" @@ -23321,45 +21836,40 @@ msgid "Move _Up" msgstr "הזז ל_מעלה" #: ../widgets/table/e-table-config.glade.h:12 -#, fuzzy msgid "Show _field in View" -msgstr "הגודל המקורי" +msgstr "הצגת ה_שדה בתצוגה" #: ../widgets/table/e-table-config.glade.h:13 -#, fuzzy msgid "Show field i_n View" -msgstr "שדה" +msgstr "הצגת שדה _בתצוגה" #: ../widgets/table/e-table-config.glade.h:14 -#, fuzzy msgid "Show field in _View" -msgstr "שדה" +msgstr "הצגת שדה ב_תצוגה" #: ../widgets/table/e-table-config.glade.h:15 msgid "Sort" msgstr "מיין" #: ../widgets/table/e-table-config.glade.h:16 -#, fuzzy msgid "Sort Items By" -msgstr "הדפס פריט" +msgstr "מיון פריטים לפי" #: ../widgets/table/e-table-config.glade.h:17 msgid "Then By" -msgstr "" +msgstr "ואז לפי" #: ../widgets/table/e-table-config.glade.h:19 msgid "_Fields Shown..." -msgstr "" +msgstr "_שדות מוצגים..." #: ../widgets/table/e-table-config.glade.h:20 msgid "_Group By..." msgstr "_קבץ לפי..." #: ../widgets/table/e-table-config.glade.h:22 -#, fuzzy msgid "_Show field in View" -msgstr "שדה" +msgstr "_הצגת שדה בתצוגה" #: ../widgets/table/e-table-config.glade.h:23 msgid "_Show these fields in order:" @@ -23369,29 +21879,13 @@ msgstr "" msgid "_Sort..." msgstr "_מיין..." -#: ../widgets/table/e-table-field-chooser-dialog.c:67 -#: ../widgets/table/e-table-field-chooser-item.c:633 -#: ../widgets/table/e-table-field-chooser.c:66 -#: ../widgets/table/e-table-header-item.c:1886 -#, fuzzy -msgid "DnD code" -msgstr "יוניקוד" - -#: ../widgets/table/e-table-field-chooser-dialog.c:74 -#: ../widgets/table/e-table-field-chooser-item.c:640 -#: ../widgets/table/e-table-field-chooser.c:73 -#: ../widgets/table/e-table-header-item.c:1900 -msgid "Full Header" -msgstr "כותרת מלאה" - #: ../widgets/table/e-table-field-chooser-dialog.c:116 msgid "Add a column..." msgstr "הוסף עמודה..." #: ../widgets/table/e-table-field-chooser.glade.h:1 -#, fuzzy msgid "Field Chooser" -msgstr "שם שדה" +msgstr "בוחר שדות" #: ../widgets/table/e-table-field-chooser.glade.h:2 msgid "" @@ -23399,326 +21893,1221 @@ msgid "" "the location in which you want it to appear." msgstr "" -#: ../widgets/table/e-table-group-container.c:344 +#: ../widgets/table/e-table-group-container.c:343 #, c-format msgid "%s : %s (%d item)" msgid_plural "%s : %s (%d items)" msgstr[0] "%s : %s (פריט אחד)" msgstr[1] "%s : %s (%d פריטים)" -#: ../widgets/table/e-table-group-container.c:350 +#: ../widgets/table/e-table-group-container.c:349 #, c-format msgid "%s (%d item)" msgid_plural "%s (%d items)" msgstr[0] "%s (פריט אחד)" msgstr[1] "%s (%d פריטים)" -#: ../widgets/table/e-table-group-container.c:922 -#: ../widgets/table/e-table-group-container.c:923 -#: ../widgets/table/e-table-group-leaf.c:581 -#: ../widgets/table/e-table-group-leaf.c:582 -#: ../widgets/table/e-table-item.c:3028 ../widgets/table/e-table-item.c:3029 +#: ../widgets/table/e-table-group-container.c:926 +#: ../widgets/table/e-table-group-container.c:927 +#: ../widgets/table/e-table-group-leaf.c:586 +#: ../widgets/table/e-table-group-leaf.c:587 +#: ../widgets/table/e-table-item.c:3028 +#: ../widgets/table/e-table-item.c:3029 msgid "Alternating Row Colors" msgstr "" -#: ../widgets/table/e-table-group-container.c:929 -#: ../widgets/table/e-table-group-container.c:930 -#: ../widgets/table/e-table-group-leaf.c:588 -#: ../widgets/table/e-table-group-leaf.c:589 -#: ../widgets/table/e-table-item.c:3035 ../widgets/table/e-table-item.c:3036 -#: ../widgets/table/e-tree.c:3343 ../widgets/table/e-tree.c:3344 +#: ../widgets/table/e-table-group-container.c:933 +#: ../widgets/table/e-table-group-container.c:934 +#: ../widgets/table/e-table-group-leaf.c:593 +#: ../widgets/table/e-table-group-leaf.c:594 +#: ../widgets/table/e-table-item.c:3035 +#: ../widgets/table/e-table-item.c:3036 +#: ../widgets/table/e-tree.c:3342 +#: ../widgets/table/e-tree.c:3343 msgid "Horizontal Draw Grid" msgstr "" -#: ../widgets/table/e-table-group-container.c:936 -#: ../widgets/table/e-table-group-container.c:937 -#: ../widgets/table/e-table-group-leaf.c:595 -#: ../widgets/table/e-table-group-leaf.c:596 -#: ../widgets/table/e-table-item.c:3042 ../widgets/table/e-table-item.c:3043 -#: ../widgets/table/e-tree.c:3349 ../widgets/table/e-tree.c:3350 +#: ../widgets/table/e-table-group-container.c:940 +#: ../widgets/table/e-table-group-container.c:941 +#: ../widgets/table/e-table-group-leaf.c:600 +#: ../widgets/table/e-table-group-leaf.c:601 +#: ../widgets/table/e-table-item.c:3042 +#: ../widgets/table/e-table-item.c:3043 +#: ../widgets/table/e-tree.c:3348 +#: ../widgets/table/e-tree.c:3349 msgid "Vertical Draw Grid" msgstr "" -#: ../widgets/table/e-table-group-container.c:943 -#: ../widgets/table/e-table-group-container.c:944 -#: ../widgets/table/e-table-group-leaf.c:602 -#: ../widgets/table/e-table-group-leaf.c:603 -#: ../widgets/table/e-table-item.c:3049 ../widgets/table/e-table-item.c:3050 -#: ../widgets/table/e-tree.c:3355 ../widgets/table/e-tree.c:3356 +#: ../widgets/table/e-table-group-container.c:947 +#: ../widgets/table/e-table-group-container.c:948 +#: ../widgets/table/e-table-group-leaf.c:607 +#: ../widgets/table/e-table-group-leaf.c:608 +#: ../widgets/table/e-table-item.c:3049 +#: ../widgets/table/e-table-item.c:3050 +#: ../widgets/table/e-tree.c:3354 +#: ../widgets/table/e-tree.c:3355 #, fuzzy msgid "Draw focus" msgstr "יש פוקוס" -#: ../widgets/table/e-table-group-container.c:950 -#: ../widgets/table/e-table-group-container.c:951 -#: ../widgets/table/e-table-group-leaf.c:609 -#: ../widgets/table/e-table-group-leaf.c:610 -#: ../widgets/table/e-table-item.c:3056 ../widgets/table/e-table-item.c:3057 +#: ../widgets/table/e-table-group-container.c:954 +#: ../widgets/table/e-table-group-container.c:955 +#: ../widgets/table/e-table-group-leaf.c:614 +#: ../widgets/table/e-table-group-leaf.c:615 +#: ../widgets/table/e-table-item.c:3056 +#: ../widgets/table/e-table-item.c:3057 msgid "Cursor mode" msgstr "" -#: ../widgets/table/e-table-group-container.c:957 -#: ../widgets/table/e-table-group-container.c:958 -#: ../widgets/table/e-table-group-leaf.c:623 -#: ../widgets/table/e-table-group-leaf.c:624 -#: ../widgets/table/e-table-item.c:3021 ../widgets/table/e-table-item.c:3022 +#: ../widgets/table/e-table-group-container.c:961 +#: ../widgets/table/e-table-group-container.c:962 +#: ../widgets/table/e-table-group-leaf.c:628 +#: ../widgets/table/e-table-group-leaf.c:629 +#: ../widgets/table/e-table-item.c:3021 +#: ../widgets/table/e-table-item.c:3022 #, fuzzy msgid "Selection model" msgstr "בחר תיקייה" -#: ../widgets/table/e-table-group-container.c:964 -#: ../widgets/table/e-table-group-container.c:965 -#: ../widgets/table/e-table-group-leaf.c:616 -#: ../widgets/table/e-table-group-leaf.c:617 -#: ../widgets/table/e-table-item.c:3063 ../widgets/table/e-table-item.c:3064 -#: ../widgets/table/e-table.c:3326 ../widgets/table/e-tree.c:3337 -#: ../widgets/table/e-tree.c:3338 +#: ../widgets/table/e-table-group-container.c:968 +#: ../widgets/table/e-table-group-container.c:969 +#: ../widgets/table/e-table-group-leaf.c:621 +#: ../widgets/table/e-table-group-leaf.c:622 +#: ../widgets/table/e-table-item.c:3063 +#: ../widgets/table/e-table-item.c:3064 +#: ../widgets/table/e-table.c:3324 +#: ../widgets/table/e-tree.c:3336 +#: ../widgets/table/e-tree.c:3337 msgid "Length Threshold" msgstr "" -#: ../widgets/table/e-table-group-container.c:971 -#: ../widgets/table/e-table-group-container.c:972 -#: ../widgets/table/e-table-group-leaf.c:658 -#: ../widgets/table/e-table-group-leaf.c:659 -#: ../widgets/table/e-table-item.c:3097 ../widgets/table/e-table-item.c:3098 -#: ../widgets/table/e-table.c:3333 ../widgets/table/e-tree.c:3369 -#: ../widgets/table/e-tree.c:3370 +#: ../widgets/table/e-table-group-container.c:975 +#: ../widgets/table/e-table-group-container.c:976 +#: ../widgets/table/e-table-group-leaf.c:663 +#: ../widgets/table/e-table-group-leaf.c:664 +#: ../widgets/table/e-table-item.c:3097 +#: ../widgets/table/e-table-item.c:3098 +#: ../widgets/table/e-table.c:3331 +#: ../widgets/table/e-tree.c:3368 +#: ../widgets/table/e-tree.c:3369 msgid "Uniform row height" -msgstr "" +msgstr "גובה שורה אחיד" -#: ../widgets/table/e-table-group-container.c:978 -#: ../widgets/table/e-table-group-container.c:979 -#: ../widgets/table/e-table-group-leaf.c:651 -#: ../widgets/table/e-table-group-leaf.c:652 -#, fuzzy +#: ../widgets/table/e-table-group-container.c:982 +#: ../widgets/table/e-table-group-container.c:983 +#: ../widgets/table/e-table-group-leaf.c:656 +#: ../widgets/table/e-table-group-leaf.c:657 msgid "Frozen" -msgstr "מאת" +msgstr "קפוא" -#: ../widgets/table/e-table-header-item.c:1452 -#, fuzzy +#: ../widgets/table/e-table-header-item.c:1451 msgid "Customize Current View" -msgstr "תצוגה נוכחית" +msgstr "התאמת התצוגה הנוכחית" -#: ../widgets/table/e-table-header-item.c:1472 +#: ../widgets/table/e-table-header-item.c:1471 msgid "Sort _Ascending" msgstr "מיין בסדר _עולה" -#: ../widgets/table/e-table-header-item.c:1473 +#: ../widgets/table/e-table-header-item.c:1472 msgid "Sort _Descending" msgstr "מיין בסדר _יורד" -#: ../widgets/table/e-table-header-item.c:1474 +#: ../widgets/table/e-table-header-item.c:1473 msgid "_Unsort" msgstr "_בטל מיון" -#: ../widgets/table/e-table-header-item.c:1476 +#: ../widgets/table/e-table-header-item.c:1475 msgid "Group By This _Field" msgstr "קבץ לפי ש_דה זה" -#: ../widgets/table/e-table-header-item.c:1477 -#, fuzzy +#: ../widgets/table/e-table-header-item.c:1476 msgid "Group By _Box" -msgstr "ה_עתק..." +msgstr "קיבוץ לפי _תיבה" -#: ../widgets/table/e-table-header-item.c:1479 +#: ../widgets/table/e-table-header-item.c:1478 msgid "Remove This _Column" -msgstr "" +msgstr "הסר את _העמודה הזו" -#: ../widgets/table/e-table-header-item.c:1480 +#: ../widgets/table/e-table-header-item.c:1479 msgid "Add a C_olumn..." msgstr "הוסף עמודה..." -#: ../widgets/table/e-table-header-item.c:1482 +#: ../widgets/table/e-table-header-item.c:1481 msgid "A_lignment" msgstr "_יישור" -#: ../widgets/table/e-table-header-item.c:1483 +#: ../widgets/table/e-table-header-item.c:1482 msgid "B_est Fit" msgstr "" -#: ../widgets/table/e-table-header-item.c:1484 -#, fuzzy +#: ../widgets/table/e-table-header-item.c:1483 msgid "Format Column_s..." -msgstr "הוסף _עמודה..." +msgstr "עיצוב _עמודות..." -#: ../widgets/table/e-table-header-item.c:1486 -#, fuzzy +#: ../widgets/table/e-table-header-item.c:1485 msgid "Custo_mize Current View..." -msgstr "תצוגה נוכחית" +msgstr "הת_אמת תצוגה נוכחית..." -#: ../widgets/table/e-table-header-item.c:1542 +#: ../widgets/table/e-table-header-item.c:1541 msgid "_Sort By" msgstr "_מיין לפי" #. Custom -#: ../widgets/table/e-table-header-item.c:1560 +#: ../widgets/table/e-table-header-item.c:1559 msgid "_Custom" msgstr "_מותאם אישית" -#: ../widgets/table/e-table-header-item.c:1893 -msgid "Font Description" -msgstr "תיאור גופן" - -#: ../widgets/table/e-table-header-item.c:1914 -#: ../widgets/table/e-table-sorter.c:172 -msgid "Sort Info" -msgstr "מידע מיון" - -#: ../widgets/table/e-table-header-item.c:1928 -#: ../widgets/table/e-tree-scrolled.c:225 -#: ../widgets/table/e-tree-scrolled.c:226 -#, fuzzy -msgid "Tree" -msgstr "פנוי" - -#: ../widgets/table/e-table-item.c:3007 ../widgets/table/e-table-item.c:3008 -#, fuzzy +#: ../widgets/table/e-table-item.c:3007 +#: ../widgets/table/e-table-item.c:3008 msgid "Table header" -msgstr "כותרת ההודעה" +msgstr "כותרת הטבלה" -#: ../widgets/table/e-table-item.c:3014 ../widgets/table/e-table-item.c:3015 +#: ../widgets/table/e-table-item.c:3014 +#: ../widgets/table/e-table-item.c:3015 #, fuzzy msgid "Table model" msgstr "מודל טקסט" -#: ../widgets/table/e-table-item.c:3090 ../widgets/table/e-table-item.c:3091 -#, fuzzy +#: ../widgets/table/e-table-item.c:3090 +#: ../widgets/table/e-table-item.c:3091 msgid "Cursor row" -msgstr "יש סמן" +msgstr "שורת הסמן" -#: ../widgets/table/e-table.c:3340 ../widgets/table/e-tree.c:3376 -#: ../widgets/table/e-tree.c:3377 -#, fuzzy +#: ../widgets/table/e-table-sorter.c:172 +msgid "Sort Info" +msgstr "מידע מיון" + +#: ../widgets/table/e-table.c:3338 +#: ../widgets/table/e-tree.c:3375 +#: ../widgets/table/e-tree.c:3376 msgid "Always search" -msgstr "תמיד" +msgstr "חפש תמיד" -#: ../widgets/table/e-table.c:3347 -#, fuzzy +#: ../widgets/table/e-table.c:3345 msgid "Use click to add" -msgstr "לחץ כאן כדי להוסיף משימה" +msgstr "השתמש בלחיצה כדי להוסיף" -#: ../widgets/table/e-tree.c:3362 ../widgets/table/e-tree.c:3363 +#: ../widgets/table/e-tree-scrolled.c:225 +#: ../widgets/table/e-tree-scrolled.c:226 +msgid "Tree" +msgstr "עץ" + +#: ../widgets/table/e-tree.c:3361 +#: ../widgets/table/e-tree.c:3362 msgid "ETree table adapter" msgstr "" -#: ../widgets/table/e-tree.c:3383 +#: ../widgets/table/e-tree.c:3382 msgid "Retro Look" -msgstr "" +msgstr "מראה מיושן" -#: ../widgets/table/e-tree.c:3384 +#: ../widgets/table/e-tree.c:3383 msgid "Draw lines and +/- expanders." msgstr "" -#: ../widgets/text/e-text.c:2736 +#: ../widgets/table/e-tree.c:3389 +msgid "Expander Size" +msgstr "גודל המרחיב" + +#: ../widgets/table/e-tree.c:3390 +msgid "Size of the expander arrow" +msgstr "" + +#: ../widgets/text/e-text.c:2737 msgid "Input Methods" msgstr "שיטות קלט" -#: ../widgets/text/e-text.c:3559 ../widgets/text/e-text.c:3560 -#, fuzzy +#: ../widgets/text/e-text.c:3560 +#: ../widgets/text/e-text.c:3561 msgid "Event Processor" -msgstr "הכנס סיסמה" +msgstr "מעבד אירועים" -#: ../widgets/text/e-text.c:3573 ../widgets/text/e-text.c:3574 +#: ../widgets/text/e-text.c:3574 +#: ../widgets/text/e-text.c:3575 msgid "Bold" msgstr "מודגש" -#: ../widgets/text/e-text.c:3580 ../widgets/text/e-text.c:3581 +#: ../widgets/text/e-text.c:3581 +#: ../widgets/text/e-text.c:3582 msgid "Strikeout" msgstr "קו חוצה" -#: ../widgets/text/e-text.c:3587 ../widgets/text/e-text.c:3588 +#: ../widgets/text/e-text.c:3588 +#: ../widgets/text/e-text.c:3589 msgid "Anchor" msgstr "עוגן" -#: ../widgets/text/e-text.c:3595 ../widgets/text/e-text.c:3596 +#: ../widgets/text/e-text.c:3596 +#: ../widgets/text/e-text.c:3597 msgid "Justification" msgstr "יישור" -#: ../widgets/text/e-text.c:3602 ../widgets/text/e-text.c:3603 +#: ../widgets/text/e-text.c:3603 +#: ../widgets/text/e-text.c:3604 #, fuzzy msgid "Clip Width" msgstr "רוחב עמודה" -#: ../widgets/text/e-text.c:3609 ../widgets/text/e-text.c:3610 +#: ../widgets/text/e-text.c:3610 +#: ../widgets/text/e-text.c:3611 #, fuzzy msgid "Clip Height" msgstr "גובה" -#: ../widgets/text/e-text.c:3616 ../widgets/text/e-text.c:3617 +#: ../widgets/text/e-text.c:3617 +#: ../widgets/text/e-text.c:3618 msgid "Clip" msgstr "" -#: ../widgets/text/e-text.c:3623 ../widgets/text/e-text.c:3624 +#: ../widgets/text/e-text.c:3624 +#: ../widgets/text/e-text.c:3625 msgid "Fill clip rectangle" msgstr "" -#: ../widgets/text/e-text.c:3630 ../widgets/text/e-text.c:3631 +#: ../widgets/text/e-text.c:3631 +#: ../widgets/text/e-text.c:3632 msgid "X Offset" -msgstr "" +msgstr "מרחק בציר X" -#: ../widgets/text/e-text.c:3637 ../widgets/text/e-text.c:3638 +#: ../widgets/text/e-text.c:3638 +#: ../widgets/text/e-text.c:3639 msgid "Y Offset" -msgstr "" +msgstr "מרחק בציר Y" -#: ../widgets/text/e-text.c:3673 ../widgets/text/e-text.c:3674 +#: ../widgets/text/e-text.c:3674 +#: ../widgets/text/e-text.c:3675 msgid "Text width" msgstr "רוחב טקסט" -#: ../widgets/text/e-text.c:3680 ../widgets/text/e-text.c:3681 +#: ../widgets/text/e-text.c:3681 +#: ../widgets/text/e-text.c:3682 msgid "Text height" msgstr "גובה טקסט" -#: ../widgets/text/e-text.c:3695 ../widgets/text/e-text.c:3696 +#: ../widgets/text/e-text.c:3696 +#: ../widgets/text/e-text.c:3697 msgid "Use ellipsis" -msgstr "" +msgstr "השתמש בהשמטה של מילים" -#: ../widgets/text/e-text.c:3702 ../widgets/text/e-text.c:3703 +#: ../widgets/text/e-text.c:3703 +#: ../widgets/text/e-text.c:3704 msgid "Ellipsis" -msgstr "" +msgstr "השמטה" -#: ../widgets/text/e-text.c:3709 ../widgets/text/e-text.c:3710 -#, fuzzy +#: ../widgets/text/e-text.c:3710 +#: ../widgets/text/e-text.c:3711 msgid "Line wrap" -msgstr "ליבריה" +msgstr "גלישת שורות" -#: ../widgets/text/e-text.c:3716 ../widgets/text/e-text.c:3717 +#: ../widgets/text/e-text.c:3717 +#: ../widgets/text/e-text.c:3718 msgid "Break characters" msgstr "" -#: ../widgets/text/e-text.c:3723 ../widgets/text/e-text.c:3724 -#, fuzzy +#: ../widgets/text/e-text.c:3724 +#: ../widgets/text/e-text.c:3725 msgid "Max lines" -msgstr "שוליים" +msgstr "מקסימום שורות" -#: ../widgets/text/e-text.c:3745 ../widgets/text/e-text.c:3746 +#: ../widgets/text/e-text.c:3746 +#: ../widgets/text/e-text.c:3747 msgid "Draw borders" -msgstr "" +msgstr "ציור גבולות" -#: ../widgets/text/e-text.c:3752 ../widgets/text/e-text.c:3753 +#: ../widgets/text/e-text.c:3753 +#: ../widgets/text/e-text.c:3754 msgid "Allow newlines" -msgstr "" +msgstr "אפשר שורות חדשות" -#: ../widgets/text/e-text.c:3759 ../widgets/text/e-text.c:3760 +#: ../widgets/text/e-text.c:3760 +#: ../widgets/text/e-text.c:3761 msgid "Draw background" -msgstr "" +msgstr "ציור רקע" -#: ../widgets/text/e-text.c:3766 ../widgets/text/e-text.c:3767 +#: ../widgets/text/e-text.c:3767 +#: ../widgets/text/e-text.c:3768 msgid "Draw button" msgstr "" -#: ../widgets/text/e-text.c:3773 ../widgets/text/e-text.c:3774 +#: ../widgets/text/e-text.c:3774 +#: ../widgets/text/e-text.c:3775 msgid "Cursor position" msgstr "מיקום סמן" #. Translators: Input Method Context -#: ../widgets/text/e-text.c:3781 ../widgets/text/e-text.c:3783 +#: ../widgets/text/e-text.c:3782 +#: ../widgets/text/e-text.c:3784 msgid "IM Context" msgstr "" -#: ../widgets/text/e-text.c:3789 ../widgets/text/e-text.c:3790 +#: ../widgets/text/e-text.c:3790 +#: ../widgets/text/e-text.c:3791 msgid "Handle Popup" msgstr "" +#~ msgid "Case _sensitive" +#~ msgstr "תלוי _רשיות" +#~ msgid "F_ind:" +#~ msgstr "_חפש:" +#~ msgid "Find in Message" +#~ msgstr "חפש בהודעה" +#~ msgid "CalDAV Calendar sources" +#~ msgstr "מקורות יומני CalDAV" +#~ msgid "HTTP Calendars" +#~ msgstr "יומני HTTP" + +#, fuzzy +#~ msgid "A plugin to setup Google Calendar and Contacts." +#~ msgstr "תוסף להגדרת יומן google." +#~ msgid "Google sources" +#~ msgstr "מקורות Google" + +#, fuzzy +#~ msgid "A plugin to setup GroupWise calendar and contacts sources." +#~ msgstr "תוסף להגדרת יומן google." + +#, fuzzy +#~ msgid "Would you like to accept it?" +#~ msgstr "האם ברצונך לשמור את השינויים שלך?" + +#, fuzzy +#~ msgid "Would you like to decline it?" +#~ msgstr "האם ברצונך לשמור את השינויים שלך?" +#~ msgid "A plugin to setup hula calendar sources." +#~ msgstr "תוסף להגדרת מקורות לוח hula." +#~ msgid "Hula Account Setup" +#~ msgstr "הגדרת חשבון Hula" +#~ msgid "" +#~ "Generates a D-Bus message or notifies the user with an icon in " +#~ "notification area and a notification message whenever a new message has " +#~ "arrived." +#~ msgstr "" +#~ "יוצר הודעת D-Bus או מודיעה למשתמש בעזרת הודעה באזור ההתרעות כאשר יש הודעה " +#~ "חדשה." + +#, fuzzy +#~ msgid "A plugin to setup WebDAV contacts." +#~ msgstr "תוסף להגדרת יומן google." +#~ msgid "Current Message" +#~ msgstr "הודעה נוכחית" +#~ msgid "_Subject Field" +#~ msgstr "שדה _הנושא" +#~ msgid "View/Bcc menu item is checked" +#~ msgstr "View/Bcc menu item is checked" +#~ msgid "View/Bcc menu item is checked." +#~ msgstr "View/Bcc menu item is checked." +#~ msgid "View/Cc menu item is checked" +#~ msgstr "View/Cc menu item is checked" +#~ msgid "View/Cc menu item is checked." +#~ msgstr "View/Cc menu item is checked." +#~ msgid "View/From menu item is checked" +#~ msgstr "View/From menu item is checked" +#~ msgid "View/From menu item is checked." +#~ msgstr "View/From menu item is checked." +#~ msgid "View/PostTo menu item is checked" +#~ msgstr "View/PostTo menu item is checked" +#~ msgid "View/PostTo menu item is checked." +#~ msgstr "View/PostTo menu item is checked." +#~ msgid "View/ReplyTo menu item is checked" +#~ msgstr "View/ReplyTo menu item is checked" +#~ msgid "View/ReplyTo menu item is checked." +#~ msgstr "View/ReplyTo menu item is checked." + +#, fuzzy +#~ msgid "Pos_t New Message to Folder" +#~ msgstr "שומר את ההודעה בתיקייה" + +#, fuzzy +#~ msgid "Toggle Attachment Bar" +#~ msgstr "שמור בשם..." +#~ msgid "activate" +#~ msgstr "הפעל" +#~ msgid "3268" +#~ msgstr "3268" +#~ msgid "389" +#~ msgstr "389" +#~ msgid "636" +#~ msgstr "636" +#~ msgid "<b>Type:</b>" +#~ msgstr "<b>סוג:</b>" +#~ msgid "Add Address Book" +#~ msgstr "ספר כתובות חדש" +#~ msgid "Anonymously" +#~ msgstr "אנונימי" +#~ msgid "Basic" +#~ msgstr "בסיסי" +#~ msgid "Distinguished name" +#~ msgstr "שם מבדיל" +#~ msgid "Email address" +#~ msgstr "כתובת דוא\"ל" +#~ msgid "Search filter" +#~ msgstr "מסנן חיפוש" + +#, fuzzy +#~ msgid "Sub" +#~ msgstr "נושא" +#~ msgid "Using email address" +#~ msgstr "משתמש בכתובת דוא\"ל" +#~ msgid "Whenever Possible" +#~ msgstr "כאשר אפשר" +#~ msgid "_Add Address Book" +#~ msgstr "_הוסף ספר כתובות" +#~ msgid "MSN Messenger" +#~ msgstr "MSN Messenger" + +#~| msgid "Novell Groupwise" +#~ msgid "Novell GroupWise" +#~ msgstr "Novell Groupwise" +#~ msgid "Novell Groupwise" +#~ msgstr "Novell Groupwise" +#~ msgid "United States" +#~ msgstr "ארה\"ב" +#~ msgid "Afghanistan" +#~ msgstr "אפגניסטן" +#~ msgid "Albania" +#~ msgstr "אלבניה" +#~ msgid "Algeria" +#~ msgstr "אלג'יר" +#~ msgid "American Samoa" +#~ msgstr "סמואה האמריקאית" +#~ msgid "Andorra" +#~ msgstr "אנדורה" +#~ msgid "Angola" +#~ msgstr "אנגולה" +#~ msgid "Anguilla" +#~ msgstr "אנגווילה" +#~ msgid "Antarctica" +#~ msgstr "אנטרטיקה" +#~ msgid "Antigua And Barbuda" +#~ msgstr "אנטיגואה וברבודה" +#~ msgid "Argentina" +#~ msgstr "ארגנטינה" +#~ msgid "Armenia" +#~ msgstr "ארמניה" +#~ msgid "Aruba" +#~ msgstr "ארובה" +#~ msgid "Australia" +#~ msgstr "אוסטרליה" +#~ msgid "Austria" +#~ msgstr "אוסטריה" +#~ msgid "Azerbaijan" +#~ msgstr "אזרבייג'אן" +#~ msgid "Bahamas" +#~ msgstr "בהמה" +#~ msgid "Bahrain" +#~ msgstr "בחריין" +#~ msgid "Bangladesh" +#~ msgstr "בנגלדש" +#~ msgid "Barbados" +#~ msgstr "ברבדוס" +#~ msgid "Belarus" +#~ msgstr "בלרוס" +#~ msgid "Belgium" +#~ msgstr "בלגיה" +#~ msgid "Belize" +#~ msgstr "בליז" +#~ msgid "Benin" +#~ msgstr "בנין" +#~ msgid "Bermuda" +#~ msgstr "ברמודה" +#~ msgid "Bhutan" +#~ msgstr "בהוטן" +#~ msgid "Bolivia" +#~ msgstr "בוליביה" +#~ msgid "Bosnia And Herzegowina" +#~ msgstr "בוסניה-הרצגובינה" +#~ msgid "Botswana" +#~ msgstr "בוטסואנה" +#~ msgid "Bouvet Island" +#~ msgstr "אי בובט" +#~ msgid "Brazil" +#~ msgstr "ברזיל" +#~ msgid "British Indian Ocean Territory" +#~ msgstr "הטריטוריה הבריטית באוקיינוס ההודי" +#~ msgid "Brunei Darussalam" +#~ msgstr "סולטנות ברוניי" +#~ msgid "Bulgaria" +#~ msgstr "בולגריה" +#~ msgid "Burkina Faso" +#~ msgstr "בורקינה פאסו" +#~ msgid "Burundi" +#~ msgstr "בורונדי" +#~ msgid "Cambodia" +#~ msgstr "קמבודיה" +#~ msgid "Cameroon" +#~ msgstr "קמרון" +#~ msgid "Canada" +#~ msgstr "קנדה" +#~ msgid "Cape Verde" +#~ msgstr "קייפ ורדה" +#~ msgid "Cayman Islands" +#~ msgstr "איי קיימאן" +#~ msgid "Central African Republic" +#~ msgstr "רפובליקת מרכז אפריקה" +#~ msgid "Chad" +#~ msgstr "צ'אד" +#~ msgid "Chile" +#~ msgstr "צ'ילה" +#~ msgid "China" +#~ msgstr "סין" +#~ msgid "Christmas Island" +#~ msgstr "האי כריסמס" +#~ msgid "Cocos (Keeling) Islands" +#~ msgstr "איי קוקוס (קילינג)" +#~ msgid "Colombia" +#~ msgstr "קולומביה" +#~ msgid "Comoros" +#~ msgstr "קומורו" +#~ msgid "Congo" +#~ msgstr "קונגו" +#~ msgid "Congo, The Democratic Republic Of The" +#~ msgstr "הרפובליקה הדמוקרטית של קונגו" +#~ msgid "Cook Islands" +#~ msgstr "איי קוק" +#~ msgid "Costa Rica" +#~ msgstr "קוסטה ריקה" +#~ msgid "Cote d'Ivoire" +#~ msgstr "חוף השנהב" +#~ msgid "Croatia" +#~ msgstr "קרואטיה" +#~ msgid "Cuba" +#~ msgstr "קובה" +#~ msgid "Cyprus" +#~ msgstr "קפריסין" +#~ msgid "Czech Republic" +#~ msgstr "צ'כיה" +#~ msgid "Denmark" +#~ msgstr "דנמרק" +#~ msgid "Djibouti" +#~ msgstr "ג'יבוטי" +#~ msgid "Dominica" +#~ msgstr "דומיניקה" +#~ msgid "Dominican Republic" +#~ msgstr "הרפובליקה הדומיניקית" +#~ msgid "Ecuador" +#~ msgstr "אקוודור" +#~ msgid "Egypt" +#~ msgstr "מצריים" +#~ msgid "El Salvador" +#~ msgstr "אל סלואדור" +#~ msgid "Equatorial Guinea" +#~ msgstr "גינאה המשוונית" +#~ msgid "Eritrea" +#~ msgstr "אריתריאה" +#~ msgid "Estonia" +#~ msgstr "אסטוניה" +#~ msgid "Ethiopia" +#~ msgstr "אתיופיה" +#~ msgid "Falkland Islands" +#~ msgstr "איי פוקלנד" +#~ msgid "Faroe Islands" +#~ msgstr "איי פארו" +#~ msgid "Fiji" +#~ msgstr "פיג'י" +#~ msgid "Finland" +#~ msgstr "פינלנד" +#~ msgid "France" +#~ msgstr "צרפת" +#~ msgid "French Guiana" +#~ msgstr "גואינה הצרפתית" +#~ msgid "French Polynesia" +#~ msgstr "פולינסיה הצרפתית" +#~ msgid "French Southern Territories" +#~ msgstr "הטריטוריות הדרומיות הצרפתיות" +#~ msgid "Gabon" +#~ msgstr "גבון" +#~ msgid "Gambia" +#~ msgstr "גמביה" +#~ msgid "Georgia" +#~ msgstr "גרוזיה" +#~ msgid "Germany" +#~ msgstr "גרמניה" +#~ msgid "Ghana" +#~ msgstr "גאנה" +#~ msgid "Gibraltar" +#~ msgstr "גיברלטר" +#~ msgid "Greece" +#~ msgstr "יוון" +#~ msgid "Greenland" +#~ msgstr "גרינלנד" +#~ msgid "Grenada" +#~ msgstr "גרנדה" +#~ msgid "Guadeloupe" +#~ msgstr "גוואדלופ" +#~ msgid "Guam" +#~ msgstr "גואם" +#~ msgid "Guatemala" +#~ msgstr "גואטמלה" +#~ msgid "Guernsey" +#~ msgstr "גורנזיה" +#~ msgid "Guinea" +#~ msgstr "גואינה" +#~ msgid "Guinea-Bissau" +#~ msgstr "גינאה-ביסאו" +#~ msgid "Guyana" +#~ msgstr "גויאנה" +#~ msgid "Haiti" +#~ msgstr "האיטי" +#~ msgid "Heard And McDonald Islands" +#~ msgstr "איי הארד ומקדונלד" +#~ msgid "Honduras" +#~ msgstr "הונדורס" +#~ msgid "Hong Kong" +#~ msgstr "הונג קונג" +#~ msgid "Hungary" +#~ msgstr "הונגריה" +#~ msgid "Iceland" +#~ msgstr "איסלנד" +#~ msgid "India" +#~ msgstr "הודו" +#~ msgid "Indonesia" +#~ msgstr "אינדונזיה" +#~ msgid "Iran" +#~ msgstr "איראן" +#~ msgid "Iraq" +#~ msgstr "עיראק" +#~ msgid "Ireland" +#~ msgstr "אירלנד" +#~ msgid "Isle of Man" +#~ msgstr "האי מאן" +#~ msgid "Israel" +#~ msgstr "ישראל" +#~ msgid "Italy" +#~ msgstr "איטליה" +#~ msgid "Jamaica" +#~ msgstr "ג'מייקה" +#~ msgid "Japan" +#~ msgstr "יפן" +#~ msgid "Jersey" +#~ msgstr "ג'רסי" +#~ msgid "Jordan" +#~ msgstr "ירדן" +#~ msgid "Kazakhstan" +#~ msgstr "קזחסטן" +#~ msgid "Kenya" +#~ msgstr "קניה" +#~ msgid "Kiribati" +#~ msgstr "קיריבאטי" +#~ msgid "Korea, Democratic People's Republic Of" +#~ msgstr "קוריאה, רפובליקת האנשים הדמוקרטית של" +#~ msgid "Korea, Republic Of" +#~ msgstr "קוריאה, רפובליקת" +#~ msgid "Kuwait" +#~ msgstr "קווית" +#~ msgid "Kyrgyzstan" +#~ msgstr "קיגיזסטן" +#~ msgid "Laos" +#~ msgstr "לאוס" +#~ msgid "Latvia" +#~ msgstr "לטביה" +#~ msgid "Lebanon" +#~ msgstr "לבנון" +#~ msgid "Lesotho" +#~ msgstr "לסוטו" +#~ msgid "Liberia" +#~ msgstr "ליבריה" +#~ msgid "Libya" +#~ msgstr "לוב" +#~ msgid "Liechtenstein" +#~ msgstr "ליכטנשטיין" +#~ msgid "Lithuania" +#~ msgstr "ליטא" +#~ msgid "Luxembourg" +#~ msgstr "לוקסמבורג" +#~ msgid "Macao" +#~ msgstr "מקאו" +#~ msgid "Macedonia" +#~ msgstr "מקדוניה" +#~ msgid "Madagascar" +#~ msgstr "מדגסקאר" +#~ msgid "Malawi" +#~ msgstr "מלאווי" +#~ msgid "Malaysia" +#~ msgstr "מלזיה" +#~ msgid "Maldives" +#~ msgstr "האיים המלדיביים" +#~ msgid "Mali" +#~ msgstr "מאלי" +#~ msgid "Malta" +#~ msgstr "מלטה" +#~ msgid "Marshall Islands" +#~ msgstr "איי מרשל" +#~ msgid "Martinique" +#~ msgstr "מרטיניק" +#~ msgid "Mauritania" +#~ msgstr "מאוריטניה" +#~ msgid "Mauritius" +#~ msgstr "מאוריציוס" +#~ msgid "Mayotte" +#~ msgstr "מאיוט" +#~ msgid "Mexico" +#~ msgstr "מקסיקו" +#~ msgid "Micronesia" +#~ msgstr "מיקרונזיה" +#~ msgid "Moldova, Republic Of" +#~ msgstr "מולדובה, רפובליקת" +#~ msgid "Monaco" +#~ msgstr "מונקו" +#~ msgid "Mongolia" +#~ msgstr "מונגוליה" +#~ msgid "Montserrat" +#~ msgstr "מונסראט" +#~ msgid "Morocco" +#~ msgstr "מרוקו" +#~ msgid "Mozambique" +#~ msgstr "מוזמביק" +#~ msgid "Myanmar" +#~ msgstr "מיאנמר" +#~ msgid "Namibia" +#~ msgstr "נמביה" +#~ msgid "Nauru" +#~ msgstr "נאורו" +#~ msgid "Nepal" +#~ msgstr "נפאל" +#~ msgid "Netherlands" +#~ msgstr "הולנד" +#~ msgid "Netherlands Antilles" +#~ msgstr "האנטילים ההולנדיים" +#~ msgid "New Caledonia" +#~ msgstr "קלדוניה החדשה" +#~ msgid "New Zealand" +#~ msgstr "ניו-זילנד" +#~ msgid "Nicaragua" +#~ msgstr "ניקראגואה" +#~ msgid "Niger" +#~ msgstr "ניגר" +#~ msgid "Nigeria" +#~ msgstr "ניגריה" +#~ msgid "Niue" +#~ msgstr "ניווה" +#~ msgid "Norfolk Island" +#~ msgstr "האי נורפוק" +#~ msgid "Northern Mariana Islands" +#~ msgstr "איי מריאנה הצפוניים" +#~ msgid "Norway" +#~ msgstr "נורווגיה" +#~ msgid "Oman" +#~ msgstr "אומן" +#~ msgid "Pakistan" +#~ msgstr "פקיסטן" +#~ msgid "Palau" +#~ msgstr "פלאו" +#~ msgid "Palestinian Territory" +#~ msgstr "הטריטוריה הפלשתינית" +#~ msgid "Panama" +#~ msgstr "פנמה" +#~ msgid "Papua New Guinea" +#~ msgstr "פפאו גיניאה החדשה" +#~ msgid "Paraguay" +#~ msgstr "פראגוואי" +#~ msgid "Peru" +#~ msgstr "פרו" +#~ msgid "Philippines" +#~ msgstr "פיליפינים" +#~ msgid "Pitcairn" +#~ msgstr "פיטקרן" +#~ msgid "Poland" +#~ msgstr "פולין" +#~ msgid "Portugal" +#~ msgstr "פורטוגל" +#~ msgid "Puerto Rico" +#~ msgstr "פורטו ריקו" +#~ msgid "Qatar" +#~ msgstr "קטאר" +#~ msgid "Reunion" +#~ msgstr "ריוניון" +#~ msgid "Romania" +#~ msgstr "רומניה" +#~ msgid "Russian Federation" +#~ msgstr "רוסיה" +#~ msgid "Rwanda" +#~ msgstr "רואנדה" +#~ msgid "Saint Kitts And Nevis" +#~ msgstr "סנט קיטס ונוויס" +#~ msgid "Saint Lucia" +#~ msgstr "סנט לוסיה" +#~ msgid "Saint Vincent And The Grenadines" +#~ msgstr "סנט וינסנט והגרנדינים" +#~ msgid "Samoa" +#~ msgstr "סמואה" +#~ msgid "San Marino" +#~ msgstr "סאן מארינו" +#~ msgid "Sao Tome And Principe" +#~ msgstr "סאו תומה ופרינסיפה" +#~ msgid "Saudi Arabia" +#~ msgstr "ערב הסעודית" +#~ msgid "Senegal" +#~ msgstr "סנגל" +#~ msgid "Serbia And Montenegro" +#~ msgstr "סרביה ומונטגרו" +#~ msgid "Seychelles" +#~ msgstr "סיישל" +#~ msgid "Sierra Leone" +#~ msgstr "סיירה לאונה" +#~ msgid "Singapore" +#~ msgstr "סינגפור" +#~ msgid "Slovakia" +#~ msgstr "סלובקיה" +#~ msgid "Slovenia" +#~ msgstr "סלובניה" +#~ msgid "Solomon Islands" +#~ msgstr "איי סלומון" +#~ msgid "Somalia" +#~ msgstr "סומליה" +#~ msgid "South Africa" +#~ msgstr "דרום אפריקה" +#~ msgid "South Georgia And The South Sandwich Islands" +#~ msgstr "איי ג'ורג'יה הדרומית ואיי סנדוויץ' הדרומיים" +#~ msgid "Spain" +#~ msgstr "ספרד" +#~ msgid "Sri Lanka" +#~ msgstr "סרי לנקה" +#~ msgid "St. Helena" +#~ msgstr "סנט הלנה" +#~ msgid "Sudan" +#~ msgstr "סודן" +#~ msgid "Suriname" +#~ msgstr "סורינם" +#~ msgid "Swaziland" +#~ msgstr "סווזילנד" +#~ msgid "Sweden" +#~ msgstr "שוודיה" +#~ msgid "Switzerland" +#~ msgstr "שווייץ" +#~ msgid "Syria" +#~ msgstr "סוריה" +#~ msgid "Taiwan" +#~ msgstr "טיוואן" +#~ msgid "Tajikistan" +#~ msgstr "טאג'יקיסטן" +#~ msgid "Tanzania, United Republic Of" +#~ msgstr "טנזניה, הרפובליקה המאוחדת של" +#~ msgid "Thailand" +#~ msgstr "תאילנד" +#~ msgid "Timor-Leste" +#~ msgstr "טימור" +#~ msgid "Togo" +#~ msgstr "טוגו" +#~ msgid "Tokelau" +#~ msgstr "טוקלאו" +#~ msgid "Tonga" +#~ msgstr "טונגה" +#~ msgid "Trinidad And Tobago" +#~ msgstr "טרינידד וטובאגו" +#~ msgid "Tunisia" +#~ msgstr "תוניס" +#~ msgid "Turkey" +#~ msgstr "טורקיה" +#~ msgid "Turkmenistan" +#~ msgstr "טורקמניסטן" +#~ msgid "Turks And Caicos Islands" +#~ msgstr "איי טורקס וקאיקוס" +#~ msgid "Tuvalu" +#~ msgstr "טובאלו" +#~ msgid "Uganda" +#~ msgstr "אוגנדה" +#~ msgid "Ukraine" +#~ msgstr "אוקראינה" +#~ msgid "United Arab Emirates" +#~ msgstr "איחוד האמירויות הערביות" +#~ msgid "United Kingdom" +#~ msgstr "בריטניה" +#~ msgid "Uruguay" +#~ msgstr "אורוגוואי" +#~ msgid "Uzbekistan" +#~ msgstr "אוזבקיסטן" +#~ msgid "Vanuatu" +#~ msgstr "ונואטו" +#~ msgid "Venezuela" +#~ msgstr "ונצואלה" +#~ msgid "Viet Nam" +#~ msgstr "ויאטנם" +#~ msgid "Virgin Islands, British" +#~ msgstr "איי וירג'יניה, בריטניה" +#~ msgid "Virgin Islands, U.S." +#~ msgstr "איי וירג'יניה, ארה\"ב" +#~ msgid "Wallis And Futuna Islands" +#~ msgstr "איי ואליס ופוטונה" +#~ msgid "Western Sahara" +#~ msgstr "סהרה המערבית" +#~ msgid "Yemen" +#~ msgstr "תימן" +#~ msgid "Zambia" +#~ msgstr "זמביה" +#~ msgid "Zimbabwe" +#~ msgstr "זימבבווה" +#~ msgid "AOL Instant Messenger" +#~ msgstr "AOL Instant Messenger" +#~ msgid "Yahoo Messenger" +#~ msgstr "Yahoo Messenger" +#~ msgid "Gadu-Gadu Messenger" +#~ msgstr "Gadu-Gadu Messenger" +#~ msgid "Service" +#~ msgstr "שרות" +#~ msgid "Username" +#~ msgstr "שם משתמש" +#~ msgid "Address _2:" +#~ msgstr "כתובת _2:" +#~ msgid "Ci_ty:" +#~ msgstr "_עיר:" +#~ msgid "Countr_y:" +#~ msgstr "_ארץ:" +#~ msgid "Full Address" +#~ msgstr "כתובת מלאה" +#~ msgid "_ZIP Code:" +#~ msgstr "מ_יקוד:" +#~ msgid "Dr." +#~ msgstr "דר." +#~ msgid "I" +#~ msgstr "I" +#~ msgid "II" +#~ msgstr "II" +#~ msgid "III" +#~ msgstr "III" +#~ msgid "Jr." +#~ msgstr "הצעיר" +#~ msgid "Mr." +#~ msgstr "מר" +#~ msgid "Sr." +#~ msgstr "סיר" +#~ msgid "Add IM Account" +#~ msgstr "הוסף חשבון מסרים מידיים" +#~ msgid "_Account name:" +#~ msgstr "שם _חשבון:" +#~ msgid "_IM Service:" +#~ msgstr "שירות מ_סרים מידיים:" +#~ msgid "10 pt. Tahoma" +#~ msgstr "10 pt. Tahoma" +#~ msgid "8 pt. Tahoma" +#~ msgstr "8 pt. Tahoma" +#~ msgid "Body" +#~ msgstr "גוף" +#~ msgid "Bottom:" +#~ msgstr "תחתית:" +#~ msgid "Dimensions:" +#~ msgstr "ממדים:" +#~ msgid "F_ont..." +#~ msgstr "_גופן..." +#~ msgid "Fonts" +#~ msgstr "גופנים" +#~ msgid "Footer:" +#~ msgstr "תחתית:" +#~ msgid "Format" +#~ msgstr "מבנה" +#~ msgid "Header/Footer" +#~ msgstr "כותרת/תחתית" +#~ msgid "Headings" +#~ msgstr "כותרות" +#~ msgid "Headings for each letter" +#~ msgstr "כותרות לכל אות" +#~ msgid "Height:" +#~ msgstr "גובה:" +#~ msgid "Include:" +#~ msgstr "כלול:" +#~ msgid "Landscape" +#~ msgstr "לרוחב" +#~ msgid "Left:" +#~ msgstr "שמאל:" +#~ msgid "Margins" +#~ msgstr "שוליים" +#~ msgid "Number of columns:" +#~ msgstr "מספר העמודות:" +#~ msgid "Options" +#~ msgstr "אפשרויות" +#~ msgid "Orientation" +#~ msgstr "יישור" +#~ msgid "Page" +#~ msgstr "עמוד" +#~ msgid "Page Setup:" +#~ msgstr "הגדרות עמוד:" +#~ msgid "Paper" +#~ msgstr "נייר" +#~ msgid "Paper source:" +#~ msgstr "מקור הנייר:" +#~ msgid "Portrait" +#~ msgstr "דיוקן" +#~ msgid "Preview:" +#~ msgstr "ת_צוגה מקדימה:" +#~ msgid "Right:" +#~ msgstr "ימין:" +#~ msgid "Sections:" +#~ msgstr "אזורים:" +#~ msgid "Start on a new page" +#~ msgstr "התחל בדף חדש" +#~ msgid "Style name:" +#~ msgstr "שם סגנון:" +#~ msgid "Top:" +#~ msgstr "מעלה:" +#~ msgid "Width:" +#~ msgstr "רוחב:" +#~ msgid "_Font..." +#~ msgstr "_גופן..." +#~ msgid "Whether to use daylight savings time while displaying events." +#~ msgstr "Whether to use daylight savings time while displaying events." +#~ msgid "daylight savings time" +#~ msgstr "daylight savings time" +#~ msgid "after" +#~ msgstr "אחרי" +#~ msgid "day(s)" +#~ msgstr "יום (ימים)" +#~ msgid "end of appointment" +#~ msgstr "סוף הפגישה" +#~ msgid "hour(s)" +#~ msgstr "שעה (שעות)" +#~ msgid "minute(s)" +#~ msgstr "דקה (דקות)" +#~ msgid "Attached message - %s" +#~ msgstr "הודעה מצורפת - %s" +#~ msgid "<b>%d</b> Attachment" +#~ msgid_plural "<b>%d</b> Attachments" +#~ msgstr[0] "תצריף <b>אחד</b>" +#~ msgstr[1] "<b>%d</b> תצריפים" +#~ msgid "Hide Attachment _Bar" +#~ msgstr "הסתר את תיבת ה_תצריפים" +#~ msgid "Show Attachment _Bar" +#~ msgstr "הצג את תיבת ה_תצריפים" +#~ msgid "Show Attachments" +#~ msgstr "הצג תצריפים" +#~ msgid "1 day before appointment" +#~ msgstr "יום אחד לפני הפגישה" +#~ msgid "1 hour before appointment" +#~ msgstr "שעה אחת לפני הפגישה" +#~ msgid "15 minutes before appointment" +#~ msgstr "15 דקות לפני הפגישה" +#~ msgid "<b>Att_endees</b>" +#~ msgstr "<b>מ_שתתפים</b>" +#~ msgid "Co_ntacts..." +#~ msgstr "אנשי _קשר..." +#~ msgid "forever" +#~ msgstr "לנצח" +#~ msgid "month(s)" +#~ msgstr "חודש(ים)" +#~ msgid "week(s)" +#~ msgstr "שבוע(ות)" +#~ msgid "year(s)" +#~ msgstr "שנה(ים)" +#, fuzzy +#~ msgid "_Save Selected" +#~ msgstr "נבחר" +#~ msgid "April" +#~ msgstr "אפריל" +#~ msgid "August" +#~ msgstr "אוגוסט" +#~ msgid "December" +#~ msgstr "דצמבר" +#~ msgid "February" +#~ msgstr "פברואר" +#~ msgid "January" +#~ msgstr "ינואר" +#~ msgid "July" +#~ msgstr "יולי" +#~ msgid "June" +#~ msgstr "יוני" +#~ msgid "March" +#~ msgstr "מרץ" +#~ msgid "May" +#~ msgstr "מי" +#~ msgid "November" +#~ msgstr "נובמבר" +#~ msgid "October" +#~ msgstr "אוקטובר" +#~ msgid "September" +#~ msgstr "ספטמבר" +#~ msgid "months" +#~ msgstr "חודשים" +#~ msgid "years" +#~ msgstr "שנים" +#~ msgid "Save attachment as" +#~ msgstr "שמור תצריף בשם" + +#, fuzzy +#~ msgid "_Save Selected..." +#~ msgstr "בחר..." +#~ msgid "%d at_tachment" +#~ msgid_plural "%d at_tachments" +#~ msgstr[0] "_תצריף אחד" +#~ msgstr[1] "_%d תצריפים" +#~ msgid "S_ave" +#~ msgstr "_שמור" +#~ msgid "No Attachment" +#~ msgstr "ללא תצריף" +#~ msgid "" +#~ "Enable side bar search feature so that you can start interactive " +#~ "searching by typing in the text. Use is that you can easily find a folder " +#~ "in that side bar by just typing the folder name and the selection jumps " +#~ "automatically to that folder." +#~ msgstr "" +#~ "Enable side bar search feature so that you can start interactive " +#~ "searching by typing in the text. Use is that you can easily find a folder " +#~ "in that side bar by just typing the folder name and the selection jumps " +#~ "automatically to that folder." +#~ msgid "Do not quote" +#~ msgstr "אל תצטט" +#~ msgid "Inline" +#~ msgstr "פנימי" +#~ msgid "S_OCKS Host:" +#~ msgstr "מארח S_OCKS:" +#~ msgid "Select Drafts Folder" +#~ msgstr "בחר תיקיית טיוטות" +#~ msgid "Select Sent Folder" +#~ msgstr "בחר תיקיית דואר נשלח" + +#, fuzzy +#~ msgid "_Automatic proxy configuration URL:" +#~ msgstr "Automatic smiley recognition" +#~ msgid "" +#~ "[Security=Personal;Unclassified;Protected;InConfidence;Secret;Topsecret]" +#~ msgstr "" +#~ "[Security=Personal;Unclassified;Protected;InConfidence;Secret;Topsecret]" + +#~| msgid "Specify _filename:" +#~ msgid "S_pecify the mailbox name" +#~ msgstr "ציין _שם קובץ:" +#~ msgid "_Import to Calendar" +#~ msgstr "י_בא ליומן" +#, fuzzy +#~ msgid "Import ICS" +#~ msgstr "_יבא" +#~ msgid "_Tasks :" +#~ msgstr "_משימות :" +#~ msgid "Memos :" +#~ msgstr "תזכורות :" + +#, fuzzy +#~ msgid "Mail to meeting" +#~ msgstr "ישיבה" +#~ msgid "Save Attachments..." +#~ msgstr "שמור תצריפים..." +#~ msgid "Save all attachments" +#~ msgstr "שמור את כל התצריפים" + +#, fuzzy +#~ msgid "Select save base name" +#~ msgstr "בחר אזור זמן" +#~ msgid "Save" +#~ msgstr "שמור" +#~ msgid "Cannot attach file %s: %s" +#~ msgstr "לא ניתן לצרף את הקובץ %s: %s" +#~ msgid "File name:" +#~ msgstr "שם קובץ:" +#~ msgid "MIME type:" +#~ msgstr "סוג MIME:" + +#, fuzzy +#~ msgid "Item(s) belong to these _categories:" +#~ msgstr "איש הקשר הזה שייך לקטגוריות האלו:" +#~ msgid "_Available Categories:" +#~ msgstr "_קטגוריות אפשרויות:" +#~ msgid "categories" +#~ msgstr "קטגוריות" + +#, fuzzy +#~ msgid "DnD code" +#~ msgstr "יוניקוד" +#~ msgid "Full Header" +#~ msgstr "כותרת מלאה" +#~ msgid "Font Description" +#~ msgstr "תיאור גופן" #~ msgid "Copyright (C) 2000, Ximian, Inc." #~ msgstr "Copyright (C) 2000, Ximian, Inc." @@ -23729,26 +23118,20 @@ msgstr "" #, fuzzy #~ msgid "Competition" #~ msgstr "תאריך סיום" - #~ msgid "Favourites" #~ msgstr "מועדפים" - #~ msgid "Gifts" #~ msgstr "מתנות" - #~ msgid "Goals/Objectives" #~ msgstr "מטרות/יעדים" - #~ msgid "Holiday" #~ msgstr "חג" - #~ msgid "Holiday Cards" #~ msgstr "כרטיסי ברכה" #, fuzzy #~ msgid "Hot Contacts" #~ msgstr "אנשי קשר" - #~ msgid "Ideas" #~ msgstr "רעיונות" @@ -23763,7 +23146,6 @@ msgstr "" #, fuzzy #~ msgid "Miscellaneous" #~ msgstr "כללי" - #~ msgid "Phone Calls" #~ msgstr "שיחות טלפון" @@ -23774,139 +23156,94 @@ msgstr "" #, fuzzy #~ msgid "Suppliers" #~ msgstr "ה_חל מסננים" - #~ msgid "Waiting" #~ msgstr "ממתין" - #~ msgid "Next 7 Days" #~ msgstr "7 הימים הבאים" #, fuzzy #~ msgid "A_dd Filter Criteria" #~ msgstr "הוסף חוק סינון" - #~ msgid "Weather: Partly Cloudy" #~ msgstr "מזג אויר: מעונן חלקית" - #~ msgid "Please enter user name first." #~ msgstr "נא להכניס את שם המשתמש קודם." - -#, fuzzy -#~ msgid "Marks the selected calendar for offline viewing." -#~ msgstr "העבר את ההודעות שנבחרו לאשפה" - #~ msgid "Re_fresh..." #~ msgstr "_רענן:..." - #~ msgid "Upcoming Appointments" #~ msgstr "פגישות קרובות" - #~ msgid "button-user" #~ msgstr "button-user" - #~ msgid "_Properties..." #~ msgstr "_מאפיינים..." - #~ msgid "D_escription:" #~ msgstr "תי_אור:" - #~ msgid "De_scription:" #~ msgstr "תיאו_ר:" - #~ msgid "Updating query" #~ msgstr "מעדכן שאילתה" - #~ msgid "_Save Message" #~ msgstr "_שמור הודעה" - #~ msgid "folder-display|%s (%u)" #~ msgstr "%s (%u)" - #~ msgid "Enable attachment reminder plugin" #~ msgstr "Enable attachment reminder plugin" - #~ msgid "Enable attachment reminder plugin." #~ msgstr "Enable attachment reminder plugin." - -#, fuzzy -#~ msgid "Remind _missing attachments" -#~ msgstr "שומר תצריף" - #~ msgid "A string description of the current printer settings." #~ msgstr "A string description of the current printer settings." - #~ msgid "Decides whether the crash detection should be run or not." #~ msgstr "Decides whether the crash detection should be run or not." - #~ msgid "Skip recovery warning dialog" #~ msgstr "Skip recovery warning dialog" - #~ msgid "Whether crash detection should be done or not" #~ msgstr "Whether crash detection should be done or not" - #~ msgid "Whether the warning dialog in recovery of Evolution is skipped." #~ msgstr "Whether the warning dialog in recovery of Evolution is skipped." - #~ msgid "No folder name specified." #~ msgstr "לא צויין שם תיקייה." - #~ msgid "Folder name cannot contain the character \"/\"." #~ msgstr "שם התיקייה לא יכול להכיל את התו \"/\"." - #~ msgid "Folder name cannot contain the character \"#\"." #~ msgstr "שם התיקייה לא יכול להכיל את התו \"#\"." - #~ msgid "'.' and '..' are reserved folder names." #~ msgstr "'.' ו '..' הם שמות תיקיות שמורים." #, fuzzy #~ msgid "Evolution Crash Detection" #~ msgstr "תקלת Evolution" - #~ msgid "Ig_nore" #~ msgstr "ה_תעלם" - #~ msgid "_Do not show this message again" #~ msgstr "אל _תציג הודעה זאת שוב" - #~ msgid "All Day Event" #~ msgstr "אירוע חדש לכל היום" - #~ msgid "Send _Options" #~ msgstr "אפשרויות _שליחה" #, fuzzy #~ msgid "Show messages in the normal style" #~ msgstr "מעביר הודעות אל התיקייה %s" - #~ msgid "C_lose" #~ msgstr "_סגור" - #~ msgid "H_TML" #~ msgstr "H_TML" - #~ msgid "Save and Close" #~ msgstr "שמור וסגור" - #~ msgid "Save and _Close" #~ msgstr "שמור ו_סגור" - #~ msgid "Save the current file and close the window" #~ msgstr "שמור את הקובץ הנוכחי וסגור את החלון" - #~ msgid "Send the mail in HTML format" #~ msgstr "שלח את הדואר בתצורת HTML" - #~ msgid "Refresh List" #~ msgstr "רענן רשימה" - #~ msgid "_Invert Selection" #~ msgstr "ה_פוך בחירה" #, fuzzy #~ msgid "Status Details" #~ msgstr "פרטים" - #~ msgid "Time Zone" #~ msgstr "אזור זמן" @@ -23917,100 +23254,68 @@ msgstr "" #, fuzzy #~ msgid "Mark all messages in this folder and subfolders as read?" #~ msgstr "סמן את כל ההודעות הגלויות כאילו נקראו" - #~ msgid "Only on _Current Folder" #~ msgstr "בתיקייה ה_נוכחית בלבד" - #~ msgid "Permission Denied." #~ msgstr "ההרשאה נדחתה." - #~ msgid "Unknown reason" #~ msgstr "סיבה לא ידועה" - #~ msgid "Open File" #~ msgstr "פתח קובץ" - #~ msgid "Do not quote original message" #~ msgstr "אל תצטט את ההודעה המקורית" - #~ msgid "Enter a name for this signature." #~ msgstr "הכנס שם לחתימה זו." - #~ msgid "Name:" #~ msgstr "שם:" - #~ msgid "_Refresh:" #~ msgstr "_רענן:" - #~ msgid "Print Message" #~ msgstr "הדפס הודעה" - #~ msgid "Prints the message" #~ msgstr "הדפס את ההודעה" #, fuzzy -#~ msgid "Copy selection to clipboard" -#~ msgstr "העתק את ההודעה המסומנת" - -#, fuzzy #~ msgid "Cut selection to clipboard" #~ msgstr "גזור את ההודעה המסומנת" - #~ msgid "HT_ML" #~ msgstr "HT_ML" - #~ msgid "Open a file" #~ msgstr "פתח קובץ" - #~ msgid "PGP Encrypt" #~ msgstr "הצפנת PGP" - #~ msgid "PGP Sign" #~ msgstr "חתימת PGP" - #~ msgid "Save in folder..." #~ msgstr "שמור בתיקייה..." - #~ msgid "Send" #~ msgstr "שלח" - #~ msgid "_Delete all" #~ msgstr "מ_חק הכל" - #~ msgid "_Open..." #~ msgstr "_פתח..." - #~ msgid "TimeZone Combobox" #~ msgstr "תיבת אזור זמן" - #~ msgid "<b>Display</b>" #~ msgstr "<b>תצוגה</b>" - #~ msgid "<b>Server Information</b>" #~ msgstr "<b>מידע על השרת</b>" - #~ msgid "_Categories..." #~ msgstr "_קטגוריות..." - #~ msgid "" #~ "It disables the feature where repeated prompts to ask if delete messages " #~ "from search folder." #~ msgstr "" #~ "It disables the feature where repeated prompts to ask if delete messages " #~ "from search folder." - #~ msgid "_Address: " #~ msgstr "_כתובת:" - #~ msgid "\n" #~ msgstr "\n" - #~ msgid "Add an email to the List" #~ msgstr "הוסף דוא\"ל לרשימה" - #~ msgid "Members" #~ msgstr "חברים" - #~ msgid "_Select" #~ msgstr "ב_חר" @@ -24021,38 +23326,28 @@ msgstr "" #, fuzzy #~ msgid "Memo sort" #~ msgstr "לא התחיל" - #~ msgid "SMTWTFS" #~ msgstr "אבגדהוש" #, fuzzy #~ msgid "_Search name:" #~ msgstr "_חיפוש" - #~ msgid "Disable" #~ msgstr "כבה" - #~ msgid "Enable" #~ msgstr "אפשר" - #~ msgid "<b>Retrieving Message...</b>" #~ msgstr "<b>מקבל הודעה...</b>" - #~ msgid "New Mail Notify sound file" #~ msgstr "New Mail Notify sound file" - #~ msgid "New Mail Notify type" #~ msgstr "New Mail Notify type" - #~ msgid "Specifies the type of New Mail Notification the user wishes to use." #~ msgstr "Specifies the type of New Mail Notification the user wishes to use." - #~ msgid "HTML Mail" #~ msgstr "דואר HTML" - #~ msgid "Se_lect..." #~ msgstr "_בחר..." - #~ msgid "Mark as _Read" #~ msgstr "_סמן כנקרא" @@ -24067,16 +23362,12 @@ msgstr "" #, fuzzy #~ msgid "With GUI" #~ msgstr "רוחב" - #~ msgid "<b>Junk Mail Settings</b>" #~ msgstr "<b>הגדרות דואר זבל</b>" - #~ msgid "_Contacts..." #~ msgstr "אנשי _קשר..." - #~ msgid "<b>Subject</b> :" #~ msgstr "<b>נושא</b> :" - #~ msgid "<b>From</b> :" #~ msgstr "<b>מאת</b> :" @@ -24091,25 +23382,18 @@ msgstr "" #, fuzzy #~ msgid "New Mail Notification" #~ msgstr "הגדרות דואר" - #~ msgid "(Untitled)" #~ msgstr "(ללא כותרת)" - #~ msgid "_Edit..." #~ msgstr "_עריכה..." - #~ msgid "MTWTFSS" #~ msgstr "בגדהושא" - #~ msgid "..." #~ msgstr "..." - #~ msgid "<- _Remove" #~ msgstr "ה_סר <-" - #~ msgid "_Add ->" #~ msgstr "_הוסף ->" - #~ msgid "Organization" #~ msgstr "ארגון" @@ -24120,16 +23404,12 @@ msgstr "" #, fuzzy #~ msgid "_Add Task List" #~ msgstr "<b>רשימת מטלות</b>" - #~ msgid "_Daily" #~ msgstr "_יומי" - #~ msgid "_Weekly" #~ msgstr "_שבועי" - #~ msgid "Enter the password for %s" #~ msgstr "הכנס סיסמה עבור %s" - #~ msgid "Settings" #~ msgstr "הגדרות" @@ -24148,70 +23428,50 @@ msgstr "" #, fuzzy #~ msgid "New mail notify" #~ msgstr "תיקיית דואר חדשה" - #~ msgid "Copyright (C) 2000, Helix Code, Inc." #~ msgstr "Copyright (C) 2000, Helix Code, Inc." - #~ msgid "*" #~ msgstr "*" - #~ msgid "E-_mail:" #~ msgstr "_דוא\"ל:" - #~ msgid "Advanced..." #~ msgstr "מתקדם..." #, fuzzy #~ msgid "Print cards" #~ msgstr "הדפס אנשי קשר" - #~ msgid "E-mail" #~ msgstr "דוא\"ל" - #~ msgid "Video Conferencing" #~ msgstr "ועידת וידאו" - #~ msgid "work" #~ msgstr "עבודה" - #~ msgid "WWW" #~ msgstr "WWW" - #~ msgid "personal" #~ msgstr "אישי" - #~ msgid "(none)" #~ msgstr "(ללא)" - #~ msgid "Primary Email" #~ msgstr "דוא\"ל ראשי" - #~ msgid "Create a new contact \"%s\"" #~ msgstr "צור איש קשר חדש \"%s\"" - #~ msgid "Add address to existing contact \"%s\"" #~ msgstr "הוסף כתובת לאיש קשר קיים \"%s\"" #, fuzzy #~ msgid "Importing ..." #~ msgstr "מייבא..." - #~ msgid "Print envelope" #~ msgstr "הדפס מעטפה" - #~ msgid "Print contacts" #~ msgstr "הדפס אנשי קשר" - #~ msgid "Print contact" #~ msgstr "הדפס איש קשר" #, fuzzy #~ msgid "description of appointment" #~ msgstr "תחילת הפגישה" - -#~ msgid "Dismiss All" -#~ msgstr "שחרר הכל" - #~ msgid "" #~ "Alarm on %s\n" #~ "%s\n" @@ -24222,53 +23482,38 @@ msgstr "" #~ "%s\n" #~ "מתחיל ב %s\n" #~ "מסתיים ב %s" - #~ msgid "Remove" #~ msgstr "הסר" - #~ msgid "05 minutes" #~ msgstr "05 דקות" - #~ msgid "10 minutes" #~ msgstr "10 דקות" - #~ msgid "15 minutes" #~ msgstr "15 דקות" - #~ msgid "30 minutes" #~ msgstr "30 דקות" - #~ msgid "60 minutes" #~ msgstr "60 דקות" - #~ msgid "<b>General</b>" #~ msgstr "<b>כללי</b>" #, fuzzy #~ msgid "<b>Publishing</b>" #~ msgstr "<b>מחפש</b>" - #~ msgid "<b>Task List</b>" #~ msgstr "<b>רשימת מטלות</b>" - #~ msgid "<b>Time</b>" #~ msgstr "<b>זמן</b>" - #~ msgid "<b>Work Week</b>" #~ msgstr "<b>שבוע עבודה</b>" - #~ msgid "Days" #~ msgstr "ימים" - #~ msgid "Hours" #~ msgstr "שעות" - #~ msgid "Minutes" #~ msgstr "דקות" - #~ msgid "_Add URL" #~ msgstr "_הוסף כתובת" - #~ msgid "Scheduling" #~ msgstr "תזמון" @@ -24287,7 +23532,6 @@ msgstr "" #, fuzzy #~ msgid "Timezone Button" #~ msgstr "אזור זמן" - #~ msgid "Print Preview" #~ msgstr "תצוגה לפני הדפסה" @@ -24298,10 +23542,8 @@ msgstr "" #, fuzzy #~ msgid "Mail Accounts Table" #~ msgstr "חשבונות דואר" - #~ msgid "Server: %s, Type: %s" #~ msgstr "שרת: %s, סוג: %s" - #~ msgid "Path: %s, Type: %s" #~ msgstr "מסלול: %s, סוג: %s" @@ -24336,7 +23578,6 @@ msgstr "" #, fuzzy #~ msgid "Printer settings" #~ msgstr "הגדרות מחשב כף יד..." - #~ msgid "Move" #~ msgstr "העבר לתיקייה" @@ -24347,7 +23588,6 @@ msgstr "" #, fuzzy #~ msgid "Search Type" #~ msgstr "_חיפוש" - #~ msgid "Find _Now" #~ msgstr "_מצא" @@ -24366,3 +23606,4 @@ msgstr "" #, fuzzy #~ msgid "GDKFont" #~ msgstr "גופנים" + @@ -1,3 +1,4 @@ +# translation of evolutionta.po to Tamil # translation of evolution.HEAD.ta.po to # translation of evo-ta.po to # translation of ta.po to @@ -10,14 +11,16 @@ # Felix <ifelix@redhat.com>, 2006. # Dr.T.Vasudevan <agnihot3@gmail.com>, 2007, 2008. # I. Felix <ifelix@redhat.com>, 2009. +# Dr.T.Vaasudevan <agnihot3@gmail.com>, 2009. +# Dr.T.vasudevan <agnihot3@gmail.com>, 2009. msgid "" msgstr "" -"Project-Id-Version: evolution.HEAD.ta\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=evolution\n" -"POT-Creation-Date: 2009-02-04 22:33+0000\n" -"PO-Revision-Date: 2009-03-13 11:52+0530\n" -"Last-Translator: \n" -"Language-Team: <en@li.org>\n" +"Project-Id-Version: evolutionta\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-25 10:23+0530\n" +"PO-Revision-Date: 2009-05-25 11:34+0530\n" +"Last-Translator: Dr.T.vasudevan <agnihot3@gmail.com>\n" +"Language-Team: Tamil <Ubuntu-l10n-tam@lists.ubuntu.com>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,12 +36,12 @@ msgid "evolution address book" msgstr "எவல்யூஷன் முகவரி புத்தகம்" #: ../a11y/addressbook/ea-minicard-view.c:33 -#: ../addressbook/gui/component/addressbook-component.c:237 +#: ../addressbook/gui/component/addressbook-component.c:208 msgid "New Contact" msgstr "புதிய தொடர்பு" #: ../a11y/addressbook/ea-minicard-view.c:34 -#: ../addressbook/gui/component/addressbook-component.c:245 +#: ../addressbook/gui/component/addressbook-component.c:216 msgid "New Contact List" msgstr "புதிய தொடர்பு பட்டியல்" @@ -159,7 +162,7 @@ msgid "calendar view for one or more days" msgstr "ஒன்று அல்லது அதற்கு மேற்பட்ட நாட்களின் நாள்காட்டி பார்வை" #: ../a11y/calendar/ea-gnome-calendar.c:186 -#: ../calendar/gui/calendar-component.c:821 +#: ../calendar/gui/calendar-component.c:771 msgid "%A %d %b %Y" msgstr "%A %d %b %Y" @@ -170,8 +173,8 @@ msgstr "%A %d %b %Y" #. You can change the order but don't change the #. specifiers or add anything. #: ../a11y/calendar/ea-gnome-calendar.c:189 -#: ../calendar/gui/calendar-component.c:824 -#: ../calendar/gui/e-day-view-top-item.c:855 ../calendar/gui/e-day-view.c:1601 +#: ../calendar/gui/calendar-component.c:774 +#: ../calendar/gui/e-day-view-top-item.c:855 ../calendar/gui/e-day-view.c:1598 #: ../calendar/gui/e-week-view-main-item.c:335 msgid "%a %d %b" msgstr "%a %d %b" @@ -179,9 +182,9 @@ msgstr "%a %d %b" #: ../a11y/calendar/ea-gnome-calendar.c:191 #: ../a11y/calendar/ea-gnome-calendar.c:196 #: ../a11y/calendar/ea-gnome-calendar.c:198 -#: ../calendar/gui/calendar-component.c:826 -#: ../calendar/gui/calendar-component.c:831 -#: ../calendar/gui/calendar-component.c:833 +#: ../calendar/gui/calendar-component.c:776 +#: ../calendar/gui/calendar-component.c:781 +#: ../calendar/gui/calendar-component.c:783 msgid "%a %d %b %Y" msgstr "%a %d %b %Y" @@ -189,10 +192,10 @@ msgstr "%a %d %b %Y" #: ../a11y/calendar/ea-gnome-calendar.c:221 #: ../a11y/calendar/ea-gnome-calendar.c:227 #: ../a11y/calendar/ea-gnome-calendar.c:229 -#: ../calendar/gui/calendar-component.c:845 -#: ../calendar/gui/calendar-component.c:852 -#: ../calendar/gui/calendar-component.c:858 -#: ../calendar/gui/calendar-component.c:860 +#: ../calendar/gui/calendar-component.c:795 +#: ../calendar/gui/calendar-component.c:802 +#: ../calendar/gui/calendar-component.c:808 +#: ../calendar/gui/calendar-component.c:810 msgid "%d %b %Y" msgstr "%d %b %Y" @@ -202,8 +205,8 @@ msgstr "%d %b %Y" #. month name. You can change the order but don't #. change the specifiers or add anything. #: ../a11y/calendar/ea-gnome-calendar.c:219 -#: ../calendar/gui/calendar-component.c:850 -#: ../calendar/gui/e-day-view-top-item.c:859 ../calendar/gui/e-day-view.c:1617 +#: ../calendar/gui/calendar-component.c:800 +#: ../calendar/gui/e-day-view-top-item.c:859 ../calendar/gui/e-day-view.c:1614 #: ../calendar/gui/e-week-view-main-item.c:349 msgid "%d %b" msgstr "%d %b" @@ -274,19 +277,19 @@ msgstr "மாற்று" msgid "toggle the cell" msgstr "அறைகளுக்கிடையே மாற்று" -#: ../a11y/e-table/gal-a11y-e-cell-tree.c:208 +#: ../a11y/e-table/gal-a11y-e-cell-tree.c:210 msgid "expand" msgstr "விரிவு" -#: ../a11y/e-table/gal-a11y-e-cell-tree.c:209 +#: ../a11y/e-table/gal-a11y-e-cell-tree.c:211 msgid "expands the row in the ETree containing this cell" msgstr "இந்த அறை உள்ள வரியை ஈடிரீயில் விரிவாக்குகிறது." -#: ../a11y/e-table/gal-a11y-e-cell-tree.c:214 +#: ../a11y/e-table/gal-a11y-e-cell-tree.c:216 msgid "collapse" msgstr "குறுக்கு" -#: ../a11y/e-table/gal-a11y-e-cell-tree.c:215 +#: ../a11y/e-table/gal-a11y-e-cell-tree.c:217 msgid "collapses the row in the ETree containing this cell" msgstr "இந்த அறை உள்ள வரியை ஈடிரீயில் குறுக்குகிறது." @@ -296,7 +299,7 @@ msgstr "அட்டவணை அறை" #: ../a11y/e-table/gal-a11y-e-table-click-to-add.c:59 #: ../a11y/e-table/gal-a11y-e-table-click-to-add.c:134 -#: ../widgets/table/e-table-click-to-add.c:580 +#: ../widgets/table/e-table-click-to-add.c:579 msgid "click to add" msgstr "சேர்க்க சொடுக்கவும்" @@ -334,14 +337,6 @@ msgstr "முன்னிருப்பாக செயல்படுத்� msgid "Popup Menu" msgstr "மேல்மீட்பு பட்டி" -#: ../a11y/widgets/ea-expander.c:40 -msgid "Toggle Attachment Bar" -msgstr "மாற்று இணைப்பு பட்டை" - -#: ../a11y/widgets/ea-expander.c:50 -msgid "activate" -msgstr "செயல்படுத்து" - #. For Translators: {0} is the name of the address book source #: ../addressbook/addressbook.error.xml.h:2 msgid "" @@ -394,9 +389,9 @@ msgstr "முகவரி புத்தகத்தை நீக்க மு #: ../addressbook/addressbook.error.xml.h:11 msgid "" -"Currently you can access only GroupWise System Address Book from Evolution. " -"Please use some other GroupWise mail client once, to get your GroupWise " -"Frequent Contacts and GroupWise Personal Contacts folders." +"Currently you can only access the GroupWise System Address Book from " +"Evolution. Please use some other GroupWise mail client once to get your " +"GroupWise Frequent Contacts and Groupwise Personal Contacts folders." msgstr "" "தற்போது நீங்கள் க்ரூப்வைஸ் பாணி முகவரி புத்தகத்தை மட்டுமே எவல்யூஷன் இருந்து அணுக இயலும். " "ஆகவே தயை செய்து வேறு க்ரூப்வைஸ் அஞ்சல் நிரலை ஒரு முறை பயன்படுத்துங்கள். அதனால் க்ரூப்வைஸ் " @@ -564,17 +559,17 @@ msgstr "{0}" msgid "{1}" msgstr "{1}" -#: ../addressbook/conduit/address-conduit.c:491 +#: ../addressbook/conduit/address-conduit.c:592 msgid "Default Sync Address:" msgstr "இயல்பான ஒத்திசைந்த முகவரி:" -#: ../addressbook/conduit/address-conduit.c:1521 -#: ../addressbook/conduit/address-conduit.c:1522 +#: ../addressbook/conduit/address-conduit.c:1614 +#: ../addressbook/conduit/address-conduit.c:1615 msgid "Could not load address book" msgstr "முகவரி புத்தகத்தை ஏற்ற முடியவில்லை" -#: ../addressbook/conduit/address-conduit.c:1599 -#: ../addressbook/conduit/address-conduit.c:1602 +#: ../addressbook/conduit/address-conduit.c:1692 +#: ../addressbook/conduit/address-conduit.c:1695 msgid "Could not read pilot's Address application block" msgstr "பைலட் முகவரி பயன்பாட்டு பகுதியை படிக்க முடியவில்லை" @@ -595,13 +590,11 @@ msgstr "சான்றிதழ்கள்" msgid "Configure autocomplete here" msgstr "தானாக சரிபார்தல் பகுதியை இங்கே அமை" -#. ensure the group name is in current locale, not read from configuration #. Create the contacts group #: ../addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in.h:5 #: ../addressbook/gui/component/addressbook-view.c:1213 -#: ../calendar/gui/calendar-component.c:316 -#: ../calendar/gui/calendar-component.c:319 ../calendar/gui/migration.c:396 -#: ../plugins/exchange-operations/exchange-delegates-user.c:78 +#: ../calendar/gui/calendar-component.c:193 ../calendar/gui/migration.c:396 +#: ../plugins/exchange-operations/exchange-delegates-user.c:76 #: ../plugins/exchange-operations/exchange-folder.c:582 msgid "Contacts" msgstr "தொடர்புகள்" @@ -638,30 +631,26 @@ msgstr "எவல்யூஷன் அடைவுகளை அமைப்ப� msgid "Manage your S/MIME certificates here" msgstr "இங்கே உங்கள் S/MIME சான்றிதழ்களை நிர்வகிக்கலாம்" -#. ensure the group name is in current locale, not read from configuration -#. create the local source group -#. ensure the group name is in current locale, not read from configuration -#. create the local source group -#. ensure the group name is in current locale, not read from configuration -#. create the local source group -#. ensure the group name is in current locale, not read from configuration #. create the local source group #. On This Computer is always first and Search Folders is always last -#: ../addressbook/gui/component/addressbook-component.c:142 -#: ../addressbook/gui/component/addressbook-component.c:146 +#: ../addressbook/gui/component/addressbook-component.c:97 #: ../addressbook/gui/component/addressbook-migrate.c:500 -#: ../calendar/gui/calendar-component.c:243 -#: ../calendar/gui/calendar-component.c:247 -#: ../calendar/gui/memos-component.c:197 ../calendar/gui/memos-component.c:201 -#: ../calendar/gui/migration.c:475 ../calendar/gui/migration.c:577 -#: ../calendar/gui/migration.c:1091 ../calendar/gui/tasks-component.c:194 -#: ../calendar/gui/tasks-component.c:198 ../mail/em-folder-tree-model.c:200 -#: ../mail/em-folder-tree-model.c:202 ../mail/em-migrate.c:2990 -#: ../mail/mail-component.c:316 ../mail/mail-vfolder.c:223 +#: ../calendar/gui/calendar-component.c:192 +#: ../calendar/gui/memos-component.c:152 ../calendar/gui/migration.c:475 +#: ../calendar/gui/migration.c:577 ../calendar/gui/migration.c:1091 +#: ../calendar/gui/tasks-component.c:149 ../mail/em-folder-tree-model.c:203 +#: ../mail/em-folder-tree-model.c:205 ../mail/em-migrate.c:2890 +#: ../mail/mail-component.c:318 ../mail/mail-vfolder.c:217 #: ../mail/message-list.c:1517 msgid "On This Computer" msgstr "இந்த கணிப்பொறியில்" +#. Create the LDAP source group +#: ../addressbook/gui/component/addressbook-component.c:98 +#: ../addressbook/gui/component/addressbook-migrate.c:518 +msgid "On LDAP Servers" +msgstr "எல்டிஏபி(LDAP) சேவகனில்" + #. ensure the source name is in current locale, not read from configuration #. Create the default Person addressbook #. ensure the source name is in current locale, not read from configuration @@ -673,134 +662,181 @@ msgstr "இந்த கணிப்பொறியில்" #. ensure the source name is in current locale, not read from configuration #. Create the default Person addressbook #. orange -#: ../addressbook/gui/component/addressbook-component.c:154 -#: ../addressbook/gui/component/addressbook-component.c:157 +#: ../addressbook/gui/component/addressbook-component.c:135 +#: ../addressbook/gui/component/addressbook-component.c:138 #: ../addressbook/gui/component/addressbook-migrate.c:508 -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:21 #: ../addressbook/gui/widgets/eab-contact-display.c:652 -#: ../calendar/gui/calendar-component.c:255 -#: ../calendar/gui/calendar-component.c:261 -#: ../calendar/gui/memos-component.c:209 ../calendar/gui/memos-component.c:213 +#: ../calendar/gui/calendar-component.c:232 +#: ../calendar/gui/calendar-component.c:238 +#: ../calendar/gui/memos-component.c:190 ../calendar/gui/memos-component.c:194 #: ../calendar/gui/migration.c:485 ../calendar/gui/migration.c:585 -#: ../calendar/gui/migration.c:1099 ../calendar/gui/tasks-component.c:206 -#: ../calendar/gui/tasks-component.c:210 ../mail/em-migrate.c:1058 +#: ../calendar/gui/migration.c:1099 ../calendar/gui/tasks-component.c:187 +#: ../calendar/gui/tasks-component.c:191 ../mail/em-migrate.c:959 #: ../plugins/email-custom-header/email-custom-header.c:338 msgid "Personal" msgstr "தனிப்பட்ட" -#. ensure the group name is in current locale, not read from configuration -#. Create the LDAP source group -#: ../addressbook/gui/component/addressbook-component.c:168 -#: ../addressbook/gui/component/addressbook-component.c:171 -#: ../addressbook/gui/component/addressbook-migrate.c:518 -msgid "On LDAP Servers" -msgstr "எல்டிஏபி(LDAP) சேவகனில்" - # msgctxt "New" -#: ../addressbook/gui/component/addressbook-component.c:238 +#: ../addressbook/gui/component/addressbook-component.c:209 msgctxt "New" msgid "_Contact" msgstr "தொடர்பு (_C)" -#: ../addressbook/gui/component/addressbook-component.c:239 +#: ../addressbook/gui/component/addressbook-component.c:210 msgid "Create a new contact" msgstr "புதிய தொடர்புகளை உருவாக்கு" # msgctxt "New" -#: ../addressbook/gui/component/addressbook-component.c:246 +#: ../addressbook/gui/component/addressbook-component.c:217 msgctxt "New" msgid "Contact _List" msgstr "தொடர்பு பட்டியல் (_L)" -#: ../addressbook/gui/component/addressbook-component.c:247 +#: ../addressbook/gui/component/addressbook-component.c:218 msgid "Create a new contact list" msgstr "புதிய தொடர்பு பட்டியலை உருவாக்கு" -#: ../addressbook/gui/component/addressbook-component.c:253 -#: ../addressbook/gui/component/addressbook-config.c:1223 +#: ../addressbook/gui/component/addressbook-component.c:224 +#: ../addressbook/gui/component/addressbook-config.c:1247 msgid "New Address Book" msgstr "புதிய முகவரிப்புத்தகம்" # msgctxt "New" -#: ../addressbook/gui/component/addressbook-component.c:254 +#: ../addressbook/gui/component/addressbook-component.c:225 msgctxt "New" msgid "Address _Book" msgstr "முகவரி புத்தகம் (_B)" -#: ../addressbook/gui/component/addressbook-component.c:255 +#: ../addressbook/gui/component/addressbook-component.c:226 msgid "Create a new address book" msgstr "புதிய முகவரி புத்தகத்தை உருவாக்கு" -#: ../addressbook/gui/component/addressbook-component.c:418 +#: ../addressbook/gui/component/addressbook-component.c:389 msgid "Failed upgrading Address Book settings or folders." msgstr "முகவரிப்புத்தக அமைவுகள் மற்றும் அடைவுகளை மேம்படுத்த முடியவில்லை" -#: ../addressbook/gui/component/addressbook-config.c:332 +#: ../addressbook/gui/component/addressbook-config.c:217 +msgid "" +"Selecting this option means that Evolution will only connect to your LDAP " +"server if your LDAP server supports SSL." +msgstr "" +"உங்கள் எல்டிஏபி(LDAP) சேவையகம் SSL துணை இருந்தால் இதை வாய்ப்பினை தேர்வு செய்வதன் மூலம் " +"எவல்யூஷன் உங்களை எல்டிஏபி(LDAP) சேவையகத்துடன் இணைக்கும்." + +#: ../addressbook/gui/component/addressbook-config.c:219 +msgid "" +"Selecting this option means that Evolution will only connect to your LDAP " +"server if your LDAP server supports TLS." +msgstr "" +"உங்கள் எல்டிஏபி(LDAP) சேவையகம் TLS துணை இருந்தால் இதை வாய்ப்பினை தேர்வு செய்வதன் மூலம் " +"எவல்யூஷன் உங்களை எல்டிஏபி(LDAP) சேவையகத்துடன் இணைக்கும்." + +#: ../addressbook/gui/component/addressbook-config.c:221 +msgid "" +"Selecting this option means that your server does not support either SSL or " +"TLS. This means that your connection will be insecure, and that you will be " +"vulnerable to security exploits." +msgstr "" +"இதை தேர்வு செய்தால் உங்கள் சேவையகம் SSL மற்றும் TSL க்கான ஆதரவை தராது. உங்கள் இணைய " +"இணைப்பு பாதுகாப்பாக இருக்காது. தேவையற்ற மென்பொருள்கள் உங்கள் கணினியை தாக்கும் வாய்ப்பு " +"உள்ளது." + +#: ../addressbook/gui/component/addressbook-config.c:346 msgid "Base" msgstr "அடிப்படை" -#: ../addressbook/gui/component/addressbook-config.c:533 -#: ../calendar/gui/dialogs/calendar-setup.c:170 +#: ../addressbook/gui/component/addressbook-config.c:547 +#: ../calendar/gui/dialogs/calendar-setup.c:169 msgid "_Type:" msgstr "வகை (_T):" -#: ../addressbook/gui/component/addressbook-config.c:635 +#: ../addressbook/gui/component/addressbook-config.c:649 msgid "Copy _book content locally for offline operation" msgstr "(_b) இணைப்பில் இல்லாமல் பணிபுரிய புத்தக உள்ளடக்கங்களை நிலைவட்டில் நகலெடு " -#: ../addressbook/gui/component/addressbook-config.c:998 -#: ../addressbook/gui/component/ldap-config.glade.h:22 -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:21 -#: ../calendar/gui/dialogs/calendar-setup.c:368 -#: ../calendar/gui/dialogs/calendar-setup.c:379 -#: ../calendar/gui/dialogs/calendar-setup.c:390 -#: ../mail/em-folder-properties.c:283 ../mail/mail-config.glade.h:90 -#: ../plugins/itip-formatter/itip-formatter.c:2532 +#: ../addressbook/gui/component/addressbook-config.c:761 +msgid "" +"This is the port on the LDAP server that Evolution will try to connect to. A " +"list of standard ports has been provided. Ask your system administrator what " +"port you should specify." +msgstr "" +"இது எல்டாப் சேவகனில் உள்ள இணைப்புக்கு பயன்படும் துளையின் பெயர். இது போல் நிலையான " +"துளையின் பட்டியல் உள்ளது. நீங்கள் எந்த துளையை பயன்படுத்த வேண்டும் என்பதை உங்கள் கணினி " +"நிர்வாகியிடம் கேட்டு தெரிந்துகொள்ளுங்கள்.் " + +#: ../addressbook/gui/component/addressbook-config.c:839 +msgid "" +"This is the method Evolution will use to authenticate you. Note that " +"setting this to \"Email Address\" requires anonymous access to your LDAP " +"server." +msgstr "" +"எவல்யூஷன் உங்களை அனுமதிக்க பயன்படுத்தும் முறை. இதை \"Email Address\"அமைக்க LDAP " +"சேவையகத்திற்கு யார்வேண்டுமானாலும் அணுகுவதற்கான பெயரில்லா அனுமதியை தரவேண்டும்." + +#: ../addressbook/gui/component/addressbook-config.c:918 +msgid "" +"The search scope defines how deep you would like the search to extend down " +"the directory tree. A search scope of \"sub\" will include all entries below " +"your search base. A search scope of \"one\" will only include the entries " +"one level beneath your base." +msgstr "" +"தேடலின் எல்லை நீங்கள் எவ்வளவு ஆழமாக அடைவுகளுக்குள் தேட விரும்புகிறீர்கள் என்பதை " +"குறிப்பிடும். \"sub\" இன் எல்லை கீழ்கண்ட பாதைகளில் தேடும். \"one\" ஒரே ஒரு மட்டத்தில் " +"மட்டும் தேடல் பணியை செய்யும்." + +#: ../addressbook/gui/component/addressbook-config.c:1022 +#: ../addressbook/gui/component/ldap-config.glade.h:17 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:20 +#: ../calendar/gui/dialogs/calendar-setup.c:367 +#: ../calendar/gui/dialogs/calendar-setup.c:378 +#: ../calendar/gui/dialogs/calendar-setup.c:389 +#: ../mail/em-folder-properties.c:283 ../mail/mail-config.glade.h:95 +#: ../plugins/itip-formatter/itip-formatter.c:2543 #: ../smime/gui/smime-ui.glade.h:28 msgid "General" msgstr "பொது" -#: ../addressbook/gui/component/addressbook-config.c:999 -#: ../addressbook/gui/widgets/e-addressbook-view.c:554 +#: ../addressbook/gui/component/addressbook-config.c:1023 +#: ../addressbook/gui/widgets/e-addressbook-view.c:553 #: ../mail/importers/pine-importer.c:383 msgid "Address Book" msgstr "முகவரி புத்தகம்" -#: ../addressbook/gui/component/addressbook-config.c:1003 +#: ../addressbook/gui/component/addressbook-config.c:1027 msgid "Server Information" msgstr "சேவையக தகவல்" -#: ../addressbook/gui/component/addressbook-config.c:1005 +#: ../addressbook/gui/component/addressbook-config.c:1029 msgid "Authentication" msgstr "அங்கீகாரம்" -#: ../addressbook/gui/component/addressbook-config.c:1008 -#: ../addressbook/gui/component/ldap-config.glade.h:17 +#: ../addressbook/gui/component/addressbook-config.c:1032 +#: ../addressbook/gui/component/ldap-config.glade.h:15 #: ../smime/gui/smime-ui.glade.h:20 msgid "Details" msgstr "விவரம்" -#: ../addressbook/gui/component/addressbook-config.c:1009 -#: ../mail/em-folder-browser.c:1000 +#: ../addressbook/gui/component/addressbook-config.c:1033 +#: ../mail/em-folder-browser.c:1026 msgid "Searching" msgstr "தேடுகிறது" -#: ../addressbook/gui/component/addressbook-config.c:1011 +#: ../addressbook/gui/component/addressbook-config.c:1035 msgid "Downloading" msgstr "பதிவிறக்குகிறது" -#: ../addressbook/gui/component/addressbook-config.c:1221 -#: ../addressbook/gui/component/ldap-config.glade.h:11 +#: ../addressbook/gui/component/addressbook-config.c:1245 +#: ../addressbook/gui/component/ldap-config.glade.h:9 msgid "Address Book Properties" msgstr "முகவரி புத்தகத்தின் பண்புகள்" #: ../addressbook/gui/component/addressbook-migrate.c:74 -#: ../calendar/gui/migration.c:148 ../mail/em-migrate.c:1209 +#: ../calendar/gui/migration.c:148 ../mail/em-migrate.c:1109 msgid "Migrating..." msgstr "இடம்பெயர்கிறது..." #: ../addressbook/gui/component/addressbook-migrate.c:126 -#: ../calendar/gui/migration.c:195 ../mail/em-migrate.c:1268 +#: ../calendar/gui/migration.c:195 ../mail/em-migrate.c:1168 #, c-format msgid "Migrating '%s':" msgstr "இடம்பெயர்கிறது `%s':" @@ -857,18 +893,18 @@ msgstr "" "எவல்யூஷன் உங்கள் கையடக்க கணினி தகவல் ஒத்திசைதல் இடம்பெயர்க்கும் வரை காத்திருக்கவும்..." #: ../addressbook/gui/component/addressbook-view.c:422 -#: ../mail/em-folder-utils.c:448 +#: ../mail/em-folder-utils.c:453 #, c-format msgid "Rename the \"%s\" folder to:" msgstr "\"%s\" அடைவை இப்படி மறுபெயரிடு:" #: ../addressbook/gui/component/addressbook-view.c:425 -#: ../mail/em-folder-utils.c:450 +#: ../mail/em-folder-utils.c:455 msgid "Rename Folder" msgstr "அடைவிற்கு மறுபெயரிடு" #: ../addressbook/gui/component/addressbook-view.c:430 -#: ../mail/em-folder-utils.c:456 +#: ../mail/em-folder-utils.c:461 msgid "Folder names cannot contain '/'" msgstr "அடைவு பெயர் '/'ஐ கொண்டிருக்கக்கூடாது" @@ -881,19 +917,19 @@ msgid "Save As vCard..." msgstr "விகார்ட் ஆக சேமிக்கவும்..." #: ../addressbook/gui/component/addressbook-view.c:951 -#: ../calendar/gui/calendar-component.c:678 -#: ../calendar/gui/memos-component.c:509 ../calendar/gui/tasks-component.c:501 -#: ../mail/em-folder-tree.c:2132 ../ui/evolution-mail-list.xml.h:39 +#: ../calendar/gui/calendar-component.c:628 +#: ../calendar/gui/memos-component.c:481 ../calendar/gui/tasks-component.c:473 +#: ../mail/em-folder-tree.c:2055 ../ui/evolution-mail-list.xml.h:39 msgid "_Rename..." msgstr "(_R)மறுபெயரிடு" #: ../addressbook/gui/component/addressbook-view.c:954 -#: ../addressbook/gui/widgets/e-addressbook-view.c:955 -#: ../calendar/gui/calendar-component.c:681 -#: ../calendar/gui/e-calendar-table.c:1609 -#: ../calendar/gui/e-calendar-view.c:1797 ../calendar/gui/e-memo-table.c:939 -#: ../calendar/gui/memos-component.c:512 ../calendar/gui/tasks-component.c:504 -#: ../mail/em-folder-tree.c:2129 ../mail/em-folder-view.c:1342 +#: ../addressbook/gui/widgets/e-addressbook-view.c:954 +#: ../calendar/gui/calendar-component.c:631 +#: ../calendar/gui/e-calendar-table.c:1616 +#: ../calendar/gui/e-calendar-view.c:1833 ../calendar/gui/e-memo-table.c:954 +#: ../calendar/gui/memos-component.c:484 ../calendar/gui/tasks-component.c:476 +#: ../mail/em-folder-tree.c:2052 ../mail/em-folder-view.c:1340 #: ../ui/evolution-addressbook.xml.h:49 ../ui/evolution-calendar.xml.h:42 #: ../ui/evolution-mail-list.xml.h:35 ../ui/evolution-memos.xml.h:16 #: ../ui/evolution-tasks.xml.h:24 @@ -901,11 +937,10 @@ msgid "_Delete" msgstr "_D நீக்கு" #: ../addressbook/gui/component/addressbook-view.c:957 -#: ../calendar/gui/calendar-component.c:686 -#: ../calendar/gui/dialogs/comp-editor.c:2092 -#: ../calendar/gui/memos-component.c:517 ../calendar/gui/tasks-component.c:509 -#: ../composer/e-msg-composer.c:1040 ../mail/em-folder-tree.c:2138 -#: ../ui/evolution-addressbook.xml.h:59 ../ui/evolution-mail-list.xml.h:38 +#: ../calendar/gui/calendar-component.c:636 +#: ../calendar/gui/memos-component.c:489 ../calendar/gui/tasks-component.c:481 +#: ../mail/em-folder-tree.c:2061 ../ui/evolution-addressbook.xml.h:59 +#: ../ui/evolution-mail-list.xml.h:38 msgid "_Properties" msgstr "(_P)பண்புகள்" @@ -930,8 +965,8 @@ msgstr " %s க்கு கடவுச்சொல்லை உள்ளிட #: ../addressbook/gui/component/addressbook.c:222 #: ../calendar/common/authentication.c:51 -#: ../plugins/google-account-setup/google-source.c:422 -#: ../plugins/publish-calendar/publish-calendar.c:191 +#: ../plugins/google-account-setup/google-source.c:423 +#: ../plugins/publish-calendar/publish-calendar.c:208 #: ../smime/gui/component.c:49 msgid "Enter password" msgstr "கடவுச்சொல்லை உள்ளிடு" @@ -979,7 +1014,7 @@ msgid "URI for the folder last used in the select names dialog." msgstr "பெயர்களை தேர்ந்தெடு உரையாடலுக்கு கடைசியாக பயன்படுத்திய அடைவுக்கான யூஆர்ஐ(URI) " #: ../addressbook/gui/component/apps_evolution_addressbook.schemas.in.h:10 -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:80 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:83 msgid "Vertical pane position" msgstr "செங்குத்து பலக நிலை" @@ -998,7 +1033,6 @@ msgid "Always _show address of the autocompleted contact" msgstr "(_s) எப்போதும் தானியங்கி பூர்த்தியான தொடர்பின் முகவரியை காட்டு" #: ../addressbook/gui/component/autocompletion-config.c:180 -#| msgid "_Lookup in local address book only" msgid "Look up in address books" msgstr "முகவரி புத்தகங்களில் தேடு" @@ -1007,21 +1041,19 @@ msgid "1" msgstr "1" #: ../addressbook/gui/component/ldap-config.glade.h:2 -msgid "3268" -msgstr "3268" - -#: ../addressbook/gui/component/ldap-config.glade.h:3 -msgid "389" -msgstr "389" +msgid "" +"389\n" +"636\n" +"3268" +msgstr "" +"389\n" +"636\n" +"3268" -#: ../addressbook/gui/component/ldap-config.glade.h:4 +#: ../addressbook/gui/component/ldap-config.glade.h:5 msgid "5" msgstr "5" -#: ../addressbook/gui/component/ldap-config.glade.h:5 -msgid "636" -msgstr "636" - #: ../addressbook/gui/component/ldap-config.glade.h:6 msgid "<b>Authentication</b>" msgstr "<b>உறுதிப்படுத்து</b>" @@ -1034,144 +1066,70 @@ msgstr "<b>தரவிறக்குகிறது</b>" msgid "<b>Searching</b>" msgstr "<b>தேடுகிறது</b>" -#: ../addressbook/gui/component/ldap-config.glade.h:9 -msgid "<b>Type:</b>" -msgstr "<b>வகை:</b>" - #: ../addressbook/gui/component/ldap-config.glade.h:10 -msgid "Add Address Book" -msgstr "முகவரி புத்தகத்தை சேர்" - -#: ../addressbook/gui/component/ldap-config.glade.h:12 -#: ../mail/em-account-editor.c:760 -msgid "Always" -msgstr "எப்போதும்" - -#: ../addressbook/gui/component/ldap-config.glade.h:13 -msgid "Anonymously" -msgstr "பெயரில்லாத" +msgid "" +"Anonymously\n" +"Using email address\n" +"Using distinguished name (DN)" +msgstr "" +"அனாமதேயம் \n" +"மின்னஞ்சல் முகவரியை பயன்படுத்துகிறது \n" +"மாறுபட்ட பெயரை (DN) பயன்படுத்துகிறது " #. To translators: If enabled, addressbook will only fetch contacts from the server until either set time limit or amount of contacts limit reached -#: ../addressbook/gui/component/ldap-config.glade.h:15 +#: ../addressbook/gui/component/ldap-config.glade.h:14 msgid "B_rowse this book until limit reached" msgstr "(_r) வரையரை வரும் வரை இந்த புத்தகத்தை பார்வையிடு" #: ../addressbook/gui/component/ldap-config.glade.h:16 -msgid "Basic" -msgstr "அடிப்படை" - -#: ../addressbook/gui/component/ldap-config.glade.h:18 -msgid "Distinguished name" -msgstr "தனிபடுத்தப்பட்ட பெயர்கள்" - -#: ../addressbook/gui/component/ldap-config.glade.h:19 -msgid "Email address" -msgstr "மின்னஞ்சல் முகவரி" - -#: ../addressbook/gui/component/ldap-config.glade.h:20 msgid "Evolution will use this email address to authenticate you with the server." msgstr "உங்களை சேவனின் உறுப்பினராக அங்கீகரிக்க எவல்யூஷன் இந்த மின்னஞ்சல் முகவரியை பயன்படுத்தும்" -#: ../addressbook/gui/component/ldap-config.glade.h:21 -msgid "Find Possible Search Bases" -msgstr "முடிந்த வரை அடிப்படை தேடலை கண்டறி" - -#: ../addressbook/gui/component/ldap-config.glade.h:23 +#: ../addressbook/gui/component/ldap-config.glade.h:18 msgid "Lo_gin:" msgstr "_g உள்நுழை:" -#: ../addressbook/gui/component/ldap-config.glade.h:24 -#: ../mail/em-account-editor.c:759 -msgid "Never" -msgstr "எப்போதுமில்லை" - -#. Translators: This string is a "Use secure connection" option for -#. the Mailer. It will not use an encrypted connection. -#: ../addressbook/gui/component/ldap-config.glade.h:25 -#: ../mail/em-account-editor.c:287 -msgid "No encryption" -msgstr "குறியாக்கம் இல்லை" - -#: ../addressbook/gui/component/ldap-config.glade.h:26 -msgid "One" -msgstr "ஒன்று" +#: ../addressbook/gui/component/ldap-config.glade.h:19 +msgid "" +"One\n" +"Sub" +msgstr "" +"ஒன்று\n" +"துணை" -#. Translators: This string is a "Use secure connection" option for -#. the Mailer. SSL (Secure Sockets Layer) is commonly known by this -#. abbreviation. -#: ../addressbook/gui/component/ldap-config.glade.h:27 -#: ../mail/em-account-editor.c:295 -msgid "SSL encryption" -msgstr "SSL குறியாக்கம்" +#: ../addressbook/gui/component/ldap-config.glade.h:21 +msgid "" +"SSL encryption\n" +"TLS encryption\n" +"No encryption" +msgstr "" +"எஸ்எஸ்எல் குறியாக்கம்\n" +"டிஎல்எஸ்TLS குறியாக்கம்\n" +"குறியாக்கம் இல்லை" -#: ../addressbook/gui/component/ldap-config.glade.h:28 +#: ../addressbook/gui/component/ldap-config.glade.h:24 msgid "Search Filter" msgstr "தேடும் வடிப்பி" -#: ../addressbook/gui/component/ldap-config.glade.h:29 +#: ../addressbook/gui/component/ldap-config.glade.h:25 msgid "Search _base:" msgstr "_b அடிப்படை தேடல்கள்" -#: ../addressbook/gui/component/ldap-config.glade.h:30 +#: ../addressbook/gui/component/ldap-config.glade.h:26 msgid "Search _filter:" msgstr "_f வடிப்பியை தேடு: " -#: ../addressbook/gui/component/ldap-config.glade.h:31 -msgid "Search filter" -msgstr "வடிப்பியை தேடு" - -#: ../addressbook/gui/component/ldap-config.glade.h:32 -msgid "" -"Search filter is the type of the objects searched for, while performing the " -"search. If this is not modified, by default search will be performed on " -"objectclass of the type \"person\"." -msgstr "" -"தேடல் வடிகட்டி தேடும்போது பொருட்களை தேடும் பாங்கு உள்ளது. இதை மற்றாவிட்டால் முன்னிருப்பு " -"தேடல் \"person\" வகை (தனிமனிதன்) பொருள்வகுப்பு உடையதாகிவிடும்." - -#: ../addressbook/gui/component/ldap-config.glade.h:33 -msgid "" -"Selecting this option means that Evolution will only connect to your LDAP " -"server if your LDAP server supports SSL." -msgstr "" -"உங்கள் எல்டிஏபி(LDAP) சேவையகம் SSL துணை இருந்தால் இதை வாய்ப்பினை தேர்வு செய்வதன் மூலம் " -"எவல்யூஷன் உங்களை எல்டிஏபி(LDAP) சேவையகத்துடன் இணைக்கும்." - -#: ../addressbook/gui/component/ldap-config.glade.h:34 -msgid "" -"Selecting this option means that Evolution will only connect to your LDAP " -"server if your LDAP server supports TLS." -msgstr "" -"உங்கள் எல்டிஏபி(LDAP) சேவையகம் TLS துணை இருந்தால் இதை வாய்ப்பினை தேர்வு செய்வதன் மூலம் " -"எவல்யூஷன் உங்களை எல்டிஏபி(LDAP) சேவையகத்துடன் இணைக்கும்." - -#: ../addressbook/gui/component/ldap-config.glade.h:35 +#: ../addressbook/gui/component/ldap-config.glade.h:27 msgid "" -"Selecting this option means that your server does not support either SSL or " -"TLS. This means that your connection will be insecure, and that you will be " -"vulnerable to security exploits." -msgstr "" -"இதை தேர்வு செய்தால் உங்கள் சேவையகம் SSL மற்றும் TSL க்கான ஆதரவை தராது. உங்கள் இணைய " -"இணைப்பு பாதுகாப்பாக இருக்காது. தேவையற்ற மென்பொருள்கள் உங்கள் கணினியை தாக்கும் வாய்ப்பு " -"உள்ளது." +"Search filter is the type of object to be searched for. If this is not " +"modified, the default search will be performed on the type \"person\"." +msgstr "தேடல் வடிகட்டி என்பது தேடும்போது தேடும் பொருட்களின் வகை. இதை மாற்றாவிட்டால் முன்னிருப்பு தேடல் \"person\" வகை (தனிமனிதன்) ஆகிவிடும்." -#: ../addressbook/gui/component/ldap-config.glade.h:36 -msgid "Sub" -msgstr "துணை" - -#: ../addressbook/gui/component/ldap-config.glade.h:37 +#: ../addressbook/gui/component/ldap-config.glade.h:28 msgid "Supported Search Bases" msgstr "தேடல் அடிப்படைக்கான ஆதரவு" -#. Translators: This string is a "Use secure connection" option for -#. the Mailer. TLS (Transport Layer Security) is commonly known by -#. this abbreviation. -#: ../addressbook/gui/component/ldap-config.glade.h:38 -#: ../mail/em-account-editor.c:291 -msgid "TLS encryption" -msgstr "TLS குறியாக்கமுறை" - -#: ../addressbook/gui/component/ldap-config.glade.h:39 +#: ../addressbook/gui/component/ldap-config.glade.h:29 msgid "" "The search base is the distinguished name (DN) of the entry where your " "searches will begin. If you leave this blank, the search will begin at the " @@ -1180,24 +1138,13 @@ msgstr "" "இந்த தேடல் அடிப்படை வேறுபட்ட பெயர் (DN) உள்ளீடு கொண்டு எங்கு உங்கள் தேடல் தொடங்குமோ " "அங்கிருந்து துவங்கும். இதை வெற்றாக விட்டால், மூல அடைவில் இருந்து தேட துவங்கும்." -#: ../addressbook/gui/component/ldap-config.glade.h:40 -msgid "" -"The search scope defines how deep you would like the search to extend down " -"the directory tree. A search scope of \"sub\" will include all entries below " -"your search base. A search scope of \"one\" will only include the entries " -"one level beneath your base." -msgstr "" -"தேடலின் எல்லை நீங்கள் எவ்வளவு ஆழமாக அடைவுகளுக்குள் தேட விரும்புகிறீர்கள் என்பதை " -"குறிப்பிடும். \"sub\" இன் எல்லை கீழ்கண்ட பாதைகளில் தேடும். \"one\" ஒரே ஒரு மட்டத்தில் " -"மட்டும் தேடல் பணியை செய்யும்." - -#: ../addressbook/gui/component/ldap-config.glade.h:41 +#: ../addressbook/gui/component/ldap-config.glade.h:30 msgid "" "This is the full name of your LDAP server. For example, \"ldap.mycompany.com" "\"." msgstr "இது உங்கள் LDAP சேவகனின் முழு பெயர். உதாரணம், \"ldap.mycompany.com\"" -#: ../addressbook/gui/component/ldap-config.glade.h:42 +#: ../addressbook/gui/component/ldap-config.glade.h:31 msgid "" "This is the maximum number of entries to download. Setting this number to be " "too large will slow down your address book." @@ -1205,102 +1152,66 @@ msgstr "" "இது பதிவிறக்கம் செய்யவேண்டியவைகளின் அதிக பட்ச எண்ணிக்கை. இதை அதிகரித்தால் உங்கள் " "முகவரிப்புத்தகத்தை அணுகுவதில் தாமதம் ஏற்படும்." -#: ../addressbook/gui/component/ldap-config.glade.h:43 -msgid "" -"This is the method Evolution will use to authenticate you. Note that " -"setting this to \"Email Address\" requires anonymous access to your LDAP " -"server." -msgstr "" -"எவல்யூஷன் உங்களை அனுமதிக்க பயன்படுத்தும் முறை. இதை \"Email Address\"அமைக்க LDAP " -"சேவையகத்திற்கு யார்வேண்டுமானாலும் அணுகுவதற்கான பெயரில்லா அனுமதியை தரவேண்டும்." - -#: ../addressbook/gui/component/ldap-config.glade.h:44 +#: ../addressbook/gui/component/ldap-config.glade.h:32 msgid "" "This is the name for this server that will appear in your Evolution folder " "list. It is for display purposes only. " msgstr "இது எவல்யூஷன் அடைவில் தோன்றும் சேவகனின் பெயர். இது காட்சிக்கு மட்டுமே.பெயர்" -#: ../addressbook/gui/component/ldap-config.glade.h:45 -msgid "" -"This is the port on the LDAP server that Evolution will try to connect to. A " -"list of standard ports has been provided. Ask your system administrator what " -"port you should specify." -msgstr "" -"இது எல்டாப் சேவகனில் உள்ள இணைப்புக்கு பயன்படும் துளையின் பெயர். இது போல் நிலையான " -"துளையின் பட்டியல் உள்ளது. நீங்கள் எந்த துளையை பயன்படுத்த வேண்டும் என்பதை உங்கள் கணினி " -"நிர்வாகியிடம் கேட்டு தெரிந்துகொள்ளுங்கள்.் " - -#: ../addressbook/gui/component/ldap-config.glade.h:46 -msgid "Using distinguished name (DN)" -msgstr "மாறுபட்ட பெயரை (DN) பயன்படுத்துகிறது " - -#: ../addressbook/gui/component/ldap-config.glade.h:47 -msgid "Using email address" -msgstr "மின்னஞ்சல் முகவரியை பயன்படுத்திக்கொண்டிருக்கிறது." - -#: ../addressbook/gui/component/ldap-config.glade.h:48 -msgid "Whenever Possible" -msgstr "எப்போதெல்லாம் முடியுமோ" - -#: ../addressbook/gui/component/ldap-config.glade.h:49 -msgid "_Add Address Book" -msgstr "(_A)முகவரி புத்தகத்தை சேர்" - -#: ../addressbook/gui/component/ldap-config.glade.h:50 +#: ../addressbook/gui/component/ldap-config.glade.h:33 msgid "_Download limit:" msgstr "(_D)பதிவிறக்க எல்லை:" -#: ../addressbook/gui/component/ldap-config.glade.h:51 +#: ../addressbook/gui/component/ldap-config.glade.h:34 msgid "_Find Possible Search Bases" msgstr "(_F)இயன்ற அடிப்படை தேடல் கண்டறி" -#: ../addressbook/gui/component/ldap-config.glade.h:52 +#: ../addressbook/gui/component/ldap-config.glade.h:35 msgid "_Login method:" msgstr "உள் நுழையும் முறை: (_L)" -#: ../addressbook/gui/component/ldap-config.glade.h:53 -#: ../calendar/gui/dialogs/calendar-setup.c:227 -#: ../mail/mail-config.glade.h:178 +#: ../addressbook/gui/component/ldap-config.glade.h:36 +#: ../calendar/gui/dialogs/calendar-setup.c:226 +#: ../mail/mail-config.glade.h:176 #: ../plugins/groupwise-features/properties.glade.h:11 #: ../widgets/menus/gal-view-instance-save-as-dialog.glade.h:2 msgid "_Name:" msgstr "(_N)பெயர்:" -#: ../addressbook/gui/component/ldap-config.glade.h:54 +#: ../addressbook/gui/component/ldap-config.glade.h:37 msgid "_Port:" msgstr "(_P)முனையம்:" -#: ../addressbook/gui/component/ldap-config.glade.h:55 +#: ../addressbook/gui/component/ldap-config.glade.h:38 msgid "_Search scope:" msgstr "(_S)தேடல் எல்லை:" -#: ../addressbook/gui/component/ldap-config.glade.h:56 -#: ../mail/mail-config.glade.h:187 -#: ../plugins/publish-calendar/publish-calendar.glade.h:26 +#: ../addressbook/gui/component/ldap-config.glade.h:39 +#: ../mail/mail-config.glade.h:185 +#: ../plugins/publish-calendar/publish-calendar.glade.h:27 msgid "_Server:" msgstr "(_S)சேவகன்:" -#: ../addressbook/gui/component/ldap-config.glade.h:57 +#: ../addressbook/gui/component/ldap-config.glade.h:40 msgid "_Timeout:" msgstr "(_T)கால தாமதம்:" -#: ../addressbook/gui/component/ldap-config.glade.h:58 +#: ../addressbook/gui/component/ldap-config.glade.h:41 msgid "_Use secure connection:" msgstr "(_U)பாதுகாப்பான இணைப்பை பயன்படுத்து:" -#: ../addressbook/gui/component/ldap-config.glade.h:59 +#: ../addressbook/gui/component/ldap-config.glade.h:42 msgid "cards" msgstr "அட்டைகள்" -#: ../addressbook/gui/component/ldap-config.glade.h:60 +#: ../addressbook/gui/component/ldap-config.glade.h:43 #: ../calendar/gui/alarm-notify/alarm-notify.glade.h:10 -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:27 -#: ../calendar/gui/dialogs/event-page.glade.h:20 ../filter/filter.glade.h:17 -#: ../plugins/caldav/caldav-source.c:430 -#: ../plugins/calendar-http/calendar-http.c:279 -#: ../plugins/calendar-weather/calendar-weather.c:524 -#: ../plugins/google-account-setup/google-source.c:652 -#: ../plugins/google-account-setup/google-contacts-source.c:366 +#: ../calendar/gui/dialogs/event-page.glade.h:23 +#: ../plugins/caldav/caldav-source.c:411 +#: ../plugins/calendar-http/calendar-http.c:278 +#: ../plugins/calendar-weather/calendar-weather.c:523 +#: ../plugins/google-account-setup/google-source.c:653 +#: ../plugins/google-account-setup/google-contacts-source.c:330 msgid "minutes" msgstr "நிமிடங்கள்" @@ -1341,1312 +1252,279 @@ msgid "<b>Work</b>" msgstr "<b>வேலை</b>" #: ../addressbook/gui/contact-editor/contact-editor.glade.h:10 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:176 -#: ../addressbook/gui/widgets/eab-contact-display.c:605 -msgid "AIM" -msgstr "எய்ம்" - -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:11 #: ../calendar/gui/dialogs/event-page.glade.h:6 #: ../calendar/gui/dialogs/memo-page.glade.h:1 msgid "Ca_tegories..." msgstr "(_t)வகைகள்..." -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:12 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:266 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:11 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:262 #: ../addressbook/gui/contact-list-editor/e-contact-list-editor.c:1158 -#: ../addressbook/gui/widgets/e-minicard.c:199 +#: ../addressbook/gui/widgets/e-minicard.c:198 msgid "Contact" msgstr "தொடர்பு" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:13 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:543 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:558 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:2423 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:12 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:542 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:557 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:2443 msgid "Contact Editor" msgstr "தொடர்பு தொகுப்பி" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:14 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:13 msgid "Full _Name..." msgstr "முழு பெயர்(_N)..." -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:15 -#: ../composer/e-msg-composer.c:2473 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:14 msgid "Image" msgstr "உரு" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:16 -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:58 -msgid "MSN Messenger" -msgstr "MSN செய்தி அனுப்பி" - -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:17 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:15 msgid "Mailing Address" msgstr "அனுப்பவேண்டிய முகவரி" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:18 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:16 msgid "Nic_kname:" msgstr "புனைப்பெயர்(_k):" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:19 -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:54 -#| msgid "Novell Groupwise" -msgid "Novell GroupWise" -msgstr "நோவல் க்ரூப்வைஸ்" - -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:20 -msgid "Novell Groupwise" -msgstr "நோவல் க்ரூப்வைஸ்" - -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:22 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:17 msgid "Personal Information" msgstr "சொந்த தகவல்" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:23 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:18 msgid "Telephone" msgstr "தொலைபேசி" -#. red -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:24 -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:268 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:195 -#: ../addressbook/gui/widgets/eab-contact-display.c:57 -#: ../addressbook/gui/widgets/eab-contact-display.c:635 -#: ../mail/em-migrate.c:1057 -msgid "Work" -msgstr "வேலை" - -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:25 -#: ../addressbook/gui/contact-editor/fulladdr.glade.h:5 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:19 msgid "_Address:" msgstr "(_A)முகவரி" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:26 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:20 msgid "_Anniversary:" msgstr "ஆண்டு விழா: (_A)" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:27 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:21 msgid "_Assistant:" msgstr "உதவியாளர்: (_A)" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:28 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:22 msgid "_Birthday:" msgstr "பிறந்தநாள்:(_B)" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:29 -#: ../calendar/gui/dialogs/event-page.c:792 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:23 +#: ../calendar/gui/dialogs/event-page.c:805 #: ../calendar/gui/dialogs/event-page.glade.h:14 -#: ../plugins/itip-formatter/itip-view.c:1909 +#: ../plugins/itip-formatter/itip-view.c:1910 msgid "_Calendar:" msgstr "நாள்காட்டி:(_C)" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:30 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:24 msgid "_City:" msgstr "நகரம்: (_C)" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:31 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:25 msgid "_Company:" msgstr "நிறுவனம்: (_C)" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:32 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:26 msgid "_Country:" msgstr "நாடு: (_C)" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:33 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:27 msgid "_Department:" msgstr "துறை: (_D)" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:34 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:28 msgid "_File under:" msgstr "(_F)கோப்பின் கீழ்:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:35 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:29 msgid "_Free/Busy:" msgstr "ஓய்வு/பணியில்: (_F)" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:36 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:30 msgid "_Home Page:" msgstr "முதன்மை பக்கம்: (_H)" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:37 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:31 msgid "_Manager:" msgstr "மேலாளர்: (_M)" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:38 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:32 msgid "_Notes:" msgstr "குறிப்புகள்: (_N)" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:39 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:33 msgid "_Office:" msgstr "அலுவலகம்: (_O)" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:40 -#: ../addressbook/gui/contact-editor/fulladdr.glade.h:6 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:34 msgid "_PO Box:" msgstr "(_P)தபால் பெட்டி எண்:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:41 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:35 msgid "_Profession:" msgstr "வேலை: (_P)" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:42 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:36 msgid "_Spouse:" msgstr "துணைவர்: (_S)" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:43 -#: ../addressbook/gui/contact-editor/fulladdr.glade.h:7 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:37 msgid "_State/Province:" msgstr "(_S)மாநிலம்/பிரதேசம்:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:44 -#: ../addressbook/gui/contact-editor/fullname.glade.h:17 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:38 +#: ../addressbook/gui/contact-editor/fullname.glade.h:19 msgid "_Title:" msgstr "(_T)தலைப்பு:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:45 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:39 msgid "_Video Chat:" msgstr "வீடியோ அரட்டை: (_V)" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:46 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:40 msgid "_Wants to receive HTML mail" msgstr "HTML மின்னஞ்சலை பெற வேண்டுமா (_W)" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:47 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:41 msgid "_Web Log:" msgstr "இணைய பதிவு: (_W)" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:48 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:42 #: ../addressbook/gui/contact-list-editor/contact-list-editor.glade.h:7 msgid "_Where:" msgstr "(_W) எங்கே:" -#: ../addressbook/gui/contact-editor/contact-editor.glade.h:49 +#: ../addressbook/gui/contact-editor/contact-editor.glade.h:43 msgid "_Zip/Postal Code:" msgstr "அஞ்சல் குறியீடு: (_Z)" -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:91 -#: ../addressbook/gui/widgets/eab-contact-display.c:632 -#: ../addressbook/gui/widgets/eab-contact-display.c:647 -msgid "Address" -msgstr "முகவரி" +#: ../addressbook/gui/contact-editor/e-contact-editor-fullname.c:85 +#: ../mail/em-mailer-prefs.c:475 +#: ../plugins/exchange-operations/exchange-delegates.c:954 +#: ../plugins/exchange-operations/exchange-permissions-dialog.c:706 +#: ../plugins/plugin-manager/plugin-manager.c:57 +#: ../widgets/menus/gal-define-views-dialog.c:346 +#: ../widgets/menus/gal-view-instance-save-as-dialog.c:90 +#: ../widgets/menus/gal-view-new-dialog.c:63 +msgid "Name" +msgstr "பெயர்" -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:98 #: ../addressbook/gui/contact-editor/e-contact-editor-fullname.c:91 -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:173 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:294 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:290 #: ../addressbook/gui/contact-list-editor/e-contact-list-editor.c:1178 #: ../addressbook/gui/widgets/e-addressbook-model.c:325 #: ../addressbook/gui/widgets/e-addressbook-reflow-adapter.c:419 -#: ../addressbook/gui/widgets/e-minicard-label.c:165 +#: ../addressbook/gui/widgets/e-minicard-label.c:164 #: ../addressbook/gui/widgets/e-minicard-view-widget.c:131 #: ../addressbook/gui/widgets/e-minicard-view.c:545 -#: ../addressbook/gui/widgets/e-minicard.c:192 +#: ../addressbook/gui/widgets/e-minicard.c:191 #: ../widgets/menus/gal-define-views-model.c:178 -#: ../widgets/table/e-cell-text.c:1822 ../widgets/text/e-text.c:3688 -#: ../widgets/text/e-text.c:3689 +#: ../widgets/table/e-cell-text.c:1828 ../widgets/text/e-text.c:3689 +#: ../widgets/text/e-text.c:3690 msgid "Editable" msgstr "தொகுக்கக்கூடிய" -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:131 -msgid "United States" -msgstr "அமெரிக ஐக்கிய நாடுகள்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:132 -msgid "Afghanistan" -msgstr "ஆப்கானிஸ்தான்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:133 -msgid "Albania" -msgstr "அல்பேனியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:134 -msgid "Algeria" -msgstr "அல்ஜீரியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:135 -msgid "American Samoa" -msgstr "அமெரிக்கன் சமோ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:136 -msgid "Andorra" -msgstr "அன்டோரா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:137 -msgid "Angola" -msgstr "அங்கோலா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:138 -msgid "Anguilla" -msgstr "அங்குல்லா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:139 -msgid "Antarctica" -msgstr "அண்டார்ட்டிக்கா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:140 -msgid "Antigua And Barbuda" -msgstr "ஆன்டிக்குவா மற்றும் பார்புடா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:141 -msgid "Argentina" -msgstr "அர்ஜென்டினா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:142 -msgid "Armenia" -msgstr "அர்மெனியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:143 -msgid "Aruba" -msgstr "அருபா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:144 -msgid "Australia" -msgstr "ஆஸ்திரேலியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:145 -msgid "Austria" -msgstr "ஆஸ்திரியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:146 -msgid "Azerbaijan" -msgstr "அசர்பஜான்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:147 -msgid "Bahamas" -msgstr "பஹாமா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:148 -msgid "Bahrain" -msgstr "பஹ்ரெயின்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:149 -msgid "Bangladesh" -msgstr "பங்ளாதேஷ்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:150 -msgid "Barbados" -msgstr "பார்படாஸ்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:151 -msgid "Belarus" -msgstr "பெலாருஸ்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:152 -msgid "Belgium" -msgstr "பெல்ஜியம்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:153 -msgid "Belize" -msgstr "பெலிஸ்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:154 -msgid "Benin" -msgstr "பெனின்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:155 -msgid "Bermuda" -msgstr "பெர்முடா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:156 -msgid "Bhutan" -msgstr "பூட்டான்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:157 -msgid "Bolivia" -msgstr "பொலிவியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:158 -msgid "Bosnia And Herzegowina" -msgstr "போஸ்னியா மற்றும் ஹர்சேகோவினா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:159 -msgid "Botswana" -msgstr "போஸ்வானா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:160 -msgid "Bouvet Island" -msgstr "போவெட் தீவு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:161 -msgid "Brazil" -msgstr "ப்ரேசில்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:162 -msgid "British Indian Ocean Territory" -msgstr "ப்ரிடீஸ் இந்திய பெருங்கடல் பிரதேசம்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:163 -msgid "Brunei Darussalam" -msgstr "ப்ரூனே தருசலம்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:164 -msgid "Bulgaria" -msgstr "பல்கேரியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:165 -msgid "Burkina Faso" -msgstr "ப்ருகினா பாசோ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:166 -msgid "Burundi" -msgstr "ப்ருன்டி" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:167 -msgid "Cambodia" -msgstr "கம்போடியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:168 -msgid "Cameroon" -msgstr "கேமரூன்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:169 -msgid "Canada" -msgstr "கனடா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:170 -msgid "Cape Verde" -msgstr "கேப் வெர்டி" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:171 -msgid "Cayman Islands" -msgstr "சைமன் தீவு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:172 -msgid "Central African Republic" -msgstr "மத்திய ஆப்ரிக்க குடியரசு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:173 -msgid "Chad" -msgstr "சாட்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:174 -msgid "Chile" -msgstr "சிலி" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:175 -msgid "China" -msgstr "சீனா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:176 -msgid "Christmas Island" -msgstr "கிறிஸ்துமஸ் தீவுதீவு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:177 -msgid "Cocos (Keeling) Islands" -msgstr "கோகோஸ்(கீலிங்) தீவு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:178 -msgid "Colombia" -msgstr "கொலம்பியா்பியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:179 -msgid "Comoros" -msgstr "கோமொரொஸ்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:180 -msgid "Congo" -msgstr "காங்கோ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:181 -msgid "Congo, The Democratic Republic Of The" -msgstr "காங்கோ குடியரசின்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:182 -msgid "Cook Islands" -msgstr "குக் தீவு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:183 -msgid "Costa Rica" -msgstr "கோஸ்டா ரிக்கா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:184 -msgid "Cote d'Ivoire" -msgstr "கோட் டில்வொரி" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:185 -msgid "Croatia" -msgstr "கொரிட்டா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:186 -msgid "Cuba" -msgstr "க்யூபா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:187 -msgid "Cyprus" -msgstr "சைப்ரஸ்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:188 -msgid "Czech Republic" -msgstr "செக் குடியரசு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:189 -msgid "Denmark" -msgstr "டென்மார்க்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:190 -msgid "Djibouti" -msgstr "டிஜ்பொட்டி" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:191 -msgid "Dominica" -msgstr "டொம்னிக்கா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:192 -msgid "Dominican Republic" -msgstr "சொமினிக் குடியரசு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:193 -msgid "Ecuador" -msgstr "ஈக்வடார்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:194 -msgid "Egypt" -msgstr "எகிப்து" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:195 -msgid "El Salvador" -msgstr "எல் சால்வடார்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:196 -msgid "Equatorial Guinea" -msgstr "ஈக்வடோசியல் கினியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:197 -msgid "Eritrea" -msgstr "எரிட்ரிய" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:198 -msgid "Estonia" -msgstr "எஸ்தோனியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:199 -msgid "Ethiopia" -msgstr "எதியோப்பியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:200 -msgid "Falkland Islands" -msgstr "ஃபிளாங்லான் தீவு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:201 -msgid "Faroe Islands" -msgstr "ஃபோரி தீவு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:202 -msgid "Fiji" -msgstr "பிஜி" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:203 -msgid "Finland" -msgstr "பின்லாந்து" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:204 -msgid "France" -msgstr "ஃப்ரான்ஸ்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:205 -msgid "French Guiana" -msgstr "ஃப்ரெஞ்ச் கையானா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:206 -msgid "French Polynesia" -msgstr "ஃப்ரெஞ்ச் பாலினேசியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:207 -msgid "French Southern Territories" -msgstr "ஃப்ரெஞ்ச் தெற்கு பிரதேசம்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:208 -msgid "Gabon" -msgstr "கபான்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:209 -msgid "Gambia" -msgstr "ஜாம்பியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:210 -msgid "Georgia" -msgstr "ஜியார்ஜியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:211 -msgid "Germany" -msgstr "ஜெர்மனி" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:212 -msgid "Ghana" -msgstr "கானா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:213 -msgid "Gibraltar" -msgstr "கிப்ரால்டர்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:214 -msgid "Greece" -msgstr "க்ரீஸ்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:215 -msgid "Greenland" -msgstr "க்ரீன்லாந்து" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:216 -msgid "Grenada" -msgstr "க்ரெனடா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:217 -msgid "Guadeloupe" -msgstr "க்வாடிலோப்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:218 -msgid "Guam" -msgstr "க்கம்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:219 -msgid "Guatemala" -msgstr "க்வாதிமாலா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:220 -msgid "Guernsey" -msgstr "க்ரென்சி" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:221 -msgid "Guinea" -msgstr "கினியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:222 -msgid "Guinea-Bissau" -msgstr "கினியா-பிசாயு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:223 -msgid "Guyana" -msgstr "கயானா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:224 -msgid "Haiti" -msgstr "ஹைடி" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:225 -msgid "Heard And McDonald Islands" -msgstr "ஹார்ட் மற்றும் மெக்டொனால் தீவுகள்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:226 -msgid "Holy See" -msgstr "ஹோலி சீ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:227 -msgid "Honduras" -msgstr "ஹோன்டுராஸ்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:228 -msgid "Hong Kong" -msgstr "ஹாங்காங்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:229 -msgid "Hungary" -msgstr "ஹங்கேரி" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:230 -msgid "Iceland" -msgstr "ஐஸ்லாந்து" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:231 -msgid "India" -msgstr "இந்தியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:232 -msgid "Indonesia" -msgstr "இந்தோனேசியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:233 -msgid "Iran" -msgstr "ஈரான்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:234 -msgid "Iraq" -msgstr "ஈராக்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:235 -msgid "Ireland" -msgstr "அயர்லாந்து" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:236 -msgid "Isle of Man" -msgstr "இஸ்லி ஆஃப் மேன்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:237 -msgid "Israel" -msgstr "இஸ்ரேல்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:238 -msgid "Italy" -msgstr "இத்தாலி" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:239 -msgid "Jamaica" -msgstr "ஜமைக்கா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:240 -msgid "Japan" -msgstr "ஜப்பான்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:241 -msgid "Jersey" -msgstr "ஜெர்சி" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:242 -msgid "Jordan" -msgstr "ஜோர்டான்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:243 -msgid "Kazakhstan" -msgstr "கசகிஸ்தான்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:244 -msgid "Kenya" -msgstr "கென்யா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:245 -msgid "Kiribati" -msgstr "க்ரிபட்டி" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:246 -msgid "Korea, Democratic People's Republic Of" -msgstr "கொரியா, குடியரசு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:247 -msgid "Korea, Republic Of" -msgstr "கொரியா, குடியரசு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:248 -msgid "Kuwait" -msgstr "குவைத்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:249 -msgid "Kyrgyzstan" -msgstr "கிரிகிஸ்தான்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:250 -msgid "Laos" -msgstr "லாவோஸ்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:251 -msgid "Latvia" -msgstr "லாத்வியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:252 -msgid "Lebanon" -msgstr "லெபனான்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:253 -msgid "Lesotho" -msgstr "லெஸத்தோ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:254 -msgid "Liberia" -msgstr "லாபேரியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:255 -msgid "Libya" -msgstr "லிபியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:256 -msgid "Liechtenstein" -msgstr "லிசன்ஸ்டைன்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:257 -msgid "Lithuania" -msgstr "லிதுவேனியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:258 -msgid "Luxembourg" -msgstr "லக்ஸம்பர்க்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:259 -msgid "Macao" -msgstr "மகாவோ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:260 -msgid "Macedonia" -msgstr "மெசிடோனியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:261 -msgid "Madagascar" -msgstr "மடகாஸ்கர்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:262 -msgid "Malawi" -msgstr "மாலாவி" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:263 -msgid "Malaysia" -msgstr "மலேசியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:264 -msgid "Maldives" -msgstr "மாலதீவு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:265 -msgid "Mali" -msgstr "மாலி" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:266 -msgid "Malta" -msgstr "மால்டா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:267 -msgid "Marshall Islands" -msgstr "மார்ஷெல் தீவு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:268 -msgid "Martinique" -msgstr "மார்டினிக்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:269 -msgid "Mauritania" -msgstr "மாரிடேனியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:270 -msgid "Mauritius" -msgstr "மொரீஷியஸ்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:271 -msgid "Mayotte" -msgstr "மயோதி" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:272 -msgid "Mexico" -msgstr "மெக்ஸிகோ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:273 -msgid "Micronesia" -msgstr "மெக்ரோனிசியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:274 -msgid "Moldova, Republic Of" -msgstr "மால்டோவா குடியரசு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:275 -msgid "Monaco" -msgstr "மொனாக்கோ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:276 -msgid "Mongolia" -msgstr "மங்கோலியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:277 -msgid "Montserrat" -msgstr "மோன்ஸிராட்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:278 -msgid "Morocco" -msgstr "மொரோக்கோ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:279 -msgid "Mozambique" -msgstr "மொசாம்பிக்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:280 -msgid "Myanmar" -msgstr "மியான்மர்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:281 -msgid "Namibia" -msgstr "நமீபியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:282 -msgid "Nauru" -msgstr "நௌரு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:283 -msgid "Nepal" -msgstr "நேபால்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:284 -msgid "Netherlands" -msgstr "நெதர்லாந்து" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:285 -msgid "Netherlands Antilles" -msgstr "நெதர்லாந்து ஆன்டிலிஸ்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:286 -msgid "New Caledonia" -msgstr "நியூ காலிடொனியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:287 -msgid "New Zealand" -msgstr "நியூசிலாந்து" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:288 -msgid "Nicaragua" -msgstr "நிகராகுவா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:289 -msgid "Niger" -msgstr "நிகெர்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:290 -msgid "Nigeria" -msgstr "நைஜீரியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:291 -msgid "Niue" -msgstr "நியு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:292 -msgid "Norfolk Island" -msgstr "நொர்ஃபோக் தீவு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:293 -msgid "Northern Mariana Islands" -msgstr "வடக்கு மெரைனா தீவுகள்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:294 -msgid "Norway" -msgstr "நார்வே" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:295 -msgid "Oman" -msgstr "ஓமன்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:296 -msgid "Pakistan" -msgstr "பாகிஸ்தான்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:297 -msgid "Palau" -msgstr "பாலௌ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:298 -msgid "Palestinian Territory" -msgstr "பாலஸ்தீனிய பிரதேசம்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:299 -msgid "Panama" -msgstr "பனாமா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:300 -msgid "Papua New Guinea" -msgstr "பாபௌ நியூ கினியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:301 -msgid "Paraguay" -msgstr "பராகுவே" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:302 -msgid "Peru" -msgstr "பெரு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:303 -msgid "Philippines" -msgstr "பிலிப்பைன்ஸ்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:304 -msgid "Pitcairn" -msgstr "பிட்கேரின்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:305 -msgid "Poland" -msgstr "போலந்து" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:306 -msgid "Portugal" -msgstr "போர்சுகல்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:307 -msgid "Puerto Rico" -msgstr "பௌட்டோ ரிக்கோ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:308 -msgid "Qatar" -msgstr "கதார்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:309 -msgid "Reunion" -msgstr "ரீயூனியன்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:310 -msgid "Romania" -msgstr "ரோமானியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:311 -msgid "Russian Federation" -msgstr "ரஸ்யன் ஃபெடரேஷன்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:312 -msgid "Rwanda" -msgstr "ருவான்டா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:313 -msgid "Saint Kitts And Nevis" -msgstr "செயின் கிட்ட்ஸ் மற்றும் நெவிஸ்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:314 -msgid "Saint Lucia" -msgstr "செயின்ட் லூசியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:315 -msgid "Saint Vincent And The Grenadines" -msgstr "செயின்ட் வின்ஸ்சென்ட் மற்றும் க்ரீனாடைன்ஸ்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:316 -msgid "Samoa" -msgstr "சாமௌ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:317 -msgid "San Marino" -msgstr "சான் மரினோ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:318 -msgid "Sao Tome And Principe" -msgstr "சயோ டோம் மற்றும் பிரின்ஸ்ப்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:319 -msgid "Saudi Arabia" -msgstr "சௌதி அரேபியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:320 -msgid "Senegal" -msgstr "செனெகல்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:321 -msgid "Serbia And Montenegro" -msgstr "செர்பியா மற்றும் மொன்டெனெங்ரோ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:322 -msgid "Seychelles" -msgstr "செய்செல்லெஸ்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:323 -msgid "Sierra Leone" -msgstr "சியரா லியோன்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:324 -msgid "Singapore" -msgstr "சிங்கபூர்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:325 -msgid "Slovakia" -msgstr "ஸ்லோவோக்கியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:326 -msgid "Slovenia" -msgstr "ஸ்லோவேனியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:327 -msgid "Solomon Islands" -msgstr "சாலமொன் தீவுகள்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:328 -msgid "Somalia" -msgstr "சோமாலியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:329 -msgid "South Africa" -msgstr "தென் ஆப்ரிக்கா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:330 -msgid "South Georgia And The South Sandwich Islands" -msgstr "தெற்கு ஜியார்ஜியா மற்றும் தெற்கு சான்விச் தீவுகள்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:331 -msgid "Spain" -msgstr "ஸ்பெயின் " - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:332 -msgid "Sri Lanka" -msgstr "இலங்கை" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:333 -msgid "St. Helena" -msgstr "செயின்ட் ஹெலெனா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:334 -msgid "St. Pierre And Miquelon" -msgstr "செயின்ட் பிரி மற்றும் மிஃயூலான்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:335 -msgid "Sudan" -msgstr "சூடான்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:336 -msgid "Suriname" -msgstr "சுரினாம்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:337 -msgid "Svalbard And Jan Mayen Islands" -msgstr "ஸ்வால்பார் மற்றும் ஜான் மாயென் தீவுகள்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:338 -msgid "Swaziland" -msgstr "ஸ்வாசிலாந்து" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:339 -msgid "Sweden" -msgstr "ஸ்வீடன்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:340 -msgid "Switzerland" -msgstr "சுவிசர்லாந்து" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:341 -msgid "Syria" -msgstr "சிரியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:342 -msgid "Taiwan" -msgstr "தாய்வான்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:343 -msgid "Tajikistan" -msgstr "தஜிகிஸ்தான்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:344 -msgid "Tanzania, United Republic Of" -msgstr "தான்சானியா குடியரசு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:345 -msgid "Thailand" -msgstr "தாய்லாந்து" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:346 -msgid "Timor-Leste" -msgstr "திமோர்-லெஸ்டி" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:347 -msgid "Togo" -msgstr "டோகோ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:348 -msgid "Tokelau" -msgstr "டோகெலௌ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:349 -msgid "Tonga" -msgstr "தாங்கோ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:350 -msgid "Trinidad And Tobago" -msgstr "டிரினிடாட் மற்றும் டொபாகோ" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:351 -msgid "Tunisia" -msgstr "டுனீஷியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:352 -msgid "Turkey" -msgstr "துருக்கி" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:353 -msgid "Turkmenistan" -msgstr "துர்க்மெனிஸ்தான்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:354 -msgid "Turks And Caicos Islands" -msgstr "துர்க்ஸ் மற்றும் காய்கோஸ் தீவுகள்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:355 -msgid "Tuvalu" -msgstr "துவாலு" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:356 -msgid "Uganda" -msgstr "உகாண்டா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:357 -msgid "Ukraine" -msgstr "உக்ரெயின்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:358 -msgid "United Arab Emirates" -msgstr "யுனெய்டர் அரப் எமிரேட்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:359 -msgid "United Kingdom" -msgstr "யுனைட்டட் கிங்டம்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:360 -msgid "United States Minor Outlying Islands" -msgstr "அமெரிக்க ஐக்கிய மைனர் அவுட்லேயிங் தீவுகள்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:361 -msgid "Uruguay" -msgstr "உருகுவே" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:362 -msgid "Uzbekistan" -msgstr "உஸ்பெகிஸ்தான்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:363 -msgid "Vanuatu" -msgstr "வனாட்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:364 -msgid "Venezuela" -msgstr "வெனிசூலா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:365 -msgid "Viet Nam" -msgstr "வியட்னாம்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:366 -msgid "Virgin Islands, British" -msgstr "வெர்ஜின் தீவுகள், ப்ரிடீஷ்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:367 -msgid "Virgin Islands, U.S." -msgstr "வெர்ஜின் தீவுகள் , U.S." - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:368 -msgid "Wallis And Futuna Islands" -msgstr "வாலிஸ் மற்றும் ஃபுட்னா தீவுகள்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:369 -msgid "Western Sahara" -msgstr "மேற்கு சஹாரா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:370 -msgid "Yemen" -msgstr "யேமன்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:371 -msgid "Zambia" -msgstr "ஜாம்பியா" - -#: ../addressbook/gui/contact-editor/e-contact-editor-address.c:372 -msgid "Zimbabwe" -msgstr "ஜிம்பாப்வே" - -#: ../addressbook/gui/contact-editor/e-contact-editor-fullname.c:85 -#: ../mail/em-mailer-prefs.c:467 -#: ../plugins/exchange-operations/exchange-delegates.c:954 -#: ../plugins/exchange-operations/exchange-permissions-dialog.c:711 -#: ../plugins/plugin-manager/plugin-manager.c:57 -#: ../plugins/save-attachments/save-attachments.c:351 -#: ../widgets/menus/gal-define-views-dialog.c:346 -#: ../widgets/menus/gal-view-instance-save-as-dialog.c:90 -#: ../widgets/menus/gal-view-new-dialog.c:63 -msgid "Name" -msgstr "பெயர்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:53 -msgid "AOL Instant Messenger" -msgstr "ஏஓஎல் உடனுக்குடன் செய்தி அனுப்பி" +#: ../addressbook/gui/contact-editor/e-contact-editor.c:172 +#: ../addressbook/gui/widgets/eab-contact-display.c:605 +msgid "AIM" +msgstr "எய்ம்" -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:55 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:177 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:173 #: ../addressbook/gui/widgets/eab-contact-display.c:608 msgid "Jabber" msgstr "ஜாப்பர்" -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:56 -msgid "Yahoo Messenger" -msgstr "யாகூ செய்தி அனுப்பி" +#: ../addressbook/gui/contact-editor/e-contact-editor.c:174 +#: ../addressbook/gui/widgets/eab-contact-display.c:610 +msgid "Yahoo" +msgstr "யாகூ" -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:57 -msgid "Gadu-Gadu Messenger" -msgstr "காடு-காடு செய்தி அனுப்புபவர்" +#: ../addressbook/gui/contact-editor/e-contact-editor.c:175 +#: ../addressbook/gui/widgets/eab-contact-display.c:611 +msgid "Gadu-Gadu" +msgstr "காடு-காடு" + +#: ../addressbook/gui/contact-editor/e-contact-editor.c:176 +#: ../addressbook/gui/widgets/eab-contact-display.c:609 +msgid "MSN" +msgstr "எம்எஸ்என்" -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:59 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:181 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:177 #: ../addressbook/gui/widgets/eab-contact-display.c:607 msgid "ICQ" msgstr "ஐஸீக்யூ" -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:60 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:183 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:178 +#: ../addressbook/gui/widgets/eab-contact-display.c:606 +msgid "GroupWise" +msgstr "க்ரூப்வைஸ்" + +#: ../addressbook/gui/contact-editor/e-contact-editor.c:179 #: ../addressbook/gui/widgets/eab-contact-display.c:612 -#| msgid "Type" msgid "Skype" msgstr "ஸ்கைபி" -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:150 -msgid "Service" -msgstr "சேவைகள்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:159 -#: ../calendar/gui/caltypes.xml.h:12 -#: ../calendar/gui/e-cal-list-view.etspec.h:3 ../mail/message-list.etspec.h:9 -#: ../plugins/publish-calendar/publish-calendar.c:694 -#: ../plugins/save-calendar/csv-format.c:376 -msgid "Location" -msgstr "இடம்" - -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:166 -msgid "Username" -msgstr "பயனீடாளர் பெயர்" +#. red +#: ../addressbook/gui/contact-editor/e-contact-editor.c:191 +#: ../addressbook/gui/widgets/eab-contact-display.c:57 +#: ../addressbook/gui/widgets/eab-contact-display.c:635 +#: ../mail/em-migrate.c:958 +msgid "Work" +msgstr "வேலை" -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:264 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:196 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:192 #: ../addressbook/gui/widgets/eab-contact-display.c:58 msgid "Home" msgstr "இல்லம்" -#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:272 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:197 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:193 #: ../addressbook/gui/widgets/eab-contact-display.c:59 #: ../addressbook/gui/widgets/eab-contact-display.c:519 -#: ../calendar/gui/e-calendar-view.c:2259 +#: ../calendar/gui/e-calendar-view.c:2296 msgid "Other" msgstr "மற்றவை" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:178 -#: ../addressbook/gui/widgets/eab-contact-display.c:610 -msgid "Yahoo" -msgstr "யாகூ" - -#: ../addressbook/gui/contact-editor/e-contact-editor.c:179 -#: ../addressbook/gui/widgets/eab-contact-display.c:611 -msgid "Gadu-Gadu" -msgstr "காடு-காடு" - -#: ../addressbook/gui/contact-editor/e-contact-editor.c:180 -#: ../addressbook/gui/widgets/eab-contact-display.c:609 -msgid "MSN" -msgstr "எம்எஸ்என்" - -#: ../addressbook/gui/contact-editor/e-contact-editor.c:182 -#: ../addressbook/gui/widgets/eab-contact-display.c:606 -msgid "GroupWise" -msgstr "க்ரூப்வைஸ்" - -#: ../addressbook/gui/contact-editor/e-contact-editor.c:252 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:248 msgid "Source Book" msgstr "மூல புத்தகம்" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:259 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:255 msgid "Target Book" msgstr "சேரும் புத்தகம்" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:273 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:269 msgid "Is New Contact" msgstr "புதிய தொடர்பு" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:280 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:276 msgid "Writable Fields" msgstr "எழுதக்கூடிய புலங்கள்" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:287 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:283 msgid "Required Fields" msgstr "தேவையான புலங்கள்" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:301 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:297 msgid "Changed" msgstr "மாற்றப்பட்டது" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:553 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:2418 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:552 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:2438 #, c-format msgid "Contact Editor - %s" msgstr "ஆசிரியரை தொடர்பு கொள்ளவும் - %s" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:2814 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:2834 msgid "Please select an image for this contact" msgstr "இந்த தொடர்பிலிருந்து படத்தை தேர்வு செய்யவும்" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:2815 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:2835 msgid "_No image" msgstr "படங்கள் இல்லை (_N)" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:3089 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:3109 msgid "" "The contact data is invalid:\n" "\n" @@ -2654,23 +1532,23 @@ msgstr "" "தொடர்பின் தகவல் செல்லாது:\n" "\n" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:3093 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:3113 #, c-format msgid "'%s' has an invalid format" msgstr "'%s' ஒரு தவறான வடிவத்தை கொண்டுள்ளது" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:3100 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:3120 #, c-format msgid "%s'%s' has an invalid format" msgstr "%s'%s' தவறான வடிவத்தை கொண்டுள்ளது" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:3115 -#: ../addressbook/gui/contact-editor/e-contact-editor.c:3126 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:3135 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:3146 #, c-format msgid "%s'%s' is empty" msgstr "%s'%s' வெற்றாக உள்ளது" -#: ../addressbook/gui/contact-editor/e-contact-editor.c:3141 +#: ../addressbook/gui/contact-editor/e-contact-editor.c:3161 msgid "Invalid contact." msgstr "செல்லாத தொடர்பு" @@ -2728,111 +1606,61 @@ msgstr "" "இந்த தொடர்பை நீக்க \n" "வேண்டுமா?" -#: ../addressbook/gui/contact-editor/fulladdr.glade.h:1 -msgid "Address _2:" -msgstr "விலாசம்2 (_2):" - -#: ../addressbook/gui/contact-editor/fulladdr.glade.h:2 -msgid "Ci_ty:" -msgstr "(_t)நகரம்:" - -#: ../addressbook/gui/contact-editor/fulladdr.glade.h:3 -msgid "Countr_y:" -msgstr "(_y)நாடு:" - -#: ../addressbook/gui/contact-editor/fulladdr.glade.h:4 -msgid "Full Address" -msgstr "முழு விலாசம்" - -#: ../addressbook/gui/contact-editor/fulladdr.glade.h:8 -msgid "_ZIP Code:" -msgstr "(_Z) பின்கோடு:" - #: ../addressbook/gui/contact-editor/fullname.glade.h:1 -msgid "Dr." -msgstr "டாக்டர்." +msgid "" +"\n" +"Mr.\n" +"Mrs.\n" +"Ms.\n" +"Miss\n" +"Dr." +msgstr "" +"\n" +"திரு.\n" +"திருமதி.\n" +"மாதுஸ்ரீ.\n" +"குமாரி\n" +"மரு." -#: ../addressbook/gui/contact-editor/fullname.glade.h:2 -msgid "Esq." -msgstr "அவர்கள்." +#: ../addressbook/gui/contact-editor/fullname.glade.h:7 +msgid "" +"\n" +"Sr.\n" +"Jr.\n" +"I\n" +"II\n" +"III\n" +"Esq." +msgstr "" +"\n" +"சீனியர்\n" +"ஜூனியர்.\n" +"I\n" +"II\n" +"III\n" +"அவர்கள் ." -#: ../addressbook/gui/contact-editor/fullname.glade.h:3 +#: ../addressbook/gui/contact-editor/fullname.glade.h:14 #: ../addressbook/gui/widgets/e-addressbook-view.etspec.h:16 msgid "Full Name" msgstr "முழு பெயர்" -#: ../addressbook/gui/contact-editor/fullname.glade.h:4 -msgid "I" -msgstr "I" - -#: ../addressbook/gui/contact-editor/fullname.glade.h:5 -msgid "II" -msgstr "II" - -#: ../addressbook/gui/contact-editor/fullname.glade.h:6 -msgid "III" -msgstr "III" - -#: ../addressbook/gui/contact-editor/fullname.glade.h:7 -msgid "Jr." -msgstr "ஜூனியர்." - -#: ../addressbook/gui/contact-editor/fullname.glade.h:8 -msgid "Miss" -msgstr "செல்வி" - -#: ../addressbook/gui/contact-editor/fullname.glade.h:9 -msgid "Mr." -msgstr "திரு." - -#: ../addressbook/gui/contact-editor/fullname.glade.h:10 -msgid "Mrs." -msgstr "திருமதி." - -#: ../addressbook/gui/contact-editor/fullname.glade.h:11 -msgid "Ms." -msgstr "திரு/திருமதி" - -#: ../addressbook/gui/contact-editor/fullname.glade.h:12 -msgid "Sr." -msgstr "சீனியர்." - -#: ../addressbook/gui/contact-editor/fullname.glade.h:13 +#: ../addressbook/gui/contact-editor/fullname.glade.h:15 msgid "_First:" msgstr "(_F)முதல்:" -#: ../addressbook/gui/contact-editor/fullname.glade.h:14 +#: ../addressbook/gui/contact-editor/fullname.glade.h:16 msgid "_Last:" msgstr "(_L)கடைசி" -#: ../addressbook/gui/contact-editor/fullname.glade.h:15 +#: ../addressbook/gui/contact-editor/fullname.glade.h:17 msgid "_Middle:" msgstr "(_M)மையம்:" -#: ../addressbook/gui/contact-editor/fullname.glade.h:16 +#: ../addressbook/gui/contact-editor/fullname.glade.h:18 msgid "_Suffix:" msgstr "(_S)கடைசி:" -#: ../addressbook/gui/contact-editor/im.glade.h:1 -msgid "Add IM Account" -msgstr "ஐஎம் கணக்கை சேர்க்கவும்" - -#: ../addressbook/gui/contact-editor/im.glade.h:2 -msgid "_Account name:" -msgstr "(_A)கணக்கின் பெயர்:" - -#: ../addressbook/gui/contact-editor/im.glade.h:3 -msgid "_IM Service:" -msgstr "(_I)ஐஎம் சேவை" - -#: ../addressbook/gui/contact-editor/im.glade.h:4 -#: ../calendar/gui/dialogs/event-page.glade.h:16 -#: ../plugins/calendar-weather/calendar-weather.c:372 -#: ../plugins/exchange-operations/exchange-calendar.c:247 -#: ../plugins/exchange-operations/exchange-contacts.c:239 -msgid "_Location:" -msgstr "(_L)இடம்:" - #: ../addressbook/gui/contact-list-editor/contact-list-editor.glade.h:1 msgid "<b>Members</b>" msgstr "<b>பயனர்கள்:</b>" @@ -2843,7 +1671,7 @@ msgid "Contact List Editor" msgstr "தொடர்பு பட்டியல் தொகுப்பி" #: ../addressbook/gui/contact-list-editor/contact-list-editor.glade.h:3 -#: ../calendar/gui/dialogs/cal-prefs-dialog.c:220 +#: ../calendar/gui/dialogs/cal-prefs-dialog.c:213 #: ../calendar/gui/e-day-view-time-item.c:815 #: ../calendar/gui/e-timezone-entry.c:121 msgid "Select..." @@ -2875,7 +1703,7 @@ msgstr "உறுப்பினர்கள் (_M)" #: ../addressbook/gui/contact-list-editor/e-contact-list-editor.c:1148 #: ../addressbook/gui/widgets/e-addressbook-model.c:311 #: ../addressbook/gui/widgets/e-addressbook-reflow-adapter.c:405 -#: ../addressbook/gui/widgets/e-addressbook-view.c:211 +#: ../addressbook/gui/widgets/e-addressbook-view.c:210 #: ../addressbook/gui/widgets/e-minicard-view-widget.c:117 #: ../addressbook/gui/widgets/e-minicard-view.c:531 msgid "Book" @@ -2937,19 +1765,19 @@ msgstr "தொடர்புகளை ஒன்றாகச் சேர்க" #: ../addressbook/gui/widgets/eab-contact-display.c:588 #: ../addressbook/gui/widgets/eab-contact-display.c:591 #: ../addressbook/gui/widgets/eab-contact-display.c:871 -#: ../plugins/groupwise-features/junk-settings.c:416 ../smime/lib/e-cert.c:810 +#: ../plugins/groupwise-features/junk-settings.c:414 ../smime/lib/e-cert.c:810 msgid "Email" msgstr "மின்னஞ்சல் முகவரி" #: ../addressbook/gui/widgets/addresstypes.xml.h:1 -#: ../addressbook/gui/widgets/e-addressbook-view.c:160 +#: ../addressbook/gui/widgets/e-addressbook-view.c:159 #: ../calendar/gui/cal-search-bar.c:80 ../calendar/gui/caltypes.xml.h:2 #: ../calendar/gui/memotypes.xml.h:2 ../calendar/gui/tasktypes.xml.h:4 msgid "Any field contains" msgstr "எந்த புலத்திலும்" #: ../addressbook/gui/widgets/addresstypes.xml.h:2 -#: ../addressbook/gui/widgets/e-addressbook-view.c:159 +#: ../addressbook/gui/widgets/e-addressbook-view.c:158 msgid "Email begins with" msgstr "மின்னஞ்சல் துவக்கத்தில்" @@ -2970,7 +1798,7 @@ msgstr[1] "%d தொடர்புகள்" #: ../addressbook/gui/widgets/e-addressbook-model.c:318 #: ../addressbook/gui/widgets/e-addressbook-reflow-adapter.c:412 -#: ../addressbook/gui/widgets/e-addressbook-view.c:225 +#: ../addressbook/gui/widgets/e-addressbook-view.c:224 #: ../addressbook/gui/widgets/e-minicard-view-widget.c:124 #: ../addressbook/gui/widgets/e-minicard-view.c:538 msgid "Query" @@ -2981,11 +1809,11 @@ msgid "Error getting book view" msgstr "புத்தக பார்வையில் பிழை" #: ../addressbook/gui/widgets/e-addressbook-reflow-adapter.c:426 -#: ../widgets/table/e-table-click-to-add.c:509 +#: ../widgets/table/e-table-click-to-add.c:508 #: ../widgets/table/e-table-selection-model.c:302 -#: ../widgets/table/e-table.c:3354 -#: ../widgets/table/e-tree-selection-model.c:820 ../widgets/text/e-text.c:3552 -#: ../widgets/text/e-text.c:3553 +#: ../widgets/table/e-table.c:3352 +#: ../widgets/table/e-tree-selection-model.c:820 ../widgets/text/e-text.c:3553 +#: ../widgets/text/e-text.c:3554 msgid "Model" msgstr "மாதிரி" @@ -2993,96 +1821,94 @@ msgstr "மாதிரி" msgid "Error modifying card" msgstr "அட்டையை திருத்தும் போது பிழை" -#: ../addressbook/gui/widgets/e-addressbook-view.c:158 +#: ../addressbook/gui/widgets/e-addressbook-view.c:157 msgid "Name begins with" msgstr "பெயரின் துவக்கத்தில்" -#: ../addressbook/gui/widgets/e-addressbook-view.c:218 +#: ../addressbook/gui/widgets/e-addressbook-view.c:217 msgid "Source" msgstr "மூலம்" -#: ../addressbook/gui/widgets/e-addressbook-view.c:232 -#: ../calendar/gui/e-calendar-table.etspec.h:12 -#: ../calendar/gui/e-meeting-list-view.c:565 +#: ../addressbook/gui/widgets/e-addressbook-view.c:231 +#: ../calendar/gui/e-calendar-table.etspec.h:14 +#: ../calendar/gui/e-meeting-list-view.c:566 #: ../calendar/gui/e-meeting-time-sel.etspec.h:11 -#: ../calendar/gui/e-memo-table.etspec.h:5 +#: ../calendar/gui/e-memo-table.etspec.h:7 +#: ../widgets/misc/e-attachment-tree-view.c:554 msgid "Type" msgstr "வகை" -#: ../addressbook/gui/widgets/e-addressbook-view.c:812 +#: ../addressbook/gui/widgets/e-addressbook-view.c:811 #: ../addressbook/gui/widgets/e-addressbook-view.c:1964 msgid "Save as vCard..." msgstr "விகார்ட் என சேமி..." -#: ../addressbook/gui/widgets/e-addressbook-view.c:933 -#: ../calendar/gui/dialogs/comp-editor.c:2090 -#: ../calendar/gui/e-calendar-table.c:1587 -#: ../calendar/gui/e-calendar-view.c:1775 ../calendar/gui/e-memo-table.c:922 +#: ../addressbook/gui/widgets/e-addressbook-view.c:932 +#: ../calendar/gui/e-calendar-table.c:1594 +#: ../calendar/gui/e-calendar-view.c:1811 ../calendar/gui/e-memo-table.c:937 #: ../ui/evolution-addressbook.xml.h:56 msgid "_Open" msgstr "(_O)திற" -#: ../addressbook/gui/widgets/e-addressbook-view.c:935 +#: ../addressbook/gui/widgets/e-addressbook-view.c:934 msgid "_New Contact..." msgstr "புதிய தொடர்பு... (_N)" -#: ../addressbook/gui/widgets/e-addressbook-view.c:936 +#: ../addressbook/gui/widgets/e-addressbook-view.c:935 msgid "New Contact _List..." msgstr "புதிய தொடர்பு பட்டியல்... (_L)" -#: ../addressbook/gui/widgets/e-addressbook-view.c:939 +#: ../addressbook/gui/widgets/e-addressbook-view.c:938 msgid "_Save as vCard..." msgstr "(_S)விகார்ட் ஆக சேமி..." -#: ../addressbook/gui/widgets/e-addressbook-view.c:940 +#: ../addressbook/gui/widgets/e-addressbook-view.c:939 msgid "_Forward Contact" msgstr "தொடர்பினை முன்அனுப்பு (_F)" -#: ../addressbook/gui/widgets/e-addressbook-view.c:941 +#: ../addressbook/gui/widgets/e-addressbook-view.c:940 msgid "_Forward Contacts" msgstr "தொடர்புகளை முன்அனுப்பு (_F)" -#: ../addressbook/gui/widgets/e-addressbook-view.c:942 +#: ../addressbook/gui/widgets/e-addressbook-view.c:941 msgid "Send _Message to Contact" msgstr "தொடர்புக்கு செய்தியை அனுப்பு (_M)" -#: ../addressbook/gui/widgets/e-addressbook-view.c:943 +#: ../addressbook/gui/widgets/e-addressbook-view.c:942 msgid "Send _Message to List" msgstr "பட்டியலுக்கு செய்தியை அனுப்பு (_M)" -#: ../addressbook/gui/widgets/e-addressbook-view.c:944 +#: ../addressbook/gui/widgets/e-addressbook-view.c:943 msgid "Send _Message to Contacts" msgstr "தொடர்புகளுக்கு செய்தியை அனுப்பு (_M)" -#: ../addressbook/gui/widgets/e-addressbook-view.c:945 +#: ../addressbook/gui/widgets/e-addressbook-view.c:944 msgid "_Print" msgstr "அச்சடி (_P)" -#: ../addressbook/gui/widgets/e-addressbook-view.c:948 +#: ../addressbook/gui/widgets/e-addressbook-view.c:947 msgid "Cop_y to Address Book..." msgstr "முகவரி புத்தகத்தில் நகலெடு... (_y)" -#: ../addressbook/gui/widgets/e-addressbook-view.c:949 +#: ../addressbook/gui/widgets/e-addressbook-view.c:948 msgid "Mo_ve to Address Book..." msgstr "முகவரி புத்தகத்துக்கு நகர்த்து... (_v)" -#: ../addressbook/gui/widgets/e-addressbook-view.c:952 +#: ../addressbook/gui/widgets/e-addressbook-view.c:951 msgid "Cu_t" msgstr "(_t)வெட்டு" -#: ../addressbook/gui/widgets/e-addressbook-view.c:953 -#: ../calendar/gui/dialogs/comp-editor.c:487 -#: ../calendar/gui/e-calendar-table.c:1595 -#: ../calendar/gui/e-calendar-view.c:1782 ../calendar/gui/e-memo-table.c:930 -#: ../composer/e-msg-composer.c:2051 ../mail/em-folder-tree.c:1005 -#: ../mail/em-folder-view.c:1327 ../mail/message-list.c:2105 -#: ../ui/evolution-addressbook.xml.h:46 ../ui/evolution-calendar.xml.h:40 -#: ../ui/evolution-mail-message.xml.h:103 ../ui/evolution-memos.xml.h:15 -#: ../ui/evolution-tasks.xml.h:23 +#: ../addressbook/gui/widgets/e-addressbook-view.c:952 +#: ../calendar/gui/e-calendar-table.c:1602 +#: ../calendar/gui/e-calendar-view.c:1818 ../calendar/gui/e-memo-table.c:945 +#: ../mail/em-folder-tree.c:928 ../mail/em-folder-view.c:1325 +#: ../mail/message-list.c:2105 ../ui/evolution-addressbook.xml.h:46 +#: ../ui/evolution-calendar.xml.h:40 ../ui/evolution-mail-message.xml.h:99 +#: ../ui/evolution-memos.xml.h:15 ../ui/evolution-tasks.xml.h:23 msgid "_Copy" msgstr "(_C)நகலெடு" -#: ../addressbook/gui/widgets/e-addressbook-view.c:954 +#: ../addressbook/gui/widgets/e-addressbook-view.c:953 msgid "P_aste" msgstr "ஒட்டு (_a)" @@ -3231,9 +2057,9 @@ msgid "Radio" msgstr "வானொலி" #: ../addressbook/gui/widgets/e-addressbook-view.etspec.h:33 -#: ../calendar/gui/e-meeting-list-view.c:577 +#: ../calendar/gui/e-meeting-list-view.c:578 #: ../calendar/gui/e-meeting-time-sel.etspec.h:9 -#: ../plugins/exchange-operations/exchange-permissions-dialog.c:715 +#: ../plugins/exchange-operations/exchange-permissions-dialog.c:710 msgid "Role" msgstr "பங்கு" @@ -3268,55 +2094,53 @@ msgstr "அலகு" msgid "Web Site" msgstr "இணைய தளம்" -#: ../addressbook/gui/widgets/e-minicard-label.c:116 -#: ../addressbook/gui/widgets/e-minicard.c:155 +#: ../addressbook/gui/widgets/e-minicard-label.c:115 +#: ../addressbook/gui/widgets/e-minicard.c:154 #: ../widgets/misc/e-canvas-vbox.c:85 ../widgets/misc/e-canvas-vbox.c:86 -#: ../widgets/misc/e-reflow.c:1424 ../widgets/misc/e-reflow.c:1425 -#: ../widgets/table/e-table-click-to-add.c:523 +#: ../widgets/misc/e-reflow.c:1423 ../widgets/misc/e-reflow.c:1424 +#: ../widgets/table/e-table-click-to-add.c:522 #: ../widgets/table/e-table-col.c:98 -#: ../widgets/table/e-table-field-chooser-item.c:654 -#: ../widgets/table/e-table-group-container.c:992 -#: ../widgets/table/e-table-group-container.c:993 -#: ../widgets/table/e-table-group-leaf.c:637 -#: ../widgets/table/e-table-group-leaf.c:638 +#: ../widgets/table/e-table-group-container.c:996 +#: ../widgets/table/e-table-group-container.c:997 +#: ../widgets/table/e-table-group-leaf.c:642 +#: ../widgets/table/e-table-group-leaf.c:643 #: ../widgets/table/e-table-item.c:3077 ../widgets/table/e-table-item.c:3078 -#: ../widgets/text/e-text.c:3730 ../widgets/text/e-text.c:3731 +#: ../widgets/text/e-text.c:3731 ../widgets/text/e-text.c:3732 msgid "Width" msgstr "அகலம்" -#: ../addressbook/gui/widgets/e-minicard-label.c:123 -#: ../addressbook/gui/widgets/e-minicard.c:162 +#: ../addressbook/gui/widgets/e-minicard-label.c:122 +#: ../addressbook/gui/widgets/e-minicard.c:161 #: ../widgets/misc/e-canvas-vbox.c:97 ../widgets/misc/e-canvas-vbox.c:98 -#: ../widgets/misc/e-reflow.c:1432 ../widgets/misc/e-reflow.c:1433 -#: ../widgets/table/e-table-click-to-add.c:530 -#: ../widgets/table/e-table-field-chooser-item.c:661 -#: ../widgets/table/e-table-group-container.c:985 -#: ../widgets/table/e-table-group-container.c:986 -#: ../widgets/table/e-table-group-leaf.c:630 -#: ../widgets/table/e-table-group-leaf.c:631 +#: ../widgets/misc/e-reflow.c:1431 ../widgets/misc/e-reflow.c:1432 +#: ../widgets/table/e-table-click-to-add.c:529 +#: ../widgets/table/e-table-group-container.c:989 +#: ../widgets/table/e-table-group-container.c:990 +#: ../widgets/table/e-table-group-leaf.c:635 +#: ../widgets/table/e-table-group-leaf.c:636 #: ../widgets/table/e-table-item.c:3083 ../widgets/table/e-table-item.c:3084 -#: ../widgets/text/e-text.c:3738 ../widgets/text/e-text.c:3739 +#: ../widgets/text/e-text.c:3739 ../widgets/text/e-text.c:3740 msgid "Height" msgstr "உயரம்" -#: ../addressbook/gui/widgets/e-minicard-label.c:130 -#: ../addressbook/gui/widgets/e-minicard.c:170 +#: ../addressbook/gui/widgets/e-minicard-label.c:129 +#: ../addressbook/gui/widgets/e-minicard.c:169 msgid "Has Focus" msgstr "துவக்கதில்" -#: ../addressbook/gui/widgets/e-minicard-label.c:137 +#: ../addressbook/gui/widgets/e-minicard-label.c:136 msgid "Field" msgstr "புலம்" -#: ../addressbook/gui/widgets/e-minicard-label.c:144 +#: ../addressbook/gui/widgets/e-minicard-label.c:143 msgid "Field Name" msgstr "புலத்தின் பெயர்" -#: ../addressbook/gui/widgets/e-minicard-label.c:151 +#: ../addressbook/gui/widgets/e-minicard-label.c:150 msgid "Text Model" msgstr "மாதிரி உரை" -#: ../addressbook/gui/widgets/e-minicard-label.c:158 +#: ../addressbook/gui/widgets/e-minicard-label.c:157 msgid "Max field name length" msgstr "புலத்தின் பெயரின் அதிக பட்ச நீளம்" @@ -3386,37 +2210,37 @@ msgstr "" msgid "Adapter" msgstr "ஏற்பி" -#: ../addressbook/gui/widgets/e-minicard.c:100 +#: ../addressbook/gui/widgets/e-minicard.c:99 msgid "Work Email" msgstr "பணி மின்னஞ்சல்" -#: ../addressbook/gui/widgets/e-minicard.c:101 +#: ../addressbook/gui/widgets/e-minicard.c:100 msgid "Home Email" msgstr "வீட்டு மின்னஞ்சல்" -#: ../addressbook/gui/widgets/e-minicard.c:102 -#: ../addressbook/gui/widgets/e-minicard.c:831 +#: ../addressbook/gui/widgets/e-minicard.c:101 +#: ../addressbook/gui/widgets/e-minicard.c:830 msgid "Other Email" msgstr "வேறு மின்னஞ்சல்" -#: ../addressbook/gui/widgets/e-minicard.c:178 +#: ../addressbook/gui/widgets/e-minicard.c:177 msgid "Selected" msgstr "தேர்வு செய்யப்பட்ட" -#: ../addressbook/gui/widgets/e-minicard.c:185 +#: ../addressbook/gui/widgets/e-minicard.c:184 msgid "Has Cursor" msgstr "கர்சர் உள்ளது" -#: ../addressbook/gui/widgets/eab-contact-display.c:169 ../mail/em-popup.c:623 +#: ../addressbook/gui/widgets/eab-contact-display.c:169 ../mail/em-popup.c:545 msgid "_Open Link in Browser" msgstr "(_O)இணைப்பை உலாவியில் திற" #: ../addressbook/gui/widgets/eab-contact-display.c:170 -#: ../mail/em-folder-view.c:2757 +#: ../mail/em-folder-view.c:2733 msgid "_Copy Link Location" msgstr "(_C)இணைப்பை நகலெடு" -#: ../addressbook/gui/widgets/eab-contact-display.c:171 ../mail/em-popup.c:624 +#: ../addressbook/gui/widgets/eab-contact-display.c:171 ../mail/em-popup.c:546 msgid "_Send New Message To..." msgstr "செய்தியை அனுப்பு... (_S)" @@ -3460,9 +2284,9 @@ msgstr "வீடியோ அரட்டை" #: ../addressbook/gui/widgets/eab-contact-display.c:628 #: ../calendar/gui/calendar-commands.c:90 -#: ../calendar/gui/dialogs/calendar-setup.c:369 -#: ../calendar/gui/gnome-cal.c:2512 -#: ../plugins/exchange-operations/exchange-delegates-user.c:78 +#: ../calendar/gui/dialogs/calendar-setup.c:368 +#: ../calendar/gui/gnome-cal.c:2523 +#: ../plugins/exchange-operations/exchange-delegates-user.c:76 #: ../plugins/exchange-operations/exchange-folder.c:576 #: ../plugins/groupwise-account-setup/camel-gw-listener.c:424 #: ../plugins/groupwise-account-setup/camel-gw-listener.c:455 @@ -3474,7 +2298,7 @@ msgid "Calendar" msgstr "நாள்காட்டி" #: ../addressbook/gui/widgets/eab-contact-display.c:629 -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:19 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:18 #: ../calendar/gui/dialogs/event-editor.c:116 msgid "Free/Busy" msgstr "ஓய்வு/பணியில்" @@ -3488,6 +2312,11 @@ msgstr "தொலைபேசி எண்" msgid "Fax" msgstr "தொலை நகலி" +#: ../addressbook/gui/widgets/eab-contact-display.c:632 +#: ../addressbook/gui/widgets/eab-contact-display.c:647 +msgid "Address" +msgstr "முகவரி" + #: ../addressbook/gui/widgets/eab-contact-display.c:642 msgid "Home Page" msgstr "முதன்மை பக்கம்" @@ -3497,12 +2326,12 @@ msgid "Web Log" msgstr "இணைய பதிவு" #: ../addressbook/gui/widgets/eab-contact-display.c:648 -#: ../calendar/gui/e-calendar-view.c:2538 +#: ../calendar/gui/e-calendar-view.c:2587 msgid "Birthday" msgstr "பிறந்தநாள்" #: ../addressbook/gui/widgets/eab-contact-display.c:649 -#: ../calendar/gui/e-calendar-view.c:2539 +#: ../calendar/gui/e-calendar-view.c:2588 msgid "Anniversary" msgstr "ஆண்டு விழாநாள்" @@ -3569,12 +2398,11 @@ msgstr "விதிமுறைக்கு ஆதரவு இல்லை" #. E_BOOK_ERROR_CANCELLED #: ../addressbook/gui/widgets/eab-gui-util.c:70 -#: ../calendar/gui/dialogs/task-details-page.glade.h:3 #: ../calendar/gui/e-cal-component-preview.c:250 #: ../calendar/gui/e-cal-model-tasks.c:364 #: ../calendar/gui/e-cal-model-tasks.c:681 #: ../calendar/gui/e-calendar-table.c:239 -#: ../calendar/gui/e-calendar-table.c:653 ../calendar/gui/print.c:2564 +#: ../calendar/gui/e-calendar-table.c:664 ../calendar/gui/print.c:2564 msgid "Canceled" msgstr "ரத்து செய்யப்பட்டது" @@ -3627,10 +2455,6 @@ msgid "Unsupported authentication method" msgstr "துணையில்லாத உறுதி செய்யும் செயல்பாடு" #: ../addressbook/gui/widgets/eab-gui-util.c:110 -#| msgid "" -#| "We were unable to open this address book. This either means this book is " -#| "not marked for offline usage or not yet downloaded for offline usage. " -#| "Please load the address book once in online mode to download its contents" msgid "" "This address book cannot be opened. This either means this book is not " "marked for offline usage or not yet downloaded for offline usage. Please " @@ -3642,9 +2466,6 @@ msgstr "" #: ../addressbook/gui/widgets/eab-gui-util.c:119 #, c-format -#| msgid "" -#| "We were unable to open this address book. Please check that the path %s " -#| "exists and that you have permission to access it." msgid "" "This address book cannot be opened. Please check that the path %s exists " "and that permissions are set to access it." @@ -3653,21 +2474,15 @@ msgstr "" "அனுமதி உள்ளதா எனவும் சோதிக்கவும். " #: ../addressbook/gui/widgets/eab-gui-util.c:131 -#| msgid "" -#| "This version of Evolution does not have LDAP support compiled in to it. " -#| "If you want to use LDAP in Evolution, you must install an LDAP-enabled " -#| "Evolution package." msgid "" "This version of Evolution does not have LDAP support compiled in to it. To " "use LDAP in Evolution an LDAP-enabled Evolution package must be installed." msgstr "" "எவல்யூஷனின் இந்த பதிப்பில் எல்டிஏபி(LDAP) சேவகனின் ஆதரவு இல்லை. நீங்கள் எல்டிஏபி(LDAP) " -"ஐ எவல்யூஷனில் பயன்படுத்த விரும்பினால் எல்டிஏபி(LDAP)-ஆதரவுள்ள எவல்யூஷன் பொதியை நிறுவவும்." +"ஐ எவல்யூஷனில் பயன்படுத்த விரும்பினால் எல்டிஏபி(LDAP)-ஆதரவுள்ள எவல்யூஷன் பொதியை " +"நிறுவவும்." #: ../addressbook/gui/widgets/eab-gui-util.c:140 -#| msgid "" -#| "We were unable to open this address book. This either means you have " -#| "entered an incorrect URI, or the server is unreachable." msgid "" "This address book cannot be opened. This either means that an incorrect URI " "was entered, or the server is unreachable." @@ -3676,7 +2491,6 @@ msgstr "" "சேவகனை தொடர்பு கொள்ள முடியவில்லை." #: ../addressbook/gui/widgets/eab-gui-util.c:148 -#| msgid "Detailed error:" msgid "Detailed error message:" msgstr "விவரமான பிழை செய்தி:" @@ -3693,11 +2507,6 @@ msgstr "" "அடைவு சேவையகத்தின் விடை வரையரையை அதிகரிக்கவும்" #: ../addressbook/gui/widgets/eab-gui-util.c:177 -#| msgid "" -#| "The time to execute this query exceeded the server limit or the limit\n" -#| "you have configured for this address book. Please make your search\n" -#| "more specific or raise the time limit in the directory server\n" -#| "preferences for this address book." msgid "" "The time to execute this query exceeded the server limit or the limit\n" "configured for this address book. Please make your search\n" @@ -3823,50 +2632,30 @@ msgstr "தொடர்புகளை இங்கு நகர்த்து" msgid "Copy contacts to" msgstr "தொடர்புகளை இங்கு நகலெடு" -#: ../addressbook/gui/widgets/eab-gui-util.c:901 +#: ../addressbook/gui/widgets/eab-gui-util.c:903 msgid "Multiple vCards" msgstr "பல விகார்ட்கள்" -#: ../addressbook/gui/widgets/eab-gui-util.c:908 +#: ../addressbook/gui/widgets/eab-gui-util.c:910 #, c-format msgid "vCard for %s" msgstr "%s க்கான விகார்ட்" -#: ../addressbook/gui/widgets/eab-gui-util.c:920 -#: ../addressbook/gui/widgets/eab-gui-util.c:946 +#: ../addressbook/gui/widgets/eab-gui-util.c:922 +#: ../addressbook/gui/widgets/eab-gui-util.c:948 #, c-format msgid "Contact information" msgstr "தொடர்பு தகவல்" -#: ../addressbook/gui/widgets/eab-gui-util.c:948 +#: ../addressbook/gui/widgets/eab-gui-util.c:950 #, c-format msgid "Contact information for %s" msgstr "%sக்கு தொடர்பு தகவல்" -#: ../addressbook/gui/widgets/eab-popup-control.c:293 +#: ../addressbook/gui/widgets/eab-popup-control.c:292 msgid "Querying Address Book..." msgstr "முகவரி புத்தகத்தில் கேள்வி கேட்கப்படுகிறது..." -#: ../addressbook/gui/widgets/eab-vcard-control.c:141 -#, c-format -msgid "There is one other contact." -msgid_plural "There are %d other contacts." -msgstr[0] "வேறு ஒரு தொடர்பு உள்ளது." -msgstr[1] "%d வேறு தொடர்புகள் உள்ளன." - -#: ../addressbook/gui/widgets/eab-vcard-control.c:226 -#: ../addressbook/gui/widgets/eab-vcard-control.c:277 -msgid "Show Full vCard" -msgstr "முழு விகார்ட் ஐ காட்டு" - -#: ../addressbook/gui/widgets/eab-vcard-control.c:230 -msgid "Show Compact vCard" -msgstr "கையடக்க விகார்ட்" - -#: ../addressbook/gui/widgets/eab-vcard-control.c:282 -msgid "Save in address book" -msgstr "முகவரி புத்தகத்தில் சேமி" - #: ../addressbook/gui/widgets/gal-view-factory-minicard.c:37 msgid "Card View" msgstr "அட்டை காட்சி" @@ -3919,250 +2708,71 @@ msgstr "விகார்ட் (.vcf, .gcrd)" msgid "Evolution vCard Importer" msgstr "எவல்யூஷன் விகார்ட் ஏற்றி" -#: ../addressbook/printing/e-contact-print.glade.h:1 -msgid "10 pt. Tahoma" -msgstr "10 pt. தஹோமா" - -#: ../addressbook/printing/e-contact-print.glade.h:2 -msgid "8 pt. Tahoma" -msgstr "8 pt. தஹோமா" - -#: ../addressbook/printing/e-contact-print.glade.h:3 -msgid "Blank forms at end:" -msgstr "முடிவில் காலி படிவங்கள்:" - -#: ../addressbook/printing/e-contact-print.glade.h:4 -msgid "Body" -msgstr "தகவல்" - -#: ../addressbook/printing/e-contact-print.glade.h:5 -msgid "Bottom:" -msgstr "கீழே:" - -#: ../addressbook/printing/e-contact-print.glade.h:6 -msgid "Dimensions:" -msgstr "அளவுகள்:" - -#: ../addressbook/printing/e-contact-print.glade.h:7 -msgid "F_ont..." -msgstr "(_o) எழுத்துரு..." - -#: ../addressbook/printing/e-contact-print.glade.h:8 -msgid "Fonts" -msgstr "எழுத்துரு" - -#: ../addressbook/printing/e-contact-print.glade.h:9 -msgid "Footer:" -msgstr "அடிக்குறிப்பு..." - -#: ../addressbook/printing/e-contact-print.glade.h:10 -msgid "Format" -msgstr "வடிவம்" - -#: ../addressbook/printing/e-contact-print.glade.h:11 -#: ../mail/em-mailer-prefs.c:433 ../widgets/table/e-table-click-to-add.c:502 -#: ../widgets/table/e-table-field-chooser-dialog.c:81 -#: ../widgets/table/e-table-field-chooser-item.c:647 -#: ../widgets/table/e-table-field-chooser.c:80 -#: ../widgets/table/e-table-header-item.c:1907 -#: ../widgets/table/e-table-selection-model.c:309 -msgid "Header" -msgstr "தலைப்பு" - -#: ../addressbook/printing/e-contact-print.glade.h:12 -msgid "Header/Footer" -msgstr "மேல்குறிப்பு/அடிக்குறிப்பு" - -#: ../addressbook/printing/e-contact-print.glade.h:13 -msgid "Headings" -msgstr "தலைப்புகள்" - -#: ../addressbook/printing/e-contact-print.glade.h:14 -msgid "Headings for each letter" -msgstr "ஒவ்வொரு கடிதத்துக்குமான தலைப்புகள்" - -#: ../addressbook/printing/e-contact-print.glade.h:15 -msgid "Height:" -msgstr "உயரம்:" - -#: ../addressbook/printing/e-contact-print.glade.h:16 -msgid "Immediately follow each other" -msgstr "அடுத்தடுத்து இருக்க வேண்டும்" - -#: ../addressbook/printing/e-contact-print.glade.h:17 -msgid "Include:" -msgstr "சேர்:" - -#: ../addressbook/printing/e-contact-print.glade.h:18 -msgid "Landscape" -msgstr "அகலவாக்கில்" - -#: ../addressbook/printing/e-contact-print.glade.h:19 -msgid "Left:" -msgstr "இடது:" - -#: ../addressbook/printing/e-contact-print.glade.h:20 -msgid "Letter tabs on side" -msgstr "கடிதத்தின் ஓரத்தில் தத்தல்" - -#: ../addressbook/printing/e-contact-print.glade.h:21 -msgid "Margins" -msgstr "ஓரம்" - -#: ../addressbook/printing/e-contact-print.glade.h:22 -msgid "Number of columns:" -msgstr "நெடுவரிசைகளின் எண்ணிக்கை" - -#: ../addressbook/printing/e-contact-print.glade.h:23 -msgid "Options" -msgstr "தேர்வுகள்" - -#: ../addressbook/printing/e-contact-print.glade.h:24 -msgid "Orientation" -msgstr "திசை" - -#: ../addressbook/printing/e-contact-print.glade.h:25 -msgid "Page" -msgstr "பக்கம்" - -#: ../addressbook/printing/e-contact-print.glade.h:26 -msgid "Page Setup:" -msgstr "பக்க அமைப்பு:" - -#: ../addressbook/printing/e-contact-print.glade.h:27 -msgid "Paper" -msgstr "தாள்" - -#: ../addressbook/printing/e-contact-print.glade.h:28 -msgid "Paper source:" -msgstr "தாள் இருக்குமிடம்:" - -#: ../addressbook/printing/e-contact-print.glade.h:29 -msgid "Portrait" -msgstr "நேர்வாக்கில்" - -#: ../addressbook/printing/e-contact-print.glade.h:30 -msgid "Preview:" -msgstr "காட்சி:" - -#: ../addressbook/printing/e-contact-print.glade.h:31 -msgid "Print using gray shading" -msgstr "கருப்பு வெள்ளையாக அச்சடி" - -#: ../addressbook/printing/e-contact-print.glade.h:32 -msgid "Reverse on even pages" -msgstr "இரட்டை படை பக்கங்களை புரட்டு" - -#: ../addressbook/printing/e-contact-print.glade.h:33 -msgid "Right:" -msgstr "வலது" - -#: ../addressbook/printing/e-contact-print.glade.h:34 -msgid "Sections:" -msgstr "பிரிவுகள்:" - -#: ../addressbook/printing/e-contact-print.glade.h:35 -msgid "Shading" -msgstr "நிழல்" - -#. FIXME: Take care of i18n -#: ../addressbook/printing/e-contact-print.glade.h:36 -#: ../plugins/exchange-operations/exchange-account-setup.c:1141 -#: ../plugins/exchange-operations/exchange-calendar.c:236 -#: ../plugins/exchange-operations/exchange-contacts.c:222 -msgid "Size:" -msgstr "அளவு:" - -#: ../addressbook/printing/e-contact-print.glade.h:37 -msgid "Start on a new page" -msgstr "புதிய பக்கத்தில் துவங்கு" - -#: ../addressbook/printing/e-contact-print.glade.h:38 -msgid "Style name:" -msgstr "பாணியின் பெயர்" - -#: ../addressbook/printing/e-contact-print.glade.h:39 -msgid "Top:" -msgstr "மேல்:" - -#: ../addressbook/printing/e-contact-print.glade.h:40 -#: ../calendar/gui/dialogs/calendar-setup.c:154 -msgid "Type:" -msgstr "வகை:" - -#: ../addressbook/printing/e-contact-print.glade.h:41 -msgid "Width:" -msgstr "அகலம்:" - -#: ../addressbook/printing/e-contact-print.glade.h:42 -msgid "_Font..." -msgstr "(_F)எழுத்துரு..." - -#: ../addressbook/tools/evolution-addressbook-export-list-cards.c:656 -#: ../addressbook/tools/evolution-addressbook-export-list-cards.c:692 -#: ../addressbook/tools/evolution-addressbook-export-list-folders.c:50 +#: ../addressbook/tools/evolution-addressbook-export-list-cards.c:654 +#: ../addressbook/tools/evolution-addressbook-export-list-cards.c:690 +#: ../addressbook/tools/evolution-addressbook-export-list-folders.c:48 msgid "Can not open file" msgstr "கோப்பை திறக்க முடியவில்லை" -#: ../addressbook/tools/evolution-addressbook-export-list-folders.c:44 +#: ../addressbook/tools/evolution-addressbook-export-list-folders.c:42 msgid "Couldn't get list of address books" msgstr "முகவரி புத்தகங்களின் பட்டியல் கிடைக்கவில்லை" -#: ../addressbook/tools/evolution-addressbook-export-list-folders.c:72 +#: ../addressbook/tools/evolution-addressbook-export-list-folders.c:70 msgid "failed to open book" msgstr "புத்தகத்தை திறக்கும் போது தோல்வி" -#: ../addressbook/tools/evolution-addressbook-export.c:48 +#: ../addressbook/tools/evolution-addressbook-export.c:45 msgid "Specify the output file instead of standard output" msgstr "நிலையான விளைவுக்கு பதிலாக தற்போதைய விளைவை காட்டு" -#: ../addressbook/tools/evolution-addressbook-export.c:49 +#: ../addressbook/tools/evolution-addressbook-export.c:46 msgid "OUTPUTFILE" msgstr "OUTPUTFILE" -#: ../addressbook/tools/evolution-addressbook-export.c:52 +#: ../addressbook/tools/evolution-addressbook-export.c:49 msgid "List local address book folders" msgstr "உள் முகவரி புத்தக அடைவுகளை பட்டியலிடு" -#: ../addressbook/tools/evolution-addressbook-export.c:55 +#: ../addressbook/tools/evolution-addressbook-export.c:52 msgid "Show cards as vcard or csv file" msgstr "அட்டைகளை vcard அல்லது csv ஆக காட்டு" -#: ../addressbook/tools/evolution-addressbook-export.c:56 +#: ../addressbook/tools/evolution-addressbook-export.c:53 msgid "[vcard|csv]" msgstr "[vcard|csv]" -#: ../addressbook/tools/evolution-addressbook-export.c:59 +#: ../addressbook/tools/evolution-addressbook-export.c:56 msgid "Export in asynchronous mode" msgstr "ஒருங்கிணைப்பில்லா முறையில் ஏற்று" -#: ../addressbook/tools/evolution-addressbook-export.c:62 +#: ../addressbook/tools/evolution-addressbook-export.c:59 msgid "" "The number of cards in one output file in asynchronous mode, default size " "100." msgstr "ஒத்திசையா பாணியில் ஒரு வெளியீட்டு கோப்பில் அட்டைகளின் எண் முன்னிருப்பு அளவு 100" -#: ../addressbook/tools/evolution-addressbook-export.c:64 +#: ../addressbook/tools/evolution-addressbook-export.c:61 msgid "NUMBER" msgstr "NUMBER" -#: ../addressbook/tools/evolution-addressbook-export.c:101 +#: ../addressbook/tools/evolution-addressbook-export.c:99 msgid "Command line arguments error, please use --help option to see the usage." msgstr "கட்டளை வரி அளவுரு பிழை; --help தேர்வை பயன்படுத்தி பயன்பாட்டை தெரிந்துகொள்ளவும்" -#: ../addressbook/tools/evolution-addressbook-export.c:115 +#: ../addressbook/tools/evolution-addressbook-export.c:113 msgid "Only support csv or vcard format." msgstr "csv அல்லது vcard க்கு மட்டும் ஆதரவு உண்டு" -#: ../addressbook/tools/evolution-addressbook-export.c:124 +#: ../addressbook/tools/evolution-addressbook-export.c:122 msgid "In async mode, output must be file." msgstr "ஒரே காலமல்லா பாங்கில் விளைவுக்கோப்பு" -#: ../addressbook/tools/evolution-addressbook-export.c:132 +#: ../addressbook/tools/evolution-addressbook-export.c:130 msgid "In normal mode, there is no need for the size option." msgstr "இயல்பான முறையில், அளவு விருப்பத்திற்கு அவசியமில்லை." -#: ../addressbook/tools/evolution-addressbook-export.c:163 +#: ../addressbook/tools/evolution-addressbook-export.c:161 msgid "Unhandled error" msgstr "கையாள முடியாத பிழை" @@ -4293,7 +2903,6 @@ msgid "Are you sure you want to send the task without a summary?" msgstr "பணியை சுருக்கம் இல்லாமல் அனுப்ப வேண்டுமா?" #: ../calendar/calendar.error.xml.h:28 -#| msgid "Repository offline" msgid "Calendar repository is offline." msgstr "நாள்காட்டி கிடங்கு இணைப்பில் இல்லை" @@ -4359,7 +2968,6 @@ msgstr "பணி பட்டியலை ஏற்றும் போது � #. For Translators: {0} is specify the backend server #: ../calendar/calendar.error.xml.h:44 -#| msgid "Error while {0}." msgid "Error on '{0}'" msgstr "{0} போது பிழை" @@ -4392,18 +3000,14 @@ msgid "No response from the server." msgstr "சேவையகத்தில் இருந்து பதில் இல்லை." #: ../calendar/calendar.error.xml.h:49 -#| msgid "New Appointment" msgid "Save Appointment" msgstr "சந்திப்பை சேமி" #: ../calendar/calendar.error.xml.h:50 -#| msgctxt "New" -#| msgid "_Shared memo" msgid "Save Memo" msgstr "குறிப்பை சேமி" #: ../calendar/calendar.error.xml.h:51 -#| msgid "Save as..." msgid "Save Task" msgstr "பணியை சேமி" @@ -4444,7 +3048,6 @@ msgid "The Evolution calendar has quit unexpectedly." msgstr "எவல்யூஷன் நாள்காட்டி எதிர்பாராமல் வெளியேறியது" #: ../calendar/calendar.error.xml.h:59 -#| msgid "The Evolution calendar has quit unexpectedly." msgid "The Evolution calendars have quit unexpectedly." msgstr "எவல்யூஷன் நாள்காட்டிகள் எதிர்பாராமல் வெளியேறின." @@ -4481,7 +3084,6 @@ msgid "This task list will be removed permanently." msgstr "இந்த பணி பட்டியல் நிரந்தரமாக நீக்கப்படும்." #: ../calendar/calendar.error.xml.h:68 -#| msgid "Failed to load the calendar '%s'" msgid "Unable to load the calendar" msgstr "நாள்காட்டியை ஏற்ற முடியவில்லை" @@ -4559,7 +3161,7 @@ msgstr "எவல்யூஷனை மீண்டும் துவக்க� msgid "_Discard Changes" msgstr "மாற்றங்களை நிராகரிக்கவும் (_D)" -#: ../calendar/calendar.error.xml.h:86 ../composer/e-composer-actions.c:497 +#: ../calendar/calendar.error.xml.h:86 ../composer/e-composer-actions.c:343 msgid "_Save" msgstr "(_S)சேமி" @@ -4581,56 +3183,56 @@ msgstr "அறிவிப்பு அனுப்பு (_S)" msgid "{0}." msgstr "{0}." -#: ../calendar/conduits/calendar/calendar-conduit.c:258 +#: ../calendar/conduits/calendar/calendar-conduit.c:249 msgid "Split Multi-Day Events:" msgstr "பல நாட்களுக்கான நிகழ்வுகளை பிரி" -#: ../calendar/conduits/calendar/calendar-conduit.c:1523 -#: ../calendar/conduits/calendar/calendar-conduit.c:1524 -#: ../calendar/conduits/memo/memo-conduit.c:821 -#: ../calendar/conduits/memo/memo-conduit.c:822 -#: ../calendar/conduits/todo/todo-conduit.c:1019 -#: ../calendar/conduits/todo/todo-conduit.c:1020 +#: ../calendar/conduits/calendar/calendar-conduit.c:1514 +#: ../calendar/conduits/calendar/calendar-conduit.c:1515 +#: ../calendar/conduits/memo/memo-conduit.c:809 +#: ../calendar/conduits/memo/memo-conduit.c:810 +#: ../calendar/conduits/todo/todo-conduit.c:1008 +#: ../calendar/conduits/todo/todo-conduit.c:1009 msgid "Could not start evolution-data-server" msgstr "எவல்யூஷன் தகவல் சேவகனை திறக்க முடியவில்லை" -#: ../calendar/conduits/calendar/calendar-conduit.c:1631 -#: ../calendar/conduits/calendar/calendar-conduit.c:1634 +#: ../calendar/conduits/calendar/calendar-conduit.c:1622 +#: ../calendar/conduits/calendar/calendar-conduit.c:1625 msgid "Could not read pilot's Calendar application block" msgstr "பைலட் நாள்காட்டியை படிக்க முடியவில்லை" -#: ../calendar/conduits/memo/memo-conduit.c:915 -#: ../calendar/conduits/memo/memo-conduit.c:918 +#: ../calendar/conduits/memo/memo-conduit.c:903 +#: ../calendar/conduits/memo/memo-conduit.c:906 msgid "Could not read pilot's Memo application block" msgstr "பைலட் குறிப்பு செயல்பாடு தொகுதி ஐ படிக்க இயலவில்லை." -#: ../calendar/conduits/memo/memo-conduit.c:962 -#: ../calendar/conduits/memo/memo-conduit.c:965 +#: ../calendar/conduits/memo/memo-conduit.c:950 +#: ../calendar/conduits/memo/memo-conduit.c:953 msgid "Could not write pilot's Memo application block" msgstr "பைலட் குறிப்பு செயல்பாடு தொகுதி இல் எழுத இயலவில்லை." -#: ../calendar/conduits/todo/todo-conduit.c:241 +#: ../calendar/conduits/todo/todo-conduit.c:229 msgid "Default Priority:" msgstr "இயல்பான முன்னிரிமை:" -#: ../calendar/conduits/todo/todo-conduit.c:1103 -#: ../calendar/conduits/todo/todo-conduit.c:1106 +#: ../calendar/conduits/todo/todo-conduit.c:1092 +#: ../calendar/conduits/todo/todo-conduit.c:1095 msgid "Could not read pilot's ToDo application block" msgstr "பைலட் செய்யவேண்டிய பயன்பாட்டு வேலையை படிக்க முடியவில்லை" -#: ../calendar/conduits/todo/todo-conduit.c:1148 -#: ../calendar/conduits/todo/todo-conduit.c:1151 +#: ../calendar/conduits/todo/todo-conduit.c:1137 +#: ../calendar/conduits/todo/todo-conduit.c:1140 msgid "Could not write pilot's ToDo application block" msgstr "பைலட் செய்யவேண்டிய பயன்பாட்டு வேலையில் எழுத முடியவில்லை" #: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:1 -#: ../plugins/itip-formatter/itip-formatter.c:2523 +#: ../plugins/itip-formatter/itip-formatter.c:2534 msgid "Calendar and Tasks" msgstr "நாள்காட்டி மற்றும் பணிகள்" #: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:2 -#: ../calendar/gui/calendar-component.c:869 -#: ../calendar/gui/calendar-component.c:1291 +#: ../calendar/gui/calendar-component.c:819 +#: ../calendar/gui/calendar-component.c:1241 msgid "Calendars" msgstr "நாள்காட்டிகள்" @@ -4671,21 +3273,21 @@ msgid "Memo_s" msgstr "குறிப்புகள் (_s)" #: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:12 -#: ../calendar/gui/e-memo-table.c:278 ../calendar/gui/e-memos.c:1133 -#: ../calendar/gui/gnome-cal.c:1821 ../calendar/gui/memos-component.c:594 -#: ../calendar/gui/memos-component.c:912 ../calendar/gui/memos-control.c:350 -#: ../calendar/gui/memos-control.c:366 +#: ../calendar/gui/e-memo-table.c:293 ../calendar/gui/e-memos.c:1132 +#: ../calendar/gui/gnome-cal.c:1821 ../calendar/gui/memos-component.c:566 +#: ../calendar/gui/memos-component.c:884 ../calendar/gui/memos-control.c:389 +#: ../calendar/gui/memos-control.c:405 msgid "Memos" msgstr "குறிப்புகள்" #: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:13 -#: ../calendar/gui/e-calendar-table.c:714 ../calendar/gui/e-tasks.c:1437 +#: ../calendar/gui/e-calendar-table.c:725 ../calendar/gui/e-tasks.c:1436 #: ../calendar/gui/gnome-cal.c:1689 ../calendar/gui/print.c:1988 -#: ../calendar/gui/tasks-component.c:586 ../calendar/gui/tasks-component.c:908 -#: ../calendar/gui/tasks-control.c:482 ../calendar/gui/tasks-control.c:498 +#: ../calendar/gui/tasks-component.c:558 ../calendar/gui/tasks-component.c:880 +#: ../calendar/gui/tasks-control.c:528 ../calendar/gui/tasks-control.c:544 #: ../calendar/importers/icalendar-importer.c:76 #: ../calendar/importers/icalendar-importer.c:749 -#: ../plugins/exchange-operations/exchange-delegates-user.c:78 +#: ../plugins/exchange-operations/exchange-delegates-user.c:76 #: ../plugins/exchange-operations/exchange-folder.c:588 #: ../plugins/groupwise-account-setup/camel-gw-listener.c:425 #: ../plugins/groupwise-account-setup/camel-gw-listener.c:569 @@ -4707,27 +3309,26 @@ msgstr "(_T)பணிகள்" msgid "Evolution Calendar alarm notification service" msgstr "எவல்யூஷன் நாள்காட்டி நினைவூட்டல் சேவை" -#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:105 +#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:102 msgid "minute" msgid_plural "minutes" msgstr[0] "நிமிடம்" msgstr[1] "நிமிடங்கள்" -#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:120 +#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:117 #: ../calendar/gui/alarm-notify/alarm-notify.glade.h:8 -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:25 -#: ../calendar/gui/dialogs/event-page.glade.h:19 ../filter/filter.glade.h:15 -#: ../plugins/caldav/caldav-source.c:431 -#: ../plugins/calendar-http/calendar-http.c:280 -#: ../plugins/calendar-weather/calendar-weather.c:525 -#: ../plugins/google-account-setup/google-source.c:653 -#: ../plugins/google-account-setup/google-contacts-source.c:367 +#: ../calendar/gui/dialogs/event-page.glade.h:22 +#: ../plugins/caldav/caldav-source.c:412 +#: ../plugins/calendar-http/calendar-http.c:279 +#: ../plugins/calendar-weather/calendar-weather.c:524 +#: ../plugins/google-account-setup/google-source.c:654 +#: ../plugins/google-account-setup/google-contacts-source.c:331 msgid "hours" msgid_plural "hours" msgstr[0] "மணிகள்" msgstr[1] "மணிகள்" -#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:298 +#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:295 msgid "Start time" msgstr "துவக்க நேரம்" @@ -4742,9 +3343,9 @@ msgstr "(_A) அனைத்தையும் பணி நீக்கம் � #. Location #: ../calendar/gui/alarm-notify/alarm-notify.glade.h:3 -#: ../calendar/gui/alarm-notify/alarm-queue.c:1608 -#: ../calendar/gui/alarm-notify/alarm-queue.c:1614 -#: ../calendar/gui/e-itip-control.c:1167 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1605 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1611 +#: ../calendar/gui/e-itip-control.c:1165 #: ../plugins/itip-formatter/itip-view.c:1021 msgid "Location:" msgstr "இடம்:" @@ -4758,11 +3359,11 @@ msgid "_Dismiss" msgstr "(_D) பணிநீக்கு" #: ../calendar/gui/alarm-notify/alarm-notify.glade.h:6 -#: ../calendar/gui/dialogs/comp-editor.c:1382 -#: ../calendar/gui/dialogs/recurrence-page.glade.h:10 -#: ../filter/filter.glade.h:11 ../mail/mail-config.glade.h:170 +#: ../calendar/gui/dialogs/comp-editor.c:1019 +#: ../calendar/gui/dialogs/recurrence-page.glade.h:8 +#: ../filter/filter.glade.h:11 ../mail/mail-config.glade.h:168 #: ../plugins/exchange-operations/exchange-delegates.glade.h:15 -#: ../plugins/publish-calendar/publish-calendar.glade.h:21 +#: ../plugins/publish-calendar/publish-calendar.glade.h:22 #: ../ui/evolution-addressbook.xml.h:51 ../ui/evolution-calendar.xml.h:43 #: ../ui/evolution-mail-messagedisplay.xml.h:5 ../ui/evolution-memos.xml.h:17 #: ../ui/evolution-tasks.xml.h:25 ../ui/evolution.xml.h:42 @@ -4778,32 +3379,32 @@ msgstr "தூங்கு (_S)" msgid "location of appointment" msgstr "சந்திப்பு ஏற்பாடு இடம்" -#: ../calendar/gui/alarm-notify/alarm-queue.c:1466 -#: ../calendar/gui/alarm-notify/alarm-queue.c:1591 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1463 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1588 msgid "No summary available." msgstr "சுருக்கம் இல்லை." -#: ../calendar/gui/alarm-notify/alarm-queue.c:1475 -#: ../calendar/gui/alarm-notify/alarm-queue.c:1477 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1472 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1474 msgid "No description available." msgstr "விளக்கம் இல்லை" -#: ../calendar/gui/alarm-notify/alarm-queue.c:1485 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1482 msgid "No location information available." msgstr "இட விவரம் இல்லை." -#: ../calendar/gui/alarm-notify/alarm-queue.c:1530 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1527 #, c-format msgid "You have %d alarms" msgstr "உங்களிடம் %d அலாரங்கள் உள்ளன" -#: ../calendar/gui/alarm-notify/alarm-queue.c:1692 -#: ../calendar/gui/alarm-notify/alarm-queue.c:1720 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1689 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1717 #: ../e-util/e-non-intrusive-error-dialog.h:41 msgid "Warning" msgstr "எச்சரிக்கை" -#: ../calendar/gui/alarm-notify/alarm-queue.c:1696 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1693 msgid "" "Evolution does not support calendar reminders with\n" "email notifications yet, but this reminder was\n" @@ -4815,7 +3416,7 @@ msgstr "" "அனுப்பும் வசதி அமைக்கப்பட்டுள்ளது, எவல்யூஷன் \n" "சாதாரண நினைவூட்டல் உரையாடல் பெட்டியை காட்டும்." -#: ../calendar/gui/alarm-notify/alarm-queue.c:1726 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1723 #, c-format msgid "" "An Evolution Calendar reminder is about to trigger. This reminder is " @@ -4831,7 +3432,7 @@ msgstr "" "\n" "இந்த நிரலை இயக்க விருப்பமா?" -#: ../calendar/gui/alarm-notify/alarm-queue.c:1740 +#: ../calendar/gui/alarm-notify/alarm-queue.c:1737 msgid "Do not ask me about this program again." msgstr "இந்த நிரல் பற்றி இனி என்னிடம் கேட்க வேண்டாம்." @@ -4904,157 +3505,163 @@ msgid "Calendars to run alarms for" msgstr "நாள்காட்டி எச்சரிக்கையை இயக்கவும்" #: ../calendar/gui/apps_evolution_calendar.schemas.in.h:7 +msgid "Check this to use system timezone in Evolution." +msgstr "எவல்யூஷனில் கணினி நேர மண்டலத்தை பயன்படுத்த இதை குறிக்கவும்." + +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:8 msgid "Color to draw the Marcus Bains Line in the Time bar (empty for default)." msgstr "மார்கஸ் பைன்ஸ் கோட்டினை நேர பட்டையில் வரையும் நிறம் (முன்னிருப்பாக வெற்று)." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:8 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:9 msgid "Color to draw the Marcus Bains line in the Day View." msgstr "மார்கஸ் பைன்ஸ் கோட்டினை நாள் பார்வையில் வரையும் நிறம்." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:9 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:10 msgid "Compress weekends in month view" msgstr "மாத பார்வையில் வார கடைசிகளை குறுக்கவும்" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:10 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:11 msgid "Confirm expunge" msgstr "நீக்குதலை உறுதிபடுத்து" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:11 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:12 msgid "Days on which the start and end of work hours should be indicated." msgstr "ஆரம்ப மற்றும் முடிவு வேலை நேரத்தின் நாட்களை குறிப்பிட வேண்டும்." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:12 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:13 msgid "Default appointment reminder" msgstr "முன்னிருப்பு சந்திப்பு ஏற்பாடு நினைவூட்டல்" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:13 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:14 msgid "Default reminder units" msgstr "முன்னிருப்பு நினைவூட்டு அலகுகள்" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:14 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:15 msgid "Default reminder value" msgstr "முன்னிருப்பு நினைவூட்டல் மதிப்பு" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:15 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:16 msgid "Directory for saving alarm audio files" msgstr "எச்ச்சரிக்கை ஒலி கோப்புகளுக்கு சேமிக்க அடைவு" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:16 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:17 msgid "Event Gradient" msgstr "நிகழ்வு படித்திறன்" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:17 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:18 msgid "Event Transparency" msgstr "நிகழ்வு ஊடுருவல்" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:18 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:19 msgid "Free/busy server URLs" msgstr "ஓய்வு/பணியில் சேவையக URLகள்" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:19 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:20 msgid "Free/busy template URL" msgstr "ஓய்வு/பணியில் மாதிரிஉரு URL" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:20 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:21 msgid "Gradient of the events in calendar views." msgstr "நாள்காட்டி பார்வையில் நிகழ்வுகளின் புரி." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:21 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:22 msgid "Hide completed tasks" msgstr "முடிந்த பணிகளை மறை" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:22 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:23 msgid "Hide task units" msgstr "பணி அலகுகளை மறை" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:23 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:24 msgid "Hide task value" msgstr "பணி மதிப்பினை மறை" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:24 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:25 msgid "Horizontal pane position" msgstr "கிடைமட்ட பலக நிலை" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:25 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:26 msgid "Hour the workday ends on, in twenty four hour format, 0 to 23." msgstr "வேலை நாள் முடிந்த நேரம், 24 மணிநேர வடிவத்தில், 0 முதல் 23 வரை." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:26 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:27 msgid "Hour the workday starts on, in twenty four hour format, 0 to 23." msgstr "வேலை நாள் ஆரம்ப நேரம், 24 மணிநேர வடிவத்தில், 0 முதல் 23 வரை." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:27 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:28 msgid "Intervals shown in Day and Work Week views, in minutes." msgstr "நாள் மற்றும் வார வேலை நாள் பார்வையில் காட்டப்படும் இடைவேளை நேரம், நிமிடங்களில்." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:28 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:29 msgid "Last alarm time" msgstr "கடைசி அலார நேரம்" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:29 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:30 #: ../mail/evolution-mail.schemas.in.h:72 msgid "Level beyond which the message should be logged." msgstr "செய்தி பதிவு செய்யப்பட வேண்டிய மட்டம்" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:30 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:31 msgid "List of recently used second time zones in a Day View." msgstr "அண்மையில் பயன்படுத்திய இரண்டாம் நிலை நேர இடங்கள் நாள் பார்வையில்." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:31 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:32 msgid "List of server URLs for free/busy publishing." msgstr "ஓய்வு/பணியில் இருக்கிறார் என காட்ட வழங்கன் URL களுக்கு பட்டியல்." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:32 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:33 msgid "Marcus Bains Line" msgstr "மார்கஸ் பைன்ஸ் கோடு" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:33 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:34 msgid "Marcus Bains Line Color - Day View" msgstr "மார்கஸ் பைன்ஸ் கோடு நிறம் - நாள் பார்வை" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:34 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:35 msgid "Marcus Bains Line Color - Time bar" msgstr "மார்கஸ் பைன்ஸ் கோடு நிறம் - நேர பட்டை" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:35 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:36 msgid "" "Maximum number of recently used timezones to remember in a " "'day_second_zones' list." -msgstr "'day_second_zones' பட்டியலில் அண்மையில் பயன்படுத்திய நேர இடங்களின் அதிக பட்ச எண்ணிக்கை" +msgstr "" +"'day_second_zones' பட்டியலில் அண்மையில் பயன்படுத்திய நேர இடங்களின் அதிக பட்ச " +"எண்ணிக்கை" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:36 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:37 msgid "Maximum number of recently used timezones to remember." msgstr "அண்மையில் பயன்படுத்திய நேர இடங்களின் அதிக பட்ச எண்ணிக்கை" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:37 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:38 msgid "Minute the workday ends on, 0 to 59." msgstr "வேலை நாள் முடியும் நிமிடம், 0 லிருந்து 59 வரை." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:38 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:39 msgid "Minute the workday starts on, 0 to 59." msgstr "வேலை நாள் துவங்கும் நிமிடம், 0 லிருந்து 59 வரை." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:39 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:40 msgid "Month view horizontal pane position" msgstr "மாதப் பார்வை கிடைமட்ட பலகத்தின் நிலை" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:40 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:41 msgid "Month view vertical pane position" msgstr "மாதப் பார்வை செங்குத்து பலகத்தின் நிலை" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:41 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:42 msgid "Number of units for determining a default reminder." msgstr "முன்னிருப்பு நினைவூட்டலுக்கான அலகுகளின் எண்ணிக்கை." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:42 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:43 msgid "Number of units for determining when to hide tasks." msgstr "பணிகளை மறைப்பதை நிர்ணயிக்க உருப்படிகளின் எண்" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:43 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:44 msgid "Overdue tasks color" msgstr "முடிக்காத பணிகள் நிறம்" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:44 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:45 msgid "" "Position of the horizontal pane, between the date navigator calendar and the " "task list when not in the month view, in pixels." @@ -5062,7 +3669,7 @@ msgstr "" "தேதி நகர்த்தி நாள்காட்டி மற்றும் பணி பட்டியலுக்கிடையே, மாத பார்வை இல்லாத போது, " "பிக்சல்களில், கிடைமட்ட பலகத்தின் நிலை." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:45 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:46 msgid "" "Position of the horizontal pane, between the view and the date navigator " "calendar and task list in the month view, in pixels." @@ -5070,13 +3677,13 @@ msgstr "" "பார்வை மற்றும் தேதி நகர்த்தி நாள்காட்டி மற்றும் பணி பட்டியலுக்கிடையே, மாத பார்வையில், " "பிக்சல்களில், கிடைமட்ட பலகத்தின் நிலை." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:46 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:47 msgid "" "Position of the vertical pane, between the calendar lists and the date " "navigator calendar." msgstr "நாள்காட்டி பட்டியல் மற்றும் தேதி நாள்காட்டி.மாலுமி இடையே செங்குத்து பலகத்தின் இடம்." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:47 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:48 msgid "" "Position of the vertical pane, between the task list and the task preview " "pane, in pixels." @@ -5084,7 +3691,7 @@ msgstr "" "பணி பட்டியல் மற்றும் பணி முன்பார்வை பலகத்துக்கு இடையே, பிக்சல்களில், செங்குத்து பலகத்தின் " "நிலை." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:48 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:49 msgid "" "Position of the vertical pane, between the view and the date navigator " "calendar and task list in the month view, in pixels." @@ -5092,7 +3699,7 @@ msgstr "" "பார்வை மற்றும் தேதி நகர்த்தி நாள்காட்டி மற்றும் பணி பட்டியலுக்கிடையே, மாத பார்வையில், " "பிக்சல்களில், செங்குத்து பலகத்தின் நிலை." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:49 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:50 msgid "" "Position of the vertical pane, between the view and the date navigator " "calendar and task list when not in the month view, in pixels." @@ -5100,84 +3707,89 @@ msgstr "" "பார்வை மற்றும் தேதி நகர்த்தி நாள்காட்டி மற்றும் பணி பட்டியலுக்கிடையே, மாத பார்வையில் " "இல்லாத போது, பிக்சல்களில், செங்குத்து பலகத்தின் நிலை." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:50 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:51 msgid "Programs that are allowed to be run by alarms." msgstr "அலாரங்களோடு இயங்க அனுமதிக்கப்படும் நிரல்கள்." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:51 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:52 msgid "Recently used second time zones in a Day View" msgstr "அண்மையில் பயன்படுத்திய இரண்டாம் நிலை நேர இடங்கள் நாள் பார்வையில் " -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:52 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:53 msgid "Save directory for alarm audio" msgstr "எச்சரிக்கை ஒலிகளை சேமிக்க அடைவு" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:53 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:54 +msgid "Scroll Month View by a week" +msgstr "மாதம் காட்சியை ஒரு வாரம் உருட்டு" + +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:55 msgid "Show RSVP field in the event/task/meeting editor" msgstr "தயைசெய்க,பதில்தருக புலத்தை நிகழ்வு/பணி/சந்திப்பு தொகுப்பியில் காட்டு" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:54 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:56 msgid "Show Role field in the event/task/meeting editor" msgstr "பங்கு புலத்தை நிகழ்வு/பணி/சந்திப்பு தொகுப்பியில் காட்டு" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:55 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:57 msgid "Show appointment end times in week and month views" msgstr "சந்திப்பு ஏற்பாடு முடிந்த நேரத்தை வார மற்றும் மாதகாட்சிகளில் காட்டு" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:56 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:58 msgid "Show categories field in the event/meeting/task editor" msgstr "வகைகள் புலத்தை நிகழ்வு/பணி/சந்திப்பு தொகுப்பியில் காட்டு" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:57 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:59 msgid "Show display alarms in notification tray" msgstr "அறிவிப்பு இழுப்பறையில் அலாரங்களை காட்டு" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:58 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:60 msgid "Show status field in the event/task/meeting editor" msgstr "நிகழ்வு/பணி/சந்திப்பு தொகுப்பியில் நிலை புலத்தினை காட்டு" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:59 -#: ../mail/evolution-mail.schemas.in.h:126 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:61 +#: ../mail/evolution-mail.schemas.in.h:136 msgid "Show the \"Preview\" pane" msgstr "\"Preview\"பலகத்தை காட்டு" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:60 -#: ../mail/evolution-mail.schemas.in.h:127 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:62 +#: ../mail/evolution-mail.schemas.in.h:137 msgid "Show the \"Preview\" pane." msgstr "\"Preview\"பலகத்தை காட்டு" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:61 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:63 msgid "Show timezone field in the event/meeting editor" msgstr "நிகழ்வு/சந்திப்பு தொகுப்பியில் நேர மண்டல புலத்தை காட்டு" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:62 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:64 msgid "Show type field in the event/task/meeting editor" msgstr "நிகழ்வு/பணி/சந்திப்பு தொகுப்பியில் வகை புலத்தை காட்டு" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:63 -#| msgid "Show week numbers in date navigator" +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:65 msgid "Show week number in Day and Work Week View" msgstr "நாள் மற்றும் வார பார்வையில் வாரத்திள் எண்ணை காட்டு." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:64 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:66 msgid "Show week numbers in date navigator" msgstr "தேதி நகர்த்தியில் வார எண்களை காட்டு" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:65 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:67 msgid "" "Shows the second time zone in a Day View, if set. Value is similar to one " "used in a 'timezone' key." -msgstr "அமைத்தால் நாள் பார்வையில் இரண்டாம் நிலை நேர இடங்களை காட்டும். மதிப்பு நேர இட விசைக்கு பயன்பட்டது போலவே." +msgstr "" +"அமைத்தால் நாள் பார்வையில் இரண்டாம் நிலை நேர இடங்களை காட்டும். மதிப்பு நேர இட விசைக்கு " +"பயன்பட்டது போலவே." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:66 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:68 msgid "Tasks due today color" msgstr "நிலுவையில் இன்று உள்ள பணிகளின் நிறம்" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:67 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:69 msgid "Tasks vertical pane position" msgstr "பணிகள் செங்குத்து பலக நிலை" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:69 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:71 #, no-c-format msgid "" "The URL template to use as a free/busy data fallback, %u is replaced by the " @@ -5186,7 +3798,7 @@ msgstr "" "ஓய்வு/பணியில் இருக்கிறார் என காட்ட வழங்கன் URL களுக்கு வார்புரு. %u இல் அஞ்சல் " "முகவரியும் மற்றும் %d இல் களமும் குறிப்பிடப்படும்." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:70 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:72 msgid "" "The default timezone to use for dates and times in the calendar, as an " "untranslated Olsen timezone database location like \"America/New York\"." @@ -5194,35 +3806,31 @@ msgstr "" "நாள்காட்டிக்கு முன்னிருப்பு கால மண்டலம். மொழிமாற்று அமைக்காத ஒல்ஸன் கால மண்டல தரவிறக்க " "இடம் \"America/New York\"." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:71 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:73 msgid "The second timezone for a Day View" msgstr "நாள் பார்வைக்கு இரண்டாம் நிலை கால மண்டலம்" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:72 -#| msgid "" -#| "This can have three possible values. \"0\" for errors. \"1\" for " -#| "warnings. \"2\" for debug messages." +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:74 msgid "" "This can have three possible values. 0 for errors. 1 for warnings. 2 for " "debug messages." msgstr "" -"இதற்கு மூன்று மதிப்புகள் இருக்கக்கூடும். 0 வழுக்கள். 1 எச்சரிக்கைகள். 2 " -"வழுநீக்கி செய்திகள் ." +"இதற்கு மூன்று மதிப்புகள் இருக்கக்கூடும். 0 வழுக்கள். 1 எச்சரிக்கைகள். 2 வழுநீக்கி " +"செய்திகள் ." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:73 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:75 msgid "Time divisions" msgstr "நேர பகுப்புகள்" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:74 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:76 msgid "Time the last alarm ran, in time_t." msgstr "கடைசியாக அலாரம் ஒலித்தது. (_t)" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:75 -#: ../plugins/startup-wizard/startup-wizard.c:109 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:77 msgid "Timezone" msgstr "நேரம் மண்டலம்" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:76 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:78 msgid "" "Transparency of the events in calendar views, a value between 0 " "(transparent) and 1 (opaque)." @@ -5230,39 +3838,43 @@ msgstr "" "நாள்காட்டி உள்ளே நிகழ்ச்சிகளின் வெளிப்பாடு. மதிப்பு 0 (வெளியே தெரியும்) க்கும் 1 " "(வெளியே தெரியாது) இடையே" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:77 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:79 msgid "Twenty four hour time format" msgstr "இருபத்தி நான்கு மணிநேர வடிவம்" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:78 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:80 msgid "Units for a default reminder, \"minutes\", \"hours\" or \"days\"." msgstr "முன்னிருப்பு நினைவூட்டிக்கான அலகுகள், \"minutes\", \"hours\" அல்லது \"days\"." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:79 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:81 msgid "Units for determining when to hide tasks, \"minutes\", \"hours\" or \"days\"." msgstr "பணியை மறைப்பதை கண்டறிய தேவையான அலகு, \"minutes\", \"hours\" அல்லது \"days\"." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:81 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:82 +msgid "Use system timezone" +msgstr "கணினி இயல்பான நேர மண்டலத்தை பயன்படுத்து" + +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:84 msgid "Week start" msgstr "வாரம் துவங்குகிறது" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:82 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:85 msgid "Weekday the week starts on, from Sunday (0) to Saturday (6)." msgstr "வாரத்தின் வாரநாட்கள் ஞாயிறு (0) முதல் சனி (0) வரை ஆகும்." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:83 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:86 msgid "Whether or not to use the notification tray for display alarms." msgstr "எச்சரிக்கைகளை காட்ட அறிவிப்பு தட்டை பயன்படுத்துவதா இல்லையா." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:84 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:87 msgid "Whether to ask for confirmation when deleting an appointment or task." msgstr "ஒரு சந்திப்பு ஏற்பாடு அல்லது பணியை நீக்கும் போது உறுதிப்படுத்த வேண்டுமா." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:85 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:88 msgid "Whether to ask for confirmation when expunging appointments and tasks." msgstr "ஒரு சந்திப்பு ஏற்பாடு அல்லது பணியை பகுதி நீக்கும் போது உறுதிப்படுத்த வேண்டுமா." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:86 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:89 msgid "" "Whether to compress weekends in the month view, which puts Saturday and " "Sunday in the space of one weekday." @@ -5270,87 +3882,82 @@ msgstr "" "மாத காட்சியில் வாரகடைசி நாட்களை குறிக்க வேண்டுமா அதாவது சனிக்கிழமை மற்றும் " "ஞாயிற்றுக்கிழமை ஒரு நாள் இடைவெளியில் வைக்கும்." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:87 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:90 msgid "Whether to display the end time of events in the week and month views." msgstr "நிகழ்வின் முடிவு நேரத்தை வார மற்றும் மாத காட்சிகளில் காட்ட வேண்டுமா." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:88 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:91 msgid "Whether to draw the Marcus Bains Line (line at current time) in the calendar." msgstr "நாள்காட்டியில் மார்கஸ் பைன்ஸ் கோட்டினை (நடப்பு நேரத்தில் உள்ள கோடு) வரைய வேண்டுமா." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:89 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:92 msgid "Whether to hide completed tasks in the tasks view." msgstr "முழு பணி விவரத்தையும் பணிகள் பார்வையில் மறைக்க வேண்டுமா." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:90 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:93 +msgid "Whether to scroll a Month View by a week, not by a month." +msgstr "மாதம் காட்சி ஐ மாத கணக்காக இல்லாமல் வாரமாக உருட்டவா." + +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:94 msgid "Whether to set a default reminder for appointments." msgstr "சந்திப்பு க்கு முன்னிருப்பு நினைவூட்டலை அமைக்க வேண்டுமா." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:91 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:95 msgid "Whether to show RSVP field in the event/task/meeting editor" msgstr "நிகழ்வு/பணி/சந்திப்பு தொகுப்பியில் தயைசெய்க,பதில்தருக புலத்தை காட்ட வேண்டுமா " -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:92 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:96 msgid "Whether to show categories field in the event/meeting editor" msgstr "நிகழ்வு/சந்திப்பு தொகுப்பியில் வகைகள் புலத்தை காட்ட வேண்டுமா" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:93 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:97 msgid "Whether to show role field in the event/task/meeting editor" msgstr "நிகழ்வு/பணி/சந்திப்பு தொகுப்பியில் பங்கு புலத்தை காட்ட வேண்டுமா" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:94 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:98 msgid "Whether to show status field in the event/task/meeting editor" msgstr "நிகழ்வு/பணி/சந்திப்பு தொகுப்பியில் நிலை புலத்தை காட்ட வேண்டுமா" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:95 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:99 msgid "Whether to show times in twenty four hour format instead of using am/pm." msgstr "am/pm க்கு பதிலாக 24 மணிநேர முறையில் நேரங்களை காட்ட வேண்டுமா." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:96 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:100 msgid "Whether to show timezone field in the event/meeting editor" msgstr "நிகழ்வு/சந்திப்பில் நேர மண்டல புலத்தை காட்ட வேண்டுமா" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:97 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:101 msgid "Whether to show type field in the event/task/meeting editor" msgstr "நிகழ்வு/பணி/சந்திப்பில் வகை புலத்தை காட்ட வேண்டுமா" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:98 -#| msgid "Whether to show week numbers in the date navigator." +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:102 msgid "Whether to show week number in the Day and Work Week View." msgstr "நாள் மற்றும் வேலை வார பாரவையில் வார எண்களை காட்ட வேண்டுமா." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:99 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:103 msgid "Whether to show week numbers in the date navigator." msgstr "நாள் நகர்த்தியில் வார எண்களை காட்ட வேண்டுமா." -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:100 -msgid "Whether to use daylight savings time while displaying events." -msgstr "நிகழ்வுகளை காட்டும் போது பகல் நேர சேமிப்பை பயன்படுத்த வேண்டுமா?" - -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:101 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:104 msgid "Work days" msgstr "வேலை நாட்கள்" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:102 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:105 msgid "Workday end hour" msgstr "வேலைநாள் கடைசி மணிநேரம்" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:103 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:106 msgid "Workday end minute" msgstr "வேலைநாள் கடைசி நிமிடம" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:104 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:107 msgid "Workday start hour" msgstr "வேலைநாள் துவங்கும் நேரம்" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:105 +#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:108 msgid "Workday start minute" msgstr "வேலைநாள் துவங்கும் நிமிடம்" -#: ../calendar/gui/apps_evolution_calendar.schemas.in.h:106 -msgid "daylight savings time" -msgstr "பகல் நேர சேமிப்பு" - #: ../calendar/gui/cal-search-bar.c:75 msgid "Summary contains" msgstr "சுருக்கத்தில்" @@ -5400,7 +4007,7 @@ msgid "Next 7 Days' Appointments" msgstr "அடுத்த 7 நாட்கள் சந்திப்பு ஏற்பாடுகள்" #: ../calendar/gui/calendar-commands.c:90 ../ui/evolution-addressbook.xml.h:26 -#: ../ui/evolution-calendar.xml.h:20 ../ui/evolution-mail-message.xml.h:75 +#: ../ui/evolution-calendar.xml.h:20 ../ui/evolution-mail-message.xml.h:71 #: ../ui/evolution-memos.xml.h:11 ../ui/evolution-tasks.xml.h:14 msgid "Print" msgstr "அச்சிடு" @@ -5419,132 +4026,120 @@ msgid "Purge events older than" msgstr "நீக்க வேண்டிய பழைய நிகழ்வுகள்" #: ../calendar/gui/calendar-commands.c:326 -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:21 ../filter/filter.glade.h:14 -#: ../plugins/caldav/caldav-source.c:432 -#: ../plugins/calendar-http/calendar-http.c:281 -#: ../plugins/calendar-weather/calendar-weather.c:526 -#: ../plugins/google-account-setup/google-source.c:654 -#: ../plugins/google-account-setup/google-contacts-source.c:368 +#: ../plugins/caldav/caldav-source.c:413 +#: ../plugins/calendar-http/calendar-http.c:280 +#: ../plugins/calendar-weather/calendar-weather.c:525 +#: ../plugins/google-account-setup/google-source.c:655 +#: ../plugins/google-account-setup/google-contacts-source.c:332 #: ../widgets/misc/e-send-options.glade.h:39 msgid "days" msgstr "நாட்கள்" -#. ensure the group name is in current locale, not read from configuration -#. Create the On the web source group -#. ensure the group name is in current locale, not read from configuration -#. Create the source group #. Create the Webcal source group -#. Create the LDAP source group -#. ensure the group name is in current locale, not read from configuration -#: ../calendar/gui/calendar-component.c:287 -#: ../calendar/gui/calendar-component.c:290 -#: ../calendar/gui/memos-component.c:240 ../calendar/gui/memos-component.c:243 -#: ../calendar/gui/migration.c:505 ../calendar/gui/migration.c:604 -#: ../calendar/gui/migration.c:1118 ../calendar/gui/tasks-component.c:237 -#: ../calendar/gui/tasks-component.c:243 +#: ../calendar/gui/calendar-component.c:194 +#: ../calendar/gui/memos-component.c:153 ../calendar/gui/migration.c:505 +#: ../calendar/gui/migration.c:604 ../calendar/gui/migration.c:1118 +#: ../calendar/gui/tasks-component.c:150 msgid "On The Web" msgstr "இணையத்தில்" -#. ensure the source name is in current locale, not read from configuration -#: ../calendar/gui/calendar-component.c:331 -#: ../calendar/gui/calendar-component.c:333 ../calendar/gui/migration.c:399 -msgid "Birthdays & Anniversaries" -msgstr "பிறந்த நாள் & ஆண்டு துவக்க நாள்" - -#. ensure the group name is in current locale, not read from configuration -#. Create the weather group -#: ../calendar/gui/calendar-component.c:346 -#: ../calendar/gui/calendar-component.c:349 +#: ../calendar/gui/calendar-component.c:195 #: ../plugins/calendar-weather/calendar-weather.c:126 msgid "Weather" msgstr "வானிலை" -#: ../calendar/gui/calendar-component.c:676 +#. ensure the source name is in current locale, not read from configuration +#: ../calendar/gui/calendar-component.c:289 +#: ../calendar/gui/calendar-component.c:291 ../calendar/gui/migration.c:399 +msgid "Birthdays & Anniversaries" +msgstr "பிறந்த நாள் & ஆண்டு துவக்க நாள்" + +#: ../calendar/gui/calendar-component.c:626 msgid "_New Calendar" msgstr "புதிய நாள்காட்டி (_N)" -#: ../calendar/gui/calendar-component.c:677 -#: ../calendar/gui/memos-component.c:508 ../calendar/gui/tasks-component.c:500 -#: ../mail/em-folder-tree.c:2124 +#: ../calendar/gui/calendar-component.c:627 +#: ../calendar/gui/memos-component.c:480 ../calendar/gui/tasks-component.c:472 +#: ../mail/em-folder-tree.c:2047 msgid "_Copy..." msgstr "(_C)நகல்..." -#: ../calendar/gui/calendar-component.c:682 -#: ../calendar/gui/memos-component.c:513 ../calendar/gui/tasks-component.c:505 +#: ../calendar/gui/calendar-component.c:632 +#: ../calendar/gui/memos-component.c:485 ../calendar/gui/tasks-component.c:477 msgid "_Make available for offline use" msgstr "இணைப்பில்லாத போது பயனுக்கு என அமை (_M)" -#: ../calendar/gui/calendar-component.c:683 -#: ../calendar/gui/memos-component.c:514 ../calendar/gui/tasks-component.c:506 +#: ../calendar/gui/calendar-component.c:633 +#: ../calendar/gui/memos-component.c:486 ../calendar/gui/tasks-component.c:478 msgid "_Do not make available for offline use" msgstr "(_D) இணைப்பில்லாத போது பயனுக்கு என அமைக்க வேண்டாம்" -#: ../calendar/gui/calendar-component.c:1013 +#: ../calendar/gui/calendar-component.c:963 msgid "Failed upgrading calendars." msgstr "நாள்காட்டியை புதுப்பிக்க முடியாது" -#: ../calendar/gui/calendar-component.c:1142 +#: ../calendar/gui/calendar-component.c:1092 #, c-format msgid "Unable to open the calendar '%s' for creating events and meetings" msgstr "புதிய நிகழ்வுகள் மற்றும் கூட்டத்தை உருவாக்க '%s' நாள்காட்டியை திறக்க முடியவில்லை" -#: ../calendar/gui/calendar-component.c:1158 +#: ../calendar/gui/calendar-component.c:1108 msgid "There is no calendar available for creating events and meetings" msgstr "நிகவுகள் மற்றும் கூட்டத்தை உருவாக்க இதில் நாள்காட்டி எதுவும் இல்லை" -#: ../calendar/gui/calendar-component.c:1271 +#: ../calendar/gui/calendar-component.c:1221 msgid "Calendar Source Selector" msgstr "நாள்காட்டி மூல தேர்வாளர்" -#: ../calendar/gui/calendar-component.c:1487 +#: ../calendar/gui/calendar-component.c:1437 msgid "New appointment" msgstr "புதிய சந்திப்பு ஏற்பாடு" -#: ../calendar/gui/calendar-component.c:1488 +#: ../calendar/gui/calendar-component.c:1438 msgctxt "New" msgid "_Appointment" msgstr "(_A) சந்திப்பு ஏற்பாடு " -#: ../calendar/gui/calendar-component.c:1489 +#: ../calendar/gui/calendar-component.c:1439 msgid "Create a new appointment" msgstr "புதிய சந்திப்பை உருவாக்கு" -#: ../calendar/gui/calendar-component.c:1495 +#: ../calendar/gui/calendar-component.c:1445 msgid "New meeting" msgstr "புதிய கூட்டம்" -#: ../calendar/gui/calendar-component.c:1496 +#: ../calendar/gui/calendar-component.c:1446 msgctxt "New" msgid "M_eeting" msgstr "(_M)கூட்டம்" -#: ../calendar/gui/calendar-component.c:1497 +#: ../calendar/gui/calendar-component.c:1447 msgid "Create a new meeting request" msgstr "புதிய கூட்டத்தை உருவாக்க கோரிக்கை" -#: ../calendar/gui/calendar-component.c:1503 +#: ../calendar/gui/calendar-component.c:1453 msgid "New all day appointment" msgstr "முழுநாட்களுக்குமான புதிய சந்திப்பு " -#: ../calendar/gui/calendar-component.c:1504 +#: ../calendar/gui/calendar-component.c:1454 msgctxt "New" msgid "All Day A_ppointment" msgstr "(_p) முழு நாளுக்குமான சந்திப்பு " -#: ../calendar/gui/calendar-component.c:1505 +#: ../calendar/gui/calendar-component.c:1455 msgid "Create a new all-day appointment" msgstr "முழு நாளுக்குமான சந்திப்பை உருவாக்கு" -#: ../calendar/gui/calendar-component.c:1511 +#: ../calendar/gui/calendar-component.c:1461 msgid "New calendar" msgstr "புதிய நாள்காட்டி" -#: ../calendar/gui/calendar-component.c:1512 +#: ../calendar/gui/calendar-component.c:1462 msgctxt "New" msgid "Cale_ndar" msgstr "(_N)நாள்காட்டி" -#: ../calendar/gui/calendar-component.c:1513 +#: ../calendar/gui/calendar-component.c:1463 msgid "Create a new calendar" msgstr "புதிய நாள்காட்டியை உருவாக்கு" @@ -5586,12 +4181,11 @@ msgid "Category" msgstr "வகை" #: ../calendar/gui/caltypes.xml.h:6 ../calendar/gui/memotypes.xml.h:5 -#: ../widgets/misc/e-send-options.glade.h:6 msgid "Classification" msgstr "வகைப்படுத்துதல்" -#: ../calendar/gui/caltypes.xml.h:7 ../calendar/gui/e-cal-list-view.c:249 -#: ../calendar/gui/e-cal-model.c:352 ../calendar/gui/e-calendar-table.c:557 +#: ../calendar/gui/caltypes.xml.h:7 ../calendar/gui/e-cal-list-view.c:248 +#: ../calendar/gui/e-cal-model.c:352 ../calendar/gui/e-calendar-table.c:568 #: ../calendar/gui/memotypes.xml.h:6 #: ../plugins/email-custom-header/email-custom-header.c:341 msgid "Confidential" @@ -5600,6 +4194,7 @@ msgstr "நம்பகமான" #: ../calendar/gui/caltypes.xml.h:8 ../calendar/gui/memotypes.xml.h:7 #: ../calendar/gui/tasktypes.xml.h:10 #: ../plugins/plugin-manager/plugin-manager.c:59 +#: ../widgets/misc/e-attachment-tree-view.c:496 #: ../widgets/table/e-table-config.glade.h:6 msgid "Description" msgstr "விவரணம்" @@ -5619,21 +4214,27 @@ msgstr "இது இல்லை" msgid "Exist" msgstr "உள்ளது" -#: ../calendar/gui/caltypes.xml.h:13 -#: ../calendar/gui/dialogs/meeting-page.glade.h:6 -#: ../calendar/gui/memotypes.xml.h:11 ../calendar/gui/tasktypes.xml.h:19 +#: ../calendar/gui/caltypes.xml.h:12 +#: ../calendar/gui/e-cal-list-view.etspec.h:5 ../mail/message-list.etspec.h:9 +#: ../plugins/publish-calendar/publish-calendar.c:710 +#: ../plugins/save-calendar/csv-format.c:376 +msgid "Location" +msgstr "இடம்" + +#: ../calendar/gui/caltypes.xml.h:13 ../calendar/gui/memotypes.xml.h:11 +#: ../calendar/gui/tasktypes.xml.h:19 msgid "Organizer" msgstr "ஒருங்கிணைப்பாளர்" -#: ../calendar/gui/caltypes.xml.h:14 ../calendar/gui/e-cal-list-view.c:248 -#: ../calendar/gui/e-cal-model.c:350 ../calendar/gui/e-calendar-table.c:556 +#: ../calendar/gui/caltypes.xml.h:14 ../calendar/gui/e-cal-list-view.c:247 +#: ../calendar/gui/e-cal-model.c:350 ../calendar/gui/e-calendar-table.c:567 #: ../calendar/gui/memotypes.xml.h:12 msgid "Private" msgstr "தனிப்பட்ட" -#: ../calendar/gui/caltypes.xml.h:15 ../calendar/gui/e-cal-list-view.c:247 +#: ../calendar/gui/caltypes.xml.h:15 ../calendar/gui/e-cal-list-view.c:246 #: ../calendar/gui/e-cal-model.c:341 ../calendar/gui/e-cal-model.c:348 -#: ../calendar/gui/e-calendar-table.c:555 ../calendar/gui/memotypes.xml.h:13 +#: ../calendar/gui/e-calendar-table.c:566 ../calendar/gui/memotypes.xml.h:13 msgid "Public" msgstr "பொதுவான" @@ -5643,9 +4244,9 @@ msgid "Recurrence" msgstr "மீண்டும் தோன்றுகிறது" #: ../calendar/gui/caltypes.xml.h:17 -#: ../calendar/gui/e-cal-list-view.etspec.h:5 -#: ../calendar/gui/e-calendar-table.etspec.h:11 -#: ../calendar/gui/e-memo-table.etspec.h:4 ../calendar/gui/memotypes.xml.h:14 +#: ../calendar/gui/e-cal-list-view.etspec.h:7 +#: ../calendar/gui/e-calendar-table.etspec.h:13 +#: ../calendar/gui/e-memo-table.etspec.h:6 ../calendar/gui/memotypes.xml.h:14 #: ../calendar/gui/tasktypes.xml.h:22 #: ../plugins/save-calendar/csv-format.c:362 msgid "Summary" @@ -5667,12 +4268,12 @@ msgid "does not contain" msgstr "இதில் இல்லை" #: ../calendar/gui/caltypes.xml.h:21 ../calendar/gui/memotypes.xml.h:18 -#: ../calendar/gui/tasktypes.xml.h:27 ../mail/em-filter-i18n.h:30 +#: ../calendar/gui/tasktypes.xml.h:27 ../mail/em-filter-i18n.h:31 msgid "is" msgstr "இருக்கிறது" #: ../calendar/gui/caltypes.xml.h:22 ../calendar/gui/memotypes.xml.h:19 -#: ../calendar/gui/tasktypes.xml.h:30 ../mail/em-filter-i18n.h:36 +#: ../calendar/gui/tasktypes.xml.h:30 ../mail/em-filter-i18n.h:37 msgid "is not" msgstr "இல்லை" @@ -5688,14 +4289,35 @@ msgstr "நாள்காட்டியை திறக்க இந்த ம msgid "Permission denied to open the calendar" msgstr "நாள்காட்டியை திறப்பதற்கான அனுமதி மறுக்கப்பட்டது" -#: ../calendar/gui/comp-editor-factory.c:439 ../shell/e-shell.c:1271 +#: ../calendar/gui/comp-editor-factory.c:439 +#: ../plugins/mail-to-task/mail-to-task.c:455 ../shell/e-shell.c:1270 msgid "Unknown error" msgstr "தெரியாத பிழை" -#: ../calendar/gui/dialogs/alarm-dialog.c:601 +#: ../calendar/gui/dialogs/alarm-dialog.c:611 msgid "Edit Alarm" msgstr "அலாரத்தை திருத்து" +#: ../calendar/gui/dialogs/alarm-dialog.c:796 +#: ../calendar/gui/e-alarm-list.c:448 +msgid "Pop up an alert" +msgstr "எச்சரிக்கை ஒலியை தோன்றச்செய்" + +#: ../calendar/gui/dialogs/alarm-dialog.c:797 +#: ../calendar/gui/e-alarm-list.c:444 +msgid "Play a sound" +msgstr "ஒலியை இயக்கு" + +#: ../calendar/gui/dialogs/alarm-dialog.c:798 +#: ../calendar/gui/e-alarm-list.c:456 +msgid "Run a program" +msgstr "நிரலை இயக்கு" + +#: ../calendar/gui/dialogs/alarm-dialog.c:799 +#: ../calendar/gui/e-alarm-list.c:452 +msgid "Send an email" +msgstr "மின்னஞ்சல் அனுப்பு" + #: ../calendar/gui/dialogs/alarm-dialog.glade.h:1 msgid "<b>Alarm</b>" msgstr "<b>அலாரம்</b>" @@ -5725,83 +4347,68 @@ msgid "Mes_sage:" msgstr "(_s)செய்தி:" #: ../calendar/gui/dialogs/alarm-dialog.glade.h:8 -#: ../calendar/gui/e-alarm-list.c:444 -msgid "Play a sound" -msgstr "ஒலியை இயக்கு" - -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:9 -#: ../calendar/gui/e-alarm-list.c:448 -msgid "Pop up an alert" -msgstr "எச்சரிக்கை ஒலியை தோன்றச்செய்" - -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:10 -#: ../calendar/gui/e-alarm-list.c:456 -msgid "Run a program" -msgstr "நிரலை இயக்கு" - -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:11 msgid "Select A File" msgstr "ஒரு கோப்பினை தேர்ந்தெடு" -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:12 +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:9 msgid "Send To:" msgstr "அனுப்பு :" -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:13 -#: ../calendar/gui/e-alarm-list.c:452 -msgid "Send an email" -msgstr "மின்னஞ்சல் அனுப்பு" - -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:14 +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:10 msgid "_Arguments:" msgstr "(_A)பயனிலைகள்:" -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:15 +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:11 msgid "_Program:" msgstr "(_P)நிரல்கள்:" -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:16 +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:12 msgid "_Repeat the alarm" msgstr "(_R)எச்சரிக்கை மணியை மீண்டும் ஒலிக்கச்செய்" -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:17 +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:13 msgid "_Sound:" msgstr "(_S)ஒலி:" -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:18 -msgid "after" -msgstr "பின்" - -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:19 -msgid "before" -msgstr "முன்" - -#. TRANSLATORS: Entire string is for example: -#. 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (dropdown menu options are in [square brackets]) -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:20 -#: ../calendar/gui/dialogs/recurrence-page.glade.h:13 -msgid "day(s)" -msgstr "நாள்(கள்)" - -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:22 -msgid "end of appointment" -msgstr "சந்திப்பின் முடிவு" +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:14 +msgid "" +"before\n" +"after" +msgstr "" +"முன்\n" +"பின்பு" -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:23 +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:16 msgid "extra times every" msgstr "ஒவ்வொருமுறையும் செலவான கூடுதல் நேரம்" -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:24 -msgid "hour(s)" -msgstr "மணிகள்" +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:17 +msgid "" +"minute(s)\n" +"hour(s)\n" +"day(s)" +msgstr "" +"நிமிடம் ( ங்கள்)\n" +"மணிநேரம் (ங்கள்)\n" +"நாள் (ட்கள்)" -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:26 -msgid "minute(s)" -msgstr "நிமிடம்(கள்)" +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:20 +msgid "" +"minutes\n" +"hours\n" +"days" +msgstr "" +"நிமிடங்கள்\n" +"மணிநேரங்கள்\n" +"நாட்கள்" -#: ../calendar/gui/dialogs/alarm-dialog.glade.h:28 -msgid "start of appointment" -msgstr "சந்திப்பு துவக்கம்" +#: ../calendar/gui/dialogs/alarm-dialog.glade.h:23 +msgid "" +"start of appointment\n" +"end of appointment" +msgstr "" +"சந்திப்பு துவக்கம் \n" +"சந்திப்பு முடிவு" #: ../calendar/gui/dialogs/alarm-list-dialog.c:244 msgid "Action/Trigger" @@ -5812,13 +4419,14 @@ msgid "A_dd" msgstr "(_d)சேர்" #: ../calendar/gui/dialogs/alarm-list-dialog.glade.h:2 -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:16 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:15 #: ../calendar/gui/dialogs/event-page.glade.h:4 msgid "Alarms" msgstr "எச்சரிக்கை மணி" #: ../calendar/gui/dialogs/cal-attachment-select-file.c:81 -#: ../composer/e-composer-actions.c:62 +#: ../widgets/misc/e-attachment-dialog.c:371 +#: ../widgets/misc/e-attachment-store.c:553 msgid "_Suggest automatic display of attachment" msgstr "இணைப்பை தானாக காட்ட வலியுறுத்து (_S)" @@ -5827,34 +4435,31 @@ msgid "Attach file(s)" msgstr "கோப்பு(களை) இணை" #. an empty string is the same as 'None' -#: ../calendar/gui/dialogs/cal-prefs-dialog.c:144 -#: ../calendar/gui/dialogs/cal-prefs-dialog.c:193 -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:33 -#: ../calendar/gui/dialogs/event-page.c:2955 -#: ../calendar/gui/dialogs/meeting-page.glade.h:4 +#: ../calendar/gui/dialogs/cal-prefs-dialog.c:137 +#: ../calendar/gui/dialogs/cal-prefs-dialog.c:186 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:32 +#: ../calendar/gui/dialogs/event-page.c:2968 #: ../calendar/gui/e-cal-model-tasks.c:673 #: ../calendar/gui/e-day-view-time-item.c:788 -#: ../calendar/gui/e-itip-control.c:1153 ../filter/filter-rule.c:945 -#: ../mail/em-account-editor.c:684 ../mail/em-account-editor.c:1408 +#: ../calendar/gui/e-itip-control.c:1151 ../filter/filter-rule.c:942 +#: ../mail/em-account-editor.c:704 ../mail/em-account-editor.c:1432 #: ../mail/em-account-prefs.c:438 ../mail/em-junk-hook.c:93 #: ../plugins/calendar-weather/calendar-weather.c:333 #: ../plugins/calendar-weather/calendar-weather.c:387 #: ../plugins/email-custom-header/email-custom-header.c:395 -#: ../plugins/exchange-operations/exchange-delegates-user.c:195 -#: ../plugins/exchange-operations/exchange-delegates.glade.h:9 -#: ../plugins/itip-formatter/itip-formatter.c:2179 -#: ../widgets/misc/e-cell-date-edit.c:305 ../widgets/misc/e-dateedit.c:1511 -#: ../widgets/misc/e-dateedit.c:1725 +#: ../plugins/exchange-operations/exchange-delegates-user.c:181 +#: ../plugins/itip-formatter/itip-formatter.c:2190 +#: ../widgets/misc/e-cell-date-edit.c:316 ../widgets/misc/e-dateedit.c:1510 +#: ../widgets/misc/e-dateedit.c:1726 #: ../widgets/misc/e-signature-combo-box.c:74 msgid "None" msgstr "எதுவுமில்லை" -#: ../calendar/gui/dialogs/cal-prefs-dialog.c:621 +#: ../calendar/gui/dialogs/cal-prefs-dialog.c:637 msgid "Selected Calendars for Alarms" msgstr "நாள்காட்டிகளை அலாரங்களுக்காக தேர்ந்தெடுக்கவும்" #: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:1 -#| msgid "Show _field in View" msgid "(Shown in a Day View)" msgstr "(நாள் பார்வையில் காட்டப்பட்டது)" @@ -5904,25 +4509,21 @@ msgstr "<span weight=\"bold\">நேரம்</span>" msgid "<span weight=\"bold\">Work Week</span>" msgstr "<span weight=\"bold\">வேலை வாரம்</span>" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:15 -msgid "Adjust for daylight sa_ving time" -msgstr "பகல் சேமிப்பு நேரத்துக்கு சீரமை" - -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:17 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:16 msgid "Day _ends:" msgstr "(_e) நாட்கள் முடிந்தது:" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:18 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:17 msgid "Display" msgstr "காட்சி" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:20 -#: ../calendar/gui/dialogs/recurrence-page.c:1120 -#: ../calendar/gui/e-itip-control.c:733 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:19 +#: ../calendar/gui/dialogs/recurrence-page.c:1107 +#: ../calendar/gui/e-itip-control.c:731 msgid "Friday" msgstr "வெள்ளிக்கிழமை" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:22 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:21 msgid "" "Minutes\n" "Hours\n" @@ -5932,13 +4533,13 @@ msgstr "" "மணிநேரங்கள்\n" "நாட்கள்" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:25 -#: ../calendar/gui/dialogs/recurrence-page.c:1116 -#: ../calendar/gui/e-itip-control.c:729 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:24 +#: ../calendar/gui/dialogs/recurrence-page.c:1103 +#: ../calendar/gui/e-itip-control.c:727 msgid "Monday" msgstr "திங்கட்கிழமை" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:26 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:25 msgid "" "Monday\n" "Tuesday\n" @@ -5956,24 +4557,27 @@ msgstr "" "சனிக்கிழமை\n" "ஞாயிற்றுக்கிழமை" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:34 -#: ../mail/mail-config.glade.h:114 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:33 +#: ../mail/mail-config.glade.h:117 msgid "Pick a color" msgstr "நிறத்தை தேர்வு செய்" #. Sunday -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:36 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:35 msgid "S_un" msgstr "(_u)ஞாயிறு" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:37 -#: ../calendar/gui/dialogs/recurrence-page.c:1121 -#: ../calendar/gui/e-itip-control.c:734 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:36 +#: ../calendar/gui/dialogs/recurrence-page.c:1108 +#: ../calendar/gui/e-itip-control.c:732 msgid "Saturday" msgstr "சனிக்கிழமை" +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:37 +msgid "Sc_roll Month View by a week" +msgstr "(_r) மாதம் காட்சியை வாரமாக உருட்டு" + #: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:38 -#| msgid "Send To:" msgid "Se_cond zone:" msgstr "(_c) இரண்டாம் நிலை மண்டலம்:" @@ -5981,193 +4585,203 @@ msgstr "(_c) இரண்டாம் நிலை மண்டலம்:" msgid "Select the calendars for alarm notification" msgstr "அலார அறிவிப்புக்கு நாள்காட்டிகளை தேர்ந்தெடு" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:40 +#. This is the first half of a user preference. "Show a reminder [time-period] before every appointment" +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:41 msgid "Sh_ow a reminder" msgstr "(_o) நினைவூட்டலை காட்டு" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:41 -#| msgid "Sh_ow a reminder" +#. This is the first half of a user preference. "Show a reminder [time-period] before every anniversary/birthday" +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:43 msgid "Show a _reminder" msgstr "(_o) ஒரு நினைவூட்டலை காட்டு" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:42 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:44 msgid "Show week _numbers in date navigator" msgstr "(_n) தேதி நகர்த்தியில் வார எண்களை காட்டு" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:43 -#| msgid "Show week numbers in date navigator" +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:45 msgid "Show week n_umber in Day and Work Week View" msgstr "(_u) வார எண்களை நாள் மற்றும் வார பார்வையில் காட்டு" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:44 -#: ../calendar/gui/dialogs/recurrence-page.c:1122 -#: ../calendar/gui/e-itip-control.c:728 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:46 +#: ../calendar/gui/dialogs/recurrence-page.c:1109 +#: ../calendar/gui/e-itip-control.c:726 msgid "Sunday" msgstr "ஞாயிற்றுக்கிழமை" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:45 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:47 msgid "T_asks due today:" msgstr "(_a)இன்று நிலுவையில் உள்ள பணிகள்" #. Thursday -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:47 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:49 msgid "T_hu" msgstr "(_h)வியாழன்" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:48 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:50 msgid "Template:" msgstr "மாதிரிஉரு:" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:49 -#: ../calendar/gui/dialogs/recurrence-page.c:1119 -#: ../calendar/gui/e-itip-control.c:732 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:51 +#: ../calendar/gui/dialogs/recurrence-page.c:1106 +#: ../calendar/gui/e-itip-control.c:730 msgid "Thursday" msgstr "வியாழக்கிழமை" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:50 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:52 #: ../calendar/gui/dialogs/event-page.glade.h:12 msgid "Time _zone:" msgstr "நேரம் காட்டி (_z):" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:51 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:53 msgid "Time format:" msgstr "நேரத்தின் அமைப்பு:" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:52 -#: ../calendar/gui/dialogs/recurrence-page.c:1117 -#: ../calendar/gui/e-itip-control.c:730 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:54 +#: ../calendar/gui/dialogs/recurrence-page.c:1104 +#: ../calendar/gui/e-itip-control.c:728 msgid "Tuesday" msgstr "செவ்வாய் கிழமை" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:53 -#: ../calendar/gui/dialogs/recurrence-page.c:1118 -#: ../calendar/gui/e-itip-control.c:731 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:55 +msgid "Use s_ystem time zone" +msgstr "(_y) கணினி நேர மண்டலத்தை பயன்படுத்து" + +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:56 +#: ../calendar/gui/dialogs/recurrence-page.c:1105 +#: ../calendar/gui/e-itip-control.c:729 msgid "Wednesday" msgstr "புதன் கிழமை" #. A weekday like "Monday" follows -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:55 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:58 msgid "Wee_k starts on:" msgstr "வாரம் துவங்குகிறது: (_k)" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:56 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:59 msgid "Work days:" msgstr "வேலை நாட்கள்:" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:57 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:60 msgid "_12 hour (AM/PM)" msgstr "_12 மணி (AM/PM)" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:58 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:61 msgid "_24 hour" msgstr "_24 மணி" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:59 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:62 msgid "_Ask for confirmation when deleting items" msgstr "(_A)உருப்படிகளை நீக்கும் போது உறுதிப்படுத்து" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:60 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:63 msgid "_Compress weekends in month view" msgstr "(_C) மாத செய்திகளை காட்டும் போது வார செய்திகளை சுருக்கி காட்டு" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:61 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:64 msgid "_Day begins:" msgstr "(_D) நாள் துவங்கியது:" #. Friday -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:63 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:66 msgid "_Fri" msgstr "(_F) வெள்ளி" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:64 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:67 msgid "_Hide completed tasks after" msgstr "(_H) முடிந்த பணிகளை மறை" #. Monday -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:66 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:69 msgid "_Mon" msgstr "(_M) திங்கள்" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:67 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:70 msgid "_Overdue tasks:" msgstr "(_O) நிலுவையில் உள்ள பணிகள்:" #. Saturday -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:69 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:72 msgid "_Sat" msgstr "(_S)சனி" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:70 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:73 msgid "_Show appointment end times in week and month view" msgstr "(_S) வாரம் மற்றும் மாதம் காட்சியில் சந்திப்பின் முடிவு காட்டு" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:71 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:74 msgid "_Time divisions:" msgstr "(_T) நேர பகுப்பு :" #. Tuesday -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:73 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:76 msgid "_Tue" msgstr "(_T)செவ்வாய்" #. Wednesday -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:75 +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:78 msgid "_Wed" msgstr "(_W)புதன்" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:76 +#. This is the last half of a user preference. "Show a reminder [time-period] before every anniversary/birthday" +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:80 msgid "before every anniversary/birthday" msgstr "ஒவ்வொரு ஆண்டு நிறைவு/ பிறந்த நாள் முன்" -#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:77 +#. This is the last half of a user preference. "Show a reminder [time-period] before every appointment" +#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:82 msgid "before every appointment" msgstr "ஒவ்வொரு சந்திப்புக்கு முன்னும்" -#: ../calendar/gui/dialogs/calendar-setup.c:271 +#: ../calendar/gui/dialogs/calendar-setup.c:153 +msgid "Type:" +msgstr "வகை:" + +#: ../calendar/gui/dialogs/calendar-setup.c:270 msgid "Cop_y calendar contents locally for offline operation" msgstr "_y இணைப்பு விலகிய செயல்களுக்கு நாள்காட்டி உள்ளடக்கத்தை நகலெடு." -#: ../calendar/gui/dialogs/calendar-setup.c:273 +#: ../calendar/gui/dialogs/calendar-setup.c:272 msgid "Cop_y task list contents locally for offline operation" msgstr "_y இணைப்பு விலகிய செயல்களுக்கு பட்டியல் உள்ளடக்கத்தை நகலெடு." -#: ../calendar/gui/dialogs/calendar-setup.c:275 +#: ../calendar/gui/dialogs/calendar-setup.c:274 msgid "Cop_y memo list contents locally for offline operation" msgstr "_y இணைப்பு விலகிய செயல்களுக்கு குறிப்பு பட்டியல் உள்ளடக்கத்தை நகலெடு." -#: ../calendar/gui/dialogs/calendar-setup.c:345 +#: ../calendar/gui/dialogs/calendar-setup.c:344 msgid "Colo_r:" msgstr "(_r) நிறம்:" -#: ../calendar/gui/dialogs/calendar-setup.c:380 +#: ../calendar/gui/dialogs/calendar-setup.c:379 msgid "Task List" msgstr "பணிகளின் பட்டியல்" -#: ../calendar/gui/dialogs/calendar-setup.c:391 +#: ../calendar/gui/dialogs/calendar-setup.c:390 msgid "Memo List" msgstr "குறிப்புகளின் பட்டியல்" -#: ../calendar/gui/dialogs/calendar-setup.c:476 +#: ../calendar/gui/dialogs/calendar-setup.c:475 msgid "Calendar Properties" msgstr "நாள்காட்டி பண்புகள்" -#: ../calendar/gui/dialogs/calendar-setup.c:476 +#: ../calendar/gui/dialogs/calendar-setup.c:475 msgid "New Calendar" msgstr "புதிய நாள்காட்டி" -#: ../calendar/gui/dialogs/calendar-setup.c:532 +#: ../calendar/gui/dialogs/calendar-setup.c:531 msgid "Task List Properties" msgstr "பணி பட்டியல் பண்புகள்" -#: ../calendar/gui/dialogs/calendar-setup.c:532 +#: ../calendar/gui/dialogs/calendar-setup.c:531 msgid "New Task List" msgstr "புதிய பணிபட்டியல்" -#: ../calendar/gui/dialogs/calendar-setup.c:588 +#: ../calendar/gui/dialogs/calendar-setup.c:587 msgid "Memo List Properties" msgstr "பணி பட்டியல் பண்புகள்" -#: ../calendar/gui/dialogs/calendar-setup.c:588 +#: ../calendar/gui/dialogs/calendar-setup.c:587 msgid "New Memo List" msgstr "புதிய குறிப்பு பட்டியல்" @@ -6240,277 +4854,210 @@ msgstr "(நிலுவையில்" msgid "Due " msgstr "நிலுவையில்" -#: ../calendar/gui/dialogs/comp-editor.c:239 -#, c-format -msgid "Attached message - %s" -msgstr "செய்தியை இணை - %s" - -#. translators, this count will always be >1 -#: ../calendar/gui/dialogs/comp-editor.c:244 -#: ../calendar/gui/dialogs/comp-editor.c:417 ../composer/e-msg-composer.c:1765 -#: ../composer/e-msg-composer.c:1984 -#, c-format -msgid "Attached message" -msgid_plural "%d attached messages" -msgstr[0] "இணைக்கப்பட்ட செய்தி" -msgstr[1] "%d இணைக்கப்பட்ட செய்தி" - -#: ../calendar/gui/dialogs/comp-editor.c:488 ../composer/e-msg-composer.c:2052 -#: ../mail/em-folder-tree.c:1006 ../mail/em-folder-utils.c:364 -#: ../mail/em-folder-view.c:1188 ../mail/message-list.c:2106 -msgid "_Move" -msgstr "(_M)நகர்த்து" - -#: ../calendar/gui/dialogs/comp-editor.c:490 ../composer/e-msg-composer.c:2054 -#: ../mail/em-folder-tree.c:1008 ../mail/message-list.c:2108 -msgid "Cancel _Drag" -msgstr "(_D)இழுப்பதை ரத்து செய்" - -#: ../calendar/gui/dialogs/comp-editor.c:623 -#: ../calendar/gui/dialogs/comp-editor.c:3315 ../mail/em-utils.c:372 +#: ../calendar/gui/dialogs/comp-editor.c:245 +#: ../calendar/gui/dialogs/comp-editor.c:2676 ../mail/em-utils.c:373 #: ../plugins/prefer-plain/prefer-plain.c:91 -#: ../widgets/misc/e-attachment-bar.c:453 msgid "attachment" msgstr "இணைப்பு" -#: ../calendar/gui/dialogs/comp-editor.c:849 +#: ../calendar/gui/dialogs/comp-editor.c:474 msgid "Could not update object" msgstr "பொருளை திருத்த முடியவில்லை" -#: ../calendar/gui/dialogs/comp-editor.c:938 +#: ../calendar/gui/dialogs/comp-editor.c:563 msgid "Edit Appointment" msgstr "சந்திப்பை மாற்று" -#: ../calendar/gui/dialogs/comp-editor.c:945 +#: ../calendar/gui/dialogs/comp-editor.c:570 #, c-format msgid "Meeting - %s" msgstr "சந்திப்பு - %s" -#: ../calendar/gui/dialogs/comp-editor.c:947 +#: ../calendar/gui/dialogs/comp-editor.c:572 #, c-format msgid "Appointment - %s" msgstr "சந்திப்பு - %s" -#: ../calendar/gui/dialogs/comp-editor.c:953 +#: ../calendar/gui/dialogs/comp-editor.c:578 #, c-format msgid "Assigned Task - %s" msgstr "ஒதுக்கப்பட்ட பணி - %s" -#: ../calendar/gui/dialogs/comp-editor.c:955 +#: ../calendar/gui/dialogs/comp-editor.c:580 #, c-format msgid "Task - %s" msgstr "பணி - %s" -#: ../calendar/gui/dialogs/comp-editor.c:960 +#: ../calendar/gui/dialogs/comp-editor.c:585 #, c-format msgid "Memo - %s" msgstr "குறிப்புகள் - %s" -#: ../calendar/gui/dialogs/comp-editor.c:976 +#: ../calendar/gui/dialogs/comp-editor.c:601 msgid "No Summary" msgstr "சுருக்கம் இல்லை" -#: ../calendar/gui/dialogs/comp-editor.c:1117 +#: ../calendar/gui/dialogs/comp-editor.c:743 msgid "Keep original item?" msgstr "உண்மையான உருப்படியை வைத்துக்கொள்ளலாமா?" -#: ../calendar/gui/dialogs/comp-editor.c:1312 +#: ../calendar/gui/dialogs/comp-editor.c:949 msgid "Click here to close the current window" msgstr "நடப்பு சாளரத்தை மூட இங்கு சொடுக்கவும்" -#: ../calendar/gui/dialogs/comp-editor.c:1319 +#: ../calendar/gui/dialogs/comp-editor.c:956 msgid "Copy selected text to the clipboard" msgstr "தேர்வு செய்த உரையை தற்காலிக நினைவிடத்தில் நகலெடுக்கவும்" -#: ../calendar/gui/dialogs/comp-editor.c:1326 +#: ../calendar/gui/dialogs/comp-editor.c:963 msgid "Cut selected text to the clipboard" msgstr "தேர்வு செய்த உரையை ஒட்டுப்பலகத்தில் படியெடு" -#: ../calendar/gui/dialogs/comp-editor.c:1333 +#: ../calendar/gui/dialogs/comp-editor.c:970 msgid "Click here to view help available" msgstr "உதவியை பெற இங்கு சொடுக்கவும்" -#: ../calendar/gui/dialogs/comp-editor.c:1340 +#: ../calendar/gui/dialogs/comp-editor.c:977 msgid "Paste text from the clipboard" msgstr "தற்காலிக நினைவிடத்தில் உள்ள உரையை ஒட்டு" -#: ../calendar/gui/dialogs/comp-editor.c:1361 +#: ../calendar/gui/dialogs/comp-editor.c:998 msgid "Click here to save the current window" msgstr "நடப்பு சாளரத்தை சேமிக்க இங்கு சொடுக்கவும்" -#: ../calendar/gui/dialogs/comp-editor.c:1368 +#: ../calendar/gui/dialogs/comp-editor.c:1005 msgid "Select all text" msgstr "எல்லா உரையையும் தேர்வுசெய்" -#: ../calendar/gui/dialogs/comp-editor.c:1375 +#: ../calendar/gui/dialogs/comp-editor.c:1012 msgid "_Classification" msgstr "பிரிவுகள் (_C)" -#: ../calendar/gui/dialogs/comp-editor.c:1389 +#: ../calendar/gui/dialogs/comp-editor.c:1026 #: ../mail/mail-signature-editor.c:208 #: ../ui/evolution-mail-messagedisplay.xml.h:6 ../ui/evolution.xml.h:43 msgid "_File" msgstr "(_F)கோப்பு" -#: ../calendar/gui/dialogs/comp-editor.c:1396 +#: ../calendar/gui/dialogs/comp-editor.c:1033 #: ../ui/evolution-calendar.xml.h:44 ../ui/evolution-mail-global.xml.h:24 #: ../ui/evolution.xml.h:46 msgid "_Help" msgstr "(_H)உதவி..." -#: ../calendar/gui/dialogs/comp-editor.c:1403 +#: ../calendar/gui/dialogs/comp-editor.c:1040 msgid "_Insert" msgstr "நுழை (_I)" -#: ../calendar/gui/dialogs/comp-editor.c:1410 +#: ../calendar/gui/dialogs/comp-editor.c:1047 msgid "_Options" msgstr "விருப்பங்கள் (_O)" -#: ../calendar/gui/dialogs/comp-editor.c:1417 ../mail/em-folder-tree.c:2116 +#: ../calendar/gui/dialogs/comp-editor.c:1054 ../mail/em-folder-tree.c:2039 #: ../ui/evolution-addressbook.xml.h:64 ../ui/evolution-mail-global.xml.h:34 #: ../ui/evolution-mail-messagedisplay.xml.h:8 ../ui/evolution-tasks.xml.h:30 #: ../ui/evolution.xml.h:55 msgid "_View" msgstr "(_V)பார்" -#: ../calendar/gui/dialogs/comp-editor.c:1427 -#: ../composer/e-composer-actions.c:469 +#: ../calendar/gui/dialogs/comp-editor.c:1064 +#: ../composer/e-composer-actions.c:315 msgid "_Attachment..." msgstr "(_A)இணைப்பு...." -#: ../calendar/gui/dialogs/comp-editor.c:1429 +#: ../calendar/gui/dialogs/comp-editor.c:1066 msgid "Click here to attach a file" msgstr "ஒரு கோப்பினை இணைக்க இங்கு சொடுக்கவும்" -#: ../calendar/gui/dialogs/comp-editor.c:1437 +#: ../calendar/gui/dialogs/comp-editor.c:1074 msgid "_Categories" msgstr "(_C)வகைகள்" -#: ../calendar/gui/dialogs/comp-editor.c:1439 +#: ../calendar/gui/dialogs/comp-editor.c:1076 msgid "Toggles whether to display categories" msgstr "வகைகள் காட்டப்படுமா என்பதை மாற்றுகிறது." -#: ../calendar/gui/dialogs/comp-editor.c:1445 +#: ../calendar/gui/dialogs/comp-editor.c:1082 msgid "Time _Zone" msgstr "நேரம் மண்டலம்: (_Z)" -#: ../calendar/gui/dialogs/comp-editor.c:1447 +#: ../calendar/gui/dialogs/comp-editor.c:1084 msgid "Toggles whether the time zone is displayed" msgstr "நேர மண்டலம் காட்டப்படுமா என்பதை மாற்றுகிறது." -#: ../calendar/gui/dialogs/comp-editor.c:1456 +#: ../calendar/gui/dialogs/comp-editor.c:1093 msgid "Pu_blic" msgstr "பொது (_b)" -#: ../calendar/gui/dialogs/comp-editor.c:1458 +#: ../calendar/gui/dialogs/comp-editor.c:1095 msgid "Classify as public" msgstr "பொது என வகைப்படுத்து" -#: ../calendar/gui/dialogs/comp-editor.c:1463 +#: ../calendar/gui/dialogs/comp-editor.c:1100 msgid "_Private" msgstr "தனிப்பட்ட (_P)" -#: ../calendar/gui/dialogs/comp-editor.c:1465 +#: ../calendar/gui/dialogs/comp-editor.c:1102 msgid "Classify as private" msgstr "தனிபட்டது என வகைப்படுத்து" -#: ../calendar/gui/dialogs/comp-editor.c:1470 +#: ../calendar/gui/dialogs/comp-editor.c:1107 msgid "_Confidential" msgstr "இரகசியமானது (_C)" -#: ../calendar/gui/dialogs/comp-editor.c:1472 +#: ../calendar/gui/dialogs/comp-editor.c:1109 msgid "Classify as confidential" msgstr "இரகசியமானதாக வகைப்படுத்துக" -#: ../calendar/gui/dialogs/comp-editor.c:1480 +#: ../calendar/gui/dialogs/comp-editor.c:1117 msgid "R_ole Field" msgstr "பங்கு புலம் (_o)" -#: ../calendar/gui/dialogs/comp-editor.c:1482 +#: ../calendar/gui/dialogs/comp-editor.c:1119 msgid "Toggles whether the Role field is displayed" msgstr "பங்கு புலம் காட்டப்படுமா என்பதை மாற்றுகிறது." -#: ../calendar/gui/dialogs/comp-editor.c:1488 +#: ../calendar/gui/dialogs/comp-editor.c:1125 msgid "_RSVP" msgstr "_RSVP" -#: ../calendar/gui/dialogs/comp-editor.c:1490 +#: ../calendar/gui/dialogs/comp-editor.c:1127 msgid "Toggles whether the RSVP field is displayed" msgstr "தயைசெய்க,பதில்தருக புலம் காட்டப்படுமா என்பதை மாற்றுகிறது." -#: ../calendar/gui/dialogs/comp-editor.c:1496 +#: ../calendar/gui/dialogs/comp-editor.c:1133 msgid "_Status Field" msgstr "நிலை புலம் (_S)" -#: ../calendar/gui/dialogs/comp-editor.c:1498 +#: ../calendar/gui/dialogs/comp-editor.c:1135 msgid "Toggles whether the Status field is displayed" msgstr "நிலை புலம் காட்டப்படுமா என்பதை மாற்றுகிறது." -#: ../calendar/gui/dialogs/comp-editor.c:1504 +#: ../calendar/gui/dialogs/comp-editor.c:1141 msgid "_Type Field" msgstr "வகை புலம் (_T)" -#: ../calendar/gui/dialogs/comp-editor.c:1506 +#: ../calendar/gui/dialogs/comp-editor.c:1143 msgid "Toggles whether the Attendee Type is displayed" msgstr "கலந்துகொள்பவர்கள் வகை காட்டப்படுமா என்பதை மாற்றுகிறது." -#: ../calendar/gui/dialogs/comp-editor.c:1828 -#: ../composer/e-composer-private.c:64 ../widgets/misc/e-attachment-bar.c:1376 +#: ../calendar/gui/dialogs/comp-editor.c:1167 +#: ../composer/e-composer-private.c:66 msgid "Recent _Documents" msgstr "(_D) அண்மை ஆவணங்கள்" -#: ../calendar/gui/dialogs/comp-editor.c:1847 -#: ../composer/e-composer-actions.c:696 +#: ../calendar/gui/dialogs/comp-editor.c:1593 +#: ../composer/e-composer-actions.c:518 msgid "Attach" msgstr "இணைக்கவும்" -#: ../calendar/gui/dialogs/comp-editor.c:1942 -#, c-format -msgid "<b>%d</b> Attachment" -msgid_plural "<b>%d</b> Attachments" -msgstr[0] "<b>%d</b> இணைப்பு" -msgstr[1] "<b>%d</b> இணைப்புகள்" - -#: ../calendar/gui/dialogs/comp-editor.c:1974 -msgid "Hide Attachment _Bar" -msgstr "இணைப்புகள் பட்டையை மறை (_B)" - -#: ../calendar/gui/dialogs/comp-editor.c:1977 -#: ../calendar/gui/dialogs/comp-editor.c:2280 -msgid "Show Attachment _Bar" -msgstr "இணைப்புகள் பட்டையை காட்டு (_B)" - -#: ../calendar/gui/dialogs/comp-editor.c:2091 -#: ../calendar/gui/dialogs/event-page.c:1877 -#: ../calendar/gui/dialogs/task-page.c:1201 ../composer/e-msg-composer.c:1039 -#: ../plugins/groupwise-features/junk-settings.glade.h:8 -#: ../plugins/groupwise-features/properties.glade.h:13 -#: ../widgets/table/e-table-config.glade.h:21 -msgid "_Remove" -msgstr "(_R)நீக்கு" - -#: ../calendar/gui/dialogs/comp-editor.c:2094 -#: ../composer/e-msg-composer.c:1042 -#: ../plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml.h:4 -msgid "_Add attachment..." -msgstr "இணைப்பினை சேர்... (_A)" - -#: ../calendar/gui/dialogs/comp-editor.c:2302 -#: ../mail/em-format-html-display.c:2381 -msgid "Show Attachments" -msgstr "இணைப்புகள் காட்டு" - -#: ../calendar/gui/dialogs/comp-editor.c:2303 -msgid "Press space key to toggle attachment bar" -msgstr "இணைப்பு பட்டைகளுக்கிடையே மாற்ற இடைவெளி விசையை அழுத்தவும்" - -#: ../calendar/gui/dialogs/comp-editor.c:2448 -#: ../calendar/gui/dialogs/comp-editor.c:2496 -#: ../calendar/gui/dialogs/comp-editor.c:3348 +#: ../calendar/gui/dialogs/comp-editor.c:1856 +#: ../calendar/gui/dialogs/comp-editor.c:1905 +#: ../calendar/gui/dialogs/comp-editor.c:2707 msgid "Changes made to this item may be discarded if an update arrives" msgstr "இந்த உருப்படியில் செய்த மாற்றங்கள் புதிப்பிக்கும் போது நீக்கப்படும்" -#: ../calendar/gui/dialogs/comp-editor.c:3377 +#: ../calendar/gui/dialogs/comp-editor.c:2736 msgid "Unable to use current version!" msgstr "தற்போதைய பதிப்பை பயன்படுத்துவதற்காக மேம்படுத்தவும்" @@ -6610,7 +5157,7 @@ msgstr "இந்த நிகழ்வை சுருள் நிகழ்வ #: ../calendar/gui/dialogs/event-editor.c:216 #: ../plugins/groupwise-features/org-gnome-compose-send-options.xml.h:2 #: ../plugins/groupwise-features/send-options.c:212 -#: ../widgets/misc/e-send-options.glade.h:19 +#: ../widgets/misc/e-send-options.glade.h:18 msgid "Send Options" msgstr "அனுப்பு விருப்பங்கள்" @@ -6647,122 +5194,127 @@ msgstr "பங்கேற்போருக்கு வேலை அல்ல� msgid "Appoint_ment" msgstr "சந்திப்பு ஏற்பாடு (_m)" -#: ../calendar/gui/dialogs/event-page.c:736 -#: ../calendar/gui/dialogs/event-page.c:2725 +#: ../calendar/gui/dialogs/event-page.c:749 +#: ../calendar/gui/dialogs/event-page.c:2743 msgid "This event has alarms" msgstr "இந்த நிகழ்வு அலாரங்களை கொண்டுள்ளது." -#: ../calendar/gui/dialogs/event-page.c:799 +#: ../calendar/gui/dialogs/event-page.c:812 #: ../calendar/gui/dialogs/event-page.glade.h:10 -#: ../calendar/gui/dialogs/meeting-page.glade.h:5 #: ../calendar/gui/dialogs/memo-page.glade.h:2 msgid "Or_ganizer:" msgstr "(_g)ஒருங்கிணைப்பாளர்:" -#: ../calendar/gui/dialogs/event-page.c:845 +#: ../calendar/gui/dialogs/event-page.c:859 msgid "_Delegatees" msgstr "பேராளர்கள் (_D)" -#: ../calendar/gui/dialogs/event-page.c:847 +#: ../calendar/gui/dialogs/event-page.c:861 msgid "Atte_ndees" msgstr "கலந்துகொள்பவர்கள் (_n)" -#: ../calendar/gui/dialogs/event-page.c:1031 +#: ../calendar/gui/dialogs/event-page.c:1046 msgid "Event with no start date" msgstr "துவக்க தேதி இல்லாத நிகழ்வுகள்" -#: ../calendar/gui/dialogs/event-page.c:1034 +#: ../calendar/gui/dialogs/event-page.c:1049 msgid "Event with no end date" msgstr "முடிவு தேதி இல்லாத நிகழ்வுகள்" -#: ../calendar/gui/dialogs/event-page.c:1203 -#: ../calendar/gui/dialogs/memo-page.c:641 -#: ../calendar/gui/dialogs/task-page.c:813 +#: ../calendar/gui/dialogs/event-page.c:1218 +#: ../calendar/gui/dialogs/memo-page.c:640 +#: ../calendar/gui/dialogs/task-page.c:814 msgid "Start date is wrong" msgstr "துவக்க தேதி தவறாக உள்ளது" -#: ../calendar/gui/dialogs/event-page.c:1213 +#: ../calendar/gui/dialogs/event-page.c:1228 msgid "End date is wrong" msgstr "முடியும் தேதி தவறாக உள்ளது" -#: ../calendar/gui/dialogs/event-page.c:1236 +#: ../calendar/gui/dialogs/event-page.c:1251 msgid "Start time is wrong" msgstr "துவக்க நேரம் தவறாக உள்ளது" -#: ../calendar/gui/dialogs/event-page.c:1243 +#: ../calendar/gui/dialogs/event-page.c:1258 msgid "End time is wrong" msgstr "முடியும் நேரம் தவறாக உள்ளது" -#: ../calendar/gui/dialogs/event-page.c:1406 -#: ../calendar/gui/dialogs/memo-page.c:682 -#: ../calendar/gui/dialogs/task-page.c:873 +#: ../calendar/gui/dialogs/event-page.c:1421 +#: ../calendar/gui/dialogs/memo-page.c:681 +#: ../calendar/gui/dialogs/task-page.c:874 msgid "The organizer selected no longer has an account." msgstr "நீங்கள் தேர்வு செய்த நாள்காட்டியில் எந்த கணக்கும் இல்லை" -#: ../calendar/gui/dialogs/event-page.c:1412 -#: ../calendar/gui/dialogs/memo-page.c:688 -#: ../calendar/gui/dialogs/task-page.c:879 +#: ../calendar/gui/dialogs/event-page.c:1427 +#: ../calendar/gui/dialogs/memo-page.c:687 +#: ../calendar/gui/dialogs/task-page.c:880 msgid "An organizer is required." msgstr "நாள்காட்டி தேவை" -#: ../calendar/gui/dialogs/event-page.c:1437 -#: ../calendar/gui/dialogs/task-page.c:903 +#: ../calendar/gui/dialogs/event-page.c:1452 +#: ../calendar/gui/dialogs/task-page.c:904 msgid "At least one attendee is required." msgstr "குறைந்தது ஒரு பங்கேற்பாளராவது இருக்க வேண்டும்" -#: ../calendar/gui/dialogs/event-page.c:1878 +#: ../calendar/gui/dialogs/event-page.c:1892 #: ../calendar/gui/dialogs/task-page.c:1202 +#: ../plugins/groupwise-features/junk-settings.glade.h:8 +#: ../plugins/groupwise-features/properties.glade.h:13 +#: ../widgets/table/e-table-config.glade.h:21 +msgid "_Remove" +msgstr "(_R)நீக்கு" + +#: ../calendar/gui/dialogs/event-page.c:1893 +#: ../calendar/gui/dialogs/task-page.c:1203 msgid "_Add " msgstr "சேர் (_A)" -#: ../calendar/gui/dialogs/event-page.c:2601 +#: ../calendar/gui/dialogs/event-page.c:2619 #, c-format msgid "Unable to open the calendar '%s'." msgstr "நாள்காட்டியை திறக்க முடியவில்லை '%s'." -#: ../calendar/gui/dialogs/event-page.c:2645 +#: ../calendar/gui/dialogs/event-page.c:2663 #: ../calendar/gui/dialogs/memo-page.c:896 -#: ../calendar/gui/dialogs/task-page.c:1806 +#: ../calendar/gui/dialogs/task-page.c:1810 #, c-format msgid "You are acting on behalf of %s" msgstr "%s சார்பாக நீங்கள் வேலை செய்கிறீர்கள்" -#: ../calendar/gui/dialogs/event-page.c:2925 +#: ../calendar/gui/dialogs/event-page.c:2942 #, c-format msgid "%d day before appointment" msgid_plural "%d days before appointment" msgstr[0] "%d சந்திப்புக்கு முந்தைய நாள்" msgstr[1] "%d சந்திப்புக்கு முந்தைய நாட்கள்" -#: ../calendar/gui/dialogs/event-page.c:2931 +#: ../calendar/gui/dialogs/event-page.c:2948 #, c-format msgid "%d hour before appointment" msgid_plural "%d hours before appointment" msgstr[0] "சந்திப்புக்கு %d மணிக்கு முன்" msgstr[1] "சந்திப்புக்கு %d மணிகளுக்கு முன்" -#: ../calendar/gui/dialogs/event-page.c:2937 +#: ../calendar/gui/dialogs/event-page.c:2954 #, c-format msgid "%d minute before appointment" msgid_plural "%d minutes before appointment" msgstr[0] "சந்திப்புக்கு %d நிமிடம் முன்" msgstr[1] "சந்திப்புக்கு %d நிமிடங்களுக்கு முன்" -#: ../calendar/gui/dialogs/event-page.c:2950 +#: ../calendar/gui/dialogs/event-page.c:2967 msgid "Customize" msgstr "தனிபயனாக்கு" #: ../calendar/gui/dialogs/event-page.glade.h:1 -msgid "1 day before appointment" -msgstr "சந்திப்புக்கு ஒரு நாளைக்கு முன்" - -#: ../calendar/gui/dialogs/event-page.glade.h:2 -msgid "1 hour before appointment" -msgstr "சந்திப்புக்கு ஒரு மணி நேரத்துக்கு முன்" - -#: ../calendar/gui/dialogs/event-page.glade.h:3 -msgid "15 minutes before appointment" -msgstr "சந்திப்புக்கு 15 நிமிடத்துக்கு முன்" +msgid "" +"15 minutes before appointment\n" +"1 hour before appointment\n" +"1 day before appointment" +msgstr "" +"15 நிமிடங்கள் சந்திப்புக்கு முன் \n" +"1 மணி சந்திப்புக்கு முன் \n" +"1 நாள் சந்திப்புக்கு முன் " #: ../calendar/gui/dialogs/event-page.glade.h:5 msgid "Attendee_s..." @@ -6789,43 +5341,41 @@ msgstr "(_A)நினைவூட்டன் மணி" #: ../calendar/gui/dialogs/event-page.glade.h:15 #: ../calendar/gui/dialogs/memo-page.glade.h:6 #: ../calendar/gui/dialogs/task-page.glade.h:8 +#: ../widgets/misc/e-attachment-dialog.c:345 msgid "_Description:" msgstr "(_D)விளக்கம்:" +#: ../calendar/gui/dialogs/event-page.glade.h:16 +#: ../plugins/calendar-weather/calendar-weather.c:372 +#: ../plugins/exchange-operations/exchange-calendar.c:247 +#: ../plugins/exchange-operations/exchange-contacts.c:240 +msgid "_Location:" +msgstr "(_L)இடம்:" + #: ../calendar/gui/dialogs/event-page.glade.h:17 msgid "_Time:" msgstr "காலம்: (_T)" -#. TRANSLATORS: Entire string is for example: -#. 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (dropdown menu options are in [square brackets]) #: ../calendar/gui/dialogs/event-page.glade.h:18 -#: ../calendar/gui/dialogs/recurrence-page.glade.h:16 -msgid "for" -msgstr "க்கு" - -#. TRANSLATORS: Entire string is for example: -#. 'This appointment recurs/Every[x][day(s)][until][2006/01/01]' (dropdown menu options are in [square brackets]) -#: ../calendar/gui/dialogs/event-page.glade.h:21 -#: ../calendar/gui/dialogs/recurrence-page.glade.h:25 -msgid "until" -msgstr "வரை" - -#: ../calendar/gui/dialogs/meeting-page.glade.h:1 -msgid "<b>Att_endees</b>" -msgstr "<b>(_e)கலந்துகொள்பவர்கள்</b>" - -#: ../calendar/gui/dialogs/meeting-page.glade.h:2 -msgid "C_hange Organizer" -msgstr "(_h)ஒருங்கிணைப்பாளரை மாற்று" - -#: ../calendar/gui/dialogs/meeting-page.glade.h:3 -msgid "Co_ntacts..." -msgstr "தொடர்புகள்... (_n)" +#: ../calendar/gui/dialogs/memo-page.glade.h:8 +#: ../calendar/gui/dialogs/task-page.glade.h:10 +#: ../mail/mail-config.glade.h:193 ../mail/mail-dialogs.glade.h:24 +#: ../plugins/exchange-operations/e-foreign-folder-dialog.glade.h:5 +#: ../smime/gui/smime-ui.glade.h:49 +msgid "" +"a\n" +"b" +msgstr "" +"a\n" +"b" -#: ../calendar/gui/dialogs/meeting-page.glade.h:7 -#: ../calendar/gui/e-itip-control.glade.h:7 -msgid "Organizer:" -msgstr "ஒருங்கிணைப்பாளர்:" +#: ../calendar/gui/dialogs/event-page.glade.h:20 +msgid "" +"for\n" +"until" +msgstr "" +"க்கு\n" +"வரை" #: ../calendar/gui/dialogs/memo-editor.c:111 ../calendar/gui/print.c:2485 msgid "Memo" @@ -6836,9 +5386,9 @@ msgstr "குறிப்பு" msgid "Unable to open memos in '%s'." msgstr "'%s'. இல் குறிப்புகளை திறக்க முடியவில்லை" -#: ../calendar/gui/dialogs/memo-page.c:1012 ../mail/em-format-html.c:1562 -#: ../mail/em-format-html.c:1620 ../mail/em-format-html.c:1646 -#: ../mail/em-format-quote.c:210 ../mail/em-format.c:887 +#: ../calendar/gui/dialogs/memo-page.c:1012 ../mail/em-format-html.c:1567 +#: ../mail/em-format-html.c:1625 ../mail/em-format-html.c:1651 +#: ../mail/em-format-quote.c:210 ../mail/em-format.c:923 #: ../mail/em-mailer-prefs.c:77 ../mail/message-list.etspec.h:20 msgid "To" msgstr "பெறுநர்" @@ -6896,21 +5446,21 @@ msgstr "இந்த மற்றும் இனிவரும் நிகழ msgid "All Instances" msgstr "எல்லா நிகழ்வுகளும்" -#: ../calendar/gui/dialogs/recurrence-page.c:562 +#: ../calendar/gui/dialogs/recurrence-page.c:559 msgid "This appointment contains recurrences that Evolution cannot edit." msgstr "இந்த சந்திப்பில் மீண்டும் வந்துள்ளதால் எவல்யூஷனால் திருத்த முடியாது" -#: ../calendar/gui/dialogs/recurrence-page.c:892 +#: ../calendar/gui/dialogs/recurrence-page.c:888 msgid "Recurrence date is invalid" msgstr "மீண்டும் வந்த தேதி செல்லாது" -#: ../calendar/gui/dialogs/recurrence-page.c:932 +#: ../calendar/gui/dialogs/recurrence-page.c:928 msgid "End time of the recurrence was before event's start" msgstr "சுருள் சுழற்சி முடியும் நேரம் நிகழ்வு துவங்கும் முன் இருந்தது" #. TRANSLATORS: Entire string is for example: This appointment recurs/Every [x] week(s) on [Wednesday] [forever]' #. * (dropdown menu options are in [square brackets]). This means that after the 'on', name of a week day always follows. -#: ../calendar/gui/dialogs/recurrence-page.c:961 +#: ../calendar/gui/dialogs/recurrence-page.c:957 msgid "on" msgstr "இயக்கு" @@ -6918,7 +5468,7 @@ msgstr "இயக்கு" #. * (dropdown menu options are in [square brackets]). This means that after 'first', either the string 'day' or #. * the name of a week day (like 'Monday' or 'Friday') always follow. #. -#: ../calendar/gui/dialogs/recurrence-page.c:1025 +#: ../calendar/gui/dialogs/recurrence-page.c:1014 msgid "first" msgstr "முதல்" @@ -6927,7 +5477,7 @@ msgstr "முதல்" #. * (dropdown menu options are in [square brackets]). This means that after 'second', either the string 'day' or #. * the name of a week day (like 'Monday' or 'Friday') always follow. #. -#: ../calendar/gui/dialogs/recurrence-page.c:1031 +#: ../calendar/gui/dialogs/recurrence-page.c:1020 msgid "second" msgstr "இரண்டாவது" @@ -6935,7 +5485,7 @@ msgstr "இரண்டாவது" #. * (dropdown menu options are in [square brackets]). This means that after 'third', either the string 'day' or #. * the name of a week day (like 'Monday' or 'Friday') always follow. #. -#: ../calendar/gui/dialogs/recurrence-page.c:1036 +#: ../calendar/gui/dialogs/recurrence-page.c:1025 msgid "third" msgstr "மூன்றாவது" @@ -6943,7 +5493,7 @@ msgstr "மூன்றாவது" #. * (dropdown menu options are in [square brackets]). This means that after 'fourth', either the string 'day' or #. * the name of a week day (like 'Monday' or 'Friday') always follow. #. -#: ../calendar/gui/dialogs/recurrence-page.c:1041 +#: ../calendar/gui/dialogs/recurrence-page.c:1030 msgid "fourth" msgstr "நான்காவது" @@ -6951,13 +5501,13 @@ msgstr "நான்காவது" #. * (dropdown menu options are in [square brackets]). This means that after 'last', either the string 'day' or #. * the name of a week day (like 'Monday' or 'Friday') always follow. #. -#: ../calendar/gui/dialogs/recurrence-page.c:1046 +#: ../calendar/gui/dialogs/recurrence-page.c:1035 msgid "last" msgstr "கடைசி" #. TRANSLATORS: Entire string is for example: This appointment recurs/Every [x] month(s) on the [Other date] [11th to 20th] [17th] [forever]' #. * (dropdown menu options are in [square brackets]). -#: ../calendar/gui/dialogs/recurrence-page.c:1072 +#: ../calendar/gui/dialogs/recurrence-page.c:1059 msgid "Other Date" msgstr "மற்ற தேதிகள்" @@ -6965,7 +5515,7 @@ msgstr "மற்ற தேதிகள்" #. * the month to setup an appointment recurrence. The entire string is for example: This appointment recurs/Every [x] month(s) #. * on the [Other date] [1st to 10th] [7th] [forever]' (dropdown menu options are in [square brackets]). #. -#: ../calendar/gui/dialogs/recurrence-page.c:1080 +#: ../calendar/gui/dialogs/recurrence-page.c:1065 msgid "1st to 10th" msgstr "1 முதல் 10 வரை" @@ -6973,7 +5523,7 @@ msgstr "1 முதல் 10 வரை" #. * the month to setup an appointment recurrence. The entire string is for example: This appointment recurs/Every [x] month(s) #. * on the [Other date] [11th to 20th] [17th] [forever]' (dropdown menu options are in [square brackets]). #. -#: ../calendar/gui/dialogs/recurrence-page.c:1086 +#: ../calendar/gui/dialogs/recurrence-page.c:1071 msgid "11th to 20th" msgstr "11 முதல் 20 வரை" @@ -6981,45 +5531,45 @@ msgstr "11 முதல் 20 வரை" #. * the month to setup an appointment recurrence. The entire string is for example: This appointment recurs/Every [x] month(s) #. * on the [Other date] [21th to 31th] [27th] [forever]' (dropdown menu options are in [square brackets]). #. -#: ../calendar/gui/dialogs/recurrence-page.c:1092 +#: ../calendar/gui/dialogs/recurrence-page.c:1077 msgid "21st to 31st" msgstr "21 முதல் 31 வரை" #. For Translator : 'day' is part of the sentence of the form 'appointment recurs/Every [x] month(s) on the [first] [day] [forever]' #. (dropdown menu options are in [square brackets]). This means that after 'first', either the string 'day' or #. the name of a week day (like 'Monday' or 'Friday') always follow. -#: ../calendar/gui/dialogs/recurrence-page.c:1115 +#: ../calendar/gui/dialogs/recurrence-page.c:1102 msgid "day" msgstr "நாள்" #. TRANSLATORS: Entire string is for example: 'This appointment recurs/Every [x] month(s) on the [second] [Tuesday] [forever]' #. * (dropdown menu options are in [square brackets])." #. -#: ../calendar/gui/dialogs/recurrence-page.c:1241 +#: ../calendar/gui/dialogs/recurrence-page.c:1231 msgid "on the" msgstr "மேல்" -#: ../calendar/gui/dialogs/recurrence-page.c:1417 +#: ../calendar/gui/dialogs/recurrence-page.c:1401 msgid "occurrences" msgstr "நிகழ்வுகள்" -#: ../calendar/gui/dialogs/recurrence-page.c:2120 +#: ../calendar/gui/dialogs/recurrence-page.c:2096 msgid "Add exception" msgstr "விதிவிலக்கை சேர்" -#: ../calendar/gui/dialogs/recurrence-page.c:2161 +#: ../calendar/gui/dialogs/recurrence-page.c:2137 msgid "Could not get a selection to modify." msgstr "மாற்ற ஒரு தேர்வு இல்லை" -#: ../calendar/gui/dialogs/recurrence-page.c:2167 +#: ../calendar/gui/dialogs/recurrence-page.c:2143 msgid "Modify exception" msgstr "விதிவிலக்கை மாற்றியமை" -#: ../calendar/gui/dialogs/recurrence-page.c:2211 +#: ../calendar/gui/dialogs/recurrence-page.c:2187 msgid "Could not get a selection to delete." msgstr "நீக்க ஒரு தேர்வு இல்லை" -#: ../calendar/gui/dialogs/recurrence-page.c:2335 +#: ../calendar/gui/dialogs/recurrence-page.c:2311 msgid "Date/Time" msgstr "தேதி/நேரம்" @@ -7036,39 +5586,41 @@ msgstr "<b>முன் தோற்றம்</b>" msgid "<b>Recurrence</b>" msgstr "<b>மீண்டும் நிகழ்தல்</b>" -#. TRANSLATORS: Entire string is for example: -#. 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (dropdown menu options are in [square brackets]) -#: ../calendar/gui/dialogs/recurrence-page.glade.h:6 +#. TRANSLATORS: Entire string is for example: 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (dropdown menu options are in [square brackets]) +#: ../calendar/gui/dialogs/recurrence-page.glade.h:5 msgid "Every" msgstr "அனைத்தும்" -#. TRANSLATORS: Entire string is for example: -#. 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (dropdown menu options are in [square brackets]) -#: ../calendar/gui/dialogs/recurrence-page.glade.h:9 +#. TRANSLATORS: Entire string is for example: 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (dropdown menu options are in [square brackets]) +#: ../calendar/gui/dialogs/recurrence-page.glade.h:7 msgid "This appointment rec_urs" msgstr "(_u)இந்த சந்திப்பு மீண்டும் வர வேண்டியது " #. TRANSLATORS: Entire string is for example: -#. 'This appointment recurs/Every[x][day(s)][forever]' (dropdown menu options are in [square brackets]) -#: ../calendar/gui/dialogs/recurrence-page.glade.h:19 -msgid "forever" -msgstr "எப்போதும்" - -#. TRANSLATORS: Entire string is for example: -#. 'This appointment recurs/Every[x][month(s)][for][1]occurrences' (dropdown menu options are in [square brackets]) -#: ../calendar/gui/dialogs/recurrence-page.glade.h:22 -msgid "month(s)" -msgstr "மாதம்(ங்கள்)" +#. 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (combobox options are in [square brackets]) +#: ../calendar/gui/dialogs/recurrence-page.glade.h:11 +msgid "" +"day(s)\n" +"week(s)\n" +"month(s)\n" +"year(s)" +msgstr "" +"நாள்(ட்கள்)\n" +"வாரம் (ங்கள்)\n" +"மாதம்(ங்கள்)\n" +"வருடம்(ங்கள்)" #. TRANSLATORS: Entire string is for example: -#. 'This appointment recurs/Every[x][week(s)][for][1]occurrences' (dropdown menu options are in [square brackets]) -#: ../calendar/gui/dialogs/recurrence-page.glade.h:28 -msgid "week(s)" -msgstr "வாரம்(கள்)" - -#: ../calendar/gui/dialogs/recurrence-page.glade.h:29 -msgid "year(s)" -msgstr "வருடம்(கள்)" +#. 'This appointment recurs/Every[x][day(s)][for][1]occurrences' (combobox options are in [square brackets]) +#: ../calendar/gui/dialogs/recurrence-page.glade.h:17 +msgid "" +"for\n" +"until\n" +"forever" +msgstr "" +"க்கு\n" +"வரை\n" +"எப்போதும்" #: ../calendar/gui/dialogs/send-comp.c:116 msgid "Send my alarms with this event" @@ -7091,74 +5643,38 @@ msgstr "<span weight=\"bold\">இதர</span>" msgid "<span weight=\"bold\">Status</span>" msgstr "<span weight=\"bold\">நிலை</span>" -#. Pass TRUE as is_utc, so it gets converted to the current -#. timezone. -#: ../calendar/gui/dialogs/task-details-page.glade.h:4 -#: ../calendar/gui/e-cal-component-preview.c:247 -#: ../calendar/gui/e-cal-model-tasks.c:362 -#: ../calendar/gui/e-cal-model-tasks.c:679 -#: ../calendar/gui/e-calendar-table.c:237 -#: ../calendar/gui/e-calendar-table.c:652 ../calendar/gui/e-itip-control.c:941 -#: ../calendar/gui/e-meeting-store.c:180 ../calendar/gui/e-meeting-store.c:203 -#: ../calendar/gui/print.c:2561 ../calendar/gui/tasktypes.xml.h:9 -#: ../plugins/save-calendar/csv-format.c:366 -msgid "Completed" -msgstr "முடிவுற்றது" - -#: ../calendar/gui/dialogs/task-details-page.glade.h:5 -#: ../calendar/gui/e-cal-component-preview.c:266 -#: ../calendar/gui/e-calendar-table.c:577 ../calendar/gui/tasktypes.xml.h:14 -#: ../mail/message-list.c:1065 -msgid "High" -msgstr "அதிக" - -#: ../calendar/gui/dialogs/task-details-page.glade.h:6 -#: ../calendar/gui/e-cal-component-preview.c:244 -#: ../calendar/gui/e-cal-model-tasks.c:360 -#: ../calendar/gui/e-cal-model-tasks.c:677 -#: ../calendar/gui/e-cal-model-tasks.c:754 -#: ../calendar/gui/e-calendar-table.c:235 -#: ../calendar/gui/e-calendar-table.c:651 ../calendar/gui/print.c:2558 -msgid "In Progress" -msgstr "நடந்துகொண்டிருக்கிறது" +#: ../calendar/gui/dialogs/task-details-page.glade.h:3 +msgid "" +"High\n" +"Normal\n" +"Low\n" +"Undefined" +msgstr "" +"அதிகமான\n" +"சாதாரண\n" +"குறைவு\n" +"வரையரை இல்லை" #: ../calendar/gui/dialogs/task-details-page.glade.h:7 -#: ../calendar/gui/e-cal-component-preview.c:270 -#: ../calendar/gui/e-calendar-table.c:579 ../calendar/gui/tasktypes.xml.h:16 -#: ../mail/message-list.c:1063 -msgid "Low" -msgstr "குறைவாக" - -#: ../calendar/gui/dialogs/task-details-page.glade.h:8 -#: ../calendar/gui/e-cal-component-preview.c:268 -#: ../calendar/gui/e-cal-model.c:1006 ../calendar/gui/e-calendar-table.c:578 -#: ../calendar/gui/tasktypes.xml.h:17 ../mail/message-list.c:1064 -msgid "Normal" -msgstr "இயல்பாக" - -#: ../calendar/gui/dialogs/task-details-page.glade.h:9 -#: ../calendar/gui/e-cal-component-preview.c:254 -#: ../calendar/gui/e-cal-model-tasks.c:358 -#: ../calendar/gui/e-cal-model-tasks.c:675 -#: ../calendar/gui/e-calendar-table.c:233 -#: ../calendar/gui/e-calendar-table.c:650 ../calendar/gui/print.c:2555 -#: ../calendar/gui/tasktypes.xml.h:18 -msgid "Not Started" -msgstr "துவங்கவில்லை" +msgid "" +"Not Started\n" +"In Progress\n" +"Completed\n" +"Canceled" +msgstr "" +"ஆரம்பிக்கப்படாதது\n" +"நடப்பில்\n" +"முடிந்தது\n" +"இரத்தானது" -#: ../calendar/gui/dialogs/task-details-page.glade.h:10 +#: ../calendar/gui/dialogs/task-details-page.glade.h:11 msgid "P_ercent complete:" msgstr "(_e)முடிந்த விகிதம்:" -#: ../calendar/gui/dialogs/task-details-page.glade.h:11 +#: ../calendar/gui/dialogs/task-details-page.glade.h:12 msgid "Stat_us:" msgstr "நிலை: (_u)" -#: ../calendar/gui/dialogs/task-details-page.glade.h:12 -#: ../calendar/gui/e-calendar-table.c:580 ../calendar/gui/tasktypes.xml.h:24 -msgid "Undefined" -msgstr "குறிப்பில்லா" - #: ../calendar/gui/dialogs/task-details-page.glade.h:13 msgid "_Date completed:" msgstr "(_D) தேதி முடிந்தது" @@ -7181,7 +5697,7 @@ msgid "Click to change or view the status details of the task" msgstr "பணியின் நிலை விவரங்களை மாற்ற / பார்வையிட சொடுக்கவும்" #: ../calendar/gui/dialogs/task-editor.c:123 -#: ../composer/e-composer-actions.c:525 +#: ../composer/e-composer-actions.c:371 msgid "_Send Options" msgstr "அனுப்பும் விருப்பங்கள் (_S) " @@ -7198,11 +5714,11 @@ msgstr "பணி விவரங்கள்" msgid "Organi_zer:" msgstr "(_z) ஒருங்கிணைப்பாளர்:" -#: ../calendar/gui/dialogs/task-page.c:786 +#: ../calendar/gui/dialogs/task-page.c:787 msgid "Due date is wrong" msgstr "நிலுவை தேதி தவறாக உள்ளது" -#: ../calendar/gui/dialogs/task-page.c:1763 +#: ../calendar/gui/dialogs/task-page.c:1767 #, c-format msgid "Unable to open tasks in '%s'." msgstr "'%s'. இல் பணியை திறக்கமுடியவில்லை" @@ -7299,14 +5815,34 @@ msgstr "%s %s" msgid "%s for an unknown trigger type" msgstr "%s தெரியாத துவக்க வகை" +#: ../calendar/gui/e-attachment-handler-calendar.c:258 +msgid "I_mport" +msgstr "(_m) இறக்குமதி செய்" + +#: ../calendar/gui/e-attachment-handler-calendar.c:340 +msgid "Select a Calendar" +msgstr "ஒரு நாள்காட்டியை தேர்ந்தெடு" + +#: ../calendar/gui/e-attachment-handler-calendar.c:367 +msgid "Select a Task List" +msgstr "ஒரு பணி பட்டியலை தேர்ந்தெடு" + +#: ../calendar/gui/e-attachment-handler-calendar.c:377 +msgid "I_mport to Calendar" +msgstr "(_m) நாள்காட்டிக்கு இறக்குமதி செய்க." + +#: ../calendar/gui/e-attachment-handler-calendar.c:384 +msgid "I_mport to Tasks" +msgstr "பணிகளுக்கு இறக்குமதி செய் (_m)" + #: ../calendar/gui/e-cal-component-memo-preview.c:69 -#: ../calendar/gui/e-cal-component-preview.c:67 ../mail/em-folder-view.c:3273 +#: ../calendar/gui/e-cal-component-preview.c:67 ../mail/em-folder-view.c:3249 #, c-format msgid "Click to open %s" msgstr "%s திறக்க க்ளிக் செய்யவும்" #: ../calendar/gui/e-cal-component-memo-preview.c:129 -#: ../calendar/gui/e-cal-component-preview.c:171 ../filter/filter-rule.c:858 +#: ../calendar/gui/e-cal-component-preview.c:171 ../filter/filter-rule.c:859 msgid "Untitled" msgstr "தலைப்பில்லா" @@ -7317,20 +5853,19 @@ msgid "Start Date:" msgstr "துவக்க தேதி:" #: ../calendar/gui/e-cal-component-memo-preview.c:194 -#: ../calendar/gui/e-cal-component-preview.c:285 -#: ../calendar/gui/e-itip-control.c:1213 -#: ../calendar/gui/e-itip-control.glade.h:4 ../mail/mail-config.glade.h:69 -#: ../widgets/misc/e-attachment.glade.h:2 +#: ../calendar/gui/e-cal-component-preview.c:287 +#: ../calendar/gui/e-itip-control.c:1211 +#: ../calendar/gui/e-itip-control.glade.h:4 ../mail/mail-config.glade.h:75 msgid "Description:" msgstr "விளக்கம்:" #: ../calendar/gui/e-cal-component-memo-preview.c:218 -#: ../calendar/gui/e-cal-component-preview.c:309 +#: ../calendar/gui/e-cal-component-preview.c:311 msgid "Web Page:" msgstr "இணைய பக்கம்:" #: ../calendar/gui/e-cal-component-preview.c:204 -#: ../calendar/gui/e-itip-control.c:1157 +#: ../calendar/gui/e-itip-control.c:1155 #: ../calendar/gui/e-itip-control.glade.h:9 msgid "Summary:" msgstr "சுருக்கம்:" @@ -7342,33 +5877,95 @@ msgstr "நிலுவை தேதி:" #. write status #. Status #: ../calendar/gui/e-cal-component-preview.c:240 -#: ../calendar/gui/e-itip-control.c:1181 +#: ../calendar/gui/e-itip-control.c:1179 #: ../plugins/exchange-operations/exchange-account-setup.c:284 #: ../plugins/itip-formatter/itip-view.c:1052 msgid "Status:" msgstr "நிலை:" +#: ../calendar/gui/e-cal-component-preview.c:244 +#: ../calendar/gui/e-cal-model-tasks.c:360 +#: ../calendar/gui/e-cal-model-tasks.c:677 +#: ../calendar/gui/e-cal-model-tasks.c:754 +#: ../calendar/gui/e-calendar-table.c:235 +#: ../calendar/gui/e-calendar-table.c:662 ../calendar/gui/print.c:2558 +msgid "In Progress" +msgstr "நடந்துகொண்டிருக்கிறது" + +#. Pass TRUE as is_utc, so it gets converted to the current +#. timezone. +#: ../calendar/gui/e-cal-component-preview.c:247 +#: ../calendar/gui/e-cal-model-tasks.c:362 +#: ../calendar/gui/e-cal-model-tasks.c:679 +#: ../calendar/gui/e-calendar-table.c:237 +#: ../calendar/gui/e-calendar-table.c:663 ../calendar/gui/e-itip-control.c:939 +#: ../calendar/gui/e-meeting-store.c:180 ../calendar/gui/e-meeting-store.c:203 +#: ../calendar/gui/print.c:2561 ../calendar/gui/tasktypes.xml.h:9 +#: ../plugins/save-calendar/csv-format.c:366 +msgid "Completed" +msgstr "முடிவுற்றது" + +#: ../calendar/gui/e-cal-component-preview.c:254 +#: ../calendar/gui/e-cal-model-tasks.c:358 +#: ../calendar/gui/e-cal-model-tasks.c:675 +#: ../calendar/gui/e-calendar-table.c:233 +#: ../calendar/gui/e-calendar-table.c:661 ../calendar/gui/print.c:2555 +#: ../calendar/gui/tasktypes.xml.h:18 +msgid "Not Started" +msgstr "துவங்கவில்லை" + #: ../calendar/gui/e-cal-component-preview.c:264 msgid "Priority:" msgstr "முன்னுரிமை:" +#: ../calendar/gui/e-cal-component-preview.c:266 +#: ../calendar/gui/e-calendar-table.c:588 ../calendar/gui/tasktypes.xml.h:14 +#: ../mail/message-list.c:1065 +msgid "High" +msgstr "அதிக" + +#: ../calendar/gui/e-cal-component-preview.c:268 +#: ../calendar/gui/e-cal-model.c:1058 ../calendar/gui/e-calendar-table.c:589 +#: ../calendar/gui/tasktypes.xml.h:17 ../mail/message-list.c:1064 +msgid "Normal" +msgstr "இயல்பாக" + +#: ../calendar/gui/e-cal-component-preview.c:270 +#: ../calendar/gui/e-calendar-table.c:590 ../calendar/gui/tasktypes.xml.h:16 +#: ../mail/message-list.c:1063 +msgid "Low" +msgstr "குறைவாக" + #: ../calendar/gui/e-cal-list-view.etspec.h:2 +#: ../calendar/gui/e-calendar-table.etspec.h:7 +#: ../calendar/gui/e-memo-table.etspec.h:3 +#: ../plugins/save-calendar/csv-format.c:367 +msgid "Created" +msgstr "உருவாக்கப்பட்டது" + +#: ../calendar/gui/e-cal-list-view.etspec.h:3 msgid "End Date" msgstr "முடியும் தேதி:" #: ../calendar/gui/e-cal-list-view.etspec.h:4 -#: ../calendar/gui/e-memo-table.etspec.h:3 +#: ../calendar/gui/e-calendar-table.etspec.h:9 +#: ../calendar/gui/e-memo-table.etspec.h:4 +msgid "Last modified" +msgstr "கடைசியில் மாற்றப்பட்டது" + +#: ../calendar/gui/e-cal-list-view.etspec.h:6 +#: ../calendar/gui/e-memo-table.etspec.h:5 msgid "Start Date" msgstr "துவக்க தேதி" #: ../calendar/gui/e-cal-model-calendar.c:187 -#: ../calendar/gui/e-calendar-table.c:629 +#: ../calendar/gui/e-calendar-table.c:640 msgid "Free" msgstr "வேலையில் இல்லை்" #: ../calendar/gui/e-cal-model-calendar.c:190 -#: ../calendar/gui/e-calendar-table.c:630 -#: ../calendar/gui/e-meeting-time-sel.c:399 +#: ../calendar/gui/e-calendar-table.c:641 +#: ../calendar/gui/e-meeting-time-sel.c:397 msgid "Busy" msgstr "வேலையில்" @@ -7382,7 +5979,7 @@ msgstr "" "\n" "45.436845,125.862501" -#: ../calendar/gui/e-cal-model-tasks.c:1029 ../calendar/gui/e-cal-model.c:1012 +#: ../calendar/gui/e-cal-model-tasks.c:1029 ../calendar/gui/e-cal-model.c:1064 #: ../calendar/gui/e-meeting-list-view.c:190 #: ../calendar/gui/e-meeting-store.c:152 ../calendar/gui/e-meeting-store.c:162 #: ../calendar/gui/e-meeting-store.c:745 @@ -7390,7 +5987,7 @@ msgstr "" msgid "Yes" msgstr "ஆம்" -#: ../calendar/gui/e-cal-model-tasks.c:1029 ../calendar/gui/e-cal-model.c:1012 +#: ../calendar/gui/e-cal-model-tasks.c:1029 ../calendar/gui/e-cal-model.c:1064 #: ../calendar/gui/e-meeting-list-view.c:191 #: ../calendar/gui/e-meeting-store.c:164 #: ../plugins/itip-formatter/org-gnome-itip-formatter.error.xml.h:2 @@ -7398,209 +5995,184 @@ msgid "No" msgstr "இல்லை" #. This is the default filename used for temporary file creation -#: ../calendar/gui/e-cal-model.c:354 ../calendar/gui/e-cal-popup.c:106 -#: ../calendar/gui/e-cal-popup.c:123 ../calendar/gui/e-cal-popup.c:178 -#: ../calendar/gui/e-itip-control.c:1198 ../calendar/gui/e-itip-control.c:1338 +#: ../calendar/gui/e-cal-model.c:354 ../calendar/gui/e-itip-control.c:1196 +#: ../calendar/gui/e-itip-control.c:1336 #: ../calendar/gui/e-meeting-list-view.c:166 #: ../calendar/gui/e-meeting-list-view.c:180 #: ../calendar/gui/e-meeting-store.c:110 ../calendar/gui/e-meeting-store.c:145 #: ../calendar/gui/e-meeting-store.c:208 ../calendar/gui/print.c:984 -#: ../calendar/gui/print.c:1001 ../mail/em-utils.c:1341 -#: ../plugins/itip-formatter/itip-formatter.c:447 -#: ../plugins/itip-formatter/itip-formatter.c:2204 +#: ../calendar/gui/print.c:1001 ../mail/em-utils.c:1342 +#: ../plugins/itip-formatter/itip-formatter.c:448 +#: ../plugins/itip-formatter/itip-formatter.c:2215 #: ../plugins/plugin-manager/plugin-manager.c:89 -#: ../widgets/misc/e-attachment-bar.c:821 #: ../widgets/misc/e-charset-picker.c:56 msgid "Unknown" msgstr "தெரியாது" -#: ../calendar/gui/e-cal-model.c:1008 +#: ../calendar/gui/e-cal-model.c:1060 msgid "Recurring" msgstr "மீண்டும்நடக்கிறது" -#: ../calendar/gui/e-cal-model.c:1010 +#: ../calendar/gui/e-cal-model.c:1062 msgid "Assigned" msgstr "ஒதுக்கப்பட்ட" -#: ../calendar/gui/e-cal-popup.c:184 ../mail/em-popup.c:414 -msgid "Save As..." -msgstr "எனச்சேமி......" - -#: ../calendar/gui/e-cal-popup.c:200 ../mail/em-format-html-display.c:2214 -msgid "Select folder to save selected attachments..." -msgstr "தேர்ந்தெடுத்த இணைப்புகளை சேமிக்க அடைவினை தேர்தெடு" - -#: ../calendar/gui/e-cal-popup.c:232 ../mail/em-popup.c:442 -#, c-format -msgid "untitled_image.%s" -msgstr "(_i)தலைப்பில்லா பிம்பம்.%s" - -#: ../calendar/gui/e-cal-popup.c:286 ../calendar/gui/e-calendar-table.c:1589 -#: ../calendar/gui/e-calendar-view.c:1776 ../calendar/gui/e-memo-table.c:924 -#: ../mail/em-folder-view.c:1338 ../mail/em-popup.c:559 ../mail/em-popup.c:570 -msgid "_Save As..." -msgstr "(_S)எனச்சேமி..." - -#: ../calendar/gui/e-cal-popup.c:287 ../mail/em-popup.c:560 -#: ../mail/em-popup.c:571 -msgid "Set as _Background" -msgstr "(_B)பின்னனியாக அமை" - -#: ../calendar/gui/e-cal-popup.c:288 -msgid "_Save Selected" -msgstr "தேர்ந்தெடுத்ததை சேமி (_S)" - -#: ../calendar/gui/e-cal-popup.c:430 ../mail/em-popup.c:828 -#, c-format -msgid "Open in %s..." -msgstr "%s இல் திற..." - -#: ../calendar/gui/e-calendar-table.c:337 +#: ../calendar/gui/e-calendar-table.c:336 msgid "* No Summary *" msgstr "* சுருக்கம் இல்லை *" #. To Translators: It will display "Organiser: NameOfTheUser <email@ofuser.com>" -#: ../calendar/gui/e-calendar-table.c:373 -#: ../calendar/gui/e-calendar-view.c:2399 +#: ../calendar/gui/e-calendar-table.c:372 +#: ../calendar/gui/e-calendar-view.c:2436 #, c-format msgid "Organizer: %s <%s>" msgstr "ஒருங்கிணைப்பாளர்: %s <%s>" #. With SunOne accounts, there may be no ':' in organiser.value #. With SunOne accouts, there may be no ':' in organiser.value -#: ../calendar/gui/e-calendar-table.c:376 -#: ../calendar/gui/e-calendar-view.c:2403 +#: ../calendar/gui/e-calendar-table.c:375 +#: ../calendar/gui/e-calendar-view.c:2440 #, c-format msgid "Organizer: %s" msgstr "ஒருங்கிணைப்பாளர்: %s" -#: ../calendar/gui/e-calendar-table.c:407 +#: ../calendar/gui/e-calendar-table.c:406 msgid "Start: " msgstr "துவக்கு:" -#: ../calendar/gui/e-calendar-table.c:419 +#: ../calendar/gui/e-calendar-table.c:418 msgid "Due: " msgstr "நிலுவை:" -#: ../calendar/gui/e-calendar-table.c:599 +#: ../calendar/gui/e-calendar-table.c:591 ../calendar/gui/tasktypes.xml.h:24 +msgid "Undefined" +msgstr "குறிப்பில்லா" + +#: ../calendar/gui/e-calendar-table.c:610 msgid "0%" msgstr "0%" -#: ../calendar/gui/e-calendar-table.c:600 +#: ../calendar/gui/e-calendar-table.c:611 msgid "10%" msgstr "10%" -#: ../calendar/gui/e-calendar-table.c:601 +#: ../calendar/gui/e-calendar-table.c:612 msgid "20%" msgstr "20%" -#: ../calendar/gui/e-calendar-table.c:602 +#: ../calendar/gui/e-calendar-table.c:613 msgid "30%" msgstr "30%" -#: ../calendar/gui/e-calendar-table.c:603 +#: ../calendar/gui/e-calendar-table.c:614 msgid "40%" msgstr "40%" -#: ../calendar/gui/e-calendar-table.c:604 +#: ../calendar/gui/e-calendar-table.c:615 msgid "50%" msgstr "50%" -#: ../calendar/gui/e-calendar-table.c:605 +#: ../calendar/gui/e-calendar-table.c:616 msgid "60%" msgstr "60%" -#: ../calendar/gui/e-calendar-table.c:606 +#: ../calendar/gui/e-calendar-table.c:617 msgid "70%" msgstr "70%" -#: ../calendar/gui/e-calendar-table.c:607 +#: ../calendar/gui/e-calendar-table.c:618 msgid "80%" msgstr "80%" -#: ../calendar/gui/e-calendar-table.c:608 +#: ../calendar/gui/e-calendar-table.c:619 msgid "90%" msgstr "90%" -#: ../calendar/gui/e-calendar-table.c:609 +#: ../calendar/gui/e-calendar-table.c:620 msgid "100%" msgstr "100%" -#: ../calendar/gui/e-calendar-table.c:889 -#: ../calendar/gui/e-calendar-view.c:672 ../calendar/gui/e-memo-table.c:437 +#: ../calendar/gui/e-calendar-table.c:900 +#: ../calendar/gui/e-calendar-view.c:658 ../calendar/gui/e-memo-table.c:452 msgid "Deleting selected objects" msgstr "தேர்வு செய்யப்பட்ட பொருள் நீக்கப்படுகிறது" -#: ../calendar/gui/e-calendar-table.c:1172 -#: ../calendar/gui/e-calendar-view.c:837 ../calendar/gui/e-memo-table.c:642 +#: ../calendar/gui/e-calendar-table.c:1179 +#: ../calendar/gui/e-calendar-view.c:872 ../calendar/gui/e-memo-table.c:657 msgid "Updating objects" msgstr "பொருள் புதுப்பிக்கப்படுகிறது" -#: ../calendar/gui/e-calendar-table.c:1360 -#: ../calendar/gui/e-calendar-view.c:1298 ../calendar/gui/e-memo-table.c:818 -#: ../composer/e-composer-actions.c:275 +#: ../calendar/gui/e-calendar-table.c:1367 +#: ../calendar/gui/e-calendar-view.c:1334 ../calendar/gui/e-memo-table.c:833 +#: ../composer/e-composer-actions.c:219 msgid "Save as..." msgstr "எனச்சேமி..." -#: ../calendar/gui/e-calendar-table.c:1584 -#: ../calendar/gui/e-calendar-view.c:1758 +#: ../calendar/gui/e-calendar-table.c:1591 +#: ../calendar/gui/e-calendar-view.c:1794 msgid "New _Task" msgstr "புதிய பணி (_T)" -#: ../calendar/gui/e-calendar-table.c:1588 ../calendar/gui/e-memo-table.c:923 +#: ../calendar/gui/e-calendar-table.c:1595 ../calendar/gui/e-memo-table.c:938 msgid "Open _Web Page" msgstr "(_W)இணைய பக்கத்தை திற" -#: ../calendar/gui/e-calendar-table.c:1590 -#: ../calendar/gui/e-calendar-view.c:1761 ../calendar/gui/e-memo-table.c:925 +#: ../calendar/gui/e-calendar-table.c:1596 +#: ../calendar/gui/e-calendar-view.c:1812 ../calendar/gui/e-memo-table.c:939 +#: ../mail/em-folder-view.c:1336 ../mail/em-popup.c:494 +msgid "_Save As..." +msgstr "(_S)எனச்சேமி..." + +#: ../calendar/gui/e-calendar-table.c:1597 +#: ../calendar/gui/e-calendar-view.c:1797 ../calendar/gui/e-memo-table.c:940 msgid "P_rint..." msgstr "(_r)அச்சடி..." -#: ../calendar/gui/e-calendar-table.c:1594 -#: ../calendar/gui/e-calendar-view.c:1781 ../calendar/gui/e-memo-table.c:929 +#: ../calendar/gui/e-calendar-table.c:1601 +#: ../calendar/gui/e-calendar-view.c:1817 ../calendar/gui/e-memo-table.c:944 #: ../ui/evolution-addressbook.xml.h:2 ../ui/evolution-calendar.xml.h:1 #: ../ui/evolution-memos.xml.h:1 ../ui/evolution-tasks.xml.h:1 msgid "C_ut" msgstr "(_u)வெட்டு" -#: ../calendar/gui/e-calendar-table.c:1596 -#: ../calendar/gui/e-calendar-view.c:1764 -#: ../calendar/gui/e-calendar-view.c:1783 ../calendar/gui/e-memo-table.c:931 +#: ../calendar/gui/e-calendar-table.c:1603 +#: ../calendar/gui/e-calendar-view.c:1800 +#: ../calendar/gui/e-calendar-view.c:1819 ../calendar/gui/e-memo-table.c:946 #: ../ui/evolution-addressbook.xml.h:57 ../ui/evolution-calendar.xml.h:46 #: ../ui/evolution-memos.xml.h:19 ../ui/evolution-tasks.xml.h:28 msgid "_Paste" msgstr "(_P)ஒட்டு" -#: ../calendar/gui/e-calendar-table.c:1600 ../ui/evolution-tasks.xml.h:22 +#: ../calendar/gui/e-calendar-table.c:1607 ../ui/evolution-tasks.xml.h:22 msgid "_Assign Task" msgstr "(_A)பணியை ஒதுக்கு" -#: ../calendar/gui/e-calendar-table.c:1601 ../calendar/gui/e-memo-table.c:935 +#: ../calendar/gui/e-calendar-table.c:1608 ../calendar/gui/e-memo-table.c:950 #: ../ui/evolution-tasks.xml.h:26 msgid "_Forward as iCalendar" msgstr "(_F)ஐ நாள்காட்டியாக அனுப்பு" -#: ../calendar/gui/e-calendar-table.c:1602 +#: ../calendar/gui/e-calendar-table.c:1609 msgid "_Mark as Complete" msgstr "(_M)முடிவுற்றது என குறி" -#: ../calendar/gui/e-calendar-table.c:1603 +#: ../calendar/gui/e-calendar-table.c:1610 msgid "_Mark Selected Tasks as Complete" msgstr "(_M)தேர்வு செய்யப்பட்ட பணி முடிந்தது என குறி" -#: ../calendar/gui/e-calendar-table.c:1604 +#: ../calendar/gui/e-calendar-table.c:1611 msgid "_Mark as Incomplete" msgstr "முடிவுறாதது என குறிக்கவும் (_M)" -#: ../calendar/gui/e-calendar-table.c:1605 +#: ../calendar/gui/e-calendar-table.c:1612 msgid "_Mark Selected Tasks as Incomplete" msgstr "தேர்வு செய்யப்பட்ட பணி முடியாதது என குறிக்கவும் (_M)" -#: ../calendar/gui/e-calendar-table.c:1610 +#: ../calendar/gui/e-calendar-table.c:1617 msgid "_Delete Selected Tasks" msgstr "தேர்ந்தெடுக்கப்பட்ட பணியை அழிக்கவும் (_D)" -#: ../calendar/gui/e-calendar-table.c:1847 +#: ../calendar/gui/e-calendar-table.c:1854 #: ../calendar/gui/e-calendar-table.etspec.h:4 msgid "Click to add a task" msgstr "ஒரு பணியை சேர்க்க சொடுக்கவும்" @@ -7618,153 +6190,152 @@ msgstr "முடிந்தது" msgid "Completion date" msgstr "முடிந்த தேதி" -#: ../calendar/gui/e-calendar-table.etspec.h:7 +#: ../calendar/gui/e-calendar-table.etspec.h:8 msgid "Due date" msgstr "நிலுவை தேதி" -#: ../calendar/gui/e-calendar-table.etspec.h:8 +#: ../calendar/gui/e-calendar-table.etspec.h:10 #: ../calendar/gui/tasktypes.xml.h:20 #: ../plugins/save-calendar/csv-format.c:373 msgid "Priority" msgstr "முன்னுரிமை" -#: ../calendar/gui/e-calendar-table.etspec.h:9 +#: ../calendar/gui/e-calendar-table.etspec.h:11 msgid "Start date" msgstr "துவக்க தேதி" #. To Translators: 'Status' here means the state of the attendees, the resulting string will be in a form: #. Status: Accepted: X Declined: Y ... -#: ../calendar/gui/e-calendar-table.etspec.h:10 -#: ../calendar/gui/e-calendar-view.c:2307 -#: ../calendar/gui/e-meeting-list-view.c:602 +#: ../calendar/gui/e-calendar-table.etspec.h:12 +#: ../calendar/gui/e-calendar-view.c:2344 +#: ../calendar/gui/e-meeting-list-view.c:603 #: ../calendar/gui/e-meeting-time-sel.etspec.h:10 -#: ../calendar/gui/tasktypes.xml.h:21 ../mail/em-filter-i18n.h:70 +#: ../calendar/gui/tasktypes.xml.h:21 ../mail/em-filter-i18n.h:72 #: ../mail/message-list.etspec.h:17 msgid "Status" msgstr "நிலை" -#: ../calendar/gui/e-calendar-view.c:1444 +#: ../calendar/gui/e-calendar-view.c:1480 msgid "Moving items" msgstr "உருப்படிகளை நகர்த்துகிறது" -#: ../calendar/gui/e-calendar-view.c:1446 +#: ../calendar/gui/e-calendar-view.c:1482 msgid "Copying items" msgstr "உருப்படிகளை நகலெடுக்கிறது" -#: ../calendar/gui/e-calendar-view.c:1755 +#: ../calendar/gui/e-calendar-view.c:1791 msgid "New _Appointment..." msgstr "(_A)புதிய நேர ஒதுக்கங்கள்..." -#: ../calendar/gui/e-calendar-view.c:1756 +#: ../calendar/gui/e-calendar-view.c:1792 msgid "New All Day _Event" msgstr "(_E)எல்லா நாட்களுக்குமான நிகழ்வுகள்" -#: ../calendar/gui/e-calendar-view.c:1757 +#: ../calendar/gui/e-calendar-view.c:1793 msgid "New _Meeting" msgstr "புதிய சந்திப்பு (_M)" #. FIXME: hook in this somehow -#: ../calendar/gui/e-calendar-view.c:1768 +#: ../calendar/gui/e-calendar-view.c:1804 msgid "_Current View" msgstr "(_C)தற்போதைய காட்சி" -#: ../calendar/gui/e-calendar-view.c:1770 +#: ../calendar/gui/e-calendar-view.c:1806 msgid "Select T_oday" msgstr "இன்றைய தேதியை தேர்ந்தெடு (_o)" -#: ../calendar/gui/e-calendar-view.c:1771 +#: ../calendar/gui/e-calendar-view.c:1807 msgid "_Select Date..." msgstr "(_S)தேதியை தேர்வு செய்.." -#: ../calendar/gui/e-calendar-view.c:1777 +#: ../calendar/gui/e-calendar-view.c:1813 msgid "Pri_nt..." msgstr "(_n)அச்சடி..." -#: ../calendar/gui/e-calendar-view.c:1787 +#: ../calendar/gui/e-calendar-view.c:1823 msgid "Cop_y to Calendar..." msgstr "(_y)நாள்காட்டியில் நகலெடு..." -#: ../calendar/gui/e-calendar-view.c:1788 +#: ../calendar/gui/e-calendar-view.c:1824 msgid "Mo_ve to Calendar..." msgstr "(_v)நாள்காட்டிக்கு நகர்த்து..." -#: ../calendar/gui/e-calendar-view.c:1789 +#: ../calendar/gui/e-calendar-view.c:1825 msgid "_Delegate Meeting..." msgstr "பேராளர் சந்திப்பு... (_D)" -#: ../calendar/gui/e-calendar-view.c:1790 +#: ../calendar/gui/e-calendar-view.c:1826 msgid "_Schedule Meeting..." msgstr "சந்திப்பினை திட்டமிடு... (_S)" -#: ../calendar/gui/e-calendar-view.c:1791 +#: ../calendar/gui/e-calendar-view.c:1827 msgid "_Forward as iCalendar..." msgstr "(_F)ஐ நாள்காட்டியாக அனுப்பு..." -#: ../calendar/gui/e-calendar-view.c:1792 +#: ../calendar/gui/e-calendar-view.c:1828 msgid "_Reply" msgstr "பதில் (_R)" -#: ../calendar/gui/e-calendar-view.c:1793 ../mail/em-folder-view.c:1332 -#: ../mail/em-popup.c:564 ../mail/em-popup.c:575 -#: ../ui/evolution-mail-message.xml.h:82 +#: ../calendar/gui/e-calendar-view.c:1829 +#: ../mail/e-attachment-handler-mail.c:140 ../mail/em-folder-view.c:1330 +#: ../mail/em-popup.c:499 ../ui/evolution-mail-message.xml.h:78 msgid "Reply to _All" msgstr "(_A) அனைவருக்கும் பதிலளி " -#: ../calendar/gui/e-calendar-view.c:1798 +#: ../calendar/gui/e-calendar-view.c:1834 msgid "Make this Occurrence _Movable" msgstr "(_M)இந்த தருவாயை நகர்த்தகூடியதாக்கு" -#: ../calendar/gui/e-calendar-view.c:1799 ../ui/evolution-calendar.xml.h:9 +#: ../calendar/gui/e-calendar-view.c:1835 ../ui/evolution-calendar.xml.h:9 msgid "Delete this _Occurrence" msgstr "(_O)இந்த மறுநிகழ்வை நீக்கு" -#: ../calendar/gui/e-calendar-view.c:1800 +#: ../calendar/gui/e-calendar-view.c:1836 msgid "Delete _All Occurrences" msgstr "(_A)எல்லா மறுநிகழ்வுகளையும் நீக்கு" -#: ../calendar/gui/e-calendar-view.c:2254 -#: ../calendar/gui/e-itip-control.c:1186 +#: ../calendar/gui/e-calendar-view.c:2291 +#: ../calendar/gui/e-itip-control.c:1184 #: ../calendar/gui/e-meeting-list-view.c:202 #: ../calendar/gui/e-meeting-store.c:172 ../calendar/gui/e-meeting-store.c:195 -#: ../plugins/itip-formatter/itip-formatter.c:2192 +#: ../plugins/itip-formatter/itip-formatter.c:2203 msgid "Accepted" msgstr "ஏற்கப்பட்டது" -#: ../calendar/gui/e-calendar-view.c:2255 -#: ../calendar/gui/e-itip-control.c:1194 +#: ../calendar/gui/e-calendar-view.c:2292 +#: ../calendar/gui/e-itip-control.c:1192 #: ../calendar/gui/e-meeting-list-view.c:203 #: ../calendar/gui/e-meeting-store.c:174 ../calendar/gui/e-meeting-store.c:197 -#: ../plugins/itip-formatter/itip-formatter.c:2198 +#: ../plugins/itip-formatter/itip-formatter.c:2209 msgid "Declined" msgstr "நிராகரிக்கப்பட்டது" -#: ../calendar/gui/e-calendar-view.c:2256 +#: ../calendar/gui/e-calendar-view.c:2293 #: ../calendar/gui/e-meeting-list-view.c:204 #: ../calendar/gui/e-meeting-store.c:176 ../calendar/gui/e-meeting-store.c:199 -#: ../calendar/gui/e-meeting-time-sel.c:398 +#: ../calendar/gui/e-meeting-time-sel.c:396 msgid "Tentative" msgstr "தோராயமாக" -#: ../calendar/gui/e-calendar-view.c:2257 +#: ../calendar/gui/e-calendar-view.c:2294 #: ../calendar/gui/e-meeting-list-view.c:205 #: ../calendar/gui/e-meeting-store.c:178 ../calendar/gui/e-meeting-store.c:201 -#: ../plugins/itip-formatter/itip-formatter.c:2201 +#: ../plugins/itip-formatter/itip-formatter.c:2212 msgid "Delegated" msgstr "விருந்தினராக" -#: ../calendar/gui/e-calendar-view.c:2258 -#| msgid "Needs Action" +#: ../calendar/gui/e-calendar-view.c:2295 msgid "Needs action" msgstr "செயல் தேவை" #. To Translators: It will display "Location: PlaceOfTheMeeting" -#: ../calendar/gui/e-calendar-view.c:2419 ../calendar/gui/print.c:2517 +#: ../calendar/gui/e-calendar-view.c:2456 ../calendar/gui/print.c:2517 #, c-format msgid "Location: %s" msgstr "இடம்: %s" #. To Translators: It will display "Time: ActualStartDateAndTime (DurationOfTheMeeting)" -#: ../calendar/gui/e-calendar-view.c:2453 +#: ../calendar/gui/e-calendar-view.c:2487 #, c-format msgid "Time: %s %s" msgstr "நேரம்: %s %s" @@ -7798,7 +6369,6 @@ msgid "%02i minute divisions" msgstr "%02i நிமிட பகுப்புகள்" #: ../calendar/gui/e-day-view-time-item.c:771 -#| msgid "Show the \"Preview\" pane" msgid "Show the second time zone" msgstr "இரண்டாம் நிலை மண்டலத்தை காட்டு" @@ -7808,49 +6378,48 @@ msgstr "இரண்டாம் நிலை மண்டலத்தை கா #. month, %B = full month name. You can change the #. order but don't change the specifiers or add #. anything. -#: ../calendar/gui/e-day-view-top-item.c:851 ../calendar/gui/e-day-view.c:1584 +#: ../calendar/gui/e-day-view-top-item.c:851 ../calendar/gui/e-day-view.c:1581 #: ../calendar/gui/e-week-view-main-item.c:326 ../calendar/gui/print.c:1678 msgid "%A %d %B" msgstr "%A %d %B" #. String to use in 12-hour time format for times in the morning. -#: ../calendar/gui/e-day-view.c:805 ../calendar/gui/e-week-view.c:541 +#: ../calendar/gui/e-day-view.c:804 ../calendar/gui/e-week-view.c:542 #: ../calendar/gui/print.c:828 msgid "am" msgstr "முப" #. String to use in 12-hour time format for times in the afternoon. -#: ../calendar/gui/e-day-view.c:808 ../calendar/gui/e-week-view.c:544 +#: ../calendar/gui/e-day-view.c:807 ../calendar/gui/e-week-view.c:545 #: ../calendar/gui/print.c:830 msgid "pm" msgstr "பிப" #. To Translators: the %d stands for a week number, it's value between 1 and 52/53 -#: ../calendar/gui/e-day-view.c:2322 +#: ../calendar/gui/e-day-view.c:2320 #, c-format -#| msgid "Week" msgid "Week %d" msgstr "வாரம் %d" -#: ../calendar/gui/e-itip-control.c:760 +#: ../calendar/gui/e-itip-control.c:758 msgid "Yes. (Complex Recurrence)" msgstr "ஆம் (கடினமான மறுநிகழ்வு)" -#: ../calendar/gui/e-itip-control.c:777 +#: ../calendar/gui/e-itip-control.c:775 #, c-format msgid "Every day" msgid_plural "Every %d days" msgstr[0] "தினமும்" msgstr[1] "எல்லா %d நாட்களும்" -#: ../calendar/gui/e-itip-control.c:790 +#: ../calendar/gui/e-itip-control.c:788 #, c-format msgid "Every week" msgid_plural "Every %d weeks" msgstr[0] "ஒவ்வொரு வாரமும்" msgstr[1] "எல்லா %d வாரங்களும்" -#: ../calendar/gui/e-itip-control.c:797 +#: ../calendar/gui/e-itip-control.c:795 #, c-format msgid "Every week on " msgid_plural "Every %d weeks on " @@ -7858,74 +6427,72 @@ msgstr[0] "ஒவ்வொரு வாரத்திலும் இந்த msgstr[1] "ஒவ்வொரு %d வாரங்களிலும் இந்த நாள்" #. For Translators : 'and' is part of the sentence 'event recurring every week on (dayname) and (dayname)' -#: ../calendar/gui/e-itip-control.c:808 +#: ../calendar/gui/e-itip-control.c:806 msgid " and " msgstr " மற்றும் " -#: ../calendar/gui/e-itip-control.c:817 +#: ../calendar/gui/e-itip-control.c:815 #, c-format msgid "The %s day of " msgstr "%s நாளில்" -#: ../calendar/gui/e-itip-control.c:833 +#: ../calendar/gui/e-itip-control.c:831 #, c-format msgid "The %s %s of " msgstr " %s %s இல்" -#: ../calendar/gui/e-itip-control.c:844 +#: ../calendar/gui/e-itip-control.c:842 #, c-format msgid "every month" msgid_plural "every %d months" msgstr[0] "ஒவ்வொரு மாதமும்" msgstr[1] "எல்லா %d மாதங்களும்" -#: ../calendar/gui/e-itip-control.c:856 +#: ../calendar/gui/e-itip-control.c:854 #, c-format msgid "Every year" msgid_plural "Every %d years" msgstr[0] "ஒவ்வொரு வருடமும்" msgstr[1] "எல்லா %d வருடங்களும்" -#: ../calendar/gui/e-itip-control.c:869 +#: ../calendar/gui/e-itip-control.c:867 #, c-format -#| msgid "a total of %d time" -#| msgid_plural " a total of %d times" msgid "a total of %d time" msgid_plural "a total of %d times" msgstr[0] "மொத்தம் %d நேரம்" msgstr[1] "மொத்தம் %d நேரங்கள்" #. For Translators : ', ending on' is part of the sentence of the form 'event recurring every day, ending on (date).' -#: ../calendar/gui/e-itip-control.c:880 +#: ../calendar/gui/e-itip-control.c:878 msgid ", ending on " msgstr ", முடிந்த" #. For Translators : 'starts' is starts:date implying a task starts on what date -#: ../calendar/gui/e-itip-control.c:902 +#: ../calendar/gui/e-itip-control.c:900 msgid "Starts" msgstr "துவங்கிய" #. For Translators : 'ends' is ends:date implying a task ends on what date -#: ../calendar/gui/e-itip-control.c:916 +#: ../calendar/gui/e-itip-control.c:914 msgid "Ends" msgstr "முடிந்த" -#: ../calendar/gui/e-itip-control.c:956 +#: ../calendar/gui/e-itip-control.c:954 #: ../plugins/save-calendar/csv-format.c:371 msgid "Due" msgstr "நிலுவை" -#: ../calendar/gui/e-itip-control.c:998 ../calendar/gui/e-itip-control.c:1055 +#: ../calendar/gui/e-itip-control.c:996 ../calendar/gui/e-itip-control.c:1053 msgid "iCalendar Information" msgstr "ஐ நாள்காட்டி தகவல்" #. Title -#: ../calendar/gui/e-itip-control.c:1015 +#: ../calendar/gui/e-itip-control.c:1013 msgid "iCalendar Error" msgstr "ஐ நாள்காட்டி பிழை" -#: ../calendar/gui/e-itip-control.c:1087 ../calendar/gui/e-itip-control.c:1103 -#: ../calendar/gui/e-itip-control.c:1114 ../calendar/gui/e-itip-control.c:1131 +#: ../calendar/gui/e-itip-control.c:1085 ../calendar/gui/e-itip-control.c:1101 +#: ../calendar/gui/e-itip-control.c:1112 ../calendar/gui/e-itip-control.c:1129 #: ../plugins/itip-formatter/itip-view.c:346 #: ../plugins/itip-formatter/itip-view.c:347 #: ../plugins/itip-formatter/itip-view.c:434 @@ -7936,283 +6503,283 @@ msgid "An unknown person" msgstr "தெரியாத நபர்" #. Describe what the user can do -#: ../calendar/gui/e-itip-control.c:1138 +#: ../calendar/gui/e-itip-control.c:1136 msgid "" "<br> Please review the following information, and then select an action from " "the menu below." msgstr "<br> இந்த தகவலை பார்த்த பிறகு அதற்காக செயலை கீழுள்ள மெனுவிலிருந்து தேர்வு செய்யவும்" -#: ../calendar/gui/e-itip-control.c:1190 -#: ../plugins/itip-formatter/itip-formatter.c:2195 +#: ../calendar/gui/e-itip-control.c:1188 +#: ../plugins/itip-formatter/itip-formatter.c:2206 msgid "Tentatively Accepted" msgstr "ஏற்கப்படலாம்" -#: ../calendar/gui/e-itip-control.c:1278 +#: ../calendar/gui/e-itip-control.c:1276 msgid "" "The meeting has been canceled, however it could not be found in your " "calendars" msgstr "சந்திப்பு ரத்து செய்யப்பட்டது, இது உங்கள் நாள்காட்டிகளில் காட்டப்படவில்லை" -#: ../calendar/gui/e-itip-control.c:1280 +#: ../calendar/gui/e-itip-control.c:1278 msgid "The task has been canceled, however it could not be found in your task lists" msgstr "பணி ரத்துசெய்யப்பட்டது, இந்த பணி உங்கள் பணிபட்டியல்களில் இல்லை" -#: ../calendar/gui/e-itip-control.c:1358 +#: ../calendar/gui/e-itip-control.c:1356 #, c-format msgid "<b>%s</b> has published meeting information." msgstr "<b>%s</b> கூட்டம் பற்றிய தகவல் பதிப்பிக்கப்பட்டது" -#: ../calendar/gui/e-itip-control.c:1359 +#: ../calendar/gui/e-itip-control.c:1357 msgid "Meeting Information" msgstr "கூட்டம் பற்றிய தகவல்" -#: ../calendar/gui/e-itip-control.c:1365 +#: ../calendar/gui/e-itip-control.c:1363 #, c-format msgid "<b>%s</b> requests the presence of %s at a meeting." msgstr "<b>%s</b> கூட்டத்தின் போது %s இன் வருகை முக்கியம்" -#: ../calendar/gui/e-itip-control.c:1367 +#: ../calendar/gui/e-itip-control.c:1365 #, c-format msgid "<b>%s</b> requests your presence at a meeting." msgstr "<b>%s</b> கூட்டத்திற்கு உங்கள் வருகை அவசியம்" -#: ../calendar/gui/e-itip-control.c:1368 +#: ../calendar/gui/e-itip-control.c:1366 msgid "Meeting Proposal" msgstr "கூட்ட அனுமதி" #. FIXME Whats going on here? -#: ../calendar/gui/e-itip-control.c:1374 +#: ../calendar/gui/e-itip-control.c:1372 #, c-format msgid "<b>%s</b> wishes to be added to an existing meeting." msgstr "<b>%s</b> இருப்பில் உள்ள சந்திப்புக்கு சேர்க்கப்பட விரும்புகிறார்." -#: ../calendar/gui/e-itip-control.c:1375 +#: ../calendar/gui/e-itip-control.c:1373 msgid "Meeting Update" msgstr "கூட்ட நிகழ்வுகள்" -#: ../calendar/gui/e-itip-control.c:1379 +#: ../calendar/gui/e-itip-control.c:1377 #, c-format msgid "<b>%s</b> wishes to receive the latest meeting information." msgstr "<b>%s</b> சமீபத்திய கூட்ட தகவலை பெற விரும்புகிறார்" -#: ../calendar/gui/e-itip-control.c:1380 +#: ../calendar/gui/e-itip-control.c:1378 msgid "Meeting Update Request" msgstr "கூட்ட தகவல் கோரிக்கை" -#: ../calendar/gui/e-itip-control.c:1387 +#: ../calendar/gui/e-itip-control.c:1385 #, c-format msgid "<b>%s</b> has replied to a meeting request." msgstr "<b>%s</b> கூட்ட தகவலுக்கு பதிலளித்துள்ளார்" -#: ../calendar/gui/e-itip-control.c:1388 +#: ../calendar/gui/e-itip-control.c:1386 msgid "Meeting Reply" msgstr "கூட்ட பதில்" -#: ../calendar/gui/e-itip-control.c:1395 +#: ../calendar/gui/e-itip-control.c:1393 #, c-format msgid "<b>%s</b> has canceled a meeting." msgstr "<b>%s</b> கூட்டத்தை ரத்து செய்துவிட்டார்." -#: ../calendar/gui/e-itip-control.c:1396 +#: ../calendar/gui/e-itip-control.c:1394 msgid "Meeting Cancelation" msgstr "சந்திப்பு ரத்து செய்யப்படுகிறது" -#: ../calendar/gui/e-itip-control.c:1406 ../calendar/gui/e-itip-control.c:1483 -#: ../calendar/gui/e-itip-control.c:1523 +#: ../calendar/gui/e-itip-control.c:1404 ../calendar/gui/e-itip-control.c:1481 +#: ../calendar/gui/e-itip-control.c:1521 #, c-format msgid "<b>%s</b> has sent an unintelligible message." msgstr "<b>%s</b> தவறான செய்தி அனுப்பி உள்ளார்" -#: ../calendar/gui/e-itip-control.c:1407 +#: ../calendar/gui/e-itip-control.c:1405 msgid "Bad Meeting Message" msgstr "தவறான கூட்ட செய்தி" -#: ../calendar/gui/e-itip-control.c:1434 +#: ../calendar/gui/e-itip-control.c:1432 #, c-format msgid "<b>%s</b> has published task information." msgstr "<b>%s</b> பணி தகவலை பதிப்பித்துள்ளார்" -#: ../calendar/gui/e-itip-control.c:1435 +#: ../calendar/gui/e-itip-control.c:1433 msgid "Task Information" msgstr "பணி தகவல்" -#: ../calendar/gui/e-itip-control.c:1442 +#: ../calendar/gui/e-itip-control.c:1440 #, c-format msgid "<b>%s</b> requests %s to perform a task." msgstr "<b>%s</b>இந்த வேலையை %s செய்ய கோரிக்கை விடுத்துள்ளார்" -#: ../calendar/gui/e-itip-control.c:1444 +#: ../calendar/gui/e-itip-control.c:1442 #, c-format msgid "<b>%s</b> requests you perform a task." msgstr "<b>%s</b> இந்த வேலையை நீங்கள் செய்யவேண்டும் என்கிறார்" -#: ../calendar/gui/e-itip-control.c:1445 +#: ../calendar/gui/e-itip-control.c:1443 msgid "Task Proposal" msgstr "பணி கோரிக்கை" #. FIXME Whats going on here? -#: ../calendar/gui/e-itip-control.c:1451 +#: ../calendar/gui/e-itip-control.c:1449 #, c-format msgid "<b>%s</b> wishes to be added to an existing task." msgstr "<b>%s</b> இருப்பில் உள்ள பணிக்கு சேர்க்கப்பட விரும்புகிறார்." -#: ../calendar/gui/e-itip-control.c:1452 +#: ../calendar/gui/e-itip-control.c:1450 msgid "Task Update" msgstr "பணி திருத்தம்" -#: ../calendar/gui/e-itip-control.c:1456 +#: ../calendar/gui/e-itip-control.c:1454 #, c-format msgid "<b>%s</b> wishes to receive the latest task information." msgstr "<b>%s</b> சமீபத்திய பணி பற்றிய தகவலை தெரிந்துகொள்ள விரும்புகிறார்." -#: ../calendar/gui/e-itip-control.c:1457 +#: ../calendar/gui/e-itip-control.c:1455 msgid "Task Update Request" msgstr "பணி புதுப்பித்தல் கோரிக்கை" -#: ../calendar/gui/e-itip-control.c:1464 +#: ../calendar/gui/e-itip-control.c:1462 #, c-format msgid "<b>%s</b> has replied to a task assignment." msgstr "<b>%s</b>பணி ஒதுக்கத்துக்கு பதிலளித்துள்ளார்" -#: ../calendar/gui/e-itip-control.c:1465 +#: ../calendar/gui/e-itip-control.c:1463 msgid "Task Reply" msgstr "பணி பதில்" -#: ../calendar/gui/e-itip-control.c:1472 +#: ../calendar/gui/e-itip-control.c:1470 #, c-format msgid "<b>%s</b> has canceled a task." msgstr "<b>%s</b> பணியை ரத்து செய்து விட்டார்" -#: ../calendar/gui/e-itip-control.c:1473 +#: ../calendar/gui/e-itip-control.c:1471 msgid "Task Cancelation" msgstr "பணி ரத்து செய்யப்படுகிறது" -#: ../calendar/gui/e-itip-control.c:1484 +#: ../calendar/gui/e-itip-control.c:1482 msgid "Bad Task Message" msgstr "தவறான பணி செய்தி" -#: ../calendar/gui/e-itip-control.c:1508 +#: ../calendar/gui/e-itip-control.c:1506 #, c-format msgid "<b>%s</b> has published free/busy information." msgstr "<b>%s</b> வேலையில்/வேலையில் இல்லை செய்தியை பதிப்பித்துள்ளார்" -#: ../calendar/gui/e-itip-control.c:1509 +#: ../calendar/gui/e-itip-control.c:1507 msgid "Free/Busy Information" msgstr "வேலையிலில்லை/வேலையில் தகவல்" -#: ../calendar/gui/e-itip-control.c:1513 +#: ../calendar/gui/e-itip-control.c:1511 #, c-format msgid "<b>%s</b> requests your free/busy information." msgstr "<b>%s</b>நீங்கள் வேலையில்இருக்கிறீர்களா/இல்லையா தகவலை கேட்டுள்ளார்" -#: ../calendar/gui/e-itip-control.c:1514 +#: ../calendar/gui/e-itip-control.c:1512 msgid "Free/Busy Request" msgstr "வேலையில்/இல்லை கோரிக்கை" -#: ../calendar/gui/e-itip-control.c:1518 +#: ../calendar/gui/e-itip-control.c:1516 #, c-format msgid "<b>%s</b> has replied to a free/busy request." msgstr "<b>%s</b>வேலையில்/இல்லை தகவலுக்கு பதிலளித்துள்ளார்" -#: ../calendar/gui/e-itip-control.c:1519 +#: ../calendar/gui/e-itip-control.c:1517 msgid "Free/Busy Reply" msgstr "வேலையில்/இல்லை பதில்" -#: ../calendar/gui/e-itip-control.c:1524 +#: ../calendar/gui/e-itip-control.c:1522 msgid "Bad Free/Busy Message" msgstr "தவறான வேலையில்/இல்லை செய்தி" -#: ../calendar/gui/e-itip-control.c:1600 +#: ../calendar/gui/e-itip-control.c:1598 msgid "The message does not appear to be properly formed" msgstr "செய்தி சரியாக அமைக்கப்படவில்லை என தெரிகிறது" -#: ../calendar/gui/e-itip-control.c:1659 +#: ../calendar/gui/e-itip-control.c:1657 msgid "The message contains only unsupported requests." msgstr "செய்தியில் ஆதரவு இல்லாத கோரிக்கைகள் உள்ளது" -#: ../calendar/gui/e-itip-control.c:1692 +#: ../calendar/gui/e-itip-control.c:1690 msgid "The attachment does not contain a valid calendar message" msgstr "இணைப்பு செய்தியில் சரியான நாள்காட்டி செய்தி இல்லை" -#: ../calendar/gui/e-itip-control.c:1730 +#: ../calendar/gui/e-itip-control.c:1728 msgid "The attachment has no viewable calendar items" msgstr "இணைப்பில் பார்க்க முடிந்த நாள்காட்டி இல்லை" -#: ../calendar/gui/e-itip-control.c:1975 +#: ../calendar/gui/e-itip-control.c:1973 msgid "Update complete\n" msgstr "மேம்படுத்தல் முடிந்தது\n" -#: ../calendar/gui/e-itip-control.c:2009 +#: ../calendar/gui/e-itip-control.c:2007 msgid "Object is invalid and cannot be updated\n" msgstr "பொருள் செல்லாது அதனால் மேம்படுத்த முடியாது\n" -#: ../calendar/gui/e-itip-control.c:2026 +#: ../calendar/gui/e-itip-control.c:2024 msgid "This response is not from a current attendee. Add as an attendee?" msgstr "இந்த பதில் தற்போதைய பங்கேற்பாளரிடமிருந்து இல்லை. இவரை பங்கேற்பாளராக சேர்க்கலாமா?" -#: ../calendar/gui/e-itip-control.c:2044 +#: ../calendar/gui/e-itip-control.c:2042 msgid "Attendee status could not be updated because of an invalid status!\n" msgstr "பங்கேற்பாளரின் நிலை செல்லாது அதனால் புதுப்பிக்க முடியவில்லை\n" -#: ../calendar/gui/e-itip-control.c:2068 +#: ../calendar/gui/e-itip-control.c:2066 msgid "Attendee status updated\n" msgstr "பங்கேற்பாளர் நிலை புதுப்பிக்கபட்டது\n" -#: ../calendar/gui/e-itip-control.c:2075 -#: ../plugins/itip-formatter/itip-formatter.c:1379 +#: ../calendar/gui/e-itip-control.c:2073 +#: ../plugins/itip-formatter/itip-formatter.c:1383 msgid "Attendee status can not be updated because the item no longer exists" msgstr "பங்கேற்பாளர் நிலை புதுப்பிக்கப்படாதற்கு காரணம் இவர் பட்டியலில் இல்லை" -#: ../calendar/gui/e-itip-control.c:2106 ../calendar/gui/e-itip-control.c:2163 +#: ../calendar/gui/e-itip-control.c:2104 ../calendar/gui/e-itip-control.c:2161 msgid "Item sent!\n" msgstr "உருப்படி அனுப்பப்பட்டது\n" -#: ../calendar/gui/e-itip-control.c:2112 ../calendar/gui/e-itip-control.c:2171 +#: ../calendar/gui/e-itip-control.c:2110 ../calendar/gui/e-itip-control.c:2169 msgid "The item could not be sent!\n" msgstr "உருப்படி அனுப்ப முடியவில்லை!\n" -#: ../calendar/gui/e-itip-control.c:2251 +#: ../calendar/gui/e-itip-control.c:2287 msgid "Choose an action:" msgstr "செயலை தேர்வு செய்:" #. To translators: RSVP means "please reply" -#: ../calendar/gui/e-itip-control.c:2280 -#: ../calendar/gui/e-meeting-list-view.c:590 +#: ../calendar/gui/e-itip-control.c:2316 +#: ../calendar/gui/e-meeting-list-view.c:591 #: ../calendar/gui/e-meeting-time-sel.etspec.h:8 msgid "RSVP" msgstr "தயைசெய்க,பதில்தருக " -#: ../calendar/gui/e-itip-control.c:2322 +#: ../calendar/gui/e-itip-control.c:2356 msgid "Update" msgstr "திருத்து" -#: ../calendar/gui/e-itip-control.c:2350 -#: ../plugins/groupwise-features/process-meeting.c:51 +#: ../calendar/gui/e-itip-control.c:2380 +#: ../plugins/groupwise-features/process-meeting.c:53 msgid "Accept" msgstr "ஏற்கப்பட்டது" -#: ../calendar/gui/e-itip-control.c:2351 +#: ../calendar/gui/e-itip-control.c:2381 msgid "Tentatively accept" msgstr "ஏற்கப்படலாம்" -#: ../calendar/gui/e-itip-control.c:2352 -#: ../plugins/groupwise-features/process-meeting.c:53 +#: ../calendar/gui/e-itip-control.c:2382 +#: ../plugins/groupwise-features/process-meeting.c:55 msgid "Decline" msgstr "நிராகரிக்கப்பட்டது" -#: ../calendar/gui/e-itip-control.c:2381 +#: ../calendar/gui/e-itip-control.c:2407 msgid "Send Free/Busy Information" msgstr "வேலைஇல்லை /வேலையில் தகவலை அனுப்பு" -#: ../calendar/gui/e-itip-control.c:2409 +#: ../calendar/gui/e-itip-control.c:2431 msgid "Update respondent status" msgstr "பதில் தருபவரின் நிலையை புதுப்பி" -#: ../calendar/gui/e-itip-control.c:2437 +#: ../calendar/gui/e-itip-control.c:2455 msgid "Send Latest Information" msgstr "தற்போதைய தகவலை அனுப்பு" -#: ../calendar/gui/e-itip-control.c:2465 ../ui/evolution-mail-global.xml.h:1 +#: ../calendar/gui/e-itip-control.c:2479 ../ui/evolution-mail-global.xml.h:1 msgid "Cancel" msgstr "ரத்து செய்" @@ -8236,6 +6803,10 @@ msgstr "நாள்காட்டி ஏற்றப்படுகிறத� msgid "Loading calendar..." msgstr "நாள்காட்டி ஏற்றப்படுகிறது..." +#: ../calendar/gui/e-itip-control.glade.h:7 +msgid "Organizer:" +msgstr "ஒருங்கிணைப்பாளர்:" + #: ../calendar/gui/e-itip-control.glade.h:8 msgid "Server Message:" msgstr "சேவகன் செய்தி:" @@ -8326,7 +6897,7 @@ 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:467 -#: ../calendar/gui/e-meeting-time-sel.c:2124 +#: ../calendar/gui/e-meeting-time-sel.c:2125 msgid "%A, %B %d, %Y" msgstr "%A, %B %d, %Y" @@ -8335,7 +6906,7 @@ 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:471 -#: ../calendar/gui/e-meeting-time-sel.c:2155 +#: ../calendar/gui/e-meeting-time-sel.c:2156 msgid "%a %m/%d/%Y" msgstr "%a %m/%d/%Y" @@ -8345,67 +6916,67 @@ msgstr "%a %m/%d/%Y" msgid "%m/%d/%Y" msgstr "%m/%d/%Y" -#: ../calendar/gui/e-meeting-time-sel.c:400 +#: ../calendar/gui/e-meeting-time-sel.c:398 msgid "Out of Office" msgstr "அலுவலகத்திற்கு வெளியில்" -#: ../calendar/gui/e-meeting-time-sel.c:401 +#: ../calendar/gui/e-meeting-time-sel.c:399 msgid "No Information" msgstr "தகவல் இல்லை" -#: ../calendar/gui/e-meeting-time-sel.c:416 +#: ../calendar/gui/e-meeting-time-sel.c:414 msgid "A_ttendees..." msgstr "கலந்துகொள்பவர்கள்... (_t)" -#: ../calendar/gui/e-meeting-time-sel.c:437 +#: ../calendar/gui/e-meeting-time-sel.c:435 msgid "O_ptions" msgstr "விருப்பங்கள் (_p)" -#: ../calendar/gui/e-meeting-time-sel.c:454 +#: ../calendar/gui/e-meeting-time-sel.c:452 msgid "Show _only working hours" msgstr "வேலை நேரத்தை மட்டும் காட்டு (_o)" -#: ../calendar/gui/e-meeting-time-sel.c:464 +#: ../calendar/gui/e-meeting-time-sel.c:462 msgid "Show _zoomed out" msgstr "(_z) பெரிதாக்கபப்ட்டது" -#: ../calendar/gui/e-meeting-time-sel.c:479 +#: ../calendar/gui/e-meeting-time-sel.c:477 msgid "_Update free/busy" msgstr "(_U)வேலை/வேலையில்லை தகவலை புதுப்பி" -#: ../calendar/gui/e-meeting-time-sel.c:494 +#: ../calendar/gui/e-meeting-time-sel.c:492 msgid "_<<" msgstr "_<<" -#: ../calendar/gui/e-meeting-time-sel.c:512 +#: ../calendar/gui/e-meeting-time-sel.c:510 msgid "_Autopick" msgstr "(_A)வேகமாகதேர்வு செய்" -#: ../calendar/gui/e-meeting-time-sel.c:527 +#: ../calendar/gui/e-meeting-time-sel.c:525 msgid ">_>" msgstr ">_>" -#: ../calendar/gui/e-meeting-time-sel.c:544 +#: ../calendar/gui/e-meeting-time-sel.c:542 msgid "_All people and resources" msgstr "(_A)எல்லோரும் மற்றும் மூலங்கள்" -#: ../calendar/gui/e-meeting-time-sel.c:553 +#: ../calendar/gui/e-meeting-time-sel.c:551 msgid "All _people and one resource" msgstr "(_p)எல்லோரும் மற்றும் ஒரே ஒரு மூலம் மட்டும்" -#: ../calendar/gui/e-meeting-time-sel.c:562 +#: ../calendar/gui/e-meeting-time-sel.c:560 msgid "_Required people" msgstr "(_R)தேவையானவர்கள் மட்டும்" -#: ../calendar/gui/e-meeting-time-sel.c:571 +#: ../calendar/gui/e-meeting-time-sel.c:569 msgid "Required people and _one resource" msgstr "(_o)தேவையானவர்கள் மற்றும் ஒரு மூலம்" -#: ../calendar/gui/e-meeting-time-sel.c:607 +#: ../calendar/gui/e-meeting-time-sel.c:605 msgid "_Start time:" msgstr "(_S)துவக்க நேரம்" -#: ../calendar/gui/e-meeting-time-sel.c:634 +#: ../calendar/gui/e-meeting-time-sel.c:632 msgid "_End time:" msgstr "(_E)முடியும் நேரம்:" @@ -8433,15 +7004,15 @@ msgstr "மொழி" msgid "Member" msgstr "உறுப்பினர்" -#: ../calendar/gui/e-memo-table.c:940 +#: ../calendar/gui/e-memo-table.c:955 msgid "_Delete Selected Memos" msgstr "தேர்ந்தெடுத்த குறிப்பினை அழி (_D)" -#: ../calendar/gui/e-memo-table.c:1091 ../calendar/gui/e-memo-table.etspec.h:2 +#: ../calendar/gui/e-memo-table.c:1106 ../calendar/gui/e-memo-table.etspec.h:2 msgid "Click to add a memo" msgstr "ஒரு குறிப்பினை சேர்க்க சொடுக்கவும்" -#: ../calendar/gui/e-memos.c:760 ../calendar/gui/e-tasks.c:910 +#: ../calendar/gui/e-memos.c:759 ../calendar/gui/e-tasks.c:909 #, c-format msgid "" "Error on %s:\n" @@ -8450,33 +7021,33 @@ msgstr "" "%s: இல் பிழை\n" " %s" -#: ../calendar/gui/e-memos.c:812 +#: ../calendar/gui/e-memos.c:811 msgid "Loading memos" msgstr "குறிப்பினை ஏற்றுகிறது" -#: ../calendar/gui/e-memos.c:903 +#: ../calendar/gui/e-memos.c:902 #, c-format msgid "Opening memos at %s" msgstr "%s இல் குறிப்பினை திறக்கிறது" -#: ../calendar/gui/e-memos.c:1075 ../calendar/gui/e-tasks.c:1329 +#: ../calendar/gui/e-memos.c:1074 ../calendar/gui/e-tasks.c:1328 msgid "Deleting selected objects..." msgstr "தேர்வு செய்யப்பட்ட பொருள் நீக்கப்படுகிறது..." -#: ../calendar/gui/e-tasks.c:963 +#: ../calendar/gui/e-tasks.c:962 msgid "Loading tasks" msgstr "பணியை ஏற்றுகிறது" -#: ../calendar/gui/e-tasks.c:1061 +#: ../calendar/gui/e-tasks.c:1060 #, c-format msgid "Opening tasks at %s" msgstr "%s இல் பணியை திறக்கிறது" -#: ../calendar/gui/e-tasks.c:1306 +#: ../calendar/gui/e-tasks.c:1305 msgid "Completing tasks..." msgstr "பணி முடிகிறது..." -#: ../calendar/gui/e-tasks.c:1356 +#: ../calendar/gui/e-tasks.c:1355 msgid "Expunging" msgstr "அழிக்கிறது" @@ -8491,94 +7062,74 @@ msgstr "நேர மண்டலத்தை தேர்ந்தெடு" msgid "%d %B" msgstr "%d %B" -#: ../calendar/gui/gnome-cal.c:2637 +#: ../calendar/gui/gnome-cal.c:2648 msgid "_Custom View" msgstr "தனிபயன் காட்சி (_C)" -#: ../calendar/gui/gnome-cal.c:2638 +#: ../calendar/gui/gnome-cal.c:2649 msgid "_Save Custom View" msgstr "தனிப்பயன் காட்சியை சேமி (_S)" -#: ../calendar/gui/gnome-cal.c:2643 +#: ../calendar/gui/gnome-cal.c:2654 msgid "_Define Views..." msgstr "காட்சிகளை குறிப்பிடு... (_D)" -#: ../calendar/gui/gnome-cal.c:2880 +#: ../calendar/gui/gnome-cal.c:2891 #, c-format msgid "Loading appointments at %s" msgstr " %s இல் சந்திப்பு ஐ ஏற்றுகிறது" -#: ../calendar/gui/gnome-cal.c:2895 +#: ../calendar/gui/gnome-cal.c:2906 #, c-format msgid "Loading tasks at %s" msgstr "%s இல் வேலையை ஏற்றுகிறது" -#: ../calendar/gui/gnome-cal.c:2904 +#: ../calendar/gui/gnome-cal.c:2915 #, c-format msgid "Loading memos at %s" msgstr "%s ல் குறிப்புகளை ஏற்றுகிறது" -#: ../calendar/gui/gnome-cal.c:3016 +#: ../calendar/gui/gnome-cal.c:3027 #, c-format msgid "Opening %s" msgstr "%sஐ திறக்கிறது" -#: ../calendar/gui/gnome-cal.c:3984 +#: ../calendar/gui/gnome-cal.c:3995 msgid "Purging" msgstr "தூய்மை படுத்துகிறது" #: ../calendar/gui/goto-dialog.glade.h:1 -msgid "April" -msgstr "ஏப்ரல்" - -#: ../calendar/gui/goto-dialog.glade.h:2 -msgid "August" -msgstr "ஆகஸ்டு" - -#: ../calendar/gui/goto-dialog.glade.h:3 -msgid "December" -msgstr "டிசம்பர்" - -#: ../calendar/gui/goto-dialog.glade.h:4 -msgid "February" -msgstr "பிப்ரவரி" - -#: ../calendar/gui/goto-dialog.glade.h:5 -msgid "January" -msgstr "ஜனவரி" - -#: ../calendar/gui/goto-dialog.glade.h:6 -msgid "July" -msgstr "ஜூலை" - -#: ../calendar/gui/goto-dialog.glade.h:7 -msgid "June" -msgstr "ஜூன்" - -#: ../calendar/gui/goto-dialog.glade.h:8 -msgid "March" -msgstr "மார்ச்" - -#: ../calendar/gui/goto-dialog.glade.h:9 -msgid "May" -msgstr "மே" - -#: ../calendar/gui/goto-dialog.glade.h:10 -msgid "November" -msgstr "நவம்பர்" - -#: ../calendar/gui/goto-dialog.glade.h:11 -msgid "October" -msgstr "அக்டோபர்" +msgid "" +"January\n" +"February\n" +"March\n" +"April\n" +"May\n" +"June\n" +"July\n" +"August\n" +"September\n" +"October\n" +"November\n" +"December" +msgstr "" +"ஜனவரி\n" +"பிப்ரவரி\n" +"மார்ச்\n" +"ஏப்ரல்\n" +"மே\n" +"ஜூன்\n" +"ஜூலை\n" +"ஆகஸ்ட்\n" +"செப்டெம்பர்\n" +"அக்டோபர்\n" +"நவம்பர்\n" +"திசம்பர் " -#: ../calendar/gui/goto-dialog.glade.h:12 +#: ../calendar/gui/goto-dialog.glade.h:13 msgid "Select Date" msgstr "தேதியை தேர்வு செய்" -#: ../calendar/gui/goto-dialog.glade.h:13 -msgid "September" -msgstr "செப்டம்பர்" - #: ../calendar/gui/goto-dialog.glade.h:14 msgid "_Select Today" msgstr "(_S)இன்றைய தேதியை தேர்வு செய்" @@ -8617,7 +7168,6 @@ msgstr "நாள்காட்டி தகவல்" #. * The full subject line would be: #. * "Accepted: Meeting Name". #: ../calendar/gui/itip-utils.c:674 -#| msgid "Accepted" msgctxt "Meeting" msgid "Accepted" msgstr "ஏற்கப்பட்டது" @@ -8627,7 +7177,6 @@ msgstr "ஏற்கப்பட்டது" #. * The full subject line would be: #. * "Tentatively Accepted: Meeting Name". #: ../calendar/gui/itip-utils.c:681 -#| msgid "Tentatively Accepted" msgctxt "Meeting" msgid "Tentatively Accepted" msgstr "ஏற்கப்படலாம்" @@ -8640,7 +7189,6 @@ msgstr "ஏற்கப்படலாம்" #. * meeting request or update email. The full subject #. * line would be: "Declined: Meeting Name". #: ../calendar/gui/itip-utils.c:688 ../calendar/gui/itip-utils.c:736 -#| msgid "Declined" msgctxt "Meeting" msgid "Declined" msgstr "நிராகரிக்கப்பட்டது" @@ -8650,7 +7198,6 @@ msgstr "நிராகரிக்கப்பட்டது" #. * The full subject line would be: #. * "Delegated: Meeting Name". #: ../calendar/gui/itip-utils.c:695 -#| msgid "Delegated" msgctxt "Meeting" msgid "Delegated" msgstr "ஒப்பு கொடுக்கப்பட்டது" @@ -8659,7 +7206,6 @@ msgstr "ஒப்பு கொடுக்கப்பட்டது" #. * meeting request or update email. The full subject #. * line would be: "Updated: Meeting Name". #: ../calendar/gui/itip-utils.c:708 -#| msgid "Updated" msgctxt "Meeting" msgid "Updated" msgstr "புதுப்பிக்கப்படுகிறது" @@ -8668,7 +7214,6 @@ msgstr "புதுப்பிக்கப்படுகிறது" #. * meeting request or update email. The full subject #. * line would be: "Cancel: Meeting Name". #: ../calendar/gui/itip-utils.c:715 -#| msgid "Cancel" msgctxt "Meeting" msgid "Cancel" msgstr "ரத்து செய்" @@ -8677,7 +7222,6 @@ msgstr "ரத்து செய்" #. * meeting request or update email. The full subject #. * line would be: "Refresh: Meeting Name". #: ../calendar/gui/itip-utils.c:722 -#| msgid "Refresh" msgctxt "Meeting" msgid "Refresh" msgstr "புதுப்பி" @@ -8686,7 +7230,6 @@ msgstr "புதுப்பி" #. * meeting request or update email. The full subject #. * line would be: "Counter-proposal: Meeting Name". #: ../calendar/gui/itip-utils.c:729 -#| msgid "Counter-proposal" msgctxt "Meeting" msgid "Counter-proposal" msgstr "மாற்று-கோரிக்கை" @@ -8704,81 +7247,81 @@ msgstr "ஐ நாள்காட்டி தகவல்" msgid "You must be an attendee of the event." msgstr "இந்த நிகழ்வில் நீங்கள் கலந்துகொள்ள வேண்டும்" -#: ../calendar/gui/memos-component.c:507 +#: ../calendar/gui/memos-component.c:479 msgid "_New Memo List" msgstr "புதிய குறிப்பு பட்டியல் (_N)" -#: ../calendar/gui/memos-component.c:590 +#: ../calendar/gui/memos-component.c:562 #, c-format msgid "%d memo" msgid_plural "%d memos" msgstr[0] "%d குறிப்பு" msgstr[1] "%d குறிப்புகள்" -#: ../calendar/gui/memos-component.c:592 ../calendar/gui/tasks-component.c:584 +#: ../calendar/gui/memos-component.c:564 ../calendar/gui/tasks-component.c:556 #, c-format msgid ", %d selected" msgid_plural ", %d selected" msgstr[0] ", %d தேர்வு செய்யப்பட்டது" msgstr[1] ", %d தேர்வு செய்யப்பட்டன" -#: ../calendar/gui/memos-component.c:639 +#: ../calendar/gui/memos-component.c:611 msgid "Failed upgrading memos." msgstr "குறிப்புகளை மேம்படுத்த முடியவில்லை." -#: ../calendar/gui/memos-component.c:769 +#: ../calendar/gui/memos-component.c:741 #, c-format msgid "Unable to open the memo list '%s' for creating events and meetings" msgstr "'%s' நிகழ்வு மற்றும் சந்திப்பினை உருவாக்க குறிப்பு பட்டியலை திறக்க முடியவில்லை" -#: ../calendar/gui/memos-component.c:782 +#: ../calendar/gui/memos-component.c:754 msgid "There is no calendar available for creating memos" msgstr "குறிப்புகளை உருவாக்க நாள்காட்டி எதுவுமில்லை" -#: ../calendar/gui/memos-component.c:892 +#: ../calendar/gui/memos-component.c:864 msgid "Memo Source Selector" msgstr "குறிப்பு மூல தேர்வாளர்" -#: ../calendar/gui/memos-component.c:1071 +#: ../calendar/gui/memos-component.c:1043 msgid "New memo" msgstr "புதிய குறிப்பு" -#: ../calendar/gui/memos-component.c:1072 +#: ../calendar/gui/memos-component.c:1044 msgctxt "New" msgid "Mem_o" msgstr "குறிப்பு (_o)" -#: ../calendar/gui/memos-component.c:1073 +#: ../calendar/gui/memos-component.c:1045 msgid "Create a new memo" msgstr "புதிய குறிப்பினை உருவாக்கு" -#: ../calendar/gui/memos-component.c:1079 +#: ../calendar/gui/memos-component.c:1051 msgid "New shared memo" msgstr "புதிய குறிப்பின் பங்கு" -#: ../calendar/gui/memos-component.c:1080 +#: ../calendar/gui/memos-component.c:1052 msgctxt "New" msgid "_Shared memo" msgstr "(_S) பங்கிடும் குறிப்புகள்" -#: ../calendar/gui/memos-component.c:1081 +#: ../calendar/gui/memos-component.c:1053 msgid "Create a shared new memo" msgstr "புதிய குறிப்பினை பற்றி உருவாக்கு" -#: ../calendar/gui/memos-component.c:1087 +#: ../calendar/gui/memos-component.c:1059 msgid "New memo list" msgstr "புதிய குறிப்பு பட்டியல்" -#: ../calendar/gui/memos-component.c:1088 +#: ../calendar/gui/memos-component.c:1060 msgctxt "New" msgid "Memo li_st" msgstr "குறிப்பு பட்டியல் (_s)" -#: ../calendar/gui/memos-component.c:1089 +#: ../calendar/gui/memos-component.c:1061 msgid "Create a new memo list" msgstr "ஒரு புதிய குறிப்பு பட்டியலை உருவாக்கு" -#: ../calendar/gui/memos-control.c:350 ../calendar/gui/memos-control.c:366 +#: ../calendar/gui/memos-control.c:389 ../calendar/gui/memos-control.c:405 msgid "Print Memos" msgstr "குறிப்புகளைஅச்சிடு" @@ -9004,98 +7547,98 @@ msgstr "கலந்துகொள்பவர்கள்:" msgid "Status: %s" msgstr "நிலை : %s" -#: ../calendar/gui/print.c:2588 +#: ../calendar/gui/print.c:2587 #, c-format msgid "Priority: %s" msgstr "முன்னுரிமை: %s" -#: ../calendar/gui/print.c:2600 +#: ../calendar/gui/print.c:2602 #, c-format msgid "Percent Complete: %i" msgstr "முடிந்த விகிதம் : %i" -#: ../calendar/gui/print.c:2612 +#: ../calendar/gui/print.c:2614 #, c-format msgid "URL: %s" msgstr "URL: %s" -#: ../calendar/gui/print.c:2625 +#: ../calendar/gui/print.c:2627 #, c-format msgid "Categories: %s" msgstr "வகைகள்: %s" -#: ../calendar/gui/print.c:2636 +#: ../calendar/gui/print.c:2638 msgid "Contacts: " msgstr "தொடர்புகள்:" -#: ../calendar/gui/tasks-component.c:499 +#: ../calendar/gui/tasks-component.c:471 msgid "_New Task List" msgstr "புதிய பணிபட்டியல் (_N)" -#: ../calendar/gui/tasks-component.c:582 +#: ../calendar/gui/tasks-component.c:554 #, c-format msgid "%d task" msgid_plural "%d tasks" msgstr[0] "%d பணி" msgstr[1] "%d பணிகள்" -#: ../calendar/gui/tasks-component.c:631 +#: ../calendar/gui/tasks-component.c:603 msgid "Failed upgrading tasks." msgstr "பணியை மேம்படுத்தல் தோல்வியில் முடிந்தது" -#: ../calendar/gui/tasks-component.c:764 +#: ../calendar/gui/tasks-component.c:736 #, c-format msgid "Unable to open the task list '%s' for creating events and meetings" msgstr "'%s' நிகழ்வு மற்றும் கூட்டத்தை உருவாக்க பணி பட்டியலை திறக்க முடியவில்லை" -#: ../calendar/gui/tasks-component.c:777 +#: ../calendar/gui/tasks-component.c:749 msgid "There is no calendar available for creating tasks" msgstr "பணியை உருவாக்க நாள்காட்டி எதுவுமில்லை" -#: ../calendar/gui/tasks-component.c:888 +#: ../calendar/gui/tasks-component.c:860 msgid "Task Source Selector" msgstr "பணி மூல தேர்வாளர்" -#: ../calendar/gui/tasks-component.c:1142 +#: ../calendar/gui/tasks-component.c:1114 msgid "New task" msgstr "புதிய பணி" -#: ../calendar/gui/tasks-component.c:1143 +#: ../calendar/gui/tasks-component.c:1115 msgctxt "New" msgid "_Task" msgstr "(_T) பணி" -#: ../calendar/gui/tasks-component.c:1144 +#: ../calendar/gui/tasks-component.c:1116 msgid "Create a new task" msgstr "புதிய பணியை உருவாக்கு" -#: ../calendar/gui/tasks-component.c:1150 +#: ../calendar/gui/tasks-component.c:1122 msgid "New assigned task" msgstr "புதிய பணியை ஒதுக்கு" -#: ../calendar/gui/tasks-component.c:1151 +#: ../calendar/gui/tasks-component.c:1123 msgctxt "New" msgid "Assigne_d Task" msgstr "(_d) ஒதுக்கிய பணி" -#: ../calendar/gui/tasks-component.c:1152 +#: ../calendar/gui/tasks-component.c:1124 msgid "Create a new assigned task" msgstr "ஒதுக்கப்பட்ட புதிய பணியை உருவாக்கு" -#: ../calendar/gui/tasks-component.c:1158 +#: ../calendar/gui/tasks-component.c:1130 msgid "New task list" msgstr "புதிய பணிபட்டியல்" -#: ../calendar/gui/tasks-component.c:1159 +#: ../calendar/gui/tasks-component.c:1131 msgctxt "New" msgid "Tas_k list" msgstr "பணி பட்டியல் (_i)" -#: ../calendar/gui/tasks-component.c:1160 +#: ../calendar/gui/tasks-component.c:1132 msgid "Create a new task list" msgstr "புதிய பணிபட்டியலயை உருவாக்கு" -#: ../calendar/gui/tasks-control.c:442 +#: ../calendar/gui/tasks-control.c:488 msgid "" "This operation will permanently erase all tasks marked as completed. If you " "continue, you will not be able to recover these tasks.\n" @@ -9107,11 +7650,11 @@ msgstr "" "\n" "பணிகளை அழிக்க விரும்புகிறீர்களா?" -#: ../calendar/gui/tasks-control.c:445 ../mail/em-folder-view.c:1128 +#: ../calendar/gui/tasks-control.c:491 ../mail/em-folder-view.c:1126 msgid "Do not ask me again." msgstr "என்னிடம் மீண்டும் கேட்காதே" -#: ../calendar/gui/tasks-control.c:482 ../calendar/gui/tasks-control.c:498 +#: ../calendar/gui/tasks-control.c:528 ../calendar/gui/tasks-control.c:544 msgid "Print Tasks" msgstr "பணியை அச்சடி" @@ -9128,11 +7671,11 @@ msgstr "ரத்து செய்யப்பட்டது" msgid "In progress" msgstr "நடந்துகொண்டிருக்கிறது" -#: ../calendar/gui/tasktypes.xml.h:28 ../mail/em-filter-i18n.h:34 +#: ../calendar/gui/tasktypes.xml.h:28 ../mail/em-filter-i18n.h:35 msgid "is greater than" msgstr "விடப்பெரிய" -#: ../calendar/gui/tasktypes.xml.h:29 ../mail/em-filter-i18n.h:35 +#: ../calendar/gui/tasktypes.xml.h:29 ../mail/em-filter-i18n.h:36 msgid "is less than" msgstr "விட சிறிய" @@ -9142,7 +7685,7 @@ msgstr "சந்திப்புகள் மற்றும் கூட்� #: ../calendar/importers/icalendar-importer.c:333 #: ../calendar/importers/icalendar-importer.c:628 -#: ../plugins/itip-formatter/itip-formatter.c:1723 +#: ../plugins/itip-formatter/itip-formatter.c:1727 msgid "Opening calendar" msgstr "நாள்காட்டியை திறக்கிறது" @@ -10731,245 +9274,220 @@ msgstr "தானியங்கியாக சேமித்த கோப்� msgid "Unable to retrieve message from editor" msgstr "தொகுப்பியிலிருந்து செய்தியை பெற முடியவில்லை" -#: ../composer/e-composer-actions.c:45 -msgid "Insert Attachment" -msgstr "இணைப்பினை நுழை" - -#: ../composer/e-composer-actions.c:49 -msgid "A_ttach" -msgstr "இணை (_t)" - -#: ../composer/e-composer-actions.c:140 +#: ../composer/e-composer-actions.c:84 msgid "Untitled Message" msgstr "தலைப்பில்லா செய்தி" -#: ../composer/e-composer-actions.c:471 +#: ../composer/e-composer-actions.c:317 +#: ../widgets/misc/e-attachment-view.c:328 msgid "Attach a file" msgstr "கோப்பை இணைக்கவும்" -#: ../composer/e-composer-actions.c:476 ../mail/mail-signature-editor.c:194 +#: ../composer/e-composer-actions.c:322 ../mail/mail-signature-editor.c:194 #: ../ui/evolution-mail-messagedisplay.xml.h:4 msgid "_Close" msgstr "(_C)மூடு" -#: ../composer/e-composer-actions.c:478 +#: ../composer/e-composer-actions.c:324 msgid "Close the current file" msgstr "தற்போதைய கோப்பை தேர்வு செய்யவும்" -#: ../composer/e-composer-actions.c:483 ../mail/em-folder-view.c:1339 +#: ../composer/e-composer-actions.c:329 ../mail/em-folder-view.c:1337 #: ../ui/evolution-addressbook.xml.h:58 ../ui/evolution-calendar.xml.h:47 -#: ../ui/evolution-mail-message.xml.h:123 ../ui/evolution-memos.xml.h:20 +#: ../ui/evolution-mail-message.xml.h:119 ../ui/evolution-memos.xml.h:20 #: ../ui/evolution-tasks.xml.h:29 msgid "_Print..." msgstr "(_P)அச்சடி..." -#: ../composer/e-composer-actions.c:490 ../ui/evolution-addressbook.xml.h:27 -#: ../ui/evolution-calendar.xml.h:21 ../ui/evolution-mail-message.xml.h:76 +#: ../composer/e-composer-actions.c:336 ../ui/evolution-addressbook.xml.h:27 +#: ../ui/evolution-calendar.xml.h:21 ../ui/evolution-mail-message.xml.h:72 #: ../ui/evolution-memos.xml.h:12 ../ui/evolution-tasks.xml.h:15 msgid "Print Pre_view" msgstr "(_v)அச்சு முன்தோற்றம்" -#: ../composer/e-composer-actions.c:499 +#: ../composer/e-composer-actions.c:345 msgid "Save the current file" msgstr "தற்போதைய கோப்பை சேமி" -#: ../composer/e-composer-actions.c:504 +#: ../composer/e-composer-actions.c:350 msgid "Save _As..." msgstr "(_A)எனச்சேமி..." -#: ../composer/e-composer-actions.c:506 +#: ../composer/e-composer-actions.c:352 msgid "Save the current file with a different name" msgstr "தற்போதைய கோப்பை வேறு பெயரில் சேமி" -#: ../composer/e-composer-actions.c:511 -#| msgid "Save as draft" +#: ../composer/e-composer-actions.c:357 msgid "Save as _Draft" msgstr "(_D) வரைவாக சேமி" -#: ../composer/e-composer-actions.c:513 +#: ../composer/e-composer-actions.c:359 msgid "Save as draft" msgstr "வரைவாக சேமி" -#: ../composer/e-composer-actions.c:518 +#: ../composer/e-composer-actions.c:364 ../composer/e-composer-private.c:152 msgid "S_end" msgstr "_அனுப்புக" -#: ../composer/e-composer-actions.c:520 +#: ../composer/e-composer-actions.c:366 msgid "Send this message" msgstr "இந்த செய்தியை அனுப்பு" -#: ../composer/e-composer-actions.c:527 +#: ../composer/e-composer-actions.c:373 msgid "Insert Send options" msgstr "அனுப்பு விருப்பங்களை சொருகுக" -#: ../composer/e-composer-actions.c:532 +#: ../composer/e-composer-actions.c:378 msgid "New _Message" msgstr "புதிய செய்தி (_M)" -#: ../composer/e-composer-actions.c:534 +#: ../composer/e-composer-actions.c:380 msgid "Open New Message window" msgstr "புதிய செய்தி சாளரத்தை திறS)" -#: ../composer/e-composer-actions.c:541 +#: ../composer/e-composer-actions.c:387 msgid "Character _Encoding" msgstr "(_E) எழுத்துரு குறிமுறை" -#: ../composer/e-composer-actions.c:548 +#: ../composer/e-composer-actions.c:394 msgid "_Security" msgstr "(_S)பாதுகாப்பு" -#: ../composer/e-composer-actions.c:558 +#: ../composer/e-composer-actions.c:404 msgid "PGP _Encrypt" msgstr "PGP மறையாக்கு" -#: ../composer/e-composer-actions.c:560 +#: ../composer/e-composer-actions.c:406 msgid "Encrypt this message with PGP" msgstr "PGP யை பயன்படுத்தி இந்த செய்தியை குறிமுறையாக்கவும்" -#: ../composer/e-composer-actions.c:566 +#: ../composer/e-composer-actions.c:412 msgid "PGP _Sign" msgstr "PGP கையொப்பம்" -#: ../composer/e-composer-actions.c:568 +#: ../composer/e-composer-actions.c:414 msgid "Sign this message with your PGP key" msgstr "PGP விசையை பயன்படுத்தி இந்த செய்திக்கு கையொப்பமிடவும்" -#: ../composer/e-composer-actions.c:574 +#: ../composer/e-composer-actions.c:420 msgid "_Prioritize Message" msgstr "முன்னுரிமை செய்தி (_P)" -#: ../composer/e-composer-actions.c:576 +#: ../composer/e-composer-actions.c:422 msgid "Set the message priority to high" msgstr "செய்தி முன்னுரிமையை உயர்ந்ததாக அமை" -#: ../composer/e-composer-actions.c:582 +#: ../composer/e-composer-actions.c:428 msgid "Re_quest Read Receipt" msgstr "படிக்க பெற்றதற்கு சான்று கோரவும் (_q)" -#: ../composer/e-composer-actions.c:584 +#: ../composer/e-composer-actions.c:430 msgid "Get delivery notification when your message is read" msgstr "உங்கள் செய்தியை படித்தவுடன் பெற்ற அறிவிப்பினை பெறு" -#: ../composer/e-composer-actions.c:590 +#: ../composer/e-composer-actions.c:436 msgid "S/MIME En_crypt" msgstr "S/MIME En_crypt" -#: ../composer/e-composer-actions.c:592 +#: ../composer/e-composer-actions.c:438 msgid "Encrypt this message with your S/MIME Encryption Certificate" msgstr "S/MIME குறிமுறையாக்க சான்றிதழை பயன்படுத்தி இந்த செய்தியை குறியாக்கவும்" -#: ../composer/e-composer-actions.c:598 +#: ../composer/e-composer-actions.c:444 msgid "S/MIME Sig_n" msgstr "S/MIME கையொப்பம்" -#: ../composer/e-composer-actions.c:600 +#: ../composer/e-composer-actions.c:446 msgid "Sign this message with your S/MIME Signature Certificate" msgstr "S/MIME கையொப்ப சான்றிதழ் பயன்படுத்து இந்த செய்திக்கு கையொப்பமிடவும்" -#: ../composer/e-composer-actions.c:606 +#: ../composer/e-composer-actions.c:452 msgid "_Bcc Field" msgstr "(_B)மறை நகல் புலம்" -#: ../composer/e-composer-actions.c:608 +#: ../composer/e-composer-actions.c:454 msgid "Toggles whether the BCC field is displayed" msgstr "மறைநகல் புலம் காட்டப்பட வேண்டுமா என்பதை மாற்ற" -#: ../composer/e-composer-actions.c:614 +#: ../composer/e-composer-actions.c:460 msgid "_Cc Field" msgstr "(_C)கரிநகல் புலம்" -#: ../composer/e-composer-actions.c:616 +#: ../composer/e-composer-actions.c:462 msgid "Toggles whether the CC field is displayed" msgstr "கரிநகல் புலம் காட்டப்படவேண்டுமா என்பதை மாற்ற" -#: ../composer/e-composer-actions.c:622 +#: ../composer/e-composer-actions.c:468 msgid "_From Field" msgstr "(_F)புலத்திலிருந்து" -#: ../composer/e-composer-actions.c:624 +#: ../composer/e-composer-actions.c:470 msgid "Toggles whether the From chooser is displayed" msgstr "அனுப்புநரை தேர்வு செய்ய வேண்டுமா புலத்தை மாற்ற" -#: ../composer/e-composer-actions.c:630 -msgid "_Post-To Field" -msgstr "(_P) இங்கு அனுப்பு" - -#: ../composer/e-composer-actions.c:632 -msgid "Toggles whether the Post-To field is displayed" -msgstr "செல்லுமிடம்புநர் புலம் காட்டப்பட வேண்டுமா என்பதை மாற்றும்" - -#: ../composer/e-composer-actions.c:638 +#: ../composer/e-composer-actions.c:476 msgid "_Reply-To Field" msgstr "(_R) இங்கு பதிலளி " -#: ../composer/e-composer-actions.c:640 +#: ../composer/e-composer-actions.c:478 msgid "Toggles whether the Reply-To field is displayed" msgstr "பதிலளி நர் புலம் காட்டப்படவேண்டுமா என்பதை மாற்றும்" -#: ../composer/e-composer-actions.c:646 -msgid "_Subject Field" -msgstr "(_S) பொருள் புலம்" - -#: ../composer/e-composer-actions.c:648 -msgid "Toggles whether the Subject field is displayed" -msgstr "பொருள் புலம் காட்டப்படுமா என்பதை மாற்றுகிறது." - -#: ../composer/e-composer-actions.c:654 -msgid "_To Field" -msgstr "(_T)புலத்தில்" - -#: ../composer/e-composer-actions.c:656 -msgid "Toggles whether the To field is displayed" -msgstr "புலங்கள் காட்டப்பட வேண்டுமா என்பதை மாற்று" - -#: ../composer/e-composer-actions.c:699 -#| msgid "Save _Draft" +#: ../composer/e-composer-actions.c:521 msgid "Save Draft" msgstr "வரைவை சேமி" -#: ../composer/e-composer-header-table.c:64 +#: ../composer/e-composer-header-table.c:41 msgid "Enter the recipients of the message" msgstr "அனுப்புவதற்கான செய்தியை உள்ளிடவும்" -#: ../composer/e-composer-header-table.c:66 +#: ../composer/e-composer-header-table.c:43 msgid "Enter the addresses that will receive a carbon copy of the message" msgstr "இதே செய்தியை கரிநகலாக அனுப்ப வேண்டிய முகவரியை உள்ளிடவும்" -#: ../composer/e-composer-header-table.c:69 +#: ../composer/e-composer-header-table.c:46 msgid "" "Enter the addresses that will receive a carbon copy of the message without " "appearing in the recipient list of the message" msgstr "இதே செய்தியை மறை நகலாக அனுப்ப வேண்டிய முகவரியை உள்ளிடவும்" -#: ../composer/e-composer-header-table.c:643 +#: ../composer/e-composer-header-table.c:927 msgid "Fr_om:" msgstr "அனுப்புநர்: (_o)" -#: ../composer/e-composer-header-table.c:652 +#: ../composer/e-composer-header-table.c:936 msgid "_Reply-To:" msgstr "பதில் : (_R)" -#: ../composer/e-composer-header-table.c:656 +#: ../composer/e-composer-header-table.c:940 msgid "_To:" msgstr "பெறுநர்: (_T)" -#: ../composer/e-composer-header-table.c:661 +#: ../composer/e-composer-header-table.c:945 msgid "_Cc:" msgstr "நகல்: (_C)" -#: ../composer/e-composer-header-table.c:666 +#: ../composer/e-composer-header-table.c:945 +msgid "Show CC" +msgstr "கரிநகலை காட்டுதல்" + +#: ../composer/e-composer-header-table.c:950 msgid "_Bcc:" msgstr "மறைநகல்: (_B)" -#: ../composer/e-composer-header-table.c:671 +#: ../composer/e-composer-header-table.c:950 +msgid "Show BCC" +msgstr "மறை நகலை காட்டுக" + +#: ../composer/e-composer-header-table.c:955 msgid "_Post To:" msgstr "சமர்பி: (_P)" -#: ../composer/e-composer-header-table.c:675 +#: ../composer/e-composer-header-table.c:959 msgid "S_ubject:" msgstr "பொருள்: (_u)" -#: ../composer/e-composer-header-table.c:684 +#: ../composer/e-composer-header-table.c:968 msgid "Si_gnature:" msgstr "கையொப்பம்: (_g)" @@ -10989,15 +9507,19 @@ msgstr "செய்தியை சமர்பிப்பதற்கான � msgid "Click here to select folders to post to" msgstr "சமர்ப்பிக்க வேண்டிய அடைவை தேர்வு செய்ய இங்கே க்ளிக் செய்யவும்" -#: ../composer/e-composer-private.c:179 ../composer/e-msg-composer.c:1552 -msgid "Show _Attachment Bar" -msgstr "இணைப்பு பட்டைகளை காட்டு (_A)" +#: ../composer/e-composer-private.c:169 +msgid "Save draft" +msgstr "வரைவை சேமி" + +#: ../composer/e-composer-private.c:186 +msgid "Add attachment" +msgstr "இணைப்பினை சேர்... (_A)" -#: ../composer/e-msg-composer.c:866 +#: ../composer/e-msg-composer.c:807 msgid "Cannot sign outgoing message: No signing certificate set for this account" msgstr "வெளி செல்லிம் செய்திகளை கையொப்பமிட முடியாது. இந்த கணக்கிற்கென சான்றிதழ் எதுவும் இல்லை" -#: ../composer/e-msg-composer.c:873 +#: ../composer/e-msg-composer.c:814 msgid "" "Cannot encrypt outgoing message: No encryption certificate set for this " "account" @@ -11005,23 +9527,11 @@ msgstr "" "வெளியில் செல்லும் செய்திகளை குறிமுறையாக்க முடியாது : இந்த கணக்கிற்கு குறிமுறையாக்க " "சான்றிதழ் எதுவுமில்லை" -#: ../composer/e-msg-composer.c:1494 ../mail/em-format-html-display.c:1949 -#: ../mail/em-format-html-display.c:2597 ../mail/mail-config.glade.h:45 -#: ../mail/message-list.etspec.h:1 -msgid "Attachment" -msgid_plural "Attachments" -msgstr[0] "இணைப்பு" -msgstr[1] "இணைப்புகள்" - -#: ../composer/e-msg-composer.c:1550 -msgid "Hide _Attachment Bar" -msgstr "இணைப்பு பட்டைகளை மறை (_A)" - -#: ../composer/e-msg-composer.c:1567 ../composer/e-msg-composer.c:2792 +#: ../composer/e-msg-composer.c:1331 ../composer/e-msg-composer.c:2170 msgid "Compose Message" msgstr "செய்தியை உருவாக்கு" -#: ../composer/e-msg-composer.c:4093 +#: ../composer/e-msg-composer.c:3329 msgid "" "<b>(The composer contains a non-text message body, which cannot be edited.)</" "b>" @@ -11107,13 +9617,12 @@ msgstr "" "உங்கள் செய்தியை மீட்டு தொடர முடியும்." #: ../composer/mail-composer.error.xml.h:17 -#| msgid "" -#| "Send options available only for Novell Groupwise and Microsoft Exchange " -#| "accounts." msgid "" "Send options available only for Novell GroupWise and Microsoft Exchange " "accounts." -msgstr "நோவெல் க்ரூப்வைஸ் மற்றும் மைக்ரோஸாப்ட் எக்ஸ்சேஞ்ச் கணக்குகளுக்கு மட்டும் உள்ள அனுப்புதல் விருப்பங்கள்" +msgstr "" +"நோவெல் க்ரூப்வைஸ் மற்றும் மைக்ரோஸாப்ட் எக்ஸ்சேஞ்ச் கணக்குகளுக்கு மட்டும் உள்ள அனுப்புதல் " +"விருப்பங்கள்" #: ../composer/mail-composer.error.xml.h:18 msgid "Send options not available." @@ -11182,7 +9691,7 @@ msgstr "(_S) வரைவை சேமி" msgid "Evolution Mail and Calendar" msgstr "எவல்யூஷன் மின்னஞ்சல் மற்றும் நாள்காட்டி" -#: ../data/evolution.desktop.in.in.h:2 ../shell/e-shell-window-commands.c:951 +#: ../data/evolution.desktop.in.in.h:2 ../shell/e-shell-window-commands.c:948 msgid "Groupware Suite" msgstr "குழுக்களுக்கான மென்பொருள்" @@ -11251,7 +9760,7 @@ msgid "Log Level" msgstr "உள்நுழை நிலை" #: ../e-util/e-non-intrusive-error-dialog.c:281 -#: ../widgets/misc/e-dateedit.c:389 +#: ../widgets/misc/e-dateedit.c:388 msgid "Time" msgstr "நேரம்" @@ -11286,9 +9795,9 @@ msgid "Error, Warnings and Debug messages" msgstr "பிழை எச்சரிக்கைகள் மற்றும் பிழை நீக்கு செய்திகள்" #: ../e-util/e-plugin.c:308 ../filter/rule-editor.c:799 -#: ../mail/em-account-prefs.c:482 ../mail/em-composer-prefs.c:966 +#: ../mail/em-account-prefs.c:482 ../mail/em-composer-prefs.c:943 #: ../plugins/plugin-manager/plugin-manager.c:355 -#: ../plugins/publish-calendar/publish-calendar.c:690 +#: ../plugins/publish-calendar/publish-calendar.c:706 msgid "Enabled" msgstr "செயலில் உள்ள" @@ -11336,12 +9845,11 @@ msgstr "கோப்பை மேலெழுத வேண்டுமா" msgid "_Overwrite" msgstr "(_O)மேலெழுது" -#: ../e-util/e-util.c:127 -#| msgid "Could not open autosave file" +#: ../e-util/e-util.c:133 msgid "Could not open the link." msgstr "தொடுப்பை திறக்க முடியவில்லை" -#: ../e-util/e-util.c:174 +#: ../e-util/e-util.c:183 msgid "Could not display help for Evolution." msgstr "எவலூஷனுக்கு உதவியை காட்ட முடியவில்லை." @@ -11398,7 +9906,7 @@ msgstr "" msgid "GConf error: %s" msgstr "ஜிகான்ஃப் பிழை: %s" -#: ../e-util/gconf-bridge.c:1231 +#: ../e-util/gconf-bridge.c:1232 msgid "All further errors shown only on terminal." msgstr "இனி வரும் பிழைகளை முனையத்தில் மட்டுமே காட்டப்படும்" @@ -11514,7 +10022,7 @@ msgstr "இப்போது" msgid "%d-%b-%Y" msgstr "%d-%b-%Y" -#: ../filter/filter-datespec.c:452 +#: ../filter/filter-datespec.c:442 msgid "Select a time to compare against" msgstr "ஒப்பிட வேண்டிய நேரத்தை தேர்வு செய்யவும்" @@ -11527,60 +10035,56 @@ msgstr "கோப்பை தேர்வு செய்யவும்" msgid "Test" msgstr "சோதனை" -#: ../filter/filter-rule.c:853 +#: ../filter/filter-rule.c:854 msgid "R_ule name:" msgstr "(_u) விதியின் பெயர்" -#: ../filter/filter-rule.c:881 -#| msgid "Find items that meet the following criteria" +#: ../filter/filter-rule.c:882 msgid "Find items that meet the following conditions" msgstr "பின்வரும் நிபந்தனைகளை எதிர்கொள்ளும் உருப்படிகளை தேடு" -#: ../filter/filter-rule.c:915 -#| msgid "Add Ac_tion" +#: ../filter/filter-rule.c:916 msgid "A_dd Condition" msgstr "(d) நிபந்தனையை சேர்" -#: ../filter/filter-rule.c:921 -#| msgid "If all criteria are met" +#: ../filter/filter-rule.c:922 msgid "If all conditions are met" msgstr "எல்லா நிபந்தனைகளையும் எதிர்கொண்டால்" -#: ../filter/filter-rule.c:921 -#| msgid "If any criteria are met" +#: ../filter/filter-rule.c:922 msgid "If any conditions are met" msgstr "ஏதாவது ஒரு நிபந்தனையையும் எதிர்கொண்டால்" -#: ../filter/filter-rule.c:923 +#: ../filter/filter-rule.c:924 msgid "_Find items:" msgstr "_F உருப்படிகளை தேடுக:" -#: ../filter/filter-rule.c:945 +#: ../filter/filter-rule.c:942 msgid "All related" msgstr "எல்லா தொடர்புடைய" -#: ../filter/filter-rule.c:945 +#: ../filter/filter-rule.c:942 msgid "Replies" msgstr "பதில்கள்" -#: ../filter/filter-rule.c:945 +#: ../filter/filter-rule.c:942 msgid "Replies and parents" msgstr "பதில்கள் மற்றும் முந்தையவை" -#: ../filter/filter-rule.c:945 +#: ../filter/filter-rule.c:942 msgid "No reply or parent" msgstr "பதில் இல்லை அல்லது பெற்றோர்" -#: ../filter/filter-rule.c:947 +#: ../filter/filter-rule.c:944 msgid "I_nclude threads" msgstr "_n இழைகளை உள்ளடக்கி" -#: ../filter/filter-rule.c:1045 ../filter/filter.glade.h:3 -#: ../mail/em-utils.c:309 +#: ../filter/filter-rule.c:1038 ../filter/filter.glade.h:3 +#: ../mail/em-utils.c:310 msgid "Incoming" msgstr "உள்வரும்" -#: ../filter/filter-rule.c:1045 ../mail/em-utils.c:310 +#: ../filter/filter-rule.c:1038 ../mail/em-utils.c:311 msgid "Outgoing" msgstr "வெளி செல்லும்" @@ -11665,44 +10169,40 @@ msgstr "" "நிகழ்ந்த நேரத்தோடு ஒப்பிடப்படும்." #: ../filter/filter.glade.h:12 -msgid "a time relative to the current time" -msgstr "தற்போதைய நேரத்தோடு தொடர்புடைய நேரம்" - -#: ../filter/filter.glade.h:13 -msgid "ago" -msgstr "முன்பு" - -#: ../filter/filter.glade.h:16 -msgid "in the future" -msgstr "எதிர்காலத்தின் உள்ளே" - -#: ../filter/filter.glade.h:18 -msgid "months" -msgstr "மாதங்கள்" - -#: ../filter/filter.glade.h:19 ../mail/mail-config.glade.h:198 -msgid "seconds" -msgstr "நிமிடம்" - -#: ../filter/filter.glade.h:20 -msgid "the current time" -msgstr "தற்போதைய நேரம்" +msgid "" +"ago\n" +"in the future" +msgstr "" +"முன்\n" +"எதிர்காலத்தில் " + +#: ../filter/filter.glade.h:14 +msgid "" +"seconds\n" +"minutes\n" +"hours\n" +"days\n" +"weeks\n" +"months\n" +"years" +msgstr "" +"நொடிகள்\n" +"நிமிடங்கள்\n" +"மணிகள்\n" +"நாட்கள்\n" +"வாரங்கள்\n" +"மாதங்கள்\n" +"வருடங்கள் " #: ../filter/filter.glade.h:21 -msgid "the time you specify" -msgstr "நீங்கள் குறிப்பிட்ட நேரம்" - -#: ../filter/filter.glade.h:22 ../plugins/caldav/caldav-source.c:433 -#: ../plugins/calendar-http/calendar-http.c:282 -#: ../plugins/calendar-weather/calendar-weather.c:527 -#: ../plugins/google-account-setup/google-source.c:655 -#: ../plugins/google-account-setup/google-contacts-source.c:369 -msgid "weeks" -msgstr "வாரங்கள்" - -#: ../filter/filter.glade.h:23 -msgid "years" -msgstr "வருடங்கள்" +msgid "" +"the current time\n" +"the time you specify\n" +"a time relative to the current time" +msgstr "" +"தற்போதைய நேரம்\n" +"நீங்கள் குறிப்பிடும் நேரம்\n" +"தற்போதைய நேரத்தோடு தொடர்புடைய நேரம்" #: ../filter/rule-editor.c:382 msgid "Add Rule" @@ -11764,10 +10264,10 @@ msgstr "எவல்யூஷன் மின்னஞ்சல் முன்� msgid "Evolution Network configuration control" msgstr "எவல்யூஷன் வலை இணைப்பு அமைப்பு கடடுப்பாடு" -#: ../mail/GNOME_Evolution_Mail.server.in.in.h:13 ../mail/em-folder-view.c:604 +#: ../mail/GNOME_Evolution_Mail.server.in.in.h:13 ../mail/em-folder-view.c:602 #: ../mail/importers/elm-importer.c:327 ../mail/importers/pine-importer.c:378 -#: ../mail/mail-component.c:597 ../mail/mail-component.c:598 -#: ../mail/mail-component.c:767 +#: ../mail/mail-component.c:599 ../mail/mail-component.c:600 +#: ../mail/mail-component.c:769 #: ../plugins/groupwise-features/proxy-add-dialog.glade.h:6 msgid "Mail" msgstr "மின்னஞ்சல்" @@ -11778,7 +10278,7 @@ msgid "Mail Accounts" msgstr "மின்னஞ்சல் கணக்கு" #: ../mail/GNOME_Evolution_Mail.server.in.in.h:15 -#: ../mail/mail-config.glade.h:104 +#: ../mail/mail-config.glade.h:107 msgid "Mail Preferences" msgstr "மின்னஞ்சல் முன்னுரிமை" @@ -11791,12 +10291,110 @@ msgstr "வலை இணைப்பு முன்னுரிமை" msgid "_Mail" msgstr "(_M)மின்னஞ்சல்" -#: ../mail/em-account-editor.c:386 +#: ../mail/e-attachment-handler-mail.c:133 ../mail/em-folder-view.c:1331 +#: ../mail/em-popup.c:501 ../ui/evolution-mail-message.xml.h:105 +msgid "_Forward" +msgstr "(_F)அனுப்பு" + +#: ../mail/e-attachment-handler-mail.c:147 ../mail/em-folder-view.c:1329 +#: ../ui/evolution-mail-message.xml.h:123 +msgid "_Reply to Sender" +msgstr "(_R)அனுப்பியவருக்கு பதிலளி " + +#. Translators: This is only for multiple messages. +#: ../mail/e-attachment-handler-mail.c:334 +#, c-format +msgid "%d attached messages" +msgstr "%d இணைக்கப்பட்ட செய்திகள்" + +#: ../mail/e-mail-attachment-bar.c:122 ../mail/em-format-html-display.c:1654 +#: ../mail/message-list.etspec.h:1 ../widgets/misc/e-attachment-paned.c:140 +msgid "Attachment" +msgid_plural "Attachments" +msgstr[0] "இணைப்பு" +msgstr[1] "இணைப்புகள்" + +#: ../mail/e-mail-attachment-bar.c:615 +#: ../widgets/misc/e-attachment-paned.c:599 +msgid "Icon View" +msgstr "சின்னம் காட்சி" + +#: ../mail/e-mail-attachment-bar.c:616 +#: ../widgets/misc/e-attachment-paned.c:600 +msgid "List View" +msgstr "பட்டியல் பார்வை" + +#: ../mail/e-mail-search-bar.c:76 +#, c-format +msgid "Matches: %d" +msgstr "பொருத்தம்: %d" + +#: ../mail/e-mail-search-bar.c:520 +msgid "Close the find bar" +msgstr "தேடல் பட்டியை மூடவும்" + +#: ../mail/e-mail-search-bar.c:528 +msgid "Fin_d:" +msgstr "தேடு(_d):" + +#: ../mail/e-mail-search-bar.c:540 +msgid "Clear the search" +msgstr "தேடலை சுத்தம் செய்க" + +#: ../mail/e-mail-search-bar.c:559 +msgid "_Previous" +msgstr "முந்தைய (_P)" + +#: ../mail/e-mail-search-bar.c:565 +msgid "Find the previous occurrence of the phrase" +msgstr "சொற்றோடரின் முந்தைய நிகழ்வை தேடு " + +#: ../mail/e-mail-search-bar.c:573 +msgid "_Next" +msgstr "அடுத்து (_N)" + +#: ../mail/e-mail-search-bar.c:579 +msgid "Find the next occurrence of the phrase" +msgstr "சொற்றோடரின் அடுத்த நிகழ்வை தேடு " + +#: ../mail/e-mail-search-bar.c:587 +msgid "Mat_ch case" +msgstr "_c மேல்/கீழ் நிலையை பொருத்துக" + +#: ../mail/e-mail-search-bar.c:615 +msgid "Reached bottom of page, continued from top" +msgstr "பக்கத்தின் கீழ் பகுதியை அடைந்தோம். இனி மேலிருந்து தொடர்வோம்." + +#: ../mail/e-mail-search-bar.c:637 +msgid "Reached top of page, continued from bottom" +msgstr "பக்கத்தின் மேல் பகுதியை அடைந்தோம். இனி கீழிருந்து தொடர்வோம்." + +#. Translators: This string is a "Use secure connection" option for +#. the Mailer. It will not use an encrypted connection. +#: ../mail/em-account-editor.c:307 +msgid "No encryption" +msgstr "குறியாக்கம் இல்லை" + +#. Translators: This string is a "Use secure connection" option for +#. the Mailer. TLS (Transport Layer Security) is commonly known by +#. this abbreviation. +#: ../mail/em-account-editor.c:311 +msgid "TLS encryption" +msgstr "TLS குறியாக்கமுறை" + +#. Translators: This string is a "Use secure connection" option for +#. the Mailer. SSL (Secure Sockets Layer) is commonly known by this +#. abbreviation. +#: ../mail/em-account-editor.c:315 +msgid "SSL encryption" +msgstr "SSL குறியாக்கம்" + +#: ../mail/em-account-editor.c:406 #, c-format msgid "%s License Agreement" msgstr "%s ஒப்பந்தப்பத்திரம்" -#: ../mail/em-account-editor.c:393 +#: ../mail/em-account-editor.c:413 #, c-format msgid "" "\n" @@ -11809,64 +10407,72 @@ msgstr "" "%s இல் காட்டப்பட்ட\n" "சோதனைப்பெட்டியை க்ளிக் செய்து ஏற்க்கவும்\n" -#: ../mail/em-account-editor.c:465 ../mail/em-filter-folder-element.c:258 +#: ../mail/em-account-editor.c:485 ../mail/em-filter-folder-element.c:258 #: ../mail/em-vfolder-rule.c:513 msgid "Select Folder" msgstr "அடைவை தேர்வு செய்" -#: ../mail/em-account-editor.c:589 ../mail/em-account-editor.c:634 -#: ../mail/em-account-editor.c:701 ../widgets/misc/e-signature-combo-box.c:102 +#: ../mail/em-account-editor.c:609 ../mail/em-account-editor.c:654 +#: ../mail/em-account-editor.c:721 ../widgets/misc/e-signature-combo-box.c:102 msgid "Autogenerated" msgstr "தானாக உருவாக்கப்பட்ட" -#: ../mail/em-account-editor.c:761 +#: ../mail/em-account-editor.c:779 +msgid "Never" +msgstr "எப்போதுமில்லை" + +#: ../mail/em-account-editor.c:780 +msgid "Always" +msgstr "எப்போதும்" + +#: ../mail/em-account-editor.c:781 msgid "Ask for each message" msgstr "ஒவ்வொரு செய்திக்கும் கேட்கவும்" -#: ../mail/em-account-editor.c:1809 ../mail/mail-config.glade.h:95 +#: ../mail/em-account-editor.c:1853 ../mail/mail-config.glade.h:100 msgid "Identity" msgstr "அடையாளம்" -#: ../mail/em-account-editor.c:1858 ../mail/mail-config.glade.h:125 +#: ../mail/em-account-editor.c:1904 ../mail/mail-config.glade.h:127 msgid "Receiving Email" msgstr "மின்னஞ்சல் பெறப்படுகிறது" -#: ../mail/em-account-editor.c:2130 +#: ../mail/em-account-editor.c:2176 msgid "Check for _new messages every" msgstr "புதிய மின்னஞ்சல்களை கால இடைவெளிக்குள் தானாக சோதி" -#: ../mail/em-account-editor.c:2138 +#: ../mail/em-account-editor.c:2184 msgid "minu_tes" msgstr "(_t) நிமிடங்கள்" -#: ../mail/em-account-editor.c:2326 ../mail/mail-config.glade.h:139 +#: ../mail/em-account-editor.c:2374 ../mail/mail-config.glade.h:138 msgid "Sending Email" msgstr "மின்னஞ்சல் அனுப்பப்படுகிறது" -#: ../mail/em-account-editor.c:2385 ../mail/mail-config.glade.h:67 +#: ../mail/em-account-editor.c:2433 ../mail/mail-config.glade.h:73 msgid "Defaults" msgstr "இயல்பானவைகள்" #. Security settings -#: ../mail/em-account-editor.c:2451 ../mail/mail-config.glade.h:132 +#: ../mail/em-account-editor.c:2499 ../mail/mail-config.glade.h:133 #: ../plugins/exchange-operations/exchange-account-setup.c:332 msgid "Security" msgstr "பாதுகாப்பு" #. Most sections for this is auto-generated fromt the camel config -#: ../mail/em-account-editor.c:2488 ../mail/em-account-editor.c:2579 +#: ../mail/em-account-editor.c:2536 ../mail/em-account-editor.c:2631 msgid "Receiving Options" msgstr "பெறும் தேர்வுகள்" -#: ../mail/em-account-editor.c:2489 ../mail/em-account-editor.c:2580 +#: ../mail/em-account-editor.c:2537 ../mail/em-account-editor.c:2632 msgid "Checking for New Messages" msgstr "புதிய மின்னஞ்சலுக்காக சோதிக்கிறது" -#: ../mail/em-account-editor.c:2931 ../mail/mail-config.glade.h:34 +#: ../mail/em-account-editor.c:3089 ../mail/mail-config.glade.h:34 msgid "Account Editor" msgstr "கணக்கு தொகுப்பி" -#: ../mail/em-account-editor.c:2931 ../mail/mail-config.glade.h:84 +#: ../mail/em-account-editor.c:3089 ../mail/mail-config.glade.h:89 msgid "Evolution Account Assistant" msgstr "எவல்யூஷன் கணக்கு உதவி" @@ -11884,42 +10490,42 @@ msgid "Protocol" msgstr "விதிமுறை" #: ../mail/em-composer-prefs.c:303 ../mail/em-composer-prefs.c:438 -#: ../mail/mail-config.c:1190 ../mail/mail-signature-editor.c:478 +#: ../mail/mail-config.c:1162 ../mail/mail-signature-editor.c:478 msgid "Unnamed" msgstr "பெயரில்லா" -#: ../mail/em-composer-prefs.c:970 +#: ../mail/em-composer-prefs.c:947 msgid "Language(s)" msgstr "மொழி(கள்)" -#: ../mail/em-composer-prefs.c:1019 +#: ../mail/em-composer-prefs.c:980 msgid "Add signature script" msgstr "கையொப்ப நிரலை சேர்க்கவும்" -#: ../mail/em-composer-prefs.c:1061 +#: ../mail/em-composer-prefs.c:1022 msgid "Signature(s)" msgstr "கையொப்பம்(ங்கள்)" -#: ../mail/em-composer-utils.c:1150 ../mail/em-format-quote.c:416 +#: ../mail/em-composer-utils.c:1104 ../mail/em-format-quote.c:416 msgid "-------- Forwarded Message --------" msgstr "-------- அனுப்பும் செய்தி --------" -#: ../mail/em-composer-utils.c:1602 +#: ../mail/em-composer-utils.c:1556 msgid "No destination address provided, forward of the message has been cancelled." msgstr "இலக்கு முகவரி ஏதும் தர வில்லை. செய்தியை மேலனுப்புதல் இரத்து செய்யப்பட்டது" -#: ../mail/em-composer-utils.c:1608 +#: ../mail/em-composer-utils.c:1562 msgid "No account found to use, forward of the message has been cancelled." msgstr "பயன்படுத்த கணக்கு ஏதும் இல்லை. செய்தியை மேலனுப்புதல் இரத்து செய்யப்பட்டது" -#: ../mail/em-composer-utils.c:2058 +#: ../mail/em-composer-utils.c:2027 msgid "an unknown sender" msgstr "தெரியாத அனுப்புநர்" #. Note to translators: this is the attribution string used when quoting messages. #. * each ${Variable} gets replaced with a value. To see a full list of available #. * variables, see em-composer-utils.c:1514 -#: ../mail/em-composer-utils.c:2105 +#: ../mail/em-composer-utils.c:2074 msgid "" "On ${AbbrevWeekdayName}, ${Year}-${Month}-${Day} at ${24Hour}:${Minute} " "${TimeZone}, ${Sender} wrote:" @@ -11927,11 +10533,11 @@ msgstr "" "On ${AbbrevWeekdayName}, ${Year}-${Month}-${Day} at ${24Hour}:${Minute} " "${TimeZone}, ${Sender} wrote:" -#: ../mail/em-composer-utils.c:2248 +#: ../mail/em-composer-utils.c:2217 msgid "-----Original Message-----" msgstr "-----மூல செய்தி----" -#: ../mail/em-filter-editor.c:156 +#: ../mail/em-filter-editor.c:174 msgid "_Filter Rules" msgstr "(_F)வடிகட்டி விதிமுறைகள்" @@ -11977,7 +10583,7 @@ msgid "Date sent" msgstr "தகவல் அனுப்பபட்டது" #: ../mail/em-filter-i18n.h:14 -#: ../plugins/groupwise-features/share-folder.c:768 +#: ../plugins/groupwise-features/share-folder.c:766 #: ../ui/evolution-addressbook.xml.h:15 ../ui/evolution-calendar.xml.h:5 #: ../ui/evolution-mail-message.xml.h:25 ../ui/evolution-memos.xml.h:6 #: ../ui/evolution-tasks.xml.h:6 @@ -12028,227 +10634,234 @@ msgstr "கூற்று" msgid "Follow Up" msgstr "தொடர்" -#: ../mail/em-filter-i18n.h:29 ../mail/em-migrate.c:1056 +#: ../mail/em-filter-i18n.h:29 +msgid "Forward to" +msgstr "இவருக்கு அனுப்புப்பு" + +#: ../mail/em-filter-i18n.h:30 ../mail/em-migrate.c:957 msgid "Important" msgstr "முக்கியம்" -#: ../mail/em-filter-i18n.h:31 +#: ../mail/em-filter-i18n.h:32 msgid "is after" msgstr "பிறகு" -#: ../mail/em-filter-i18n.h:32 +#: ../mail/em-filter-i18n.h:33 msgid "is before" msgstr "முன்" -#: ../mail/em-filter-i18n.h:33 +#: ../mail/em-filter-i18n.h:34 msgid "is Flagged" msgstr "குறிக்கப்பட்ட" -#: ../mail/em-filter-i18n.h:37 +#: ../mail/em-filter-i18n.h:38 msgid "is not Flagged" msgstr "குறிக்கப்படாத" -#: ../mail/em-filter-i18n.h:38 +#: ../mail/em-filter-i18n.h:39 msgid "is not set" msgstr "அமைக்கவில்லை" -#: ../mail/em-filter-i18n.h:39 +#: ../mail/em-filter-i18n.h:40 msgid "is set" msgstr "அமைக்கப்பட்டது" -#: ../mail/em-filter-i18n.h:40 ../mail/mail-config.glade.h:98 +#: ../mail/em-filter-i18n.h:41 ../mail/mail-config.glade.h:101 #: ../ui/evolution-mail-message.xml.h:48 msgid "Junk" msgstr "தேவையற்ற" -#: ../mail/em-filter-i18n.h:41 +#: ../mail/em-filter-i18n.h:42 msgid "Junk Test" msgstr "தேவையற்றவை சோதனை" -#: ../mail/em-filter-i18n.h:42 ../widgets/misc/e-expander.c:190 +#: ../mail/em-filter-i18n.h:43 msgid "Label" msgstr "விளக்கச்சீட்டு" -#: ../mail/em-filter-i18n.h:43 +#: ../mail/em-filter-i18n.h:44 msgid "Mailing list" msgstr "மின்னஞ்சல் பட்டியல்" -#: ../mail/em-filter-i18n.h:44 +#: ../mail/em-filter-i18n.h:45 msgid "Match All" msgstr "அனைத்தையும் ஒப்பிடு" -#: ../mail/em-filter-i18n.h:45 +#: ../mail/em-filter-i18n.h:46 msgid "Message Body" msgstr "செய்தி உள்ளடக்கம்" -#: ../mail/em-filter-i18n.h:46 +#: ../mail/em-filter-i18n.h:47 msgid "Message Header" msgstr "செய்தி தலைப்பு" -#: ../mail/em-filter-i18n.h:47 +#: ../mail/em-filter-i18n.h:48 msgid "Message is Junk" msgstr "செய்தி தேவையற்றது" -#: ../mail/em-filter-i18n.h:48 +#: ../mail/em-filter-i18n.h:49 msgid "Message is not Junk" msgstr "செய்தி தேவையற்றது இல்லை" -#: ../mail/em-filter-i18n.h:49 +#: ../mail/em-filter-i18n.h:50 +msgid "Message Location" +msgstr "செய்தியின் இடம்" + +#: ../mail/em-filter-i18n.h:51 msgid "Move to Folder" msgstr "அடைவிற்கு நகர்த்து" -#: ../mail/em-filter-i18n.h:50 +#: ../mail/em-filter-i18n.h:52 msgid "Pipe to Program" msgstr "நிரலுக்கு வழி" -#: ../mail/em-filter-i18n.h:51 +#: ../mail/em-filter-i18n.h:53 msgid "Play Sound" msgstr "ஒலியை இயக்கு" #. Translators: "Read" as in "has been read" (message-tag-followup.c) -#: ../mail/em-filter-i18n.h:52 ../mail/message-tag-followup.c:62 +#: ../mail/em-filter-i18n.h:54 ../mail/message-tag-followup.c:62 msgid "Read" msgstr "படி" -#: ../mail/em-filter-i18n.h:53 ../mail/message-list.etspec.h:12 +#: ../mail/em-filter-i18n.h:55 ../mail/message-list.etspec.h:12 msgid "Recipients" msgstr "பெறுநர்" -#: ../mail/em-filter-i18n.h:54 +#: ../mail/em-filter-i18n.h:56 msgid "Regex Match" msgstr "Regex பொருத்தம்" -#: ../mail/em-filter-i18n.h:55 +#: ../mail/em-filter-i18n.h:57 msgid "Replied to" msgstr "பதிலளி " -#: ../mail/em-filter-i18n.h:56 +#: ../mail/em-filter-i18n.h:58 msgid "returns" msgstr "திருப்பவும்" -#: ../mail/em-filter-i18n.h:57 +#: ../mail/em-filter-i18n.h:59 msgid "returns greater than" msgstr "பெரியதை தந்தது" -#: ../mail/em-filter-i18n.h:58 +#: ../mail/em-filter-i18n.h:60 msgid "returns less than" msgstr "சிறியதை தந்தது" -#: ../mail/em-filter-i18n.h:59 +#: ../mail/em-filter-i18n.h:61 msgid "Run Program" msgstr "நிரலை இயக்கு" -#: ../mail/em-filter-i18n.h:60 ../mail/message-list.etspec.h:13 +#: ../mail/em-filter-i18n.h:62 ../mail/message-list.etspec.h:13 msgid "Score" msgstr "மதிப்பு" -#: ../mail/em-filter-i18n.h:61 ../mail/message-list.etspec.h:14 +#: ../mail/em-filter-i18n.h:63 ../mail/message-list.etspec.h:14 msgid "Sender" msgstr "அனுப்பியவர்" -#: ../mail/em-filter-i18n.h:62 -#| msgid "Send Receipt" +#: ../mail/em-filter-i18n.h:64 msgid "Sender or Recipients" msgstr "அனுப்புனர் அல்லது பெறுனர்கள்" -#: ../mail/em-filter-i18n.h:63 +#: ../mail/em-filter-i18n.h:65 msgid "Set Label" msgstr "விளக்கச்சீட்டு அமை" -#: ../mail/em-filter-i18n.h:64 +#: ../mail/em-filter-i18n.h:66 msgid "Set Status" msgstr "நிலையை அமை" -#: ../mail/em-filter-i18n.h:65 +#: ../mail/em-filter-i18n.h:67 msgid "Size (kB)" msgstr "அளவு(kB)" -#: ../mail/em-filter-i18n.h:66 +#: ../mail/em-filter-i18n.h:68 msgid "sounds like" msgstr "இது போல" -#: ../mail/em-filter-i18n.h:67 +#: ../mail/em-filter-i18n.h:69 msgid "Source Account" msgstr "மூல கணக்கு" -#: ../mail/em-filter-i18n.h:68 +#: ../mail/em-filter-i18n.h:70 msgid "Specific header" msgstr "குறிப்பிட்ட தலைப்பு" -#: ../mail/em-filter-i18n.h:69 +#: ../mail/em-filter-i18n.h:71 msgid "starts with" msgstr "துவக்கம்" -#: ../mail/em-filter-i18n.h:71 +#: ../mail/em-filter-i18n.h:73 msgid "Stop Processing" msgstr "செயல்படுத்துவதை நிறுத்து" -#: ../mail/em-filter-i18n.h:72 ../mail/em-format-quote.c:342 -#: ../mail/em-format.c:890 ../mail/em-mailer-prefs.c:80 -#: ../mail/message-list.etspec.h:18 ../mail/message-tag-followup.c:311 +#: ../mail/em-filter-i18n.h:74 ../mail/em-format-quote.c:342 +#: ../mail/em-format.c:926 ../mail/em-mailer-prefs.c:80 +#: ../mail/message-list.etspec.h:18 ../mail/message-tag-followup.c:305 #: ../plugins/groupwise-features/properties.glade.h:7 #: ../smime/lib/e-cert.c:1115 msgid "Subject" msgstr "தலைப்பு" -#: ../mail/em-filter-i18n.h:73 +#: ../mail/em-filter-i18n.h:75 msgid "Unset Status" msgstr "அமைக்காத நிலை" #. and now for the action area -#: ../mail/em-filter-rule.c:522 +#: ../mail/em-filter-rule.c:521 msgid "Then" msgstr "பின்" -#: ../mail/em-filter-rule.c:550 +#: ../mail/em-filter-rule.c:549 msgid "Add Ac_tion" msgstr "(_t) செயலை சேர்" -#: ../mail/em-folder-browser.c:193 +#: ../mail/em-folder-browser.c:194 msgid "C_reate Search Folder From Search..." msgstr "தேடலிருந்து தேடும் அடைவை உருவாக்கு... (_r)" -#: ../mail/em-folder-browser.c:218 +#: ../mail/em-folder-browser.c:219 msgid "All Messages" msgstr "முழுமையான செய்திகள்" -#: ../mail/em-folder-browser.c:219 +#: ../mail/em-folder-browser.c:220 msgid "Unread Messages" msgstr "படிக்கப்படாத செய்திகள்:" -#: ../mail/em-folder-browser.c:221 +#: ../mail/em-folder-browser.c:222 msgid "No Label" msgstr "விவரச்சீட்டு இல்லை" -#: ../mail/em-folder-browser.c:228 +#: ../mail/em-folder-browser.c:229 msgid "Read Messages" msgstr "படிக்கப்பட்ட செய்திகள்" -#: ../mail/em-folder-browser.c:229 +#: ../mail/em-folder-browser.c:230 msgid "Recent Messages" msgstr "புதிதான செய்திகள்" -#: ../mail/em-folder-browser.c:230 +#: ../mail/em-folder-browser.c:231 msgid "Last 5 Days' Messages" msgstr "கடைசி 5 நாட்களின் செய்திகள்" -#: ../mail/em-folder-browser.c:231 +#: ../mail/em-folder-browser.c:232 msgid "Messages with Attachments" msgstr "இணைப்புடன் கூடிய செய்திகள்" -#: ../mail/em-folder-browser.c:232 +#: ../mail/em-folder-browser.c:233 msgid "Important Messages" msgstr "முக்கியமான செய்திகள்" -#: ../mail/em-folder-browser.c:233 +#: ../mail/em-folder-browser.c:234 msgid "Messages Not Junk" msgstr "பயனற்ற செய்திகள் எதுவும் இல்லை" -#: ../mail/em-folder-browser.c:1188 +#: ../mail/em-folder-browser.c:1202 msgid "Account Search" msgstr "கணக்கை தேடு" -#: ../mail/em-folder-browser.c:1241 +#: ../mail/em-folder-browser.c:1255 msgid "All Account Search" msgstr "அனைத்து கணக்குகளையும் தேடு" @@ -12278,10 +10891,10 @@ msgid "Quota usage" msgstr "ஒதுக்கீடு பயன் " #. translators: standard local mailbox names -#: ../mail/em-folder-properties.c:359 ../mail/em-folder-tree-model.c:509 -#: ../mail/em-folder-tree.c:2597 ../mail/mail-component.c:164 -#: ../mail/mail-component.c:585 -#: ../plugins/exchange-operations/exchange-delegates-user.c:78 +#: ../mail/em-folder-properties.c:359 ../mail/em-folder-tree-model.c:516 +#: ../mail/em-folder-tree.c:2524 ../mail/mail-component.c:166 +#: ../mail/mail-component.c:587 +#: ../plugins/exchange-operations/exchange-delegates-user.c:76 #: ../plugins/exchange-operations/exchange-folder.c:594 msgid "Inbox" msgstr "உள்பெட்டி" @@ -12304,34 +10917,34 @@ msgid "Folder _name:" msgstr "(_n) அடைவின் பெயர்" #. load store to mail component -#: ../mail/em-folder-tree-model.c:204 ../mail/em-folder-tree-model.c:206 -#: ../mail/mail-vfolder.c:980 ../mail/mail-vfolder.c:1047 +#: ../mail/em-folder-tree-model.c:207 ../mail/em-folder-tree-model.c:209 +#: ../mail/mail-vfolder.c:961 ../mail/mail-vfolder.c:1028 msgid "Search Folders" msgstr "தேடும் அடைவுகள்" #. UNMATCHED is always last -#: ../mail/em-folder-tree-model.c:210 ../mail/em-folder-tree-model.c:212 +#: ../mail/em-folder-tree-model.c:213 ../mail/em-folder-tree-model.c:215 msgid "UNMATCHED" msgstr "UNMATCHED" -#: ../mail/em-folder-tree-model.c:504 ../mail/mail-component.c:165 +#: ../mail/em-folder-tree-model.c:511 ../mail/mail-component.c:167 msgid "Drafts" msgstr "வரைவுகள்" -#: ../mail/em-folder-tree-model.c:506 ../mail/mail-component.c:168 +#: ../mail/em-folder-tree-model.c:513 ../mail/mail-component.c:170 #: ../plugins/templates/org-gnome-templates.eplug.xml.h:2 msgid "Templates" msgstr "வார்ப்புரு" -#: ../mail/em-folder-tree-model.c:512 ../mail/mail-component.c:166 +#: ../mail/em-folder-tree-model.c:519 ../mail/mail-component.c:168 msgid "Outbox" msgstr "செல் அஞ்சல்" -#: ../mail/em-folder-tree-model.c:514 ../mail/mail-component.c:167 +#: ../mail/em-folder-tree-model.c:521 ../mail/mail-component.c:169 msgid "Sent" msgstr "அனுப்பு" -#: ../mail/em-folder-tree-model.c:536 ../mail/em-folder-tree-model.c:843 +#: ../mail/em-folder-tree-model.c:550 ../mail/em-folder-tree-model.c:859 msgid "Loading..." msgstr "ஏற்றுகிறது..." @@ -12350,365 +10963,337 @@ msgstr "ஏற்றுகிறது..." #. * Do not translate the "folder-display|" part. Remove it #. * from your translation. #. -#: ../mail/em-folder-tree.c:380 +#: ../mail/em-folder-tree.c:299 #, c-format msgctxt "folder-display" msgid "%s (%u)" msgstr "%s (%u)" -#: ../mail/em-folder-tree.c:741 +#: ../mail/em-folder-tree.c:664 msgid "Mail Folder Tree" msgstr "மின்னஞ்சல் அடைவு கிளை" -#: ../mail/em-folder-tree.c:900 +#: ../mail/em-folder-tree.c:823 #, c-format msgid "Moving folder %s" msgstr "%s அடைவை நகர்த்துகிறது" -#: ../mail/em-folder-tree.c:902 +#: ../mail/em-folder-tree.c:825 #, c-format msgid "Copying folder %s" msgstr "%s அடைவை நகலெடுக்கிறது" -#: ../mail/em-folder-tree.c:909 ../mail/message-list.c:2014 +#: ../mail/em-folder-tree.c:832 ../mail/message-list.c:2014 #, c-format msgid "Moving messages into folder %s" msgstr "%s க்கு செய்திகளை நகர்த்துகிறது" -#: ../mail/em-folder-tree.c:911 ../mail/message-list.c:2016 +#: ../mail/em-folder-tree.c:834 ../mail/message-list.c:2016 #, c-format msgid "Copying messages into folder %s" msgstr "%s இல் செய்திகளை நகலெடுக்கிறது" -#: ../mail/em-folder-tree.c:926 +#: ../mail/em-folder-tree.c:849 msgid "Cannot drop message(s) into toplevel store" msgstr "மேல்மட்ட கிடங்கிற்கு செய்தி(களை) அனுப்ப முடியாது" -#: ../mail/em-folder-tree.c:1003 ../ui/evolution-mail-message.xml.h:104 +#: ../mail/em-folder-tree.c:926 ../ui/evolution-mail-message.xml.h:100 msgid "_Copy to Folder" msgstr "(_C)அடைவில் நகலெடு" -#: ../mail/em-folder-tree.c:1004 ../ui/evolution-mail-message.xml.h:117 +#: ../mail/em-folder-tree.c:927 ../ui/evolution-mail-message.xml.h:113 msgid "_Move to Folder" msgstr "(_M)அடைவிற்கு நகர்த்து" -#: ../mail/em-folder-tree.c:1718 ../mail/mail-ops.c:1059 +#: ../mail/em-folder-tree.c:929 ../mail/em-folder-utils.c:362 +#: ../mail/em-folder-view.c:1186 ../mail/message-list.c:2106 +msgid "_Move" +msgstr "(_M)நகர்த்து" + +#: ../mail/em-folder-tree.c:931 ../mail/message-list.c:2108 +msgid "Cancel _Drag" +msgstr "(_D)இழுப்பதை ரத்து செய்" + +#: ../mail/em-folder-tree.c:1641 ../mail/mail-ops.c:1065 #, c-format msgid "Scanning folders in \"%s\"" msgstr "\"%s\" இல் உள்ள அடைவுகளை சோதிக்கிறது" -#: ../mail/em-folder-tree.c:2117 +#: ../mail/em-folder-tree.c:2040 msgid "Open in _New Window" msgstr "(_N)புதிய சாளரத்தில் திற" #. FIXME: need to disable for nochildren folders -#: ../mail/em-folder-tree.c:2122 +#: ../mail/em-folder-tree.c:2045 msgid "_New Folder..." msgstr "(_N)புதிய அடைவு" -#: ../mail/em-folder-tree.c:2125 +#: ../mail/em-folder-tree.c:2048 msgid "_Move..." msgstr "(_M)நகர்த்து..." -#: ../mail/em-folder-tree.c:2133 ../ui/evolution-mail-list.xml.h:21 +#: ../mail/em-folder-tree.c:2056 ../ui/evolution-mail-list.xml.h:21 msgid "Re_fresh" msgstr "_f புதுப்பி" -#: ../mail/em-folder-tree.c:2134 +#: ../mail/em-folder-tree.c:2057 msgid "Fl_ush Outbox" msgstr "_u அஞ்சல் வெளிபெட்டியை காலி செய்க" -#: ../mail/em-folder-tree.c:2140 ../mail/mail.error.xml.h:138 +#: ../mail/em-folder-tree.c:2063 ../mail/mail.error.xml.h:138 msgid "_Empty Trash" msgstr "(_E)குப்பை தொட்டியை காலி செய்" -#: ../mail/em-folder-tree.c:2243 -#| msgid "Create _Search Folder" +#: ../mail/em-folder-tree.c:2166 msgid "_Unread Search Folder" msgstr "(_U) படிக்காத தேடும் அடைவு" -#: ../mail/em-folder-utils.c:101 +#: ../mail/em-folder-utils.c:99 #, c-format msgid "Copying `%s' to `%s'" msgstr "`%s' லிருந்து `%s'க்கு நகலெடுக்கிறது" -#: ../mail/em-folder-utils.c:364 ../mail/em-folder-view.c:1188 -#: ../mail/em-folder-view.c:1203 +#: ../mail/em-folder-utils.c:362 ../mail/em-folder-view.c:1186 +#: ../mail/em-folder-view.c:1201 #: ../mail/importers/evolution-mbox-importer.c:82 #: ../plugins/pst-import/pst-importer.c:305 msgid "Select folder" msgstr "அடைவை தேர்வு செய்" -#: ../mail/em-folder-utils.c:364 ../mail/em-folder-view.c:1203 +#: ../mail/em-folder-utils.c:362 ../mail/em-folder-view.c:1201 msgid "C_opy" msgstr "(_o)நகலெடு" -#: ../mail/em-folder-utils.c:532 -#: ../plugins/groupwise-features/share-folder-common.c:145 +#: ../mail/em-folder-utils.c:537 +#: ../plugins/groupwise-features/share-folder-common.c:144 #, c-format msgid "Creating folder `%s'" msgstr "`%s' அடைவை உருவாக்குகிறது" -#: ../mail/em-folder-utils.c:690 +#: ../mail/em-folder-utils.c:696 #: ../plugins/groupwise-features/install-shared.c:169 -#: ../plugins/groupwise-features/share-folder-common.c:387 +#: ../plugins/groupwise-features/share-folder-common.c:386 msgid "Create folder" msgstr "அடைவை உருவாக்குகிறது" -#: ../mail/em-folder-utils.c:690 +#: ../mail/em-folder-utils.c:696 #: ../plugins/groupwise-features/install-shared.c:169 -#: ../plugins/groupwise-features/share-folder-common.c:387 +#: ../plugins/groupwise-features/share-folder-common.c:386 msgid "Specify where to create the folder:" msgstr "அடைவை உருவாக்க வேண்டுமா என குறிப்பிடவும்" -#: ../mail/em-folder-view.c:1091 ../mail/mail.error.xml.h:70 +#: ../mail/em-folder-view.c:1089 ../mail/mail.error.xml.h:70 msgid "Mail Deletion Failed" msgstr "அஞ்சல் நீக்கல் தோல்வியுற்றது" -#: ../mail/em-folder-view.c:1092 ../mail/mail.error.xml.h:126 +#: ../mail/em-folder-view.c:1090 ../mail/mail.error.xml.h:126 msgid "You do not have sufficient permissions to delete this mail." msgstr "நீங்கள் இந்த அஞ்சலை நீக்க தேவையான அனுமதி இல்லை." -#: ../mail/em-folder-view.c:1331 ../ui/evolution-mail-message.xml.h:127 -msgid "_Reply to Sender" -msgstr "(_R)அனுப்பியவருக்கு பதிலளி " - -#: ../mail/em-folder-view.c:1333 ../mail/em-popup.c:566 ../mail/em-popup.c:577 -#: ../ui/evolution-mail-message.xml.h:109 -msgid "_Forward" -msgstr "(_F)அனுப்பு" - #. EM_POPUP_EDIT was used here. This is changed to EM_POPUP_SELECT_ONE as Edit-as-new-messaeg need not be restricted to Sent-Items folder alone -#: ../mail/em-folder-view.c:1337 ../ui/evolution-mail-message.xml.h:106 +#: ../mail/em-folder-view.c:1335 ../ui/evolution-mail-message.xml.h:102 msgid "_Edit as New Message..." msgstr "(_E)புதிய செய்தியாக தொகு..." -#: ../mail/em-folder-view.c:1343 +#: ../mail/em-folder-view.c:1341 msgid "U_ndelete" msgstr "(_n)நீக்கலை ரத்து செய்" -#: ../mail/em-folder-view.c:1344 +#: ../mail/em-folder-view.c:1342 msgid "_Move to Folder..." msgstr "(_M)அடைவிற்கு நகர்த்து..." -#: ../mail/em-folder-view.c:1345 +#: ../mail/em-folder-view.c:1343 msgid "_Copy to Folder..." msgstr "(_C)அடைவில் நகலெடு..." -#: ../mail/em-folder-view.c:1348 +#: ../mail/em-folder-view.c:1346 msgid "Mar_k as Read" msgstr "(_k) படித்தது என குறி" -#: ../mail/em-folder-view.c:1349 +#: ../mail/em-folder-view.c:1347 msgid "Mark as _Unread" msgstr "படிக்காதவை என குறி (_U)" -#: ../mail/em-folder-view.c:1350 +#: ../mail/em-folder-view.c:1348 msgid "Mark as _Important" msgstr "முக்கியம் என குறி (_I)" -#: ../mail/em-folder-view.c:1351 +#: ../mail/em-folder-view.c:1349 msgid "Mark as Un_important" msgstr "முக்கியமில்லை என குறிக்கவும் (_i)" -#: ../mail/em-folder-view.c:1352 +#: ../mail/em-folder-view.c:1350 msgid "Mark as _Junk" msgstr "பயனற்றது என குறிக்கவும் (_J)" -#: ../mail/em-folder-view.c:1353 +#: ../mail/em-folder-view.c:1351 msgid "Mark as _Not Junk" msgstr "பயனற்றது இல்லை என குறிக்கவும் (_N)" -#: ../mail/em-folder-view.c:1354 +#: ../mail/em-folder-view.c:1352 msgid "Mark for Follo_w Up..." msgstr "தொடர்தலுக்கு குறிக்கவும்... (_w)" -#: ../mail/em-folder-view.c:1356 +#: ../mail/em-folder-view.c:1354 msgid "_Label" msgstr "பெயர் (_L)" #. Note that we don't show this here, since by default a 'None' date #. is not permitted. -#: ../mail/em-folder-view.c:1357 ../widgets/misc/e-dateedit.c:478 +#: ../mail/em-folder-view.c:1355 ../widgets/misc/e-dateedit.c:477 msgid "_None" msgstr "ஒன்றுமில்லை (_N)" -#: ../mail/em-folder-view.c:1360 +#: ../mail/em-folder-view.c:1358 msgid "_New Label" msgstr "(_N)புதிய விவரச்சீட்டு " -#: ../mail/em-folder-view.c:1364 +#: ../mail/em-folder-view.c:1362 msgid "Fla_g Completed" msgstr "(_g) குறித்தல் முடிந்தது" -#: ../mail/em-folder-view.c:1365 +#: ../mail/em-folder-view.c:1363 msgid "Cl_ear Flag" msgstr "(_e)குறிப்பை நீக்கு" -#: ../mail/em-folder-view.c:1368 +#: ../mail/em-folder-view.c:1366 msgid "Crea_te Rule From Message" msgstr "(_t)செய்தியிலிருந்து புதிய விதிமுறையை உருவாக்கு" #. Translators: The following strings are used while creating a new search folder, to specify what parameter the search folder would be based on. -#: ../mail/em-folder-view.c:1370 +#: ../mail/em-folder-view.c:1368 msgid "Search Folder based on _Subject" msgstr "பொருளில் அடிப்படையில் அடைவினை தேடு (_S)" -#: ../mail/em-folder-view.c:1371 +#: ../mail/em-folder-view.c:1369 msgid "Search Folder based on Se_nder" msgstr "அனுப்புனர் அடிப்படையில் அடைவினை தேடு (_n)" -#: ../mail/em-folder-view.c:1372 +#: ../mail/em-folder-view.c:1370 msgid "Search Folder based on _Recipients" msgstr "பெறுநர் அடிப்படையில் அடைவினை தேடு (_R)" -#: ../mail/em-folder-view.c:1373 +#: ../mail/em-folder-view.c:1371 msgid "Search Folder based on Mailing _List" msgstr "அஞ்சல் பட்டியல் அடிப்படையில் அடைவினை தேடு (_L)" #. Translators: The following strings are used while creating a new message filter, to specify what parameter the filter would be based on. -#: ../mail/em-folder-view.c:1378 +#: ../mail/em-folder-view.c:1376 msgid "Filter based on Sub_ject" msgstr "(_j) தலைப்பின் படி வடிகட்டு" -#: ../mail/em-folder-view.c:1379 +#: ../mail/em-folder-view.c:1377 msgid "Filter based on Sen_der" msgstr "(_d) அனுப்புநர் படி வடிகட்டு" -#: ../mail/em-folder-view.c:1380 +#: ../mail/em-folder-view.c:1378 msgid "Filter based on Re_cipients" msgstr "(_c )பெறுநர் படி வடிகட்டு" -#: ../mail/em-folder-view.c:1381 +#: ../mail/em-folder-view.c:1379 msgid "Filter based on _Mailing List" msgstr "(_M) மின்னஞ்சல் குழுக்கள் படி வடிகட்டு" #. default charset used in mail view #. we changed user, thus reset the chosen calendar combo too, because #. other user means other calendars subscribed -#: ../mail/em-folder-view.c:2257 ../mail/em-folder-view.c:2300 +#: ../mail/em-folder-view.c:2234 ../mail/em-folder-view.c:2277 #: ../plugins/google-account-setup/google-source.c:232 -#: ../plugins/google-account-setup/google-source.c:510 -#: ../plugins/google-account-setup/google-source.c:708 +#: ../plugins/google-account-setup/google-source.c:511 +#: ../plugins/google-account-setup/google-source.c:699 msgid "Default" msgstr "மின்னிருப்பு" -#: ../mail/em-folder-view.c:2518 +#: ../mail/em-folder-view.c:2495 msgid "Unable to retrieve message" msgstr "செய்தியை பெற முடியவில்லை" -#: ../mail/em-folder-view.c:2537 +#: ../mail/em-folder-view.c:2514 msgid "Retrieving Message..." msgstr "செய்தி மீட்டல்..." -#: ../mail/em-folder-view.c:2756 -msgid "C_all To..." -msgstr "_a இவரை அழை..." - -#: ../mail/em-folder-view.c:2759 +#: ../mail/em-folder-view.c:2735 msgid "Create _Search Folder" msgstr "தேடும் அடைவினை உருவாக்கு" -#: ../mail/em-folder-view.c:2760 +#: ../mail/em-folder-view.c:2736 msgid "_From this Address" msgstr "இந்த முகவரியிலிருந்து (_F)" -#: ../mail/em-folder-view.c:2761 +#: ../mail/em-folder-view.c:2737 msgid "_To this Address" msgstr "இந்த முகவரிக்கு (_T)" -#: ../mail/em-folder-view.c:3254 +#: ../mail/em-folder-view.c:3230 #, c-format msgid "Click to mail %s" msgstr "%s மின்னஞ்சலுக்கு க்ளிக் செய்யவும்" -#: ../mail/em-folder-view.c:3266 +#: ../mail/em-folder-view.c:3242 #, c-format msgid "Click to call %s" msgstr "%s ஐ அழைக்க சொடுக்கு" -#: ../mail/em-folder-view.c:3271 +#: ../mail/em-folder-view.c:3247 msgid "Click to hide/unhide addresses" msgstr "முகவரிகளை மறைக்க/மறைநீக்க சொடுக்கவும்" -#. message-search popup match count string -#: ../mail/em-format-html-display.c:474 -#, c-format -msgid "Matches: %d" -msgstr "பொருத்தம்: %d" - -#: ../mail/em-format-html-display.c:618 -msgid "Fin_d:" -msgstr "தேடு(_d):" - -#. gtk_box_pack_start ((GtkBox *)(hbox2), p->search_entry_box, TRUE, TRUE, 5); -#: ../mail/em-format-html-display.c:642 -msgid "_Previous" -msgstr "முந்தைய (_P)" - -#: ../mail/em-format-html-display.c:647 -msgid "_Next" -msgstr "அடுத்து (_N)" - -#: ../mail/em-format-html-display.c:652 -msgid "M_atch case" -msgstr "நிகழ்ச்சி ஒப்பீடு _a" - -#: ../mail/em-format-html-display.c:951 ../mail/em-format-html.c:650 +#: ../mail/em-format-html-display.c:570 ../mail/em-format-html.c:655 msgid "Unsigned" msgstr "கையொப்பமிடாத" -#: ../mail/em-format-html-display.c:951 +#: ../mail/em-format-html-display.c:570 msgid "" "This message is not signed. There is no guarantee that this message is " "authentic." msgstr "இந்த செய்தி கையொப்பமிடப்படவில்லை, இது நம்பகமான செய்தி என்பதற்கு உத்திரவாதம் இல்லை" -#: ../mail/em-format-html-display.c:952 ../mail/em-format-html.c:651 +#: ../mail/em-format-html-display.c:571 ../mail/em-format-html.c:656 msgid "Valid signature" msgstr "சரியான கையொப்பம்" -#: ../mail/em-format-html-display.c:952 +#: ../mail/em-format-html-display.c:571 msgid "" "This message is signed and is valid meaning that it is very likely that this " "message is authentic." msgstr "இந்த செய்தி கையொப்பமிடப்பட்ட சரியான செய்தி நம்பகமானது." -#: ../mail/em-format-html-display.c:953 ../mail/em-format-html.c:652 +#: ../mail/em-format-html-display.c:572 ../mail/em-format-html.c:657 msgid "Invalid signature" msgstr "செல்லாத கையொப்பம்" -#: ../mail/em-format-html-display.c:953 +#: ../mail/em-format-html-display.c:572 msgid "" "The signature of this message cannot be verified, it may have been altered " "in transit." msgstr "இந்த செய்தியில் கையொப்பத்தை சரிபார்க்க முடியாது இது யாராலோ மாற்றப்பட்டது" -#: ../mail/em-format-html-display.c:954 ../mail/em-format-html.c:653 +#: ../mail/em-format-html-display.c:573 ../mail/em-format-html.c:658 msgid "Valid signature, but cannot verify sender" msgstr "சரியான கையொப்பம் ஆனால் அனுப்பியவரை சரிபார்க்க முடியவில்லை" -#: ../mail/em-format-html-display.c:954 +#: ../mail/em-format-html-display.c:573 msgid "" "This message is signed with a valid signature, but the sender of the message " "cannot be verified." msgstr "இந்த செய்தி சரியாக கையொப்பமிடப்பட்ட செய்தி ஆனால் அனுப்புநரை சரி பார்க்க முடியவில்லை" -#: ../mail/em-format-html-display.c:955 ../mail/em-format-html.c:654 +#: ../mail/em-format-html-display.c:574 ../mail/em-format-html.c:659 msgid "Signature exists, but need public key" msgstr "கையொப்பம் உள்ளது ஆனால் பொது விசை இல்லை" -#: ../mail/em-format-html-display.c:955 +#: ../mail/em-format-html-display.c:574 msgid "" "This message is signed with a signature, but there is no corresponding " "public key." msgstr "இது சரியாக கையொப்பமிடப்பட்ட செய்தி ஆனால் பொது விசை இல்லை" -#: ../mail/em-format-html-display.c:962 ../mail/em-format-html.c:660 +#: ../mail/em-format-html-display.c:581 ../mail/em-format-html.c:665 msgid "Unencrypted" msgstr "குறிமுறையாக்கப்படாத" -#: ../mail/em-format-html-display.c:962 +#: ../mail/em-format-html-display.c:581 msgid "" "This message is not encrypted. Its content may be viewed in transit across " "the Internet." @@ -12716,11 +11301,11 @@ msgstr "" "இந்த செய்தி குறிமுறையாக்கம் செய்யப்படவில்லை. இணைய பரிமாற்றத்தின் போது அதன் உள்ளடக்கங்களை " "பார்க்கலாம்." -#: ../mail/em-format-html-display.c:963 ../mail/em-format-html.c:661 +#: ../mail/em-format-html-display.c:582 ../mail/em-format-html.c:666 msgid "Encrypted, weak" msgstr "குறிமுறையாக்கப்பட்ட, மோசமான" -#: ../mail/em-format-html-display.c:963 +#: ../mail/em-format-html-display.c:582 msgid "" "This message is encrypted, but with a weak encryption algorithm. It would be " "difficult, but not impossible for an outsider to view the content of this " @@ -12730,21 +11315,21 @@ msgstr "" "இது கடினமானது, ஆனால் இந்த செய்தியின் உள்ளடக்கங்களை வெளியிலிருப்பவர்கள் பார்ப்பது ஒன்றும் " "கடினமான செயல் இல்லை." -#: ../mail/em-format-html-display.c:964 ../mail/em-format-html.c:662 +#: ../mail/em-format-html-display.c:583 ../mail/em-format-html.c:667 msgid "Encrypted" msgstr "குறிமுறையாக்கப்பட்ட" -#: ../mail/em-format-html-display.c:964 +#: ../mail/em-format-html-display.c:583 msgid "" "This message is encrypted. It would be difficult for an outsider to view " "the content of this message." msgstr "இந்த செய்தி குறிமுறையாக்கப்பட்டது, மற்றவர் இதை பார்ப்பது கடினம்" -#: ../mail/em-format-html-display.c:965 ../mail/em-format-html.c:663 +#: ../mail/em-format-html-display.c:584 ../mail/em-format-html.c:668 msgid "Encrypted, strong" msgstr "சரியாக குறிமுறையாக்கப்பட்ட" -#: ../mail/em-format-html-display.c:965 +#: ../mail/em-format-html-display.c:584 msgid "" "This message is encrypted, with a strong encryption algorithm. It would be " "very difficult for an outsider to view the content of this message in a " @@ -12753,87 +11338,57 @@ msgstr "" "கடினமான குறியாக்க கணிமுறையில், இந்த செய்தி குறிமுறையாக்கப்படடுள்ளது.இந்த செய்தியின் " "உள்ளடக்கங்களை வெளியிலிருப்பவர்கள் பார்ப்பது அவ்வளவு எளிமையானது இல்லை." -#: ../mail/em-format-html-display.c:1066 ../smime/gui/smime-ui.glade.h:48 +#: ../mail/em-format-html-display.c:685 ../smime/gui/smime-ui.glade.h:48 msgid "_View Certificate" msgstr "சான்றிதழை பார்க்கவும் (_V)" -#: ../mail/em-format-html-display.c:1081 +#: ../mail/em-format-html-display.c:700 msgid "This certificate is not viewable" msgstr "இந்த சான்றிதழை பார்க்க இயலாது" -#: ../mail/em-format-html-display.c:1407 +#: ../mail/em-format-html-display.c:992 msgid "Completed on %B %d, %Y, %l:%M %p" msgstr "முடிந்த தேதி %B %d, %Y, %l:%M %p" -#: ../mail/em-format-html-display.c:1415 +#: ../mail/em-format-html-display.c:1000 msgid "Overdue:" msgstr "நிலுவையில்:" -#: ../mail/em-format-html-display.c:1418 +#: ../mail/em-format-html-display.c:1003 msgid "by %B %d, %Y, %l:%M %p" msgstr "%B %d, %Y, %l:%M %p" -#: ../mail/em-format-html-display.c:1496 +#: ../mail/em-format-html-display.c:1083 +#: ../widgets/misc/e-attachment-view.c:357 msgid "_View Inline" msgstr "(_V)உள்ளே பார்" -#: ../mail/em-format-html-display.c:1497 +#: ../mail/em-format-html-display.c:1084 +#: ../widgets/misc/e-attachment-view.c:350 msgid "_Hide" msgstr "(_H)மறை" -#: ../mail/em-format-html-display.c:1498 +#: ../mail/em-format-html-display.c:1085 msgid "_Fit to Width" msgstr "அகலத்துடன் பொருத்தவும் (_F)" -#: ../mail/em-format-html-display.c:1499 +#: ../mail/em-format-html-display.c:1086 msgid "Show _Original Size" msgstr "அசல் அளவினை காட்டு (_O)" -#: ../mail/em-format-html-display.c:2168 -msgid "Save attachment as" -msgstr "இணைப்பை இப்படி சேமி" - -#: ../mail/em-format-html-display.c:2172 -msgid "Select folder to save all attachments" -msgstr "அனைத்து இணைப்புகளையும் சேமிக்க அடைவு தேர்ந்தெடு " - -#: ../mail/em-format-html-display.c:2223 -msgid "_Save Selected..." -msgstr "தேர்ந்தெடுத்ததை சேமி... (_S)" - -#. Cant i put in the number of attachments here ? -#: ../mail/em-format-html-display.c:2290 -#, c-format -msgid "%d at_tachment" -msgid_plural "%d at_tachments" -msgstr[0] "%d இணைப்பு (_t)" -msgstr[1] "%d இணைப்புகள் (_t)" - -#: ../mail/em-format-html-display.c:2297 ../mail/em-format-html-display.c:2387 -msgid "S_ave" -msgstr "சேமி (_a)" - -#: ../mail/em-format-html-display.c:2308 -msgid "S_ave All" -msgstr "அனைத்தையும் சேமி (_a)" - -#: ../mail/em-format-html-display.c:2383 -msgid "No Attachment" -msgstr "இணைப்பு இல்லை" - -#: ../mail/em-format-html-display.c:2530 ../mail/em-format-html-display.c:2569 +#: ../mail/em-format-html-display.c:1587 ../mail/em-format-html-display.c:1626 msgid "View _Unformatted" msgstr "_U ஒழுங்கு செய்யாத காட்சி" -#: ../mail/em-format-html-display.c:2532 +#: ../mail/em-format-html-display.c:1589 msgid "Hide _Unformatted" msgstr "_U ஒழுங்கு செய்யாததை மறை" -#: ../mail/em-format-html-display.c:2589 +#: ../mail/em-format-html-display.c:1646 msgid "O_pen With" msgstr "_p உடன் திற" -#: ../mail/em-format-html-display.c:2665 +#: ../mail/em-format-html-display.c:1723 msgid "" "Evolution cannot render this email as it is too large to process. You can " "view it unformatted or with an external text editor." @@ -12846,156 +11401,156 @@ msgstr "" msgid "Page %d of %d" msgstr "பக்கம் %d இல் %d" -#: ../mail/em-format-html.c:504 ../mail/em-format-html.c:513 +#: ../mail/em-format-html.c:506 ../mail/em-format-html.c:515 #, c-format msgid "Retrieving `%s'" msgstr "பெறுகிறது `%s'" -#: ../mail/em-format-html.c:925 +#: ../mail/em-format-html.c:930 msgid "Unknown external-body part." msgstr "தெரியாத வெளி உடல் பகுதி" -#: ../mail/em-format-html.c:933 +#: ../mail/em-format-html.c:938 msgid "Malformed external-body part." msgstr "தவறான வெளி உடல் பகுதி" -#: ../mail/em-format-html.c:963 +#: ../mail/em-format-html.c:968 #, c-format msgid "Pointer to FTP site (%s)" msgstr "FTP வலைமனைக்கான (%s) குறி" -#: ../mail/em-format-html.c:974 +#: ../mail/em-format-html.c:979 #, c-format msgid "Pointer to local file (%s) valid at site \"%s\"" msgstr "உள்கோப்பின் சுட்டிக்காட்டி (%s) \"%s\" இணயதளத்தில் செல்லும்" -#: ../mail/em-format-html.c:976 +#: ../mail/em-format-html.c:981 #, c-format msgid "Pointer to local file (%s)" msgstr "உள்கோப்பின் சுட்டிக்காட்டி (%s) " -#: ../mail/em-format-html.c:997 +#: ../mail/em-format-html.c:1002 #, c-format msgid "Pointer to remote data (%s)" msgstr "தொலை தகவலுக்கான சுட்டிக்காட்டி (%s) " -#: ../mail/em-format-html.c:1008 +#: ../mail/em-format-html.c:1013 #, c-format msgid "Pointer to unknown external data (\"%s\" type)" msgstr "வெளி தகவலுக்கான சுட்டிக்காட்டி (%s)" -#: ../mail/em-format-html.c:1236 +#: ../mail/em-format-html.c:1241 msgid "Formatting message" msgstr "செய்தியை ஒழுங்கு செய்கிறது" -#: ../mail/em-format-html.c:1410 +#: ../mail/em-format-html.c:1415 msgid "Formatting Message..." msgstr "செய்தியை ஒழுங்கு செய்கிறது..." -#: ../mail/em-format-html.c:1563 ../mail/em-format-html.c:1627 -#: ../mail/em-format-html.c:1649 ../mail/em-format-quote.c:210 -#: ../mail/em-format.c:888 ../mail/em-mailer-prefs.c:78 +#: ../mail/em-format-html.c:1568 ../mail/em-format-html.c:1632 +#: ../mail/em-format-html.c:1654 ../mail/em-format-quote.c:210 +#: ../mail/em-format.c:924 ../mail/em-mailer-prefs.c:78 msgid "Cc" msgstr "கரிநகல்" -#: ../mail/em-format-html.c:1564 ../mail/em-format-html.c:1633 -#: ../mail/em-format-html.c:1652 ../mail/em-format-quote.c:210 -#: ../mail/em-format.c:889 ../mail/em-mailer-prefs.c:79 +#: ../mail/em-format-html.c:1569 ../mail/em-format-html.c:1638 +#: ../mail/em-format-html.c:1657 ../mail/em-format-quote.c:210 +#: ../mail/em-format.c:925 ../mail/em-mailer-prefs.c:79 msgid "Bcc" msgstr "மறைநகல்" #. pseudo-header -#: ../mail/em-format-html.c:1744 ../mail/em-format-quote.c:353 -#: ../mail/em-mailer-prefs.c:1451 +#: ../mail/em-format-html.c:1749 ../mail/em-format-quote.c:353 +#: ../mail/em-mailer-prefs.c:1439 msgid "Mailer" msgstr "மின்னஞ்சல்" #. translators: strftime format for local time equivalent in Date header display, with day -#: ../mail/em-format-html.c:1771 +#: ../mail/em-format-html.c:1776 msgid " (%a, %R %Z)" msgstr " (%a, %R %Z)" #. translators: strftime format for local time equivalent in Date header display, without day -#: ../mail/em-format-html.c:1776 +#: ../mail/em-format-html.c:1781 msgid " (%R %Z)" msgstr " (%R %Z)" #. To translators: This message suggests to the receipients that the sender of the mail is #. different from the one listed in From field. #. -#: ../mail/em-format-html.c:1912 +#: ../mail/em-format-html.c:1917 #, c-format msgid "This message was sent by <b>%s</b> on behalf of <b>%s</b>" msgstr "செய்தி <b>%s</b> ஆல் அனுப்பப்பட்டது <b>%s</b> சார்பாக" -#: ../mail/em-format-quote.c:210 ../mail/em-format.c:885 +#: ../mail/em-format-quote.c:210 ../mail/em-format.c:921 #: ../mail/em-mailer-prefs.c:75 ../mail/message-list.etspec.h:7 -#: ../mail/message-tag-followup.c:307 +#: ../mail/message-tag-followup.c:301 msgid "From" msgstr "அனுப்புநர்" -#: ../mail/em-format-quote.c:210 ../mail/em-format.c:886 +#: ../mail/em-format-quote.c:210 ../mail/em-format.c:922 #: ../mail/em-mailer-prefs.c:76 msgid "Reply-To" msgstr "பதில்-பெறுநர்" -#: ../mail/em-format.c:891 ../mail/em-mailer-prefs.c:81 -#: ../mail/message-list.etspec.h:2 ../widgets/misc/e-dateedit.c:325 -#: ../widgets/misc/e-dateedit.c:347 +#: ../mail/em-format.c:927 ../mail/em-mailer-prefs.c:81 +#: ../mail/message-list.etspec.h:2 ../widgets/misc/e-dateedit.c:324 +#: ../widgets/misc/e-dateedit.c:346 msgid "Date" msgstr "தேதி" -#: ../mail/em-format.c:892 ../mail/em-mailer-prefs.c:82 +#: ../mail/em-format.c:928 ../mail/em-mailer-prefs.c:82 msgid "Newsgroups" msgstr "செய்தி குழுக்கள்" -#: ../mail/em-format.c:893 ../mail/em-mailer-prefs.c:83 -#: ../plugins/face/org-gnome-face.eplug.xml.h:2 +#: ../mail/em-format.c:929 ../mail/em-mailer-prefs.c:83 +#: ../plugins/face/org-gnome-face.eplug.xml.h:4 msgid "Face" msgstr "முகம்" -#: ../mail/em-format.c:1159 +#: ../mail/em-format.c:1196 #, c-format msgid "%s attachment" msgstr "%s இணைப்புகள்" -#: ../mail/em-format.c:1201 +#: ../mail/em-format.c:1235 msgid "Could not parse S/MIME message: Unknown error" msgstr "S/MIME செய்தியை பகுக்க முடியவில்லை: தெரியாத பிழை" -#: ../mail/em-format.c:1338 ../mail/em-format.c:1494 +#: ../mail/em-format.c:1372 ../mail/em-format.c:1528 msgid "Could not parse MIME message. Displaying as source." msgstr "மைம் தகவலை பகுக்க முடியாது. நிரலாக காட்டுகிறது" -#: ../mail/em-format.c:1346 +#: ../mail/em-format.c:1380 msgid "Unsupported encryption type for multipart/encrypted" msgstr "ஆதரவில்லா குறிமுறை வகை பலவழி/குறிமுறை" -#: ../mail/em-format.c:1356 +#: ../mail/em-format.c:1390 msgid "Could not parse PGP/MIME message" msgstr "PGP/மைம் செய்திகள் ஐ பகுக்க இயலவில்லை" -#: ../mail/em-format.c:1356 +#: ../mail/em-format.c:1390 msgid "Could not parse PGP/MIME message: Unknown error" msgstr "PGP/மைம் செய்திகள் ஐ பகுக்க இயலவில்லை தெரியாத தவறு" -#: ../mail/em-format.c:1513 +#: ../mail/em-format.c:1547 msgid "Unsupported signature format" msgstr "ஆதரவு இல்லாத கையொப்பம்" -#: ../mail/em-format.c:1521 ../mail/em-format.c:1592 +#: ../mail/em-format.c:1555 ../mail/em-format.c:1626 msgid "Error verifying signature" msgstr "கையொப்பத்தை சரிபார்க்கும் போது பிழை" -#: ../mail/em-format.c:1521 ../mail/em-format.c:1583 ../mail/em-format.c:1592 +#: ../mail/em-format.c:1555 ../mail/em-format.c:1617 ../mail/em-format.c:1626 msgid "Unknown error verifying signature" msgstr "கையொப்பத்தை சரிபார்க்கும் போது தெரியாத பிழை" -#: ../mail/em-format.c:1666 +#: ../mail/em-format.c:1700 msgid "Could not parse PGP message" msgstr "PGP செய்தியை பகுக்க இயலவில்லை" -#: ../mail/em-format.c:1666 +#: ../mail/em-format.c:1700 msgid "Could not parse PGP message: Unknown error" msgstr "PGP செய்தியை பகுக்க இயலவில்லை தெரியாத தவறு" @@ -13015,77 +11570,81 @@ msgstr "வாரம் ஒருமுறை" msgid "Once per month" msgstr "மாதம் ஒரு முறை" -#: ../mail/em-mailer-prefs.c:327 +#: ../mail/em-mailer-prefs.c:333 msgid "Add Custom Junk Header" msgstr "தனிப்பயன் குப்பை தலைப்பு சேர்" -#: ../mail/em-mailer-prefs.c:331 +#: ../mail/em-mailer-prefs.c:337 msgid "Header Name:" msgstr "தலைப்பின் பெயர்:" -#: ../mail/em-mailer-prefs.c:332 +#: ../mail/em-mailer-prefs.c:338 msgid "Header Value Contains:" msgstr "தலைப்பின் மதிப்பில் உள்ளது:" -#: ../mail/em-mailer-prefs.c:437 +#: ../mail/em-mailer-prefs.c:440 ../widgets/table/e-table-click-to-add.c:501 +#: ../widgets/table/e-table-selection-model.c:309 +msgid "Header" +msgstr "தலைப்பு" + +#: ../mail/em-mailer-prefs.c:444 msgid "Contains Value" msgstr "உள்ள மதிப்பு" -#: ../mail/em-mailer-prefs.c:459 +#: ../mail/em-mailer-prefs.c:467 msgid "Color" msgstr "நிறம்" -#: ../mail/em-mailer-prefs.c:462 +#: ../mail/em-mailer-prefs.c:470 msgid "Tag" msgstr "குறி ஒட்டு" #. May be a better text -#: ../mail/em-mailer-prefs.c:1079 ../mail/em-mailer-prefs.c:1133 +#: ../mail/em-mailer-prefs.c:1067 ../mail/em-mailer-prefs.c:1121 #, c-format msgid "%s plugin is available and the binary is installed." msgstr "%s சொருகுப்பொருள் இருப்பில் உள்ளது. இருமம் நிறுவப்பட்டது." #. May be a better text -#: ../mail/em-mailer-prefs.c:1087 ../mail/em-mailer-prefs.c:1142 +#: ../mail/em-mailer-prefs.c:1075 ../mail/em-mailer-prefs.c:1130 #, c-format msgid "%s plugin is not available. Please check whether the package is installed." msgstr "%s சொருகுப்பொருள் இருப்பில் இல்லை. தயவு செய்து நிறுவப்பட்ட பொதியை சோதிக்க." -#: ../mail/em-mailer-prefs.c:1108 +#: ../mail/em-mailer-prefs.c:1096 msgid "No Junk plugin available" msgstr "தேவையற்ற சொருகுப்பொருள் இல்லை " #. green -#: ../mail/em-migrate.c:1059 +#: ../mail/em-migrate.c:960 msgid "To Do" msgstr "செய்ய வேண்டியவை" #. blue -#: ../mail/em-migrate.c:1060 +#: ../mail/em-migrate.c:961 msgid "Later" msgstr "பிறகு" -#: ../mail/em-migrate.c:1228 -#| msgid "Migrating..." +#: ../mail/em-migrate.c:1128 msgid "Migration" msgstr "இடம்பெயர்கிறது" -#: ../mail/em-migrate.c:1673 +#: ../mail/em-migrate.c:1573 #, c-format msgid "Unable to create new folder `%s': %s" msgstr "புதிய அடைவை உருவாக்க முடியவில்லை `%s': %s" -#: ../mail/em-migrate.c:1699 +#: ../mail/em-migrate.c:1599 #, c-format msgid "Unable to copy folder `%s' to `%s': %s" msgstr "அடைவு`%s'ஐ `%s' இல் நகலெடுக்க முடியவில்லை: %s" -#: ../mail/em-migrate.c:1884 +#: ../mail/em-migrate.c:1784 #, c-format msgid "Unable to scan for existing mailboxes at `%s': %s" msgstr "ஏற்கெனவே உள்ள மின்னஞ்சல் பெட்டியில் தேட முடியவில்லை %s': %s" -#: ../mail/em-migrate.c:1889 +#: ../mail/em-migrate.c:1789 msgid "" "The location and hierarchy of the Evolution mailbox folders has changed " "since Evolution 1.x.\n" @@ -13096,37 +11655,31 @@ msgstr "" "\n" "எவல்யூஷன் அடைவுகளை நகர்த்திக்கொண்டிருக்கிறது..." -#: ../mail/em-migrate.c:2090 +#: ../mail/em-migrate.c:1990 #, c-format msgid "Unable to open old POP keep-on-server data `%s': %s" msgstr "பாப் சேவகனில் வைத்த தகவல்களை திறக்க முடியவில்லை`%s': %s" -#: ../mail/em-migrate.c:2104 +#: ../mail/em-migrate.c:2004 #, c-format msgid "Unable to create POP3 keep-on-server data directory `%s': %s" msgstr "பாப்3 சேவகனில் வைத்த தகவல்களை திறக்க முடியவில்லை`%s': %s" -#: ../mail/em-migrate.c:2133 +#: ../mail/em-migrate.c:2033 #, c-format msgid "Unable to copy POP3 keep-on-server data `%s': %s" msgstr "பாப்3 keep-on-server தகவலை நகலெடுக்க முடியவில்லை `%s': %s" -#: ../mail/em-migrate.c:2604 ../mail/em-migrate.c:2616 +#: ../mail/em-migrate.c:2504 ../mail/em-migrate.c:2516 #, c-format msgid "Failed to create local mail storage `%s': %s" msgstr "உள் மின்னஞ்சல் சேமிப்பை உருவாக்குவதில் தோல்வி`%s': %s" -#: ../mail/em-migrate.c:2974 -#| msgid "Creating folder `%s'" +#: ../mail/em-migrate.c:2874 msgid "Migrating Folders" msgstr "கோப்புகளை இடமாற்றுகிறது" -#: ../mail/em-migrate.c:2974 -#| msgid "" -#| "The summary format of the Evolution mailbox folders has been moved to " -#| "sqlite since Evolution 2.24.\n" -#| "\n" -#| "Please be patient while Evolution migrates your folders..." +#: ../mail/em-migrate.c:2874 msgid "" "The summary format of the Evolution mailbox folders has been moved to SQLite " "since Evolution 2.24.\n" @@ -13138,12 +11691,12 @@ msgstr "" "\n" "எவல்யூஷன் அடைவுகளை நகர்த்துகையில் சற்று பொறுமையாக இருக்கவும்..." -#: ../mail/em-migrate.c:3056 +#: ../mail/em-migrate.c:2956 #, c-format msgid "Unable to create local mail folders at `%s': %s" msgstr "மின்னஞ்சல் அடைவை `%s' இடத்தில் உருவாக்க முடியவில்லை: %s" -#: ../mail/em-migrate.c:3075 +#: ../mail/em-migrate.c:2975 msgid "" "Unable to read settings from previous Evolution install, `evolution/config." "xmldb' does not exist or is corrupt." @@ -13151,65 +11704,82 @@ msgstr "" "முந்தைய எவல்யூஷன் அமைப்பை படிக்க முடியவில்லை, `எவலுஷன்/config.xmldb' இல்லை அல்லது " "சிதைந்தது" -#: ../mail/em-popup.c:562 ../mail/em-popup.c:573 +#: ../mail/em-popup.c:364 +msgid "Save As..." +msgstr "எனச்சேமி......" + +#: ../mail/em-popup.c:389 +#, c-format +msgid "untitled_image.%s" +msgstr "(_i)தலைப்பில்லா பிம்பம்.%s" + +#: ../mail/em-popup.c:495 ../widgets/misc/e-attachment-handler-image.c:147 +msgid "Set as _Background" +msgstr "(_B)பின்னனியாக அமை" + +#: ../mail/em-popup.c:497 msgid "_Reply to sender" msgstr "(_R)அனுப்பியவருக்கு பதிலளி " -#: ../mail/em-popup.c:563 ../mail/em-popup.c:574 -#: ../ui/evolution-mail-message.xml.h:83 +#: ../mail/em-popup.c:498 ../ui/evolution-mail-message.xml.h:79 msgid "Reply to _List" msgstr "(_L)குழுவிற்கு பதிலளி " #. make it first item -#: ../mail/em-popup.c:625 ../mail/em-popup.c:849 +#: ../mail/em-popup.c:547 ../mail/em-popup.c:747 msgid "_Add to Address Book" msgstr "முகவரி புத்தகத்தில் சேர் (_A)" -#: ../mail/em-subscribe-editor.c:600 +#: ../mail/em-popup.c:726 +#, c-format +msgid "Open in %s..." +msgstr "%s இல் திற..." + +#: ../mail/em-subscribe-editor.c:605 msgid "This store does not support subscriptions, or they are not enabled." msgstr "இந்த கிடங்கு உறுப்பினர் சேர்க்கைக்கு ஆதரவு தராது அல்லது இந்த வசதி செயல்படுத்தப்படவில்லை" -#: ../mail/em-subscribe-editor.c:633 +#: ../mail/em-subscribe-editor.c:638 msgid "Subscribed" msgstr "உறுப்பினராக்கப்பட்டீர்" -#: ../mail/em-subscribe-editor.c:637 +#: ../mail/em-subscribe-editor.c:642 msgid "Folder" msgstr "அடைவு" #. FIXME: This is just to get the shadow, is there a better way? -#: ../mail/em-subscribe-editor.c:839 +#: ../mail/em-subscribe-editor.c:858 msgid "Please select a server." msgstr "சேவகனை தேர்வு செய்யவும்" -#: ../mail/em-subscribe-editor.c:860 +#: ../mail/em-subscribe-editor.c:894 msgid "No server has been selected" msgstr "சேவகன் எதுவும் தேர்வு செய்யப்படவில்லை" #. Check buttons -#: ../mail/em-utils.c:121 -#: ../plugins/attachment-reminder/attachment-reminder.c:128 +#: ../mail/em-utils.c:122 +#: ../plugins/attachment-reminder/attachment-reminder.c:130 msgid "_Do not show this message again." msgstr "(_D) இந்த செய்தியை மீண்டும் காட்டாதே." -#: ../mail/em-utils.c:317 +#: ../mail/em-utils.c:318 msgid "Message Filters" msgstr "செய்தி வடிப்பிகள்" -#: ../mail/em-utils.c:370 +#: ../mail/em-utils.c:371 msgid "message" msgstr "செய்திகள்" -#: ../mail/em-utils.c:654 +#: ../mail/em-utils.c:655 msgid "Save Message..." msgstr "செய்தியை சேமி" -#: ../mail/em-utils.c:704 +#: ../mail/em-utils.c:705 msgid "Add address" msgstr "முகவரியை சேர்" #. Drop filename for messages from a mailbox -#: ../mail/em-utils.c:1225 +#: ../mail/em-utils.c:1226 #, c-format msgid "Messages from %s" msgstr " %s லிருந்து செய்தி" @@ -13235,7 +11805,6 @@ msgid "\"Send and Receive Mail\" window width" msgstr "\"மின்னஞ்சலை அனுப்பு & பெறு\" சாளர அகலம்" #: ../mail/evolution-mail.schemas.in.h:4 -#| msgid "Allows evolution to display text part of limited size" msgid "Allows Evolution to display text part of limited size" msgstr "அளவான உரையை காட்ட எவலூஷனை அனுமதிக்கிறது." @@ -13412,7 +11981,6 @@ msgid "Directory for saving mail component files." msgstr "அஞ்சல் கூறுகள் கோப்புகளை சேமிக்க அடைவு " #: ../mail/evolution-mail.schemas.in.h:41 -#| msgid "Disable or enable ellipsizing of folder names in folder tree" msgid "Disable or enable ellipsizing of folder names in side bar" msgstr "பக்க பட்டியில் அடைவு பெயர்களை அடைப்பில் அமைப்பதை முடமாக்கு அல்லது செயலாக்கு" @@ -13445,29 +12013,28 @@ msgid "Enable or disable magic space bar" msgstr "மாய வெற்றிட பலகத்தை செயல்படுத்து அல்லது செயல்நீக்கு" #: ../mail/evolution-mail.schemas.in.h:49 +msgid "Enable or disable the prompt whilst marking multiple messages." +msgstr "பல செய்திகளை குறி இடும் போது தூண்டல் செய்திகளை செயல்நீக்கம்/ இயலுமை செய்கிறது." + +#: ../mail/evolution-mail.schemas.in.h:50 msgid "Enable or disable type ahead search feature" msgstr "உள்ளிடும்போதே தேடும் அம்சத்தின் வகையை செயல்படுத்து அல்லது செயல்நீக்கு" -#: ../mail/evolution-mail.schemas.in.h:50 +#: ../mail/evolution-mail.schemas.in.h:51 msgid "Enable search folders" msgstr "தேடும் அடைவுகள் - செயல்படுத்து அல்லது செயல்நீக்கு" -#: ../mail/evolution-mail.schemas.in.h:51 +#: ../mail/evolution-mail.schemas.in.h:52 msgid "Enable search folders on startup." msgstr "துவக்கத்தில் கோப்புகளை தேடுதல் - செயல்படுத்து அல்லது செயல்நீக்கு." -#: ../mail/evolution-mail.schemas.in.h:52 +#: ../mail/evolution-mail.schemas.in.h:53 msgid "" -"Enable side bar search feature so that you can start interactive searching " -"by typing in the text. Use is that you can easily find a folder in that side " -"bar by just typing the folder name and the selection jumps automatically to " -"that folder." -msgstr "" -"பக்க பலக தேடல் சிறப்பு அம்சத்தை செயல்படுத்துக. இதனால் உரை உள்ளிடுவதால் ஊடாடு தேடலை " -"ஆரம்பிக்கலாம். பயன் என்னவென்றால் பக்க பலகத்தில் ஒரு அடைவின் பெயரை உள்ளிட்டு சுலபமாக அதை " -"கண்டு பிடிக்கலாம். உடனே தேர்வு அதற்கு சென்றுவிடும்." +"Enable the side bar search feature to allow interactive searching of folder " +"names." +msgstr "அடைவு பெயர்களை ஊடாடி தேட பக்கப்பலக தேடலை செயல்படுத்துக. " -#: ../mail/evolution-mail.schemas.in.h:53 +#: ../mail/evolution-mail.schemas.in.h:54 msgid "" "Enable this to use Space bar key to scroll in message preview, message list " "and folders." @@ -13475,44 +12042,48 @@ msgstr "" "செய்திகள் முன்பார்வை, செய்திகள் பட்டியல் மற்றும் அடைவுகள் இவற்றில் உருள இடைவெளி விசையை " "பயன் படுத்த இதை தேர்வு செய்க. " -#: ../mail/evolution-mail.schemas.in.h:54 +#: ../mail/evolution-mail.schemas.in.h:55 msgid "Enable to render message text part of limited size." msgstr "அளவான செய்தி உரை பகுதியை வரைவை செயல்படுத்து" -#: ../mail/evolution-mail.schemas.in.h:55 +#: ../mail/evolution-mail.schemas.in.h:56 msgid "Enable/disable caret mode" msgstr "காரட் பாங்கை செயல்படுத்து/செயல்படுத்தாதே" -#: ../mail/evolution-mail.schemas.in.h:56 ../mail/mail-config.glade.h:81 +#: ../mail/evolution-mail.schemas.in.h:57 ../mail/mail-config.glade.h:86 msgid "Encode file names in an Outlook/GMail way" msgstr "கோப்பு பெயர்களை அவுட்லுக்/ஜிமெய்ல் பாங்கில் குறியாக்கு" -#: ../mail/evolution-mail.schemas.in.h:57 +#: ../mail/evolution-mail.schemas.in.h:58 msgid "" -"Encode file names in the mail headers same as Outlook or GMail does, to let " -"them understand localized file names sent by Evolution, because they do not " -"follow the RFC 2231, but uses incorrect RFC 2047 standard." -msgstr "அஞ்சல் தலைப்பில் கோப்பு பெயர்களை அவுட்லுக் அல்லது ஜிமெய்ல் செய்வது போலவே காட்டுக. அப்போதுதான் அவை எவல்யூஷன் அனுப்பும் கோப்பு பெயர்களை புரிந்துகொள்ளும். ஏனெனில் அவை ஆர்எஃப்சி 2231 ஐ பயன்படுத்தாது தவறான ஆர்எஃப்சி2047 செந்தரத்தை பயன்படுத்துகின்றன.." +"Encode file names in the mail headers same as Outlook or GMail do, to let " +"them display correctly file names with UTF-8 letters sent by Evolution, " +"because they do not follow the RFC 2231, but use the incorrect RFC 2047 " +"standard." +msgstr "" +"அஞ்சல் தலைப்பில் கோப்பு பெயர்களை அவுட்லுக் அல்லது ஜிமெய்ல் செய்வது போலவே காட்டுக. " +"அப்போதுதான் அவை எவல்யூஷன் அனுப்பும் யூடிஎஃப்-8 எழுத்துக்கள் உள்ள கோப்பு பெயர்களை புரிந்துகொள்ளும். ஏனெனில் அவை " +"ஆர்எஃப்சி 2231 ஐ பயன்படுத்தாது தவறான ஆர்எஃப்சி2047 செந்தரத்தை பயன்படுத்துகின்றன.." -#: ../mail/evolution-mail.schemas.in.h:58 +#: ../mail/evolution-mail.schemas.in.h:59 msgid "Height of the message-list pane" msgstr "செய்தி-பட்டியல் பலகத்தில் உயரம்" -#: ../mail/evolution-mail.schemas.in.h:59 +#: ../mail/evolution-mail.schemas.in.h:60 msgid "Height of the message-list pane." msgstr "செய்தி-பட்டியல் பலகத்தில் உயரம்" -#: ../mail/evolution-mail.schemas.in.h:60 +#: ../mail/evolution-mail.schemas.in.h:61 msgid "Hides the per-folder preview and removes the selection" msgstr "அடைவு முன்பார்வையை மறைக்கிறது மற்றும் தேர்வை நீக்குகிறது" -#: ../mail/evolution-mail.schemas.in.h:61 +#: ../mail/evolution-mail.schemas.in.h:62 msgid "" "If a user tries to open 10 or more messages at one time, ask the user if " "they really want to do it." msgstr "பயனர் பத்துக்கு மேல் செய்திகளை திறக்க முயற்சி செய்தால் நிச்சயம் செய்ய வேண்டுமா எனக் கேள்." -#: ../mail/evolution-mail.schemas.in.h:62 +#: ../mail/evolution-mail.schemas.in.h:63 msgid "" "If the \"Preview\" pane is on, then show it side-by-side rather than " "vertically." @@ -13520,21 +12091,17 @@ msgstr "" "\"Preview\" முன்பார்வை பலகம் செயலில் இருப்பின் அதை உயரவாக்கில் அல்லாது பக்கத்துக்கு " "பக்கம் காட்டுக" -#: ../mail/evolution-mail.schemas.in.h:63 -#| msgid "" -#| "If there isn't a builtin viewer for a particular mime-type inside " -#| "Evolution, any mime-types appearing in this list which map to a bonobo-" -#| "component viewer in GNOME's mime-type database may be used for displaying " -#| "content." +#: ../mail/evolution-mail.schemas.in.h:64 msgid "" "If there isn't a builtin viewer for a particular MIME type inside Evolution, " "any MIME types appearing in this list which map to a Bonobo component viewer " "in GNOME's MIME type database may be used for displaying content." msgstr "" -"எவல்யூஷனில் குறிப்பிட்ட மைம்வகை காட்சிக்கு உள்ளமை காட்டி இல்லையானால், இந்த பட்டியலில் உள்ள எந்த ஒரு மைம் வகையையும் " -"க்னோமின் போனபோ பொருள் காட்டி ஐ பயன்படுத்தி உள்ளடக்கங்களை காட்ட முடியும்." +"எவல்யூஷனில் குறிப்பிட்ட மைம்வகை காட்சிக்கு உள்ளமை காட்டி இல்லையானால், இந்த பட்டியலில் உள்ள " +"எந்த ஒரு மைம் வகையையும் க்னோமின் போனபோ பொருள் காட்டி ஐ பயன்படுத்தி உள்ளடக்கங்களை காட்ட " +"முடியும்." -#: ../mail/evolution-mail.schemas.in.h:64 +#: ../mail/evolution-mail.schemas.in.h:65 msgid "" "Initial height of the \"Send and Receive Mail\" window. The value updates as " "the user resizes the window vertically." @@ -13542,7 +12109,7 @@ msgstr "" "\"Send and Receive Mail\" சாளரத்தின் ஆரம்ப உயரம். பயனர் சாளரத்தை உயர அளவு மாற்றும் " "போது தானே இது மாறுகிறது." -#: ../mail/evolution-mail.schemas.in.h:65 +#: ../mail/evolution-mail.schemas.in.h:66 msgid "" "Initial maximize state of the \"Send and Receive Mail\" window. The value " "updates when the user maximizes or unmaximizes the window. Note, this " @@ -13555,7 +12122,7 @@ msgstr "" "Receive Mail\" சாளரத்தை அளவு மாற்ற முடியாது ஆகையால் இது எவலூஷனில் பயன்படாது. " "விவரத்துக்காக சும்மா இது சேர்க்கப்பட்டு உள்ளது." -#: ../mail/evolution-mail.schemas.in.h:66 +#: ../mail/evolution-mail.schemas.in.h:67 msgid "" "Initial width of the \"Send and Receive Mail\" window. The value updates as " "the user resizes the window horizontally." @@ -13563,10 +12130,6 @@ msgstr "" "\"Send and Receive Mail\" சாளரத்தின் ஆரம்ப அகலம். பயனர் சாளரத்தை அகல அளவு மாற்றும் " "போது தானே இது மாறுகிறது." -#: ../mail/evolution-mail.schemas.in.h:67 -msgid "It disables/enables the prompt while marking multiple messages." -msgstr "பல செய்திகளை குறி இடும் போது தூண்டல் செய்திகளை செயல்நீக்கம்/ இயலுமை செய்கிறது." - #: ../mail/evolution-mail.schemas.in.h:68 msgid "" "It disables/enables the repeated prompts to ask if offline sync is required " @@ -13598,7 +12161,6 @@ msgid "List of Labels and their associated colors" msgstr "விளக்கச்சீட்டு மற்றும் அதனோடு தொடர்புடைய வண்ணங்களின் பட்டியல்" #: ../mail/evolution-mail.schemas.in.h:74 -#| msgid "List of mime types to check for bonobo component viewers" msgid "List of MIME types to check for Bonobo component viewers" msgstr "போனபோ பொருள் காட்டிகளை சோதிக்க வேண்டிய மைம்வகைகளின் பட்டியல்" @@ -13614,7 +12176,9 @@ msgstr "கணக்குகளின் பட்டியல்" msgid "" "List of accounts known to the mail component of Evolution. The list contains " "strings naming subdirectories relative to /apps/evolution/mail/accounts." -msgstr "எவல்யூஷனுக்கு தெரித்த கணக்கின் பட்டியல். உப அடைவோடு தொடர்புடைய /apps/evolution/mail/accounts பட்டியலில் உள்ளன" +msgstr "" +"எவல்யூஷனுக்கு தெரித்த கணக்கின் பட்டியல். உப அடைவோடு தொடர்புடைய /apps/evolution/mail/" +"accounts பட்டியலில் உள்ளன" #: ../mail/evolution-mail.schemas.in.h:78 msgid "List of custom headers and whether they are enabled." @@ -13637,7 +12201,6 @@ msgid "List of protocol names whose license has been accepted." msgstr "உரிமம் ஏற்கப்பட்ட விதிமுறைகளின் பட்டியல்" #: ../mail/evolution-mail.schemas.in.h:82 -#| msgid "Load images for HTML messages over http" msgid "Load images for HTML messages over HTTP" msgstr "HTML செய்திக்களுக்கான பிம்பத்தை ஹெச்டிடிபி வழியாக ஏற்றவும்" @@ -13802,84 +12365,144 @@ msgid "Server synchronization interval" msgstr "சேவையகத்துடன் ஒருங்கிணைக்கும் இடைவெளி" #: ../mail/evolution-mail.schemas.in.h:121 +msgid "Show \"Bcc\" field when sending a mail message" +msgstr "அஞ்சல் செய்தி அனுப்பும்போது \"மறைநகல்\" புலத்தை காட்டுக" + +#: ../mail/evolution-mail.schemas.in.h:122 +msgid "Show \"Cc\" field when sending a mail message" +msgstr "அஞ்சல் செய்தி அனுப்பும்போது \"கரிநகல்\" புலத்தை காட்டுக" + +#: ../mail/evolution-mail.schemas.in.h:123 +msgid "Show \"From\" field when posting to a newsgroup" +msgstr "அஞ்சல் மடல்குழுவுக்கு அனுப்பும்போது \"அனுப்புநர் \" புலத்தை காட்டுக" + +#: ../mail/evolution-mail.schemas.in.h:124 +msgid "Show \"From\" field when sending a mail message" +msgstr "அஞ்சல் செய்தி அனுப்பும்போது \"அனுப்புநர் \" புலத்தை காட்டுக" + +#: ../mail/evolution-mail.schemas.in.h:125 +msgid "Show \"Reply To\" field when posting to a newsgroup" +msgstr "அஞ்சல் மடலாடல் குழுவுக்கு அனுப்பும்போது \"பதில்-இவருக்கு \" புலத்தை காட்டுக" + +#: ../mail/evolution-mail.schemas.in.h:126 +msgid "Show \"Reply To\" field when sending a mail message" +msgstr "அஞ்சல் செய்தி அனுப்பும்போது \"பதில்-இவருக்கு \" புலத்தை காட்டுக " + +#: ../mail/evolution-mail.schemas.in.h:127 msgid "Show Animations" msgstr "இயங்கு சித்திரங்களை காட்டு" -#: ../mail/evolution-mail.schemas.in.h:122 +#: ../mail/evolution-mail.schemas.in.h:128 msgid "Show animated images as animations." msgstr "இயங்கு சித்திரங்களை இயங்கு சித்திரங்களாக காட்டு" -#: ../mail/evolution-mail.schemas.in.h:123 +#: ../mail/evolution-mail.schemas.in.h:129 msgid "Show deleted messages (with a strike-through) in the message-list." msgstr "அழித்த செய்திகளை அடித்த செய்திகளாக பட்டியலில் காட்டு" -#: ../mail/evolution-mail.schemas.in.h:124 +#: ../mail/evolution-mail.schemas.in.h:130 msgid "Show deleted messages in the message-list" msgstr "நீக்கிய செய்திகளை செய்தி பட்டியலில் காட்டு" -#: ../mail/evolution-mail.schemas.in.h:125 +#: ../mail/evolution-mail.schemas.in.h:131 msgid "Show photo of the sender" msgstr "அனுப்புனர் உடைய படத்தைக் காட்டு " -#: ../mail/evolution-mail.schemas.in.h:128 +#: ../mail/evolution-mail.schemas.in.h:132 +msgid "" +"Show the \"Bcc\" field when sending a mail message. This is controlled from " +"the View menu when a mail account is chosen." +msgstr "அஞ்சல் செய்தி அனுப்பும்போது \"மறைநகல் \" புலத்தை காட்டுக" + +#: ../mail/evolution-mail.schemas.in.h:133 +msgid "" +"Show the \"Cc\" field when sending a mail message. This is controlled from " +"the View menu when a mail account is chosen." +msgstr "அஞ்சல் செய்தி அனுப்பும்போது \"கரிநகல் \" புலத்தை காட்டுக. இது ஒரு அஞ்சல் கணக்கு தேர்வு செய்யப்படும்போது பார்வை மெனுவால் கட்டுப்படுத்தப்படுகிறது." + +#: ../mail/evolution-mail.schemas.in.h:134 +msgid "" +"Show the \"From\" field when posting to a newsgroup. This is controlled from " +"the View menu when a news account is chosen." +msgstr "அஞ்சல் செய்தி அனுப்பும்போது \"அனுப்புநர் \" புலத்தை காட்டுக. இது ஒரு செய்தி கணக்கு தேர்வு செய்யப்படும்போது பார்வை மெனுவால் கட்டுப்படுத்தப்படுகிறது." + +#: ../mail/evolution-mail.schemas.in.h:135 +msgid "" +"Show the \"From\" field when sending a mail message. This is controlled from " +"the View menu when a mail account is chosen." +msgstr "அஞ்சல் செய்தி அனுப்பும்போது \"அனுப்புநர் \" புலத்தை காட்டுக. இது ஒரு அஞ்சல் கணக்கு தேர்வு செய்யப்படும்போது பார்வை மெனுவால் கட்டுப்படுத்தப்படுகிறது." + +#: ../mail/evolution-mail.schemas.in.h:138 +msgid "" +"Show the \"Reply To\" field when posting to a newsgroup. This is controlled " +"from the View menu when a news account is chosen." +msgstr "அஞ்சல் செய்தி அனுப்பும்போது \"பதில்-இவருக்கு \" புலத்தை காட்டுக. இது ஒரு செய்தி கணக்கு தேர்வு செய்யப்படும்போது பார்வை மெனுவால் கட்டுப்படுத்தப்படுகிறது. " + +#: ../mail/evolution-mail.schemas.in.h:139 +msgid "" +"Show the \"Reply To\" field when sending a mail message. This is controlled " +"from the View menu when a mail account is chosen." +msgstr "அஞ்சல் செய்தி அனுப்பும்போது \"பதில்-இவருக்கு \" புலத்தை காட்டுக. இது ஒரு அஞ்சல் கணக்கு தேர்வு செய்யப்படும்போது பார்வை மெனுவால் கட்டுப்படுத்தப்படுகிறது. " + +#: ../mail/evolution-mail.schemas.in.h:140 msgid "" "Show the email-address of the sender in a separate column in the message " "list." msgstr "செய்திகள் பட்டியலில் தனி பத்தியில் அனுப்புனரின் மின்னஞ்சலை காட்டுக." -#: ../mail/evolution-mail.schemas.in.h:129 +#: ../mail/evolution-mail.schemas.in.h:141 msgid "Show the photo of the sender in the message reading pane." msgstr "செய்திகள் படிக்கும் பலகத்தில் அனுப்புனரின் படத்தை காட்டுக" -#: ../mail/evolution-mail.schemas.in.h:130 +#: ../mail/evolution-mail.schemas.in.h:142 msgid "Spell check inline" msgstr "எழுத்துப்பிழையை சோதி" -#: ../mail/evolution-mail.schemas.in.h:131 +#: ../mail/evolution-mail.schemas.in.h:143 msgid "Spell checking color" msgstr "எழுத்து பிழை திருத்த வண்ணம்" -#: ../mail/evolution-mail.schemas.in.h:132 +#: ../mail/evolution-mail.schemas.in.h:144 msgid "Spell checking languages" msgstr "எழுத்துப்பிழை திருத்த மொழி" -#: ../mail/evolution-mail.schemas.in.h:133 +#: ../mail/evolution-mail.schemas.in.h:145 msgid "Subscribe dialog default height" msgstr "உரையாடலின் இயல்பான உயரத்தை அமை" -#: ../mail/evolution-mail.schemas.in.h:134 +#: ../mail/evolution-mail.schemas.in.h:146 msgid "Subscribe dialog default width" msgstr "உரையாடலின் இயல்பான அகலத்தை அமை" -#: ../mail/evolution-mail.schemas.in.h:135 +#: ../mail/evolution-mail.schemas.in.h:147 msgid "Terminal font" msgstr "முனைய எழுத்துரு" -#: ../mail/evolution-mail.schemas.in.h:136 +#: ../mail/evolution-mail.schemas.in.h:148 msgid "Text message part limit" msgstr "உரை செய்திக்கு வரையளவு." -#: ../mail/evolution-mail.schemas.in.h:137 +#: ../mail/evolution-mail.schemas.in.h:149 msgid "The default plugin for Junk hook" msgstr "ஜங்க் ஹூக் க்கு முன்னிருப்பு சொருகுப்பொருள்" -#: ../mail/evolution-mail.schemas.in.h:138 +#: ../mail/evolution-mail.schemas.in.h:150 msgid "The last time empty junk was run, in days since the epoch." msgstr "சகாப்த ஆரம்பத்திலிருந்து. கடைசி நேரம் ஜங்க் காலி செய் இயக்கிய நேரம், தினங்களில்" -#: ../mail/evolution-mail.schemas.in.h:139 +#: ../mail/evolution-mail.schemas.in.h:151 msgid "The last time empty trash was run, in days since the epoch." msgstr "epoch க்கு முன் கடைசியா குப்பை காலி இயக்கப்பட்ட நேரம்" -#: ../mail/evolution-mail.schemas.in.h:140 +#: ../mail/evolution-mail.schemas.in.h:152 msgid "The terminal font for mail display." msgstr "மின்னஞ்சல் காட்டுவதற்கான முனைய எழுத்துரு" -#: ../mail/evolution-mail.schemas.in.h:141 +#: ../mail/evolution-mail.schemas.in.h:153 msgid "The variable width font for mail display." msgstr "மின்னஞ்சலை காட்ட மாற்ற அகல எழுத்துரு" -#: ../mail/evolution-mail.schemas.in.h:142 +#: ../mail/evolution-mail.schemas.in.h:154 msgid "" "This can have three possible values. \"0\" for errors. \"1\" for warnings. " "\"2\" for debug messages." @@ -13887,18 +12510,15 @@ msgstr "" "இதற்கு மூன்று மதிப்புகள் இருக்ககூடும். \"0\" வழுக்கள். \"1\" எச்சரிக்கை. \"2\" " "வழுநீக்கி செய்திகள் ." -#: ../mail/evolution-mail.schemas.in.h:143 -#| msgid "" -#| "This decides the max size of the text part that can be formatted under " -#| "evolution. The default is 4MB / 4096 KB and is specified interms of KB." +#: ../mail/evolution-mail.schemas.in.h:155 msgid "" "This decides the max size of the text part that can be formatted under " "Evolution. The default is 4MB / 4096 KB and is specified in terms of KB." msgstr "" -"எவலூஷனில் ஒழுங்கு படுத்தக்கூடிய அதிகபட்ச உரை அளவை நிர்ணயிக்கிறது. முன்னிருப்பு4MB / 4096 KB. KB இல் " -"குறிக்கப்படும்." +"எவலூஷனில் ஒழுங்கு படுத்தக்கூடிய அதிகபட்ச உரை அளவை நிர்ணயிக்கிறது. முன்னிருப்பு4MB / " +"4096 KB. KB இல் குறிக்கப்படும்." -#: ../mail/evolution-mail.schemas.in.h:144 +#: ../mail/evolution-mail.schemas.in.h:156 msgid "" "This is the default junk plugin, even though there are multiple plugins " "enabled. If the default listed plugin is disabled, then it won't fall back " @@ -13907,7 +12527,7 @@ msgstr "" "செயற்படுத்தியவை சொருகுப்பொருள் பல இருப்பினும் எரிதத்துக்கு முன்னிருப்பு சொருகுப்பொருள். " "இந்த முன்னிருப்பு சொருகுப்பொருளை முடக்கிய பின் மற்றவற்றுக்கு மாறாது." -#: ../mail/evolution-mail.schemas.in.h:145 +#: ../mail/evolution-mail.schemas.in.h:157 msgid "" "This key is read only once and reset to \"false\" after read. This unselects " "the mail in the list and removes the preview for that folder." @@ -13915,7 +12535,7 @@ msgstr "" "இந்த விசை ஒரு முறை மட்டுமே படிக்கப்படும். படித்த பின் இது \"false\" என மாற்றப்படும். " "இது அஞ்சலை பட்டியலில் இருந்து நீக்கி அந்த அடைவுக்கு முன்பார்வையையும் நீக்கும்." -#: ../mail/evolution-mail.schemas.in.h:146 +#: ../mail/evolution-mail.schemas.in.h:158 msgid "" "This key should contain a list of XML structures specifying custom headers, " "and whether they are to be displayed. The format of the XML structure is <" @@ -13925,7 +12545,7 @@ msgstr "" "இந்த விசையில் உள்ள XML சரங்கள் தனி தலைப்பை குறிக்கும், அவைகள் காட்டப்பட வேண்டுமா. " "XMLஅமைப்பு <header enabled> - தலைப்பை காட்டப்பட வேண்டும் எனில் அதை அமைக்கவும் " -#: ../mail/evolution-mail.schemas.in.h:147 +#: ../mail/evolution-mail.schemas.in.h:159 msgid "" "This option is related to the key lookup_addressbook and is used to " "determine whether to look up addresses in local address book only to exclude " @@ -13935,11 +12555,11 @@ msgstr "" "தொடர்புகளை குப்பையாக கொள்ள உள்ளமை முகவரி புத்தகத்தில் மட்டும் தேட வேண்டுமா என " "நிர்ணயிக்கிறது. ." -#: ../mail/evolution-mail.schemas.in.h:148 +#: ../mail/evolution-mail.schemas.in.h:160 msgid "This option would help in improving the speed of fetching." msgstr "இந்த தேர்வு கொண்டு வரும் வேகத்தை அதிகப்படுத்தும்." -#: ../mail/evolution-mail.schemas.in.h:149 +#: ../mail/evolution-mail.schemas.in.h:161 msgid "" "This sets the number of addresses to show in default message list view, " "beyond which a '...' is shown." @@ -13947,7 +12567,7 @@ msgstr "" "முன்னிருப்பு செய்திகள் பட்டியல் காட்சியில் காட்டும் முகவரிகள் எண்ணிக்கை. அதற்கு பின் '...' " "என காட்டப்படும். " -#: ../mail/evolution-mail.schemas.in.h:150 +#: ../mail/evolution-mail.schemas.in.h:162 msgid "" "This setting specifies whether the threads should be in expanded or " "collapsed state by default. Evolution requires a restart." @@ -13955,7 +12575,7 @@ msgstr "" "இந்த தேர்வு முன்னிருப்பாக இழைகள் விரிவாக்கப்பட வேண்டுமா அல்லது குறுக்கப்பட வேண்டுமா என " "குறிக்கிறது. எவல்யூஷன் ஐ மீள் துவக்க வேண்டும்." -#: ../mail/evolution-mail.schemas.in.h:151 +#: ../mail/evolution-mail.schemas.in.h:163 msgid "" "This setting specifies whether the threads should be sorted based on latest " "message in each thread, rather than by message's date. Evolution requires a " @@ -13964,130 +12584,89 @@ msgstr "" "இந்த தேர்வு முன்னிருப்பாக இழைகள் தேதியை விடுத்து சமீபத்திய செய்தி முதலில் என்ற " "அடிப்படையில் காட்டப்பட வேண்டுமா என குறிக்கிறது. எவல்யூஷன் ஐ மீள் துவக்க வேண்டும்." -#: ../mail/evolution-mail.schemas.in.h:152 +#: ../mail/evolution-mail.schemas.in.h:164 msgid "Thread the message list." msgstr "செய்தி பட்டியலின் இழையை அமை" -#: ../mail/evolution-mail.schemas.in.h:153 +#: ../mail/evolution-mail.schemas.in.h:165 msgid "Thread the message-list" msgstr "செய்தி பட்டியலின் இழையை அமை" -#: ../mail/evolution-mail.schemas.in.h:154 +#: ../mail/evolution-mail.schemas.in.h:166 msgid "Thread the message-list based on Subject" msgstr "செய்தி பட்டியலின் இழையை தலைப்பின் படி அமை" -#: ../mail/evolution-mail.schemas.in.h:155 +#: ../mail/evolution-mail.schemas.in.h:167 msgid "Timeout for marking message as seen" msgstr "செய்தியை பார்க்கப்பட்டதாக மாற்ற செலவாகும் நேரத்தை அமை" -#: ../mail/evolution-mail.schemas.in.h:156 +#: ../mail/evolution-mail.schemas.in.h:168 msgid "Timeout for marking message as seen." msgstr "செய்தியை பார்க்கப்பட்டதாக மாற்ற செலவாகும் நேரத்தை அமை" -#: ../mail/evolution-mail.schemas.in.h:157 +#: ../mail/evolution-mail.schemas.in.h:169 msgid "UID string of the default account." msgstr "இயல்பான சரத்தின் UID" -#: ../mail/evolution-mail.schemas.in.h:158 +#: ../mail/evolution-mail.schemas.in.h:170 msgid "Underline color for misspelled words when using inline spelling." msgstr "உள்ளமை எழுத்து திருத்தி பயனாகும்போது பிழையான சொற்களுக்கு அடிக்கோடு நிறம்." -#: ../mail/evolution-mail.schemas.in.h:159 +#: ../mail/evolution-mail.schemas.in.h:171 msgid "Use SpamAssassin daemon and client" msgstr "ஸ்பாம் அஸாஸின் கிங்கரன் மற்றும் சார்ந்தோன் ஐ பயன்படுத்து." -#: ../mail/evolution-mail.schemas.in.h:160 +#: ../mail/evolution-mail.schemas.in.h:172 msgid "Use SpamAssassin daemon and client (spamc/spamd)." msgstr "ஸ்பாம் அஸாஸின் கிங்கரன் மற்றும் சார்ந்தோன் (spamc/spamd) ஐ பயன்படுத்து." -#: ../mail/evolution-mail.schemas.in.h:161 +#: ../mail/evolution-mail.schemas.in.h:173 msgid "Use custom fonts" msgstr "தனிப்பயன் எழுதுருவை பயன்படுத்து" -#: ../mail/evolution-mail.schemas.in.h:162 +#: ../mail/evolution-mail.schemas.in.h:174 msgid "Use custom fonts for displaying mail." msgstr "மின்னஞ்சலை காட்ட தனிப்பயன் எழுத்துருவை பயன்படுத்து" -#: ../mail/evolution-mail.schemas.in.h:163 +#: ../mail/evolution-mail.schemas.in.h:175 msgid "Use only local spam tests." msgstr "தனி ஸ்பாம் சோதனையை பயன்படுத்து" -#: ../mail/evolution-mail.schemas.in.h:164 +#: ../mail/evolution-mail.schemas.in.h:176 msgid "Use only the local spam tests (no DNS)." msgstr "தனி ஸ்பாம் சோதனையை பயன்படுத்து(no DNS)." -#: ../mail/evolution-mail.schemas.in.h:165 +#: ../mail/evolution-mail.schemas.in.h:177 msgid "Use side-by-side or wide layout" msgstr "பக்கங்களில் அல்லது அகல அமைப்பில் பயன்படுத்தவும்" -#: ../mail/evolution-mail.schemas.in.h:166 +#: ../mail/evolution-mail.schemas.in.h:178 msgid "Variable width font" msgstr "மாறி அகல எழுத்துரு" -#: ../mail/evolution-mail.schemas.in.h:167 -msgid "View/Bcc menu item is checked" -msgstr "பார்/மறைநகல் மெனு உருப்படி தேர்வு செய்யப்பட்டது" - -#: ../mail/evolution-mail.schemas.in.h:168 -msgid "View/Bcc menu item is checked." -msgstr "பார்/மறைநகல் மெனு உருப்படி தேர்வு செய்யப்பட்டது" - -#: ../mail/evolution-mail.schemas.in.h:169 -msgid "View/Cc menu item is checked" -msgstr "பார்/கரிநகல் மெனு உருப்படி தேர்வு செய்யப்பட்டது" - -#: ../mail/evolution-mail.schemas.in.h:170 -msgid "View/Cc menu item is checked." -msgstr "பார்/கரிநகல் மெனு உருப்படி தேர்வு செய்யப்பட்டது" - -#: ../mail/evolution-mail.schemas.in.h:171 -msgid "View/From menu item is checked" -msgstr "பார்/பெருநர் மெனு உருப்படி தேர்வு செய்யப்பட்டது" - -#: ../mail/evolution-mail.schemas.in.h:172 -msgid "View/From menu item is checked." -msgstr "பார்/பெருநர் மெனு உருப்படி தேர்வு செய்யப்பட்டது" - -#: ../mail/evolution-mail.schemas.in.h:173 -msgid "View/PostTo menu item is checked" -msgstr "பார்/இவருக்கு அனுப்பு மெனு உருப்படி தேர்வு செய்யப்பட்டது" - -#: ../mail/evolution-mail.schemas.in.h:174 -msgid "View/PostTo menu item is checked." -msgstr "பார்/இவருக்கு அனுப்பு மெனு உருப்படி தேர்வு செய்யப்பட்டது" - -#: ../mail/evolution-mail.schemas.in.h:175 -msgid "View/ReplyTo menu item is checked" -msgstr "பார்/பதிலளி அனுப்பு மெனு உருப்படி தேர்வு செய்யப்பட்டது" - -#: ../mail/evolution-mail.schemas.in.h:176 -msgid "View/ReplyTo menu item is checked." -msgstr "பார்/பதிலளி அனுப்பு மெனு உருப்படி தேர்வு செய்யப்பட்டது" - -#: ../mail/evolution-mail.schemas.in.h:177 +#: ../mail/evolution-mail.schemas.in.h:179 msgid "Whether a read receipt request gets added to every message by default." msgstr " படித்ததாக சான்று கேட்பது ஒவ்வொரு செய்திக்கும் முன்னிருப்பாக சேர்க்க வேண்டுமா ." -#: ../mail/evolution-mail.schemas.in.h:178 -#| msgid "Whether disable ellipsizing feature of folder names in folder tree." +#: ../mail/evolution-mail.schemas.in.h:180 msgid "Whether disable ellipsizing feature of folder names in side bar." msgstr "பக்க பட்டியில் அடைவு பெயர்களை அடைப்பில் அமைப்பதை முடமாக்க வேண்டுமா." -#: ../mail/evolution-mail.schemas.in.h:179 +#: ../mail/evolution-mail.schemas.in.h:181 msgid "" "Whether or not to fall back on threading by subjects when the messages do " "not contain In-Reply-To or References headers." msgstr "பதிலளி தலைப்பு இல்லையெனில் தலைப்புகள் இழையாக்கப்ப்டுவதை தவிர்க்கவும்." -#: ../mail/evolution-mail.schemas.in.h:180 +#: ../mail/evolution-mail.schemas.in.h:182 msgid "Whether sort threads based on latest message in that thread" msgstr "இழையில் சமீபத்திய செய்தி முதலில் என்ற அடிப்படையில் அடுக்க வேண்டுமா" -#: ../mail/evolution-mail.schemas.in.h:181 +#: ../mail/evolution-mail.schemas.in.h:183 msgid "Width of the message-list pane" msgstr "செய்திகள் பட்டியல் பலகத்தின் அகலம் " -#: ../mail/evolution-mail.schemas.in.h:182 +#: ../mail/evolution-mail.schemas.in.h:184 msgid "Width of the message-list pane." msgstr "செய்தி-பட்டியல் பலகத்தில் அகலம்." @@ -14128,7 +12707,7 @@ msgstr "மின்னஞ்சல் பெட்டியை ஏற்றவ� #. Destination folder, was set in our widget #: ../mail/importers/mail-importer.c:231 #: ../plugins/pst-import/pst-importer.c:457 -#: ../plugins/pst-import/pst-importer.c:563 ../shell/e-shell-importer.c:512 +#: ../plugins/pst-import/pst-importer.c:563 ../shell/e-shell-importer.c:537 #, c-format msgid "Importing `%s'" msgstr "`%s' ஏற்றுகிறது" @@ -14174,91 +12753,91 @@ msgstr "%s மின்னஞ்சல் பட்டியல்" msgid "Add Filter Rule" msgstr "வடிகட்டி விதிமுறையை சேர்" -#: ../mail/mail-component.c:550 +#: ../mail/mail-component.c:552 #, c-format msgid "%d selected, " msgid_plural "%d selected, " msgstr[0] " %d தேர்ந்தெடுக்கப்பட்டது, " msgstr[1] " %d தேர்ந்தெடுக்கப்பட்டது, " -#: ../mail/mail-component.c:554 +#: ../mail/mail-component.c:556 #, c-format msgid "%d deleted" msgid_plural "%d deleted" msgstr[0] "%d நீக்கப்பட்டது" msgstr[1] "%d நீக்கப்பட்டது" -#: ../mail/mail-component.c:561 +#: ../mail/mail-component.c:563 #, c-format msgid "%d junk" msgid_plural "%d junk" msgstr[0] "%d குப்பை" msgstr[1] "%d குப்பை" -#: ../mail/mail-component.c:564 +#: ../mail/mail-component.c:566 #, c-format msgid "%d draft" msgid_plural "%d drafts" msgstr[0] "%d ஆவணம்" msgstr[1] "%d ஆவணம்" -#: ../mail/mail-component.c:566 +#: ../mail/mail-component.c:568 #, c-format msgid "%d sent" msgid_plural "%d sent" msgstr[0] "%d அனுப்பப்பட்டது" msgstr[1] "%d அனுப்பப்பட்டது" -#: ../mail/mail-component.c:568 +#: ../mail/mail-component.c:570 #, c-format msgid "%d unsent" msgid_plural "%d unsent" msgstr[0] "%d அனுப்பப்படவில்லை" msgstr[1] "%d அனுப்பப்படவில்லை" -#: ../mail/mail-component.c:574 +#: ../mail/mail-component.c:576 #, c-format msgid "%d unread, " msgid_plural "%d unread, " msgstr[0] "%d படிக்காதது" msgstr[1] "%d படிக்காதது" -#: ../mail/mail-component.c:575 +#: ../mail/mail-component.c:577 #, c-format msgid "%d total" msgid_plural "%d total" msgstr[0] "%d மொத்தம்" msgstr[1] "%d மொத்தம்" -#: ../mail/mail-component.c:927 +#: ../mail/mail-component.c:929 msgid "New Mail Message" msgstr "புதிய மின்னஞ்சல் செய்தி" # msgctxt "New" -#: ../mail/mail-component.c:928 +#: ../mail/mail-component.c:930 msgctxt "New" msgid "_Mail Message" msgstr "மின்னஞ்சல் செய்தி (_M)" -#: ../mail/mail-component.c:929 +#: ../mail/mail-component.c:931 msgid "Compose a new mail message" msgstr "புதிய மின்னஞ்சல் செய்தியை தொகு" -#: ../mail/mail-component.c:935 +#: ../mail/mail-component.c:937 msgid "New Mail Folder" msgstr "புதிய மின்னஞ்சல் அடைவு" # msgctxt "New" -#: ../mail/mail-component.c:936 +#: ../mail/mail-component.c:938 msgctxt "New" msgid "Mail _Folder" msgstr "மின்னஞ்சல் அடைவு (_F)" -#: ../mail/mail-component.c:937 +#: ../mail/mail-component.c:939 msgid "Create a new mail folder" msgstr "புதிய மின்னஞ்சல் அடைவை உருவாக்கு" -#: ../mail/mail-component.c:1084 +#: ../mail/mail-component.c:1086 msgid "Failed upgrading Mail settings or folders." msgstr "மின்னஞ்சல் அமைப்புகள் அடைவை மேம்படுத்துதல் தோல்வியுற்றது" @@ -14423,59 +13002,81 @@ msgstr "எப்போதும் மறையாக்கம் செய்� msgid "Always request rea_d receipt" msgstr "எப்போதும் படிக்க பெற்றவற்றுக்கு இரசீது கோரவும் (_d)" -#: ../mail/mail-config.glade.h:46 +#: ../mail/mail-config.glade.h:45 +msgid "" +"Attachment\n" +"Inline\n" +"Quoted" +msgstr "" +"இணைப்பு \n" +"உள்ளடகத்தில்\n" +"மேற்கோளாக " + +#: ../mail/mail-config.glade.h:48 +msgid "" +"Attachment\n" +"Inline (Outlook style)\n" +"Quoted\n" +"Do not quote" +msgstr "" +"இணைப்பு \n" +"உள்ளடகத்தில் (அவுட்லுக் போல)\n" +"மேற்கோளாக \n" +"மேற்கோள் வேண்டாம் " + +#: ../mail/mail-config.glade.h:52 msgid "Automatically insert _emoticon images" msgstr "(_e) தானியங்கியாக குறுநகைவி படங்களை நுழைக்கவும்" -#: ../mail/mail-config.glade.h:47 +#: ../mail/mail-config.glade.h:53 msgid "Baltic (ISO-8859-13)" msgstr "பால்டிக் (ISO-8859-13)" -#: ../mail/mail-config.glade.h:48 +#: ../mail/mail-config.glade.h:54 msgid "Baltic (ISO-8859-4)" msgstr "பால்டிக் (ISO-8859-4)" -#: ../mail/mail-config.glade.h:49 +#: ../mail/mail-config.glade.h:55 msgid "C_haracter set:" msgstr "(_h)எழுத்துரு வகை:" -#: ../mail/mail-config.glade.h:50 +#: ../mail/mail-config.glade.h:56 msgid "Ch_eck for Supported Types " msgstr "(_e)ஆதரவுள்ள வகைகளை சோதி" -#: ../mail/mail-config.glade.h:51 +#: ../mail/mail-config.glade.h:57 msgid "Check cu_stom headers for junk" msgstr "(_s) தேவையற்ற மின்னஞ்சல்களுக்கு தனிப்பயன் தலைப்புகளை சோதிக்கவும்" -#: ../mail/mail-config.glade.h:52 +#: ../mail/mail-config.glade.h:58 msgid "Check incoming _messages for junk" msgstr "(_m) உள்வரும் செய்திகலில் தேவையற்ற மின்னஞ்சல்களுக்கு சோதிக்கவும்" -#: ../mail/mail-config.glade.h:53 +#: ../mail/mail-config.glade.h:59 msgid "Check spelling while I _type" msgstr "(_t)தட்டச்சு செய்யும் போதே சொல்பிழை உள்ளதா என சோதி" -#: ../mail/mail-config.glade.h:54 +#: ../mail/mail-config.glade.h:60 msgid "Checks incoming mail messages to be Junk" msgstr "தேவையற்ற மின்னஞ்சல்களை சோதி" -#: ../mail/mail-config.glade.h:55 +#: ../mail/mail-config.glade.h:61 msgid "Cle_ar" msgstr "துடை (_a)" -#: ../mail/mail-config.glade.h:56 +#: ../mail/mail-config.glade.h:62 msgid "Clea_r" msgstr "துடை (_r)" -#: ../mail/mail-config.glade.h:57 +#: ../mail/mail-config.glade.h:63 msgid "Color for _misspelled words:" msgstr "(_m)பிழையுள்ள வார்த்தைகளின் நிறம்:" -#: ../mail/mail-config.glade.h:58 +#: ../mail/mail-config.glade.h:64 msgid "Confirm _when expunging a folder" msgstr "(_w)அடைவு முழுமையாக நீக்கப்படும் போது நினைவூட்டு" -#: ../mail/mail-config.glade.h:59 +#: ../mail/mail-config.glade.h:65 msgid "" "Congratulations, your mail configuration is complete.\n" "\n" @@ -14491,176 +13092,163 @@ msgstr "" "\n" "\"Apply\" என்பதை க்ளிக் செய்து சேமிக்கவும்" -#: ../mail/mail-config.glade.h:65 +#: ../mail/mail-config.glade.h:71 msgid "De_fault" msgstr "(_f)இயல்பான" -#: ../mail/mail-config.glade.h:66 +#: ../mail/mail-config.glade.h:72 msgid "Default character e_ncoding:" msgstr "(_n)இயல்பான எழுத்துரு குறியீட்டு முறை" -#: ../mail/mail-config.glade.h:68 +#: ../mail/mail-config.glade.h:74 msgid "Delete junk messages on e_xit" msgstr "(_x) வெளியேறும் போது எரிதங்களை நீக்கு" -#: ../mail/mail-config.glade.h:70 +#: ../mail/mail-config.glade.h:76 msgid "Digitally sign o_utgoing messages (by default)" msgstr "(_u) வெளி செல்லும் செய்திகளுக்கு டிஜிட்டல் முறையில் கையொப்பமிடு (முன்னிருப்பாக)" -#: ../mail/mail-config.glade.h:71 +#: ../mail/mail-config.glade.h:77 msgid "Do not format messages when text si_ze exceeds" msgstr "(_z) உரை அளவு இதற்கு மேல் போனால் அஞ்சல் உள்ளடக்கத்தை ஒழுங்கு செய்யாதே" -#: ../mail/mail-config.glade.h:72 +#: ../mail/mail-config.glade.h:78 msgid "Do not mar_k messages as junk if sender is in my address book" msgstr "(_k)அனுப்புனர் என் முகவரி புத்தகத்தில் இருந்தால் செய்தியை குப்பை என குறியிடாதே" -#: ../mail/mail-config.glade.h:73 -msgid "Do not quote" -msgstr "மேற்கோள் காட்ட வேண்டாம்" - -#: ../mail/mail-config.glade.h:74 +#: ../mail/mail-config.glade.h:79 msgid "Done" msgstr "முடிந்தது" -#: ../mail/mail-config.glade.h:75 +#: ../mail/mail-config.glade.h:80 msgid "Drafts _Folder:" msgstr "(_F)வரைவு அடைவு:" -#: ../mail/mail-config.glade.h:76 +#: ../mail/mail-config.glade.h:81 msgid "Email Accounts" msgstr "மின்னஞ்சல் முகவரிகள்" -#: ../mail/mail-config.glade.h:77 +#: ../mail/mail-config.glade.h:82 msgid "Email _Address:" msgstr "(_A)மின்னஞ்சல் முகவரிகள்:" -#: ../mail/mail-config.glade.h:78 +#: ../mail/mail-config.glade.h:83 msgid "Empty trash folders on e_xit" msgstr "(_x)வெளியேறும் போது குப்பை தொட்டி அடைவை காலி செய்" -#: ../mail/mail-config.glade.h:79 -#| msgid "Enable Magic S_pacebar " +#: ../mail/mail-config.glade.h:84 msgid "Enable Magic S_pacebar" msgstr "(_p) மாய வெற்று இட விசையை செயல்படுத்து " -#: ../mail/mail-config.glade.h:80 +#: ../mail/mail-config.glade.h:85 msgid "Enable Sea_rch Folders" msgstr "(_r) அடைவுகள் தேடலை செயலாக்கு." -#: ../mail/mail-config.glade.h:82 +#: ../mail/mail-config.glade.h:87 msgid "Encry_ption certificate:" msgstr "(_p)குறிமுறையாக்க சான்றிதழ்:" -#: ../mail/mail-config.glade.h:83 +#: ../mail/mail-config.glade.h:88 msgid "Encrypt out_going messages (by default)" msgstr "வெளி செல்லும் செய்திகளை குறிமுறையாக்கு(முன்னிருப்பாக) (_g)" -#: ../mail/mail-config.glade.h:85 +#: ../mail/mail-config.glade.h:90 msgid "Fi_xed-width:" msgstr "(_x)நிலையான அகலம்:" -#: ../mail/mail-config.glade.h:86 +#: ../mail/mail-config.glade.h:91 msgid "Fix_ed width Font:" msgstr "_ந நிலையான அகல எழுத்துரு:" -#: ../mail/mail-config.glade.h:87 +#: ../mail/mail-config.glade.h:92 msgid "Font Properties" msgstr "எழுத்துரு பண்புகள்" -#: ../mail/mail-config.glade.h:88 +#: ../mail/mail-config.glade.h:93 msgid "Format messages in _HTML" msgstr "(_H)செய்திகளை HTML மின்னஞ்சலாக அமை" -#: ../mail/mail-config.glade.h:89 +#: ../mail/mail-config.glade.h:94 msgid "Full Nam_e:" msgstr "முழுப் பெயர்: (_e)" -#: ../mail/mail-config.glade.h:91 +#: ../mail/mail-config.glade.h:96 msgid "HTML Messages" msgstr "ஹெச் டிஎம் எல் செய்திகள்" -#: ../mail/mail-config.glade.h:92 +#: ../mail/mail-config.glade.h:97 msgid "H_TTP Proxy:" msgstr "(_T)ஹெச்டிடிபி பதிலாள்:" -#: ../mail/mail-config.glade.h:93 +#: ../mail/mail-config.glade.h:98 msgid "Headers" msgstr "தலைப்புகள்" -#: ../mail/mail-config.glade.h:94 +#: ../mail/mail-config.glade.h:99 msgid "Highlight _quotations with" msgstr "(_q)குறிப்பிட்டவைகலை தனிப்படுத்தி காட்டு" -#: ../mail/mail-config.glade.h:96 -msgid "Inline" -msgstr "உள்ளே" - -#: ../mail/mail-config.glade.h:97 -msgid "Inline (Outlook style)" -msgstr "மூல செய்திகள் உரையில் (அவுட்லுக் போல)" - -#: ../mail/mail-config.glade.h:99 +#: ../mail/mail-config.glade.h:102 msgid "KB" msgstr "கேபி" -#: ../mail/mail-config.glade.h:100 ../mail/message-list.etspec.h:8 +#: ../mail/mail-config.glade.h:103 ../mail/message-list.etspec.h:8 msgid "Labels" msgstr "விளக்கச்சீட்டுகள்" -#: ../mail/mail-config.glade.h:101 +#: ../mail/mail-config.glade.h:104 msgid "Languages Table" msgstr "மொழிகள் அட்டவணை" -#: ../mail/mail-config.glade.h:102 +#: ../mail/mail-config.glade.h:105 msgid "Mail Configuration" msgstr "மின்னஞ்சல் அமைப்பு" -#: ../mail/mail-config.glade.h:103 +#: ../mail/mail-config.glade.h:106 msgid "Mail Headers Table" msgstr "அஞ்சல் தலைப்புகள் அட்டவணை" -#: ../mail/mail-config.glade.h:105 +#: ../mail/mail-config.glade.h:108 msgid "Mailbox location" msgstr "மின்னஞ்சல் பெட்டி இருக்குமிடம்" -#: ../mail/mail-config.glade.h:106 +#: ../mail/mail-config.glade.h:109 msgid "Message Composer" msgstr "செய்தி தொகுப்பி" -#: ../mail/mail-config.glade.h:107 +#: ../mail/mail-config.glade.h:110 msgid "No _Proxy for:" msgstr "(_P) பதிலாள் இல்லை இதற்கு:" -#: ../mail/mail-config.glade.h:108 +#: ../mail/mail-config.glade.h:111 msgid "Note: Underscore in the label name is used as mnemonic identifier in menu." msgstr "" "குறிப்பு: பட்டியில் அடையாள காட்டி பெயர் அடிக்கோடு இட்டு இருப்பின் அது நினைவு கொள் " "குறியாக கருதப்படும்." -#: ../mail/mail-config.glade.h:109 +#: ../mail/mail-config.glade.h:112 msgid "" "Note: you will not be prompted for a password until you connect for the " "first time" msgstr "குறிப்பு: முதல் முறை இணைக்கப்படும் போது கடவுச்சொல் கேட்கும்." -#: ../mail/mail-config.glade.h:110 +#: ../mail/mail-config.glade.h:113 msgid "Option is ignored if a match for custom junk headers is found." msgstr "தனிப்பயன் குப்பை தலைப்பு இருப்பின் தேர்வு உதாசீனப்படுத்தப்படும்.." -#: ../mail/mail-config.glade.h:111 +#: ../mail/mail-config.glade.h:114 msgid "Or_ganization:" msgstr "(_g)நிறுவனம்:" -#: ../mail/mail-config.glade.h:112 +#: ../mail/mail-config.glade.h:115 msgid "PGP/GPG _Key ID:" msgstr "PGP/GPG (_K)விசை அடையாளம்:" -#: ../mail/mail-config.glade.h:113 +#: ../mail/mail-config.glade.h:116 msgid "Pass_word:" msgstr "(_w)கடவுச்சொல்:" -#: ../mail/mail-config.glade.h:115 +#: ../mail/mail-config.glade.h:118 msgid "" "Please enter a descriptive name for this account in the space below.\n" "This name will be used for display purposes only." @@ -14668,7 +13256,7 @@ msgstr "" "தயவு செய்து இந்த கணக்குக்கு கீழுள்ள இடைவெளியில் விவரமான பெயரை\n" " உள்ளிடுக. இது காட்டுவதற்கு மட்டும் பயன்படும்." -#: ../mail/mail-config.glade.h:117 +#: ../mail/mail-config.glade.h:120 msgid "" "Please enter information about the way you will send mail. If you are not " "sure, ask your system administrator or Internet Service Provider." @@ -14676,7 +13264,7 @@ msgstr "" "நீங்கள் மின்னஞ்சல் அனுப்ப விரும்பும் முறையை உள்ளிடவும்தெரியவில்லை என்றால் உங்கள் கணினி " "மேலாளரை கேட்கவும்." -#: ../mail/mail-config.glade.h:118 +#: ../mail/mail-config.glade.h:121 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 " @@ -14686,59 +13274,46 @@ msgstr "" "செய்ய தேவையில்லை.விருப்பப்பட்டால் உங்கள் மின்னஞ்சலோடு செல்லவேண்டிய தகவல்களை பூர்த்தி " "செய்யவும்." -#: ../mail/mail-config.glade.h:119 +#: ../mail/mail-config.glade.h:122 msgid "Please select among the following options" msgstr "கீழுள்ள தேர்வுகளை ஒன்றை தேர்வு செய்யவும்" -#: ../mail/mail-config.glade.h:120 +#: ../mail/mail-config.glade.h:123 msgid "Port:" msgstr "துறை:" -#: ../mail/mail-config.glade.h:121 +#: ../mail/mail-config.glade.h:124 msgid "Pr_ompt when sending messages with only Bcc recipients defined" msgstr "(_o)கரிநகலாக மட்டும் மின்னஞ்சல் அனுப்பபடும் போது நினைவூட்டு" -#: ../mail/mail-config.glade.h:122 -msgid "Quoted" -msgstr "குறிப்பிடப்பட்ட" - -#: ../mail/mail-config.glade.h:123 +#: ../mail/mail-config.glade.h:125 msgid "Re_member password" msgstr "(_m)கடவுச்சொல்லை நினைவில் கொள்" -#: ../mail/mail-config.glade.h:124 +#: ../mail/mail-config.glade.h:126 msgid "Re_ply-To:" msgstr "(_p)பதில் தருக:" -#: ../mail/mail-config.glade.h:126 +#: ../mail/mail-config.glade.h:128 msgid "Remember _password" msgstr "(_p)கடவுச்சொல்லை நினைவில் கொள்" -#: ../mail/mail-config.glade.h:127 -msgid "S_OCKS Host:" -msgstr "(_O) சாக்ஸ் வழங்கி:" - -#: ../mail/mail-config.glade.h:128 +#: ../mail/mail-config.glade.h:129 msgid "S_earch for sender photograph only in local address books" msgstr "(_e) உள்ளமை முகவரி புத்தகங்களில் மட்டும் அனுப்புனர் படத்தை தேடுக" -#: ../mail/mail-config.glade.h:129 +#: ../mail/mail-config.glade.h:130 msgid "S_elect..." msgstr "தேர்ந்தெடு... (_e)" -#: ../mail/mail-config.glade.h:130 +#: ../mail/mail-config.glade.h:131 msgid "S_end message receipts:" msgstr "_e செய்திகள் கிடைத்த தகவலை அனுப்புக:" -#: ../mail/mail-config.glade.h:131 +#: ../mail/mail-config.glade.h:132 msgid "S_tandard Font:" msgstr "(_t)நிலையான எழுத்துரு" -#: ../mail/mail-config.glade.h:133 -#| msgid "Select Folder" -msgid "Select Drafts Folder" -msgstr "வரைவு அடைவை தேர்வு செய்" - #: ../mail/mail-config.glade.h:134 msgid "Select HTML fixed width font" msgstr "HTML நிலையான அகலமுள்ள எழுத்துருவை தேர்வு செய்" @@ -14755,62 +13330,57 @@ msgstr "HTML அகலம் மாறும் எழுத்துருவ� msgid "Select HTML variable width font for printing" msgstr "HTML அகலம் மாறும் எழுத்துருவை அச்சடிப்பதற்காக தேர்வு செய்" -#: ../mail/mail-config.glade.h:138 -#| msgid "Select Folder" -msgid "Select Sent Folder" -msgstr "அனுப்பப்பட்டது அடைவை தேர்வு செய்" - -#: ../mail/mail-config.glade.h:140 +#: ../mail/mail-config.glade.h:139 msgid "Sending Mail" msgstr "மின்னஞ்சல் அனுப்புகிறது" -#: ../mail/mail-config.glade.h:141 +#: ../mail/mail-config.glade.h:140 msgid "Sent _Messages Folder:" msgstr "(_M)அனுப்பப்பட்ட செய்தி உள்ள அடைவு:" -#: ../mail/mail-config.glade.h:142 +#: ../mail/mail-config.glade.h:141 msgid "Ser_ver requires authentication" msgstr "(_v)சேவகனை அணுக அனுமதி தேவை" -#: ../mail/mail-config.glade.h:143 +#: ../mail/mail-config.glade.h:142 msgid "Server _Type: " msgstr "(_T)சேவகன் வகை:" -#: ../mail/mail-config.glade.h:144 +#: ../mail/mail-config.glade.h:143 msgid "Sig_ning certificate:" msgstr "கையொப்பமிடுகிற சான்றிதழ்: (_n)" -#: ../mail/mail-config.glade.h:145 +#: ../mail/mail-config.glade.h:144 msgid "Signat_ure:" msgstr "(_u)கையொப்பம்" -#: ../mail/mail-config.glade.h:146 +#: ../mail/mail-config.glade.h:145 msgid "Signatures" msgstr "கையொப்பம்" -#: ../mail/mail-config.glade.h:147 +#: ../mail/mail-config.glade.h:146 msgid "Signatures Table" msgstr "கையொப்பங்கள் அட்டவணை" -#: ../mail/mail-config.glade.h:148 +#: ../mail/mail-config.glade.h:147 msgid "Spell Checking" msgstr "எழுத்து பிழை திருத்தம்" -#: ../mail/mail-config.glade.h:149 +#: ../mail/mail-config.glade.h:148 msgid "Start _typing at the bottom on replying" msgstr "(_t) பதில் உள்ளிடும்போது கீழிருந்து துவக்கு " -#: ../mail/mail-config.glade.h:150 +#: ../mail/mail-config.glade.h:149 msgid "T_ype: " msgstr "(_y)வகை" -#: ../mail/mail-config.glade.h:151 +#: ../mail/mail-config.glade.h:150 msgid "" "The list of languages here reflects only the languages for which you have a " "dictionary installed." msgstr "நீங்கள் நிறுவியுள்ள அகராதி மொழிகள் மட்டுமே இங்கு பட்டியல் இடப்பட்டன." -#: ../mail/mail-config.glade.h:152 +#: ../mail/mail-config.glade.h:151 msgid "" "The output of this script will be used as your\n" "signature. The name you specify will be used\n" @@ -14820,7 +13390,7 @@ msgstr "" "கையொப்பமாக கொள்ளப்படும். இதில் குறிப்பிடும் பெயர்\n" "உங்கள் பெயராக காட்டப்படும்." -#: ../mail/mail-config.glade.h:155 +#: ../mail/mail-config.glade.h:154 msgid "" "Type the name by which you would like to refer to this account.\n" "For example: \"Work\" or \"Personal\"" @@ -14828,26 +13398,26 @@ msgstr "" "இந்த கணக்குக்கு என்ன பெயரிட விருப்புகிறீர்கள் என்பதை உள்ளிடவும் உதாரணமாக \"Work\" அல்லது " "\"Personal\"" -#: ../mail/mail-config.glade.h:157 +#: ../mail/mail-config.glade.h:156 msgid "Us_ername:" msgstr "(_e)பயனீட்டாளர் பெயர்" -#: ../mail/mail-config.glade.h:158 +#: ../mail/mail-config.glade.h:157 msgid "Use Authe_ntication" msgstr "உண்மைபடுத்தலை பயன்செய் (_n)" -#: ../mail/mail-config.glade.h:159 ../plugins/caldav/caldav-source.c:387 -#: ../plugins/google-account-setup/google-source.c:615 -#: ../plugins/google-account-setup/google-contacts-source.c:316 -#: ../plugins/webdav-account-setup/webdav-contacts-source.c:348 +#: ../mail/mail-config.glade.h:158 ../plugins/caldav/caldav-source.c:368 +#: ../plugins/google-account-setup/google-source.c:613 +#: ../plugins/google-account-setup/google-contacts-source.c:280 +#: ../plugins/webdav-account-setup/webdav-contacts-source.c:308 msgid "User_name:" msgstr "(_n)பயனீட்டாளர் பெயர்" -#: ../mail/mail-config.glade.h:160 +#: ../mail/mail-config.glade.h:159 msgid "V_ariable-width:" msgstr "(_a)மாறும்-அகலம்" -#: ../mail/mail-config.glade.h:161 +#: ../mail/mail-config.glade.h:160 msgid "" "Welcome to the Evolution Mail Configuration Assistant.\n" "\n" @@ -14857,112 +13427,108 @@ msgstr "" "\n" "\"Forward\" என்பதை க்ளிக் செய்து துவங்கவும்." -#: ../mail/mail-config.glade.h:164 +#: ../mail/mail-config.glade.h:163 msgid "_Add Signature" msgstr "(_A)கையொப்பத்தை சேர்" -#: ../mail/mail-config.glade.h:165 +#: ../mail/mail-config.glade.h:164 msgid "_Always load images from the Internet" msgstr "(_A)இணையத்திலிருந்து படங்களை பெற்றுக்கொள்" -#: ../mail/mail-config.glade.h:166 -msgid "_Automatic proxy configuration URL:" -msgstr "(_A) தானியங்கி பதிலாள் உரல் அமைப்பு:" - -#: ../mail/mail-config.glade.h:167 +#: ../mail/mail-config.glade.h:165 msgid "_Default junk plugin:" msgstr "(_D)முன்னிருப்பு எரித சொருகுப்பொருள்:" -#: ../mail/mail-config.glade.h:168 +#: ../mail/mail-config.glade.h:166 msgid "_Direct connection to the Internet" msgstr "(_D) இணையத்துக்கு நேரடி இணைப்பு" -#: ../mail/mail-config.glade.h:169 +#: ../mail/mail-config.glade.h:167 msgid "_Do not sign meeting requests (for Outlook compatibility)" msgstr "சந்திப்பு பற்றிய கோரிக்கைக்கு கையொப்பம் தேவை இல்லை(அவுட்லுக்கில் வேலை செய்வதற்காக) (_D)" -#: ../mail/mail-config.glade.h:171 +#: ../mail/mail-config.glade.h:169 msgid "_Forward style:" msgstr "(_F)முன் அனுப்பும் பாணி:" -#: ../mail/mail-config.glade.h:172 +#: ../mail/mail-config.glade.h:170 msgid "_Keep Signature above the original message on replying" msgstr "பதில் எழுதும் போது கையெழுத்தை மூல செய்திக்கு மேலே வைக்கவும்" -#: ../mail/mail-config.glade.h:173 +#: ../mail/mail-config.glade.h:171 msgid "_Load images in messages from contacts" msgstr "தொடர்புகளிலிருந்து அஞ்சலுக்கு படங்களை ஏற்று (_L)" -#: ../mail/mail-config.glade.h:174 +#: ../mail/mail-config.glade.h:172 msgid "_Lookup in local address book only" msgstr "(_L) உள் முகவரி புத்தக த்தில் மட்டும் தேடு" -#: ../mail/mail-config.glade.h:175 +#: ../mail/mail-config.glade.h:173 msgid "_Make this my default account" msgstr "(_M)இதை இயல்பான கணக்காக குறிக்கவும்" -#: ../mail/mail-config.glade.h:176 +#: ../mail/mail-config.glade.h:174 msgid "_Manual proxy configuration:" msgstr "(_M) கைமுறை பதிலாள் அமைப்பு" -#: ../mail/mail-config.glade.h:177 +#: ../mail/mail-config.glade.h:175 msgid "_Mark messages as read after" msgstr "(_M) பிறகு படி என குறிக்கவும்" -#: ../mail/mail-config.glade.h:179 +#: ../mail/mail-config.glade.h:177 msgid "_Never load images from the Internet" msgstr "(_N)எப்போதும் இணையத்திலிருந்து படங்களை ஏற்றாதே" -#: ../mail/mail-config.glade.h:180 +#: ../mail/mail-config.glade.h:178 msgid "_Path:" msgstr "(_P)பாதை" -#: ../mail/mail-config.glade.h:181 +#: ../mail/mail-config.glade.h:179 msgid "_Prompt on sending HTML mail to contacts that do not want them" msgstr " HTML தேவை இல்லை என்போருக்கு HTML செய்திகளை அனுப்பும் போது நினைவூட்டு (_P)" -#: ../mail/mail-config.glade.h:182 +#: ../mail/mail-config.glade.h:180 msgid "_Prompt when sending messages with an empty subject line" msgstr "(_P)தலைப்பில்லாமல் செய்தி அனுப்பினால் நினைவூட்டு" -#: ../mail/mail-config.glade.h:183 +#: ../mail/mail-config.glade.h:181 msgid "_Reply style:" msgstr "(_R)பதில் பாணி:" -#: ../mail/mail-config.glade.h:184 +#: ../mail/mail-config.glade.h:182 msgid "_Script:" msgstr "(_S)சிறுநிரல்:" -#: ../mail/mail-config.glade.h:185 +#: ../mail/mail-config.glade.h:183 msgid "_Secure HTTP Proxy:" msgstr "(_S) பாதுகாப்பான ஹெச்டிடிபி பதிலாள்:" -#: ../mail/mail-config.glade.h:186 +#: ../mail/mail-config.glade.h:184 msgid "_Select..." msgstr "தேர்ந்தெடு... (_S)" #. If enabled, show animation; if disabled, only display a static image without any animation -#: ../mail/mail-config.glade.h:189 +#: ../mail/mail-config.glade.h:187 msgid "_Show image animations" msgstr "இயங்கு படத்தை காட்டு (_S)" -#: ../mail/mail-config.glade.h:190 +#: ../mail/mail-config.glade.h:188 msgid "_Show the photograph of sender in the message preview" msgstr "(_S) மின்னஞ்சல் முன்பார்வையில் அனுப்புனர் படத்தைக் காட்டு" -#: ../mail/mail-config.glade.h:191 +#: ../mail/mail-config.glade.h:189 msgid "_Shrink To / Cc / Bcc headers to " msgstr "அனுப்புநர் / நகல் / மறைநகல் தலைப்புகளை இங்கு இணைக்கவும் (_S)" -#: ../mail/mail-config.glade.h:192 +#: ../mail/mail-config.glade.h:190 msgid "_Use Secure Connection:" msgstr "பாதுகாப்பான இணைப்பை பயன்படுத்து: (_U)" -#: ../mail/mail-config.glade.h:193 +#: ../mail/mail-config.glade.h:191 msgid "_Use system defaults" msgstr "(_U)கணினி இயல்பானதை பயன்படுத்து" -#: ../mail/mail-config.glade.h:194 +#: ../mail/mail-config.glade.h:192 msgid "_Use the same fonts as other applications" msgstr "(_U)மற்ற பயன்பாடுகள் பயன்படுத்தும் எழுத்துருவையே பயன்படுத்து" @@ -14978,6 +13544,10 @@ msgstr "நிறம்" msgid "description" msgstr "விளக்கம்" +#: ../mail/mail-config.glade.h:198 +msgid "seconds" +msgstr "நிமிடம்" + #: ../mail/mail-dialogs.glade.h:1 msgid " " msgstr " " @@ -15022,7 +13592,7 @@ msgstr "தேடு: (_i)" msgid "Find in Message" msgstr "செய்தியில் கண்டுபிடி" -#: ../mail/mail-dialogs.glade.h:12 ../mail/message-tag-followup.c:276 +#: ../mail/mail-dialogs.glade.h:12 ../mail/message-tag-followup.c:275 msgid "Flag to Follow Up" msgstr "தொடர்வதற்காக குறியிடு" @@ -15035,22 +13605,18 @@ msgid "License Agreement" msgstr "ஒப்பந்தப்பத்திரம்" #: ../mail/mail-dialogs.glade.h:15 -msgid "None Selected" -msgstr "தேர்வு செய்யாத" - -#: ../mail/mail-dialogs.glade.h:16 msgid "S_erver:" msgstr "(_e)சேவகன்:" -#: ../mail/mail-dialogs.glade.h:17 +#: ../mail/mail-dialogs.glade.h:16 msgid "Security Information" msgstr "பாதுகாப்பு தகவல்" -#: ../mail/mail-dialogs.glade.h:18 +#: ../mail/mail-dialogs.glade.h:17 msgid "Specific folders" msgstr "குறிப்பிட்ட அடைவுகள்" -#: ../mail/mail-dialogs.glade.h:19 +#: ../mail/mail-dialogs.glade.h:18 msgid "" "The messages you have selected for follow up are listed below.\n" "Please select a follow up action from the \"Flag\" menu." @@ -15058,42 +13624,42 @@ msgstr "" "தொடந்து கவனிப்பதற்காக நீங்கள் தேர்வு செய்த செய்தி பட்டியலிடப்பட்டுள்ளது\n" "\"Flag\" பட்டிலிருந்து தொடர் தேர்வை தேர்வு செய்யவும்" -#: ../mail/mail-dialogs.glade.h:21 +#: ../mail/mail-dialogs.glade.h:20 msgid "_Accept License" msgstr "அங்கீகாரத்தை ஏற்றுக்கொள் (_A)" -#: ../mail/mail-dialogs.glade.h:22 +#: ../mail/mail-dialogs.glade.h:21 msgid "_Due By:" msgstr "(_D)நிலுவையில்:" -#: ../mail/mail-dialogs.glade.h:23 +#: ../mail/mail-dialogs.glade.h:22 msgid "_Flag:" msgstr "(_F)குறி:" -#: ../mail/mail-dialogs.glade.h:24 +#: ../mail/mail-dialogs.glade.h:23 msgid "_Tick this to accept the license agreement" msgstr "ஒப்பந்த பத்திரத்தை ஏற்க இங்கு சொடுக்கவும்" -#: ../mail/mail-folder-cache.c:834 +#: ../mail/mail-folder-cache.c:835 #, c-format msgid "Pinging %s" msgstr "தொடர்புகொள்கிறது %s" -#: ../mail/mail-ops.c:106 +#: ../mail/mail-ops.c:107 msgid "Filtering Selected Messages" msgstr "தேர்ந்தெடுக்கப்பட்டது செய்திகளை வடிக்கிறது" -#: ../mail/mail-ops.c:265 +#: ../mail/mail-ops.c:266 msgid "Fetching Mail" msgstr "மின்னஞ்சலை கொணர்கிறது" #. sending mail, filtering failed -#: ../mail/mail-ops.c:561 +#: ../mail/mail-ops.c:562 #, c-format msgid "Failed to apply outgoing filters: %s" msgstr "வெளிசெல்லும் வடிகட்டிக்கு அனுப்புவதில் தோல்வி : %s" -#: ../mail/mail-ops.c:573 ../mail/mail-ops.c:602 +#: ../mail/mail-ops.c:574 ../mail/mail-ops.c:603 #, c-format msgid "" "Failed to append to %s: %s\n" @@ -15102,123 +13668,123 @@ msgstr "" "பின்னெழுதுவதில் தோல்வி %s: %s\n" "உள் 'அனுப்பு' அடைவில் போய் சேர்ந்துவிட்டது." -#: ../mail/mail-ops.c:619 +#: ../mail/mail-ops.c:620 #, c-format msgid "Failed to append to local `Sent' folder: %s" msgstr "உள் 'அனுப்பு' அடைவில் சேர்க்கும் போது தோல்வி : %s" -#: ../mail/mail-ops.c:725 +#: ../mail/mail-ops.c:726 ../mail/mail-ops.c:807 msgid "Sending message" msgstr "செய்தி அனுப்புகிறது" -#: ../mail/mail-ops.c:735 +#: ../mail/mail-ops.c:736 #, c-format msgid "Sending message %d of %d" msgstr "%d இல் %d அனுப்பப்படுகிறது" -#: ../mail/mail-ops.c:762 +#: ../mail/mail-ops.c:763 #, c-format msgid "Failed to send %d of %d messages" msgstr "%d இல் %d செய்தி அனுப்புவதில் தோல்வி" -#: ../mail/mail-ops.c:764 ../mail/mail-send-recv.c:700 +#: ../mail/mail-ops.c:765 ../mail/mail-send-recv.c:700 msgid "Canceled." msgstr "ரத்து செய்யப்பட்டது." -#: ../mail/mail-ops.c:766 ../mail/mail-send-recv.c:702 +#: ../mail/mail-ops.c:767 ../mail/mail-send-recv.c:702 msgid "Complete." msgstr "முடிந்தது" -#: ../mail/mail-ops.c:872 +#: ../mail/mail-ops.c:879 msgid "Saving message to folder" msgstr "செய்தியை அடைவில் சேமிக்கிறது" -#: ../mail/mail-ops.c:950 +#: ../mail/mail-ops.c:956 #, c-format msgid "Moving messages to %s" msgstr "%s க்கு செய்தியை நகர்த்துகிறது" -#: ../mail/mail-ops.c:950 +#: ../mail/mail-ops.c:956 #, c-format msgid "Copying messages to %s" msgstr "%s இல் செய்தியை நகலெடுக்கிறது" -#: ../mail/mail-ops.c:1167 +#: ../mail/mail-ops.c:1173 msgid "Forwarded messages" msgstr "செய்தியை முன் அனுப்புகிறது" -#: ../mail/mail-ops.c:1208 +#: ../mail/mail-ops.c:1214 #, c-format msgid "Opening folder %s" msgstr "அடைவை திறக்கிறது %s" -#: ../mail/mail-ops.c:1273 +#: ../mail/mail-ops.c:1279 #, c-format msgid "Retrieving quota information for folder %s" msgstr "அடைவு %sக்கு ஒதுக்கீடு தகவல் வாங்குகிறது" -#: ../mail/mail-ops.c:1342 +#: ../mail/mail-ops.c:1348 #, c-format msgid "Opening store %s" msgstr "கிடங்கை திறக்கிறது %s" -#: ../mail/mail-ops.c:1413 +#: ../mail/mail-ops.c:1419 #, c-format msgid "Removing folder %s" msgstr "அடைவை நீக்குகிறது %s" -#: ../mail/mail-ops.c:1531 +#: ../mail/mail-ops.c:1537 #, c-format msgid "Storing folder '%s'" msgstr "அடைவை சேமிக்கிறது '%s'" -#: ../mail/mail-ops.c:1594 +#: ../mail/mail-ops.c:1600 #, c-format msgid "Expunging and storing account '%s'" msgstr "கணக்கை சேர்க்கிறது மற்றும் அழிக்கிறது '%s'" -#: ../mail/mail-ops.c:1595 +#: ../mail/mail-ops.c:1601 #, c-format msgid "Storing account '%s'" msgstr "கணக்கை சேர்க்கிறது '%s'" -#: ../mail/mail-ops.c:1649 +#: ../mail/mail-ops.c:1655 msgid "Refreshing folder" msgstr "அடைவை புதுப்பிக்கிறது" -#: ../mail/mail-ops.c:1689 ../mail/mail-ops.c:1739 +#: ../mail/mail-ops.c:1695 ../mail/mail-ops.c:1745 msgid "Expunging folder" msgstr "அடைவை அழிக்கிறது" -#: ../mail/mail-ops.c:1736 +#: ../mail/mail-ops.c:1742 #, c-format msgid "Emptying trash in '%s'" msgstr "குப்பைதொட்டியை காலி செய்கிறது '%s'" -#: ../mail/mail-ops.c:1737 +#: ../mail/mail-ops.c:1743 msgid "Local Folders" msgstr "உள் அடைவுகள்" -#: ../mail/mail-ops.c:1818 +#: ../mail/mail-ops.c:1824 #, c-format msgid "Retrieving message %s" msgstr "செய்திகளை மீட்கிறது %s" -#: ../mail/mail-ops.c:1925 +#: ../mail/mail-ops.c:1933 #, c-format msgid "Retrieving %d message" msgid_plural "Retrieving %d messages" msgstr[0] "%d செய்தியை மீட்கிறது" msgstr[1] "%d செய்திகளை மீட்கிறது" -#: ../mail/mail-ops.c:2010 +#: ../mail/mail-ops.c:2018 #, c-format msgid "Saving %d message" msgid_plural "Saving %d messages" msgstr[0] "%d செய்தியை சேமிக்கிறது" msgstr[1] "%d செய்திகளை சேமிக்கிறது" -#: ../mail/mail-ops.c:2088 +#: ../mail/mail-ops.c:2096 #, c-format msgid "" "Error saving messages to: %s:\n" @@ -15227,11 +13793,11 @@ msgstr "" "செய்தியை சேமிக்கும் போது பிழை: %s:\n" " %s" -#: ../mail/mail-ops.c:2160 +#: ../mail/mail-ops.c:2168 msgid "Saving attachment" msgstr "இணைப்பை சேமிக்கிறது" -#: ../mail/mail-ops.c:2178 ../mail/mail-ops.c:2186 +#: ../mail/mail-ops.c:2186 ../mail/mail-ops.c:2194 #, c-format msgid "" "Cannot create output file: %s:\n" @@ -15240,27 +13806,27 @@ msgstr "" "விளைவுக்கோப்பை உருவாக்க முடியவில்லை: %s:\n" " %s" -#: ../mail/mail-ops.c:2201 +#: ../mail/mail-ops.c:2209 #, c-format msgid "Could not write data: %s" msgstr "தகவலை எழுத முடியவில்லை: %s" -#: ../mail/mail-ops.c:2347 +#: ../mail/mail-ops.c:2355 #, c-format msgid "Disconnecting from %s" msgstr "%s லிருந்து துண்டிக்கப்படுகிறது" -#: ../mail/mail-ops.c:2347 +#: ../mail/mail-ops.c:2355 #, c-format msgid "Reconnecting to %s" msgstr "%s இல் மீண்டும் இணைக்கப்படுகிறது" -#: ../mail/mail-ops.c:2443 +#: ../mail/mail-ops.c:2451 #, c-format msgid "Preparing account '%s' for offline" msgstr "'%s' கணக்குக்கு தொடர்பில்லாத நிலைக்கு தயாராகிறது " -#: ../mail/mail-ops.c:2529 +#: ../mail/mail-ops.c:2537 msgid "Checking Service" msgstr "சேவைகளை சோதிக்கிறது" @@ -15289,26 +13855,26 @@ msgstr "காத்திருக்கிறது...." msgid "Checking for new mail" msgstr "புதிய மின்னஞ்சலுக்காக சரிபார்க்கிறது" -#: ../mail/mail-session.c:212 +#: ../mail/mail-session.c:211 #, c-format msgid "Enter Passphrase for %s" msgstr "%s க்கான கடவுச்சொற்களை உள்ளிடவும்" -#: ../mail/mail-session.c:214 +#: ../mail/mail-session.c:213 msgid "Enter Passphrase" msgstr "கடவுச்சொற்களை உள்ளிடவும்" -#: ../mail/mail-session.c:217 +#: ../mail/mail-session.c:216 #: ../plugins/exchange-operations/exchange-config-listener.c:708 #, c-format msgid "Enter Password for %s" msgstr "%s க்கான கடவுச்சொல்லை தேர்வு செய்யவும்" -#: ../mail/mail-session.c:219 +#: ../mail/mail-session.c:218 msgid "Enter Password" msgstr "கடவுச்சொல்லை உள்ளிடவும்" -#: ../mail/mail-session.c:261 +#: ../mail/mail-session.c:260 msgid "User canceled operation." msgstr "செயலை பயனீட்டாளர் ரத்து செய்துவிட்டார்" @@ -15353,21 +13919,21 @@ msgstr "செல்லாத அடைவு`%s'" msgid "Setting up Search Folder: %s" msgstr "தேடு அடைவுகளை அமைக்கிறது :%s" -#: ../mail/mail-vfolder.c:240 +#: ../mail/mail-vfolder.c:234 #, c-format msgid "Updating Search Folders for '%s:%s'" msgstr "'%s க்கான தேடு அடைவுகளை மேம்படுத்துகிறது:%s'" -#: ../mail/mail-vfolder.c:247 +#: ../mail/mail-vfolder.c:241 #, c-format msgid "Updating Search Folders for '%s'" msgstr " '%s' க்கான தேடு அடைவுகளை ஏற்றுகிறது" -#: ../mail/mail-vfolder.c:1086 +#: ../mail/mail-vfolder.c:1067 msgid "Edit Search Folder" msgstr "தேடு அடைவை தொகு" -#: ../mail/mail-vfolder.c:1175 +#: ../mail/mail-vfolder.c:1156 msgid "New Search Folder" msgstr "புதிய தேடல் அடைவு" @@ -16007,32 +14573,32 @@ msgstr "?" #. strftime format of a time, #. in 12-hour format, without seconds. #: ../mail/message-list.c:1663 ../plugins/itip-formatter/itip-view.c:205 -#: ../widgets/table/e-cell-date.c:70 +#: ../widgets/table/e-cell-date.c:71 msgid "Today %l:%M %p" msgstr "இன்று %l:%M %p" -#: ../mail/message-list.c:1672 ../widgets/table/e-cell-date.c:80 +#: ../mail/message-list.c:1672 ../widgets/table/e-cell-date.c:81 msgid "Yesterday %l:%M %p" msgstr "நேற்று %b %d %l:%M %p" -#: ../mail/message-list.c:1684 ../widgets/table/e-cell-date.c:92 +#: ../mail/message-list.c:1684 ../widgets/table/e-cell-date.c:93 msgid "%a %l:%M %p" msgstr "%b %d %l:%M %p" -#: ../mail/message-list.c:1692 ../widgets/table/e-cell-date.c:100 +#: ../mail/message-list.c:1692 ../widgets/table/e-cell-date.c:101 msgid "%b %d %l:%M %p" msgstr "%b %d %l:%M %p" -#: ../mail/message-list.c:1694 ../widgets/table/e-cell-date.c:102 +#: ../mail/message-list.c:1694 ../widgets/table/e-cell-date.c:103 msgid "%b %d %Y" msgstr "%b %d %Y" #. there is some info why the message list is empty, let it be something useful -#: ../mail/message-list.c:3985 ../mail/message-list.c:4450 +#: ../mail/message-list.c:3986 ../mail/message-list.c:4460 msgid "Generating message list" msgstr "செய்தி பட்டியலை உருவாக்குகிறது" -#: ../mail/message-list.c:4289 +#: ../mail/message-list.c:4299 msgid "" "No message satisfies your search criteria. Either clear search with Search-" ">Clear menu item or change it." @@ -16040,7 +14606,7 @@ msgstr "" "உங்கள் தேடல் குறிப்புகளுக்கு ஏற்ற செய்தி ஏதும் இல்லை. தேடலை Search->Clear menu item " "கட்டளையால் நிறுத்து. அல்லது அதை மாற்றுக." -#: ../mail/message-list.c:4291 +#: ../mail/message-list.c:4301 msgid "There are no messages in this folder." msgstr "இந்த அடைவில் எந்த செய்தியும் இல்லை." @@ -16070,11 +14636,11 @@ msgstr "செய்திகளை அனுப்புக" #: ../mail/message-list.etspec.h:16 #: ../plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml.h:4 +#: ../widgets/misc/e-attachment-tree-view.c:542 msgid "Size" msgstr "அளவு" #: ../mail/message-list.etspec.h:19 -#| msgid "_Subject Field" msgid "Subject - Trimmed" msgstr "பொருள் கட்டான " @@ -16102,11 +14668,11 @@ msgstr "அனுப்பு" msgid "No Response Necessary" msgstr "பதில் தேவை இல்லை" -#: ../mail/message-tag-followup.c:63 ../ui/evolution-mail-message.xml.h:80 +#: ../mail/message-tag-followup.c:63 ../ui/evolution-mail-message.xml.h:76 msgid "Reply" msgstr "பதில்" -#: ../mail/message-tag-followup.c:64 ../ui/evolution-mail-message.xml.h:81 +#: ../mail/message-tag-followup.c:64 ../ui/evolution-mail-message.xml.h:77 msgid "Reply to All" msgstr "அனைவருக்கும் பதிலளி" @@ -16143,12 +14709,12 @@ msgid "Subject or Sender contains" msgstr "பொருள் அல்லது அனுப்புனர் கொண்டிருந்தால்" #: ../plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml.h:1 -msgid "Local Address Books" -msgstr "உள்ளமை முகவரி புத்தகங்கள்" +msgid "Add local address books to Evolution." +msgstr "எவலூஷனுக்கு உள் முகவரி புத்தகங்களை சேர்" #: ../plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml.h:2 -msgid "Provides core functionality for local address books." -msgstr "உள்ளமை முகவரி புத்தகங்களுக்கு கோர் செயல்பாடுகளை கொடுக்கிறது." +msgid "Local Address Books" +msgstr "உள்ளமை முகவரி புத்தகங்கள்" #: ../plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in.h:1 msgid "" @@ -16162,7 +14728,7 @@ msgid "" "body." msgstr "இணைப்பு நினைவுறுத்தி சொருகிக்கு செய்தியின் உடலில் தேட சாடைகளின் பட்டியல்" -#: ../plugins/attachment-reminder/attachment-reminder.c:475 +#: ../plugins/attachment-reminder/attachment-reminder.c:478 #: ../plugins/templates/templates.c:390 msgid "Keywords" msgstr "திறவுச் சொற்கள்" @@ -16173,10 +14739,8 @@ msgid "Attachment Reminder" msgstr "இணைப்பு நினைவூட்டல்" #: ../plugins/attachment-reminder/org-gnome-evolution-attachment-reminder.eplug.xml.h:2 -msgid "" -"Looks for clues in a message for mention of attachments and warns if the " -"attachment is missing" -msgstr "செய்தியின் உடலில் இணைப்பு குறித்த சாடைகளை தேடி இணைப்பில்லையானால் நினைவுறுத்துகிறது." +msgid "Reminds you when you forgot to add an attachment to a mail message." +msgstr "அஞ்சல் செய்திக்கு இணைப்பை இணைக்க மறந்தால் நினைவூட்டுகிறது." #: ../plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml.h:2 msgid "" @@ -16190,46 +14754,43 @@ msgstr "" msgid "Message has no attachments" msgstr "செய்தியில் இணைப்புகள் இல்லை" +#: ../plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml.h:4 +msgid "_Add attachment..." +msgstr "இணைப்பினை சேர்... (_A)" + #: ../plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml.h:5 msgid "_Edit Message" msgstr "செய்தி திருத்து (_E)" #: ../plugins/audio-inline/org-gnome-audio-inline.eplug.xml.h:1 -#| msgid "" -#| "A formatter plugin which displays audio attachments inline and allows you " -#| "to play them directly from evolution." -msgid "" -"A formatter plugin which displays audio attachments inline and allows you to " -"play them directly from Evolution." -msgstr "" -"ஒரு ஒழுங்குபடுத்தி சொருகுப்பொருள், ஒலி இணைப்புகளை காட்டுவதுடன் எவலூஷனிலிருந்து " -"நேரடியாக இசைக்கவும் அனுமதிக்கிறது." +msgid "Audio Inline" +msgstr "கேட்பொலி உள் வருகை தடம்" #: ../plugins/audio-inline/org-gnome-audio-inline.eplug.xml.h:2 -msgid "Audio inline plugin" -msgstr "கேட்பொலி உள்ளார்ந்த கூடுதல் வசதி" +msgid "Play audio attachments directly from Evolution." +msgstr "எவல்யூஷன் இலிருந்து ஒலி இணைப்புகளி நேரடியாக இயக்கு " -#: ../plugins/backup-restore/backup-restore.c:138 +#: ../plugins/backup-restore/backup-restore.c:139 msgid "Select name of the Evolution backup file" msgstr "எவல்யூஷன் காப்புக்கோப்புக்கு பெயர் தேர்ந்தெடு " -#: ../plugins/backup-restore/backup-restore.c:167 +#: ../plugins/backup-restore/backup-restore.c:168 msgid "_Restart Evolution after backup" msgstr "பின்சேமிப்பு செய்த பின் எவல்யூஷனை மீண்டும் தொடங்கு (_R)" -#: ../plugins/backup-restore/backup-restore.c:190 +#: ../plugins/backup-restore/backup-restore.c:191 msgid "Select name of the Evolution backup file to restore" msgstr "மீட்டெடுக்கும் எவல்யூஷன் காப்புக்கோப்பு பெயரை தேர்ந்தெடு " -#: ../plugins/backup-restore/backup-restore.c:214 +#: ../plugins/backup-restore/backup-restore.c:215 msgid "_Restart Evolution after restore" msgstr "மறுசேமிப்பு செய்த பின் எவல்யூஷனை மீண்டும் தொடங்கவும் (_R)" -#: ../plugins/backup-restore/backup-restore.c:287 +#: ../plugins/backup-restore/backup-restore.c:288 msgid "Restore from backup" msgstr "இங்கிருந்து மீளமை" -#: ../plugins/backup-restore/backup-restore.c:289 +#: ../plugins/backup-restore/backup-restore.c:290 msgid "" "You can restore Evolution from your backup. It can restore all the Mails, " "Calendars, Tasks, Memos, Contacts. \n" @@ -16239,127 +14800,127 @@ msgstr "" "குறிப்புகள்/ முகவரி புத்தகம் அனைத்தும்\n" "மீட்டமைக்கலாம். உங்கள் சொந்தமான அமைப்புகள், அஞ்சல் வடிப்பிகள் ஆகியன கூட மீட்கலாம்." -#: ../plugins/backup-restore/backup-restore.c:295 +#: ../plugins/backup-restore/backup-restore.c:296 msgid "_Restore Evolution from the backup file" msgstr "_R எவல்யூஷன் ஐ காப்புக்கோப்பிலிருந்து மீட்டமை" -#: ../plugins/backup-restore/backup-restore.c:302 +#: ../plugins/backup-restore/backup-restore.c:303 msgid "Please select an Evolution Archive to restore:" msgstr "தயவு செய்து மீட்டமைக்க எவல்யூஷன் காப்பகத்தை தேர்ந்தெடுக்கவும்." -#: ../plugins/backup-restore/backup-restore.c:305 +#: ../plugins/backup-restore/backup-restore.c:306 msgid "Choose a file to restore" msgstr "மீட்டமைக்க கோப்பை தேர்ந்தெடுக்கவும்." -#: ../plugins/backup-restore/backup.c:65 +#: ../plugins/backup-restore/backup.c:62 msgid "Backup Evolution directory" msgstr "எவல்யூஷன் அடைவினை பின்சேமிக்கவும்" -#: ../plugins/backup-restore/backup.c:67 +#: ../plugins/backup-restore/backup.c:64 msgid "Restore Evolution directory" msgstr "எவல்யூஷன் அடைவினை மறு சேமிக்கவும்" -#: ../plugins/backup-restore/backup.c:69 +#: ../plugins/backup-restore/backup.c:66 msgid "Check Evolution Backup" msgstr "எவல்யூஷன் காப்பை சோதிக்க" -#: ../plugins/backup-restore/backup.c:71 +#: ../plugins/backup-restore/backup.c:68 msgid "Restart Evolution" msgstr "எவல்யூஷனை மீண்டும் தொடங்கு" -#: ../plugins/backup-restore/backup.c:73 +#: ../plugins/backup-restore/backup.c:70 msgid "With Graphical User Interface" msgstr "வரைகலை பயனர் இடைமுகம் உடன்" -#: ../plugins/backup-restore/backup.c:124 -#: ../plugins/backup-restore/backup.c:257 +#: ../plugins/backup-restore/backup.c:187 +#: ../plugins/backup-restore/backup.c:235 msgid "Shutting down Evolution" msgstr "எவல்யூஷன் மூடப்படுகிறது." -#: ../plugins/backup-restore/backup.c:131 +#: ../plugins/backup-restore/backup.c:194 msgid "Backing Evolution accounts and settings" msgstr "எவல்யூஷன் கணக்குகள் மற்றும் அமைப்புகள் பாதுகாக்கப்படுகிறன." -#: ../plugins/backup-restore/backup.c:135 +#: ../plugins/backup-restore/backup.c:200 msgid "Backing Evolution data (Mails, Contacts, Calendar, Tasks, Memos)" msgstr "எவல்யூஷன் தரவுகள் பாதுகாக்கப்படுகிறன. (அஞ்சல்கள், தொடர்புகள் நாள்காட்டி பணிகள் குறிப்புகள்)" -#: ../plugins/backup-restore/backup.c:146 +#: ../plugins/backup-restore/backup.c:211 msgid "Backup complete" msgstr "காப்பு முடிந்தது" -#: ../plugins/backup-restore/backup.c:151 -#: ../plugins/backup-restore/backup.c:338 +#: ../plugins/backup-restore/backup.c:216 +#: ../plugins/backup-restore/backup.c:269 msgid "Restarting Evolution" msgstr "எவல்யூஷன் மறு துவக்கம் செய்யப்படுகிறது." -#: ../plugins/backup-restore/backup.c:261 +#: ../plugins/backup-restore/backup.c:239 msgid "Backup current Evolution data" msgstr "இப்போதைய எவல்யூஷன் தரவு காப்பு எடுக்கப்படுகிறது." -#: ../plugins/backup-restore/backup.c:266 +#: ../plugins/backup-restore/backup.c:244 msgid "Extracting files from backup" msgstr "காப்பிலிருந்து கோப்புகள் பிரித்தெடுக்கப் படுகின்றன." -#: ../plugins/backup-restore/backup.c:273 +#: ../plugins/backup-restore/backup.c:251 msgid "Loading Evolution settings" msgstr "எவல்யூஷன் அமைப்புகள் ஏற்றப்படுகின்றன." -#: ../plugins/backup-restore/backup.c:277 +#: ../plugins/backup-restore/backup.c:258 msgid "Removing temporary backup files" msgstr "தற்காலிக காப்பு கோப்புகள் நீக்கப்படுகிறன." -#: ../plugins/backup-restore/backup.c:284 +#: ../plugins/backup-restore/backup.c:265 msgid "Ensuring local sources" msgstr "உள்ளமை மூலங்கள் உறுதி செய்யப்படுகின்றன " -#: ../plugins/backup-restore/backup.c:454 +#: ../plugins/backup-restore/backup.c:386 #, c-format msgid "Backing up to the folder %s" msgstr "காப்பு அடைவு %s க்கு எடுக்கப்படுகிறது." -#: ../plugins/backup-restore/backup.c:459 +#: ../plugins/backup-restore/backup.c:391 #, c-format msgid "Restoring from the folder %s" msgstr "அடைவு %s லிருந்து மீட்டெடுக்கப்படுகிறது." #. Backup / Restore only can have GUI. We should restrict the rest -#: ../plugins/backup-restore/backup.c:478 +#: ../plugins/backup-restore/backup.c:410 msgid "Evolution Backup" msgstr "எவல்யூஷன் காப்பு" -#: ../plugins/backup-restore/backup.c:478 +#: ../plugins/backup-restore/backup.c:410 msgid "Evolution Restore" msgstr "எவல்யூஷன் மீளமை" -#: ../plugins/backup-restore/backup.c:513 +#: ../plugins/backup-restore/backup.c:445 msgid "Backing up Evolution Data" msgstr "எவல்யூஷன் தரவு காப்பு எடுக்கப்படுகிறது." -#: ../plugins/backup-restore/backup.c:514 +#: ../plugins/backup-restore/backup.c:446 msgid "Please wait while Evolution is backing up your data." msgstr "எவல்யூஷன் தரவு காப்பு எடுக்கப்படுகிறது. தயவு செய்து பொறுத்திருக்கவும்." -#: ../plugins/backup-restore/backup.c:516 +#: ../plugins/backup-restore/backup.c:448 msgid "Restoring Evolution Data" msgstr "எவல்யூஷன் தரவு மீட்கப்படுகிறது." -#: ../plugins/backup-restore/backup.c:517 +#: ../plugins/backup-restore/backup.c:449 msgid "Please wait while Evolution is restoring your data." msgstr "எவல்யூஷன் தரவு மீட்கப்படுகிறது.. தயவு செய்து எபொறுத்திருக்கவும்." -#: ../plugins/backup-restore/backup.c:535 +#: ../plugins/backup-restore/backup.c:467 msgid "This may take a while depending on the amount of data in your account." msgstr "உங்கள் கணக்கில் உள்ள தரவை பொருத்து எடுத்துக்கொள்ளும் நேரம் வேறுபடும்.." -#: ../plugins/backup-restore/org-gnome-backup-restore.eplug.xml.h:1 -msgid "A plugin for backing up and restore Evolution data and settings." -msgstr "எவல்யூஷன் தரவு மற்றும் அமைப்புகளை காப்பெடுக்க மற்றும் மீட்டெடுக்க சொருகுப்பொருள் " - #. the path to the shared library +#: ../plugins/backup-restore/org-gnome-backup-restore.eplug.xml.h:2 +msgid "Backup and Restore" +msgstr "பின்சேமிப்பு மற்றும் மீட்டெடுப்பு" + #: ../plugins/backup-restore/org-gnome-backup-restore.eplug.xml.h:3 -msgid "Backup and restore plugin" -msgstr "கூடுதல் வசதிகளை பின்சேமிப்பு மற்றும் மறு சேமிப்பு செய்யவும்" +msgid "Backup and restore your Evolution data and settings." +msgstr "எவல்யூஷன் தரவு மற்றும் அமைவுகளை பின்சேமிப்பு மற்றும் மீட்டெடுப்பு செய்யவும்" #: ../plugins/backup-restore/org-gnome-backup-restore.error.xml.h:1 msgid "Are you sure you want to close Evolution?" @@ -16421,51 +14982,55 @@ msgstr "அமைப்புகளை மீட்டெடு..." msgid "_Backup Settings..." msgstr "அமைப்புகளளை காப்பு எடு..." -#: ../plugins/bbdb/bbdb.c:615 ../plugins/bbdb/bbdb.c:624 +#: ../plugins/bbdb/bbdb.c:621 ../plugins/bbdb/bbdb.c:630 #: ../plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml.h:1 msgid "Automatic Contacts" msgstr "தானியக்க தொடர்புகள்" #. Enable BBDB checkbox -#: ../plugins/bbdb/bbdb.c:639 -msgid "_Auto-create address book entries when replying to messages" -msgstr "(_A) அஞ்சலுக்கு பதில் தருகையில் தானாகவே முகவரிப்புத்தகத்தில் உள்ளிடுகிறது." - #: ../plugins/bbdb/bbdb.c:645 +msgid "Create _address book entries when sending mails" +msgstr "(_a) அஞ்சலுக்கு பதில் தருகையில் தானாகவே முகவரிப்புத்தகத்தை உருவாக்குக" + +#: ../plugins/bbdb/bbdb.c:651 msgid "Select Address book for Automatic Contacts" msgstr " தானியங்கி தொடர்புகள் க்கு முகவரிப்புத்தகம் தேர்ந்தெடு" -#: ../plugins/bbdb/bbdb.c:660 +#: ../plugins/bbdb/bbdb.c:666 msgid "Instant Messaging Contacts" msgstr "உடனடி செய்தி தொடர்புகள்" #. Enable Gaim Checkbox -#: ../plugins/bbdb/bbdb.c:675 +#: ../plugins/bbdb/bbdb.c:681 msgid "Synchronize contact info and images from Pidgin buddy list" msgstr "பிட்ஜின் நண்பர் பட்டியல் இலிருந்து தொடர்பு தகவல் மற்றும் பிம்பங்களை ஒத்திசைக்கவும்." -#: ../plugins/bbdb/bbdb.c:681 +#: ../plugins/bbdb/bbdb.c:687 msgid "Select Address book for Pidgin buddy list" msgstr "பிட்ஜின் அரட்டையாளர் பட்டியலுக்கு முகவரி புத்தகத்தை தேர்ந்தெடுக்கவும்" #. Synchronize now button. -#: ../plugins/bbdb/bbdb.c:692 +#: ../plugins/bbdb/bbdb.c:698 msgid "Synchronize with _buddy list now" msgstr "அரட்டையாளர் பட்டியலில் இப்போது ஒருங்கிணைக்கவும் (_b)" #: ../plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml.h:2 +msgid "BBDB" +msgstr "BBDB" + +#: ../plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml.h:3 msgid "" +"Takes the gruntwork out of managing your address book.\n" +"\n" "Automatically fills your address book with names and email addresses as you " -"reply to messages. Also fills in IM contact information from your buddy " +"reply to messages. Also fills in IM contact information from your buddy " "lists." msgstr "" +"உங்கள் வேலை பளுவை குறைக்கிறது.\n" +"\n" "பதில் எழுதும் போது தானாகவே முகவரிப்புத்தகத்தை பெயர்கள் மற்றும் மின்னஞ்சல் முகவரிகள் ஆல் " "நிரப்புகிறது.கூடவே ஐஎம் தொடர்பு தகவல்களை பட்டியலில் நிரப்புகிறது." -#: ../plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml.h:3 -msgid "BBDB" -msgstr "BBDB" - #. For Translators: The first %s stands for the executable full path with a file name, the second is the error message itself. #: ../plugins/bogo-junk-plugin/bf-junk-filter.c:161 #, c-format @@ -16504,73 +15069,80 @@ msgstr "" "வருவதை ஒருங்கிணைக்கலாம்." #: ../plugins/bogo-junk-plugin/org-gnome-bogo-junk-plugin.eplug.xml.h:1 -msgid "Bogofilter Options" -msgstr "போகோவடிகட்டி தேர்வுகள்" +msgid "Bogofilter Junk Filter" +msgstr "போகோவடிகட்டி குப்பை வடிகட்டி" #: ../plugins/bogo-junk-plugin/org-gnome-bogo-junk-plugin.eplug.xml.h:2 -msgid "Bogofilter junk plugin" -msgstr "போகோவடிகட்டி குப்பை செருகி" +msgid "Bogofilter Options" +msgstr "போகோவடிகட்டி தேர்வுகள்" #: ../plugins/bogo-junk-plugin/org-gnome-bogo-junk-plugin.eplug.xml.h:3 -msgid "Filters junk messages using Bogofilter." -msgstr "போகோ வடிப்பியை பயன்படுத்தி எரித செய்திகளை நீக்குகிறது." +msgid "Filter junk messages using Bogofilter." +msgstr "போகோ வடிப்பியை பயன்படுத்தி எரித செய்திகளை வடிகட்டுகிறது." -#. we found the group, change the name based on the actual language -#: ../plugins/caldav/caldav-source.c:80 ../plugins/caldav/caldav-source.c:92 +#: ../plugins/caldav/caldav-source.c:64 msgid "CalDAV" msgstr "CalDAV" -#: ../plugins/caldav/caldav-source.c:348 +#: ../plugins/caldav/caldav-source.c:329 #: ../plugins/calendar-http/calendar-http.c:126 msgid "_URL:" msgstr "_URL:" -#: ../plugins/caldav/caldav-source.c:372 -#: ../plugins/google-account-setup/google-source.c:608 -#: ../plugins/google-account-setup/google-contacts-source.c:339 +#: ../plugins/caldav/caldav-source.c:353 +#: ../plugins/google-account-setup/google-source.c:606 +#: ../plugins/google-account-setup/google-contacts-source.c:303 msgid "Use _SSL" msgstr "SSL பயன்படுத்து (_S)" #. add refresh option -#: ../plugins/caldav/caldav-source.c:415 -#: ../plugins/calendar-http/calendar-http.c:264 -#: ../plugins/calendar-weather/calendar-weather.c:509 -#: ../plugins/google-account-setup/google-source.c:632 -#: ../plugins/google-account-setup/google-contacts-source.c:358 +#: ../plugins/caldav/caldav-source.c:396 +#: ../plugins/calendar-http/calendar-http.c:263 +#: ../plugins/calendar-weather/calendar-weather.c:508 +#: ../plugins/google-account-setup/google-source.c:630 +#: ../plugins/google-account-setup/google-contacts-source.c:322 msgid "Re_fresh:" msgstr "(_f) புதுப்பி:" +#: ../plugins/caldav/caldav-source.c:414 +#: ../plugins/calendar-http/calendar-http.c:281 +#: ../plugins/calendar-weather/calendar-weather.c:526 +#: ../plugins/google-account-setup/google-source.c:656 +#: ../plugins/google-account-setup/google-contacts-source.c:333 +msgid "weeks" +msgstr "வாரங்கள்" + #: ../plugins/caldav/org-gnome-evolution-caldav.eplug.xml.h:1 -msgid "CalDAV Calendar sources" -msgstr "CalDAV நாள்காட்டி மூலங்கள்" +msgid "Add CalDAV support to Evolution." +msgstr "எவல்யூஷன் க்கு CalDAV ஆதரவு சேர்" #: ../plugins/caldav/org-gnome-evolution-caldav.eplug.xml.h:2 -msgid "CalDAV sources" -msgstr "CalDAV மூலங்கள்" +msgid "CalDAV Support" +msgstr "CalDAV ஆதரவு" #: ../plugins/calendar-file/org-gnome-calendar-file.eplug.xml.h:1 -msgid "Local Calendars" -msgstr "வட்டார நாள்காட்டிகள்" +msgid "Add local calendars to Evolution." +msgstr "எவல்யூஷன் க்கு வட்டார நாள்காட்டிகள் சேர்" #: ../plugins/calendar-file/org-gnome-calendar-file.eplug.xml.h:2 -msgid "Provides core functionality for local calendars." -msgstr "உள்ளமை நாள்காட்டிகளுக்கு கோர் செயல்பாட்டினை கொடுக்கிறது." +msgid "Local Calendars" +msgstr "வட்டார நாள்காட்டிகள்" -#: ../plugins/calendar-http/calendar-http.c:332 +#: ../plugins/calendar-http/calendar-http.c:324 msgid "_Secure connection" msgstr "பாதுகாப்பான இணைப்பு (_S)" -#: ../plugins/calendar-http/calendar-http.c:397 +#: ../plugins/calendar-http/calendar-http.c:389 msgid "Userna_me:" msgstr "(_m) பயனீட்டாளர் பெயர்" #: ../plugins/calendar-http/org-gnome-calendar-http.eplug.xml.h:1 -msgid "HTTP Calendars" -msgstr "ஹெச்டிடிபி நாள்காட்டிகள்" +msgid "Add web calendars to Evolution." +msgstr "எவல்யூஷன் க்கு வலை நாள்காட்டிகள் சேர்" #: ../plugins/calendar-http/org-gnome-calendar-http.eplug.xml.h:2 -msgid "Provides core functionality for webcal and http calendars." -msgstr "webcal மற்றும் ஹெச்டிடிபி நாள்காட்டிகளுக்கு கோர் செயல்பாடுகளை கொடுக்கிறது." +msgid "Web Calendars" +msgstr "வலை நாள்காட்டிகள்" #: ../plugins/calendar-weather/calendar-weather.c:61 msgid "Weather: Fog" @@ -16581,17 +15153,14 @@ msgid "Weather: Cloudy" msgstr "வானிலை: மேக மூட்டம்" #: ../plugins/calendar-weather/calendar-weather.c:63 -#| msgid "Weather: Cloudy" msgid "Weather: Cloudy Night" msgstr "வானிலை: மேக மூட்டமான இரவு" #: ../plugins/calendar-weather/calendar-weather.c:64 -#| msgid "Weather: Rain" msgid "Weather: Overcast" msgstr "வானிலை: கருத்த வானம்" #: ../plugins/calendar-weather/calendar-weather.c:65 -#| msgid "Weather: Snow" msgid "Weather: Showers" msgstr "வானிலை: சிறு மழை" @@ -16604,7 +15173,6 @@ msgid "Weather: Sunny" msgstr "வானிலை: வெயில்" #: ../plugins/calendar-weather/calendar-weather.c:68 -#| msgid "Weather Calendars" msgid "Weather: Clear Night" msgstr "வானிலை: தெளிந்த இரவு " @@ -16616,37 +15184,33 @@ msgstr "வானிலை: இடி மழை" msgid "Select a location" msgstr "ஒரு இடத்தை தேர்ந்தெடு" -#: ../plugins/calendar-weather/calendar-weather.c:615 +#: ../plugins/calendar-weather/calendar-weather.c:606 msgid "_Units:" msgstr "அலகுகள்: (_U)" -#: ../plugins/calendar-weather/calendar-weather.c:622 +#: ../plugins/calendar-weather/calendar-weather.c:613 msgid "Metric (Celsius, cm, etc)" msgstr "மெட்ரிக் (செல்சியஸ், செமீ, மற்றும் பல)" -#: ../plugins/calendar-weather/calendar-weather.c:623 +#: ../plugins/calendar-weather/calendar-weather.c:614 msgid "Imperial (Fahrenheit, inches, etc)" msgstr "இம்பீரியல் (ஃபாரன்ஹீட், அங்குலம், மற்றும் பல)" #: ../plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml.h:1 -msgid "Provides core functionality for weather calendars." -msgstr "வானிலை நாள்காட்டிகளுக்கு கோர் செயல்பாடுகளை கொடுக்கிறது." +msgid "Add weather calendars to Evolution." +msgstr "எவல்யூஷன் க்கு வானிலை நாள்காட்டிகள் சேர்" #: ../plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml.h:2 msgid "Weather Calendars" msgstr "வானிலை நாள்காட்டிகள்" #: ../plugins/copy-tool/org-gnome-copy-tool.eplug.xml.h:1 -msgid "" -"A test plugin which demonstrates a popup menu plugin which lets you copy " -"things to the clipboard." -msgstr "" -"ஒரு சோதனை சொருகுப்பொருள். சிலதை ஒட்டுப்பலகைக்கு பிரதி எடுக்க துள்ளு சாளர பட்டி " -"சொருகுப்பொருள்" +msgid "Copy Tool" +msgstr "நகல் கருவி" #: ../plugins/copy-tool/org-gnome-copy-tool.eplug.xml.h:3 -msgid "Copy tool" -msgstr "நகல் கருவி" +msgid "Copy things to the clipboard." +msgstr "ஒட்டுப்பலகைக்கு நகல் எடுக்கவும்." #: ../plugins/default-mailer/apps-evolution-mail-prompts-checkdefault.schemas.in.h:1 msgid "Check whether Evolution is the default mailer" @@ -16659,12 +15223,12 @@ msgstr "" "சரிபார்க்கவும்." #: ../plugins/default-mailer/org-gnome-default-mailer.eplug.xml.h:1 -msgid "Checks whether Evolution is the default mail client on startup." +msgid "Check whether Evolution is the default mail client on startup." msgstr "துவங்கும் போது எவல்யூஷன் முன்னிருப்பு அஞ்சல் செயலியா என சோதிக்கவும்." #: ../plugins/default-mailer/org-gnome-default-mailer.eplug.xml.h:2 -msgid "Default Mail Client " -msgstr "முன்னிருப்பு மின்அஞ்சல்" +msgid "Default Mail Client" +msgstr "முன்னிருப்பு மின்அஞ்சல் சார்ந்தோன்" #: ../plugins/default-mailer/org-gnome-default-mailer.error.xml.h:1 msgid "Do you want to make Evolution your default e-mail client?" @@ -16696,28 +15260,22 @@ msgid "Default Sources" msgstr "முன்னிருப்பு மூலங்கள்" #: ../plugins/default-source/org-gnome-default-source.eplug.xml.h:2 -msgid "" -"Provides functionality for marking a calendar or an address book as the " -"default one." -msgstr "நாள்காட்டி அல்லது முகவரிப்புத்தகம் ஆகியவற்றை முன்னிருப்பாக குறிக்க வசதி செய்கிறது." +msgid "Mark your preferred address book and calendar as default." +msgstr "உங்களுக்கு விருப்பமான முகவரிபுத்தகம் மற்றும் நாள்காட்டி ஐ முன்னிருப்பாக குறிக்க" #: ../plugins/email-custom-header/email-custom-header.c:334 -#| msgid "Security" msgid "Security:" msgstr "பாதுகாப்பு:" #: ../plugins/email-custom-header/email-custom-header.c:339 -#| msgid "Unsigned" msgid "Unclassified" msgstr "வகைப்படுத்தாத" #: ../plugins/email-custom-header/email-custom-header.c:340 -#| msgid "Created" msgid "Protected" msgstr "பாதுகாக்கப்பட்ட" #: ../plugins/email-custom-header/email-custom-header.c:342 -#| msgid "Score" msgid "Secret" msgstr "ரகசியம்" @@ -16729,11 +15287,11 @@ msgstr "மிகவும் ரகசியம்" msgid "_Custom Header" msgstr "(_C) தனிப்பயன் தலைப்பு" -#: ../plugins/email-custom-header/email-custom-header.c:906 +#: ../plugins/email-custom-header/email-custom-header.c:907 msgid "Key" msgstr "விசை" -#: ../plugins/email-custom-header/email-custom-header.c:917 +#: ../plugins/email-custom-header/email-custom-header.c:918 #: ../plugins/templates/templates.c:396 msgid "Values" msgstr "மதிப்புக்கள்" @@ -16753,7 +15311,7 @@ msgstr "மின்னஞ்சல் தனிப்பயன் தலைப� #. For Translators: 'custom header' string is used while adding a new message header to outgoing message, to specify what value for the message header would be added #: ../plugins/email-custom-header/org-gnome-email-custom-header.eplug.xml.h:2 -msgid "Adds custom header to outgoing messages." +msgid "Add custom headers to outgoing mail messages." msgstr "வெளிச்செல்லும் செய்திகளுக்கு தனிப்பயன் தலைப்பு சேர்க்கிறது ." #: ../plugins/email-custom-header/org-gnome-email-custom-header.eplug.xml.h:3 @@ -16882,37 +15440,43 @@ msgstr "_OWA URL:" msgid "A_uthenticate" msgstr "அங்கீகாரம் (_u)" -#: ../plugins/exchange-operations/exchange-account-setup.c:777 -#| msgid "Specify _filename:" -msgid "S_pecify the mailbox name" -msgstr "(_p) அஞ்சல் பெட்டியின் பெயரை குறிப்பிடவும்" +#: ../plugins/exchange-operations/exchange-account-setup.c:778 +msgid "Mailbox name is _different than user name" +msgstr "(_d) அஞ்சல் பெட்டி பெயர் பயனர் பெயரை விட வேறானது" -#: ../plugins/exchange-operations/exchange-account-setup.c:790 +#: ../plugins/exchange-operations/exchange-account-setup.c:791 msgid "_Mailbox:" msgstr "(_M)அஞ்சல்பெட்டி" -#: ../plugins/exchange-operations/exchange-account-setup.c:1005 +#: ../plugins/exchange-operations/exchange-account-setup.c:1006 msgid "_Authentication Type" msgstr "(_A) அங்கீகார வகை" -#: ../plugins/exchange-operations/exchange-account-setup.c:1019 +#: ../plugins/exchange-operations/exchange-account-setup.c:1020 msgid "Ch_eck for Supported Types" msgstr "_e துணையாக உள்ள வகைகளை சரிபார்" -#: ../plugins/exchange-operations/exchange-account-setup.c:1134 -#: ../plugins/exchange-operations/exchange-contacts.c:217 +#: ../plugins/exchange-operations/exchange-account-setup.c:1135 +#: ../plugins/exchange-operations/exchange-contacts.c:218 #, c-format msgid "%s KB" msgstr "%s KB" -#: ../plugins/exchange-operations/exchange-account-setup.c:1136 -#: ../plugins/exchange-operations/exchange-contacts.c:219 +#: ../plugins/exchange-operations/exchange-account-setup.c:1137 +#: ../plugins/exchange-operations/exchange-contacts.c:220 #, c-format msgid "0 KB" msgstr "0 KB" +#. FIXME: Take care of i18n +#: ../plugins/exchange-operations/exchange-account-setup.c:1142 +#: ../plugins/exchange-operations/exchange-calendar.c:236 +#: ../plugins/exchange-operations/exchange-contacts.c:223 +msgid "Size:" +msgstr "அளவு:" + #: ../plugins/exchange-operations/exchange-calendar.c:196 -#: ../plugins/exchange-operations/exchange-contacts.c:170 +#: ../plugins/exchange-operations/exchange-contacts.c:171 msgid "" "Evolution is in offline mode. You cannot create or modify folders now.\n" "Please switch to online mode for such operations." @@ -16954,32 +15518,29 @@ msgstr "உங்கள் தற்போதைய கடவுச்சொல� msgid "Your password will expire in the next %d days" msgstr "உங்கள் கடவுச்சொல் அடுத்த %d நாட்களில் முடிவுறும்" -#: ../plugins/exchange-operations/exchange-delegates-user.c:154 -#: ../plugins/exchange-operations/exchange-permissions-dialog.c:570 +#: ../plugins/exchange-operations/exchange-delegates-user.c:144 +#: ../plugins/exchange-operations/exchange-permissions-dialog.c:565 msgid "Custom" msgstr "தனிபயன்" -#: ../plugins/exchange-operations/exchange-delegates-user.c:184 -#: ../plugins/exchange-operations/exchange-delegates.glade.h:8 +#: ../plugins/exchange-operations/exchange-delegates-user.c:170 msgid "Editor (read, create, edit)" msgstr "தொகுப்பி (read, create, edit)" -#: ../plugins/exchange-operations/exchange-delegates-user.c:188 -#: ../plugins/exchange-operations/exchange-delegates.glade.h:1 +#: ../plugins/exchange-operations/exchange-delegates-user.c:174 msgid "Author (read, create)" msgstr "ஆசிரியர் (read, create)" -#: ../plugins/exchange-operations/exchange-delegates-user.c:192 -#: ../plugins/exchange-operations/exchange-delegates.glade.h:11 +#: ../plugins/exchange-operations/exchange-delegates-user.c:178 msgid "Reviewer (read-only)" msgstr "திருத்தியவர்(படிக்க-மட்டும்)" -#: ../plugins/exchange-operations/exchange-delegates-user.c:242 -#: ../plugins/exchange-operations/exchange-delegates.glade.h:6 +#: ../plugins/exchange-operations/exchange-delegates-user.c:228 +#: ../plugins/exchange-operations/exchange-delegates.glade.h:5 msgid "Delegate Permissions" msgstr "பேராளர் அனுமதிகள்" -#: ../plugins/exchange-operations/exchange-delegates-user.c:253 +#: ../plugins/exchange-operations/exchange-delegates-user.c:239 #: ../plugins/exchange-operations/exchange-permissions-dialog.c:178 #, c-format msgid "Permissions for %s" @@ -16988,7 +15549,7 @@ msgstr "%sக்கு அனுமதி" #. To translators: This is a part of the message to be sent to the delegatee #. summarizing the permissions assigned to him. #. -#: ../plugins/exchange-operations/exchange-delegates-user.c:343 +#: ../plugins/exchange-operations/exchange-delegates-user.c:329 msgid "" "This message was sent automatically by Evolution to inform you that you have " "been designated as a delegate. You can now send messages on my behalf." @@ -16999,25 +15560,25 @@ msgstr "" #. To translators: Another chunk of the same message. #. -#: ../plugins/exchange-operations/exchange-delegates-user.c:348 +#: ../plugins/exchange-operations/exchange-delegates-user.c:334 msgid "You have been given the following permissions on my folders:" msgstr "உங்களுக்கு என் அடைவுகளில் கீழ் கண்ட அனுமதிகள் தரப்பட்டுள்ளன." #. To translators: This message is included if the delegatee has been given access #. to the private items. #. -#: ../plugins/exchange-operations/exchange-delegates-user.c:366 +#: ../plugins/exchange-operations/exchange-delegates-user.c:352 msgid "You are also permitted to see my private items." msgstr "நீங்கள் என் அந்தரங்க விஷயங்களையும் காண அனுமதிக்கப்படுகிறீர்கள்." #. To translators: This message is included if the delegatee has not been given access #. to the private items. #. -#: ../plugins/exchange-operations/exchange-delegates-user.c:373 +#: ../plugins/exchange-operations/exchange-delegates-user.c:359 msgid "However you are not permitted to see my private items." msgstr "ஆனால் என் அந்தரங்க விஷயங்களை காண அனுமதிக்கப்படவில்லை." -#: ../plugins/exchange-operations/exchange-delegates-user.c:405 +#: ../plugins/exchange-operations/exchange-delegates-user.c:391 #, c-format msgid "You have been designated as a delegate for %s" msgstr "நீங்கள் %s க்கு பிரதிநிதியாக நியமிக்கப்படுள்ளீர்கள்." @@ -17063,20 +15624,32 @@ msgid "Error reading delegates list." msgstr "பேராளர்கள் பட்டியலை படிக்கும் போது பிழை." #. Translators: This is used for permissions for <user> for the folder Calendar. -#: ../plugins/exchange-operations/exchange-delegates.glade.h:3 +#: ../plugins/exchange-operations/exchange-delegates.glade.h:2 msgid "C_alendar:" msgstr "நாள்காட்டி: (_a)" #. Translators: This is used for permissions for <user> for the folder Contacts. -#: ../plugins/exchange-operations/exchange-delegates.glade.h:5 +#: ../plugins/exchange-operations/exchange-delegates.glade.h:4 msgid "Co_ntacts:" msgstr "தொடர்புகள்: (_n)" -#: ../plugins/exchange-operations/exchange-delegates.glade.h:7 +#: ../plugins/exchange-operations/exchange-delegates.glade.h:6 msgid "Delegates" msgstr "பேராளர்கள்" -#: ../plugins/exchange-operations/exchange-delegates.glade.h:10 +#: ../plugins/exchange-operations/exchange-delegates.glade.h:7 +msgid "" +"None\n" +"Reviewer (read-only)\n" +"Author (read, create)\n" +"Editor (read, create, edit)" +msgstr "" +"ஒன்றுமில்லை\n" +"மறூ ஆய்வாளர் \n" +"ஆசிரியர் (படிக்க, உருவாக்க)\n" +"திருத்தர் (படிக்க, உருவாக்க, திருத்த)" + +#: ../plugins/exchange-operations/exchange-delegates.glade.h:11 msgid "Permissions for" msgstr "அனுமதிகள்" @@ -17103,6 +15676,7 @@ msgstr "_S அனுமதிகள் சுருக்கம் தருக" #. Translators: This is used for permissions for <user> for the folder Tasks. #: ../plugins/exchange-operations/exchange-delegates.glade.h:20 +#: ../plugins/itip-formatter/itip-view.c:1912 msgid "_Tasks:" msgstr "பணிகள்: (_T)" @@ -17124,7 +15698,7 @@ msgstr "அடைவு அளவு" msgid "User" msgstr "பயனர்" -#: ../plugins/exchange-operations/exchange-folder-subscription.c:321 +#: ../plugins/exchange-operations/exchange-folder-subscription.c:311 #: ../plugins/exchange-operations/org-gnome-folder-subscription.xml.h:1 msgid "Subscribe to Other User's Folder" msgstr "வேறு பயனர் அடைவுக்கு சந்தாவாக்கவும்" @@ -17220,8 +15794,8 @@ msgstr "பயனரை சேர்:" #: ../plugins/exchange-operations/exchange-permissions-dialog.c:403 #: ../plugins/exchange-operations/exchange-send-options.c:410 -#: ../plugins/groupwise-features/proxy.c:937 -#: ../plugins/groupwise-features/share-folder.c:716 +#: ../plugins/groupwise-features/proxy.c:935 +#: ../plugins/groupwise-features/share-folder.c:714 msgid "Add User" msgstr "பயனரை சேர்" @@ -17356,12 +15930,8 @@ msgid "Subscribe to Other User's Calendar" msgstr "வேறு பயனருடைய நாள்காட்டிக்கு சந்தாவாக்கு" #: ../plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml.h:1 -msgid "" -"A plugin that manages a collection of Exchange account specific operations " -"and features." -msgstr "" -"தொகுப்பு பரிமாற்றம் கணக்கு குறித்த செயல்கள் மற்றும் சிறப்பு அம்சங்கள் ஐ கையாளும் ஒரு " -"சொருகுப்பொருள்." +msgid "Activates the Evolution-Exchange extension package." +msgstr "எவல்யூஷன் எக்ஸ்சேஞ்ச் நீட்சிபொதியை செயலாக்குகிறது" #: ../plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml.h:2 msgid "Exchange Operations" @@ -17506,7 +16076,7 @@ msgid "Folder offline" msgstr "அடைவு இணைப்பில்லாமல்" #: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:40 -#: ../shell/e-shell.c:1269 +#: ../shell/e-shell.c:1268 msgid "Generic error" msgstr "புதுவான பிழை" @@ -17623,7 +16193,9 @@ msgid "Unknown error looking up {0}" msgstr "தெரியாத பிழையை தேடுகிறது {0}" #: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:71 -#: ../plugins/google-account-setup/google-source.c:521 +#: ../plugins/google-account-setup/google-source.c:522 +#: ../plugins/mail-to-task/mail-to-task.c:343 +#: ../plugins/mail-to-task/mail-to-task.c:555 msgid "Unknown error." msgstr "தெரியாத பிழை." @@ -17702,35 +16274,39 @@ msgid "Check folder permissions" msgstr "அடைவு அனுமதிகளை சரிபார்க்கவும்" #: ../plugins/external-editor/apps-evolution-external-editor.schemas.in.h:1 +msgid "Automatically launch editor when key is pressed in the mail composer" +msgstr "அஞ்சல் எழுதியில் விசையை அழுத்தியவுடன் தானியங்கியாக திருத்தரை துவக்குக." + +#: ../plugins/external-editor/apps-evolution-external-editor.schemas.in.h:2 +#: ../plugins/external-editor/external-editor.c:120 +msgid "Automatically launch when a new mail is edited" +msgstr "புதிய அஞ்சலை திருத்தியவுடன் தானியங்கியாக துவக்குக." + +#: ../plugins/external-editor/apps-evolution-external-editor.schemas.in.h:3 msgid "Default External Editor" msgstr "முன்னிருப்பு வெளியமை திருத்தி" -#: ../plugins/external-editor/apps-evolution-external-editor.schemas.in.h:2 +#: ../plugins/external-editor/apps-evolution-external-editor.schemas.in.h:4 msgid "The default command that must be used as the editor." msgstr "திருத்தியாக செயல் பட பயன்படுத்த வேண்டிய முன்னிருப்பு கட்டளை." #: ../plugins/external-editor/org-gnome-external-editor.eplug.xml.h:1 -msgid "" -"A plugin for using an external editor as the composer. You can send only " -"plain-text messages." -msgstr "" -"வெளியமை திருத்தியை தொகுப்பியாக பயன்படுத்த ஒரு சொருகுப்பொருள். நீங்கள் சாதாரண உரை " -"செய்திகளை மட்டுமே அனுப்பலாம்." - -#. the path to the shared library -#: ../plugins/external-editor/org-gnome-external-editor.eplug.xml.h:3 msgid "External Editor" msgstr "வெளியமை திருத்தி" -#: ../plugins/external-editor/org-gnome-external-editor-errors.xml.h:1 +#: ../plugins/external-editor/org-gnome-external-editor.eplug.xml.h:2 +msgid "Use an external editor to compose plain-text mail messages." +msgstr "நீங்கள் சாதாரண உரை செய்திகளை மட்டுமே எழுத வெளியமை திருத்தி" + +#: ../plugins/external-editor/org-gnome-external-editor.error.xml.h:1 msgid "Cannot create Temporary File" msgstr "தற்காலிக சேமிப்பு கோப்பை உருவாக்க முடியாது" -#: ../plugins/external-editor/org-gnome-external-editor-errors.xml.h:2 +#: ../plugins/external-editor/org-gnome-external-editor.error.xml.h:2 msgid "Editor not launchable" msgstr "திருத்தியை துவக்க முடியாது" -#: ../plugins/external-editor/org-gnome-external-editor-errors.xml.h:3 +#: ../plugins/external-editor/org-gnome-external-editor.error.xml.h:3 msgid "" "Evolution is unable to create a temporary file to save your mail. Retry " "later." @@ -17738,7 +16314,17 @@ msgstr "" "உங்கள் அஞ்சலை சேமிக்க எவல்யூஷன் தற்காலிக சேமிப்பு கோப்பை .உருவாக்க இயலவில்லை. பின்னால் " "மறுபடியும் முயற்சி செய்க" -#: ../plugins/external-editor/org-gnome-external-editor-errors.xml.h:4 +#: ../plugins/external-editor/org-gnome-external-editor.error.xml.h:4 +msgid "External editor still running" +msgstr "வெளியமை திருத்தி இன்னும் இயங்குகிறது" + +#: ../plugins/external-editor/org-gnome-external-editor.error.xml.h:5 +msgid "" +"The external editor is still running. The mail composer window cannot be " +"closed as long as the editor is active." +msgstr "வெளியமை திருத்தி இன்னும் இயங்குகிறது. திருத்தி செயலில் உள்ளவரை அஞ்சல் எழுதி சாளரம் மூடப்பட முடியாது." + +#: ../plugins/external-editor/org-gnome-external-editor.error.xml.h:6 msgid "" "The external editor set in your plugin preferences cannot be launched. Try " "setting a different editor." @@ -17746,25 +16332,22 @@ msgstr "" "சொருகுப்பொருள் தேர்வாக அமைத்துள்ள வெளியமை திருத்தியை துவக்க முடியாது. வேறொரு " "திருத்தியை தேர்ந்தெடுக்கவும் ." -#: ../plugins/external-editor/org-gnome-external-editor.xml.h:1 -msgid "Compose in _External Editor" -msgstr "(_E) வெளியமை திருத்தியில் தொகுக்கவும்." - -#: ../plugins/external-editor/org-gnome-external-editor.xml.h:2 -msgid "Compose messages using an external editor" -msgstr "செய்திகளை வெளியமை திருத்தியில் தொகுக்கவும்" - -#: ../plugins/external-editor/external-editor.c:114 +#: ../plugins/external-editor/external-editor.c:109 msgid "Command to be executed to launch the editor: " msgstr "திருத்தியை துவக்க செயலாக்க கட்டளை: " -#: ../plugins/external-editor/external-editor.c:115 +#: ../plugins/external-editor/external-editor.c:110 msgid "" "For Emacs use \"xemacs\"\n" -"For VI use \"gvim\"" +"For VI use \"gvim -f\"" msgstr "" -"ஈமாக்ஸுக்கு \"xemacs\"\n" -"விஐ க்கு \"gvim\"" +"ஈமாக்ஸுக்கு இதை பயனாக்குக \"xemacs\"\n" +"விஐ க்கு \"gvim -f\"" + +#: ../plugins/external-editor/external-editor.c:308 +#: ../plugins/external-editor/external-editor.c:310 +msgid "Compose in External Editor" +msgstr "வெளியமை திருத்தியில் தொகுக்கவும்." #: ../plugins/face/face.c:59 msgid "Select a (48*48) png of size < 700bytes" @@ -17780,13 +16363,16 @@ msgstr "_F முகம்" #: ../plugins/face/org-gnome-face.eplug.xml.h:1 msgid "" -"Attach Face header to outgoing messages. First time the user needs to " -"configure a 48*48 png image. It is base64 encoded and stored in ~/.evolution/" -"faces This will be used in messages that are sent further." +"Attach a small picture of your face to outgoing messages.\n" +"\n" +"First time the user needs to configure a 48x48 PNG image. It is Base-64 " +"encoded and stored in ~/.evolution/faces. This will be used in subsequent " +"sent messages." msgstr "" -"வெளி செல்லும் அஞ்சல்களுக்கு முக தலைப்பை இணைக்கவும். முதல் முறை பயன்படுத்தும் போது பயனர் " -"ஒரு 48*48 பிஎன்ஜி பிம்பத்தை வடிவமைக்க வேண்டும். இது பேஸ் 64 இல் குறியாக்கப்பட்டது. ~/." -"evolution/faces இல் சேமிக்கப்பட்டு உள்ளது.மேலும் அனுப்பும் செய்திகளில் இது இணைக்கப்படும்." +"வெளி செல்லும் அஞ்சல்களுக்கு முக தலைப்பை இணைக்கவும்.\n" +"\n" +" முதல் முறை பயன்படுத்தும் போது பயனர் " +"ஒரு 48*48 பிஎன்ஜி பிம்பத்தை வடிவமைக்க வேண்டும். இது பேஸ் 64 இல் குறியாக்கப்பட்டது. ~/.evolution/faces இல் சேமிக்கப்பட்டு உள்ளது.மேலும் அனுப்பும் செய்திகளில் இது இணைக்கப்படும்." #: ../plugins/folder-unsubscribe/folder-unsubscribe.c:56 #, c-format @@ -17794,25 +16380,28 @@ msgid "Unsubscribing from folder \"%s\"" msgstr "அடைவு \"%s\"லிருந்து சந்தா நீக்குகிறது" #: ../plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml.h:1 -#| msgid "" -#| "Allows unsubscribing of mail folders in the folder tree context menu." -msgid "Allows unsubscribing of mail folders in the side bar context menu." -msgstr "கிளை பட்டியில் அஞ்சல் அடைவுகளுக்கு சந்தா நீக்குவதை அனுமதிக்கிறது." - -#: ../plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml.h:2 msgid "Unsubscribe Folders" msgstr "சந்தா நீக்கப்பட்ட அடைவுகள்" +#: ../plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml.h:2 +msgid "Unsubscribe from an IMAP folder by right-clicking on it in the folder tree." +msgstr "அடைவு கிளையில் ஐமாப் அடைவின் மீது வலது சொடுக்கி அதன் சந்தாவை நிறுத்துக" + #: ../plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml.h:3 msgid "_Unsubscribe" msgstr "(_U)உறுப்பினர் நீக்கம்" -#: ../plugins/google-account-setup/google-source.c:421 +#: ../plugins/google-account-setup/google-source.c:81 +#: ../plugins/google-account-setup/google-contacts-source.c:51 +msgid "Google" +msgstr "கூகுள்" + +#: ../plugins/google-account-setup/google-source.c:422 #, c-format msgid "Enter password for user %s to access list of subscribed calendars." msgstr "பயனர் %s நாள்காட்டி சந்தாதார் பட்டியலை அணுக கடவுச்சொல்லை உள்ளிடுக." -#: ../plugins/google-account-setup/google-source.c:521 +#: ../plugins/google-account-setup/google-source.c:522 #, c-format msgid "" "Cannot read data from Google server.\n" @@ -17821,44 +16410,36 @@ msgstr "" "கூகுள் சேவையகத்திலிருந்து தரவை படிக்க இயலவில்லை\n" "%s" -#: ../plugins/google-account-setup/google-source.c:683 +#: ../plugins/google-account-setup/google-source.c:674 msgid "Cal_endar:" msgstr "நாள்காட்டி:(_C):" -#: ../plugins/google-account-setup/google-source.c:718 +#: ../plugins/google-account-setup/google-source.c:709 msgid "Retrieve _list" msgstr "_l பட்டியலை பெறு " -#: ../plugins/google-account-setup/google-contacts-source.c:69 -#: ../plugins/google-account-setup/google-contacts-source.c:71 -msgid "Google" -msgstr "கூகுள்" - -#: ../plugins/google-account-setup/google-contacts-source.c:306 -#: ../plugins/webdav-account-setup/webdav-contacts-source.c:325 +#: ../plugins/google-account-setup/google-contacts-source.c:270 +#: ../plugins/webdav-account-setup/webdav-contacts-source.c:285 msgid "<b>Server</b>" msgstr "<b>சேவையகம்</b>" #: ../plugins/google-account-setup/org-gnome-evolution-google.eplug.xml.h:1 -#| msgid "A plugin to setup google calendar and contacts." -msgid "A plugin to setup Google Calendar and Contacts." -msgstr "கூகுள் நாள்காட்டி மற்றும் தொடர்புகளை அமைக்க ஒரு சொருகுப்பொருள் " +msgid "Add Google Calendars to Evolution." +msgstr "எவல்யூஷன் க்கு கூகுள் நாள்காட்டிகள் சேர் " #: ../plugins/google-account-setup/org-gnome-evolution-google.eplug.xml.h:2 -msgid "Google sources" -msgstr "கூகுள் மூலங்கள்" +msgid "Google Calendars" +msgstr "கூகுள் நாள்காட்டிகள்" #: ../plugins/groupwise-account-setup/camel-gw-listener.c:456 msgid "Checklist" msgstr "சோதனை பட்டியல்" #: ../plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml.h:1 -#| msgid "A plugin to setup groupwise calendar and contacts sources." -msgid "A plugin to setup GroupWise calendar and contacts sources." -msgstr "க்ரூப்வைஸ் நாள்காட்டி மற்றும் தொடர்பு மூலங்களை அமைக்க ஒரு சொருகுப்பொருள் " +msgid "Add Novell GroupWise support to Evolution." +msgstr "எவல்யூஷன் நோவல் க்ரூப்வைஸ் ஆதரவு சேர் " #: ../plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml.h:2 -#| msgid "Groupwise Account Setup" msgid "GroupWise Account Setup" msgstr "க்ரூப்வைஸ் கணக்கு அமைவு" @@ -17950,63 +16531,60 @@ msgid "Retract Mail" msgstr "அஞ்சல் பின் வாங்கு " #: ../plugins/groupwise-features/org-gnome-compose-send-options.xml.h:1 -#| msgid "Add Send Options to groupwise messages" msgid "Add Send Options to GroupWise messages" msgstr "க்ரூப்வைஸ் செய்திகளுக்கு அனுப்பு விருப்பங்களை சேர்க்கவும்" #: ../plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml.h:1 -#| msgid "A plugin for the features in Groupwise accounts." -msgid "A plugin for the features in GroupWise accounts." -msgstr "க்ரூப்வைஸ் கணக்குகளின் சிறப்பு அம்சங்களுக்கு ஒரு சொருகுப்பொருள்" +msgid "Fine-tune your GroupWise accounts." +msgstr "க்ரூப்வைஸ் கணக்குகளை நுண் திருத்து" #: ../plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml.h:2 -#| msgid "Groupwise Features" msgid "GroupWise Features" msgstr "க்ரூப்வைஸ் சிறப்பியல்புகள்" -#: ../plugins/groupwise-features/org-gnome-mail-retract-errors.xml.h:1 +#: ../plugins/groupwise-features/org-gnome-mail-retract.error.xml.h:1 msgid "Message retract failed" msgstr "செய்தி பின் வாங்கல் தோல்வி அடைந்தது." -#: ../plugins/groupwise-features/org-gnome-mail-retract-errors.xml.h:2 +#: ../plugins/groupwise-features/org-gnome-mail-retract.error.xml.h:2 msgid "The server did not allow the selected message to be retracted." msgstr "தேர்ந்தெடுக்கப்பட்ட செய்தியை பின்வாங்க சேவையகம் அனுமதிக்கவில்லை." -#: ../plugins/groupwise-features/org-gnome-proxy-errors.xml.h:1 -#: ../plugins/groupwise-features/org-gnome-proxy-login-errors.xml.h:3 -#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:1 +#: ../plugins/groupwise-features/org-gnome-proxy.error.xml.h:1 +#: ../plugins/groupwise-features/org-gnome-proxy-login.error.xml.h:3 +#: ../plugins/groupwise-features/org-gnome-shared-folder.error.xml.h:1 msgid "Invalid user" msgstr "செல்லாத பயனர்" #. To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation -#: ../plugins/groupwise-features/org-gnome-proxy-errors.xml.h:3 +#: ../plugins/groupwise-features/org-gnome-proxy.error.xml.h:3 msgid "Proxy access cannot be given to user "{0}"" msgstr "பயனர் "{0}" க்கு பதிலாள் அணுகல் தர இயலாது." -#: ../plugins/groupwise-features/org-gnome-proxy-errors.xml.h:4 -#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:2 +#: ../plugins/groupwise-features/org-gnome-proxy.error.xml.h:4 +#: ../plugins/groupwise-features/org-gnome-shared-folder.error.xml.h:2 msgid "Specify User" msgstr "பயனரை குறிப்பிடு" #. To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation -#: ../plugins/groupwise-features/org-gnome-proxy-errors.xml.h:6 +#: ../plugins/groupwise-features/org-gnome-proxy.error.xml.h:6 msgid "You have already given proxy permissions to this user." msgstr "இந்த பயனருக்கு ஏற்கெனவே பதிலாள் அணுகல் தர அனுமதித்து உள்ளீர்கள்." #. To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation -#: ../plugins/groupwise-features/org-gnome-proxy-errors.xml.h:8 +#: ../plugins/groupwise-features/org-gnome-proxy.error.xml.h:8 msgid "You have to specify a valid user name to give proxy rights." msgstr "நீங்கள் பதிலாள் அணுகல் அனுமதி தர செல்லுபடியாகும் பயனர் பெயர் ஒன்றை குறிப்பிட வேண்டும்." -#: ../plugins/groupwise-features/org-gnome-proxy-login-errors.xml.h:1 +#: ../plugins/groupwise-features/org-gnome-proxy-login.error.xml.h:1 msgid "Account "{0}" already exists. Please check your folder tree." msgstr "கணக்கு "{0}" ஏற்கெனவே உள்ளது தயவு செய்து உங்கள் அடைவு கிளைகளை பார்க்க." -#: ../plugins/groupwise-features/org-gnome-proxy-login-errors.xml.h:2 +#: ../plugins/groupwise-features/org-gnome-proxy-login.error.xml.h:2 msgid "Account Already Exists" msgstr "கணக்கு ஏற்கனவே உள்ளது" -#: ../plugins/groupwise-features/org-gnome-proxy-login-errors.xml.h:4 +#: ../plugins/groupwise-features/org-gnome-proxy-login.error.xml.h:4 msgid "" "Proxy login as "{0}" was unsuccessful. Please check your email " "address and try again." @@ -18014,34 +16592,22 @@ msgstr "" " "{0}" ஆக பதிலாள் உள்நுழைவு தோற்றது. தயவு செய்து மின் அஞ்சல் முகவரியை " "சரி பார்த்து மீண்டும் முயற்சி செய்க." -#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:3 -msgid "This is a recurring meeting" -msgstr "இது ஒரு சுருள் சந்திப்பு நிகழ்வு" - -#. Translators: "it" is a "recurring meeting" (string refers to "This is a recurring meeting") -#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:5 -msgid "Would you like to accept it?" -msgstr "ஒப்புக்கொள்ள விருப்பமா?" - -#. Translators: "it" is a "recurring meeting" (string refers to "This is a recurring meeting") -#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:7 -msgid "Would you like to decline it?" -msgstr "மறுக்க விருப்பமா?" - -#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:8 -#| msgid "You cannot share folder with specified user "{0}"" +#: ../plugins/groupwise-features/org-gnome-shared-folder.error.xml.h:3 msgid "You cannot share this folder with the specified user "{0}"" msgstr "குறிப்பிட்ட பயனர் "{0}" உடன் நீங்கள் இந்த கோப்பினை பகிர்ந்து கொள்ள முடியாது" -#: ../plugins/groupwise-features/org-gnome-shared-folder.errors.xml.h:9 -#| msgid "You have to specify a user name whom you want to add to the list" +#: ../plugins/groupwise-features/org-gnome-shared-folder.error.xml.h:4 msgid "You have to specify a user name which you want to add to the list" msgstr "நீங்கள் பட்டியலில் சேர்க்க விரும்பும் ஒரு பயனர் பெயரை குறிப்பிட வேண்டும்" -#: ../plugins/groupwise-features/process-meeting.c:52 +#: ../plugins/groupwise-features/process-meeting.c:54 msgid "Accept Tentatively" msgstr "தற்காலிகமாக ஏற்றுக்கொள்" +#: ../plugins/groupwise-features/process-meeting.c:322 +msgid "Rese_nd Meeting..." +msgstr "சந்திப்பை மீண்டும் அனுப்புக... (_n)" + #: ../plugins/groupwise-features/properties.glade.h:1 msgid "<b>Users:</b>" msgstr "<b>பயனர்கள்:</b>" @@ -18055,7 +16621,7 @@ msgid "Con_tacts..." msgstr "(_t) தொடர்புகள்...." #: ../plugins/groupwise-features/properties.glade.h:5 -#: ../widgets/table/e-table-click-to-add.c:516 +#: ../widgets/table/e-table-click-to-add.c:515 msgid "Message" msgstr "செய்தி" @@ -18140,7 +16706,7 @@ msgstr "பதிலாள் உள்அனுமதி" #: ../plugins/groupwise-features/proxy-login.c:206 #: ../plugins/groupwise-features/proxy-login.c:248 -#: ../plugins/groupwise-features/proxy.c:491 +#: ../plugins/groupwise-features/proxy.c:489 #: ../plugins/groupwise-features/send-options.c:85 #, c-format msgid "%sEnter password for %s (user %s)" @@ -18154,46 +16720,45 @@ msgid "_Proxy Login..." msgstr "பதிலாள் பதிவு... (_P)" #. To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation -#: ../plugins/groupwise-features/proxy.c:692 +#: ../plugins/groupwise-features/proxy.c:690 msgid "The Proxy tab will be available only when the account is online." msgstr "கணக்கு இணைப்பில் இருக்கும் போது மட்டுமே பதிலாள் தத்தல் இருக்கும்." #. To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation -#: ../plugins/groupwise-features/proxy.c:698 +#: ../plugins/groupwise-features/proxy.c:696 msgid "The Proxy tab will be available only when the account is enabled." msgstr "கணக்கு செயல்படுத்தியிருக்கும் போது மட்டுமே பதிலாள் தத்தல் இருக்கும்." #: ../plugins/groupwise-features/send-options.c:214 -#| msgid "Insert advanced send options" msgid "Advanced send options" msgstr "கூடுதல் அனுப்பும் விருப்பங்கள்" -#: ../plugins/groupwise-features/share-folder-common.c:321 -#: ../plugins/groupwise-features/share-folder.c:751 +#: ../plugins/groupwise-features/share-folder-common.c:320 +#: ../plugins/groupwise-features/share-folder.c:749 msgid "Users" msgstr "பயனர்கள்" -#: ../plugins/groupwise-features/share-folder-common.c:322 +#: ../plugins/groupwise-features/share-folder-common.c:321 msgid "Enter the users and set permissions" msgstr "பயனர்களை உள்ளிட்டு அனுமதிகளை அமைக்கவும்" -#: ../plugins/groupwise-features/share-folder-common.c:341 +#: ../plugins/groupwise-features/share-folder-common.c:340 msgid "New _Shared Folder..." msgstr "புதிய பகிரப்பட்ட அடைவு... (_S)" -#: ../plugins/groupwise-features/share-folder-common.c:449 +#: ../plugins/groupwise-features/share-folder-common.c:448 msgid "Sharing" msgstr "பகிர்கிறது" -#: ../plugins/groupwise-features/share-folder.c:534 +#: ../plugins/groupwise-features/share-folder.c:532 msgid "Custom Notification" msgstr "தனிப்பயன் அறிவிப்பு" -#: ../plugins/groupwise-features/share-folder.c:756 +#: ../plugins/groupwise-features/share-folder.c:754 msgid "Add " msgstr "சேர் " -#: ../plugins/groupwise-features/share-folder.c:762 +#: ../plugins/groupwise-features/share-folder.c:760 msgid "Modify" msgstr "மாற்றியமை" @@ -18251,12 +16816,12 @@ msgid "Track Message Status..." msgstr "செய்தி நிலைகளை தேடு..." #: ../plugins/hula-account-setup/org-gnome-evolution-hula-account-setup.eplug.xml.h:1 -msgid "A plugin to setup hula calendar sources." -msgstr "hula நாள்காட்டி மூலத்தை அமைப்பதற்கான ஒரு கூடுதல் வசதி." +msgid "Add Hula support to Evolution." +msgstr "எவல்யூஷன் க்கு ஹுலா ஆதரவு சேர் " #: ../plugins/hula-account-setup/org-gnome-evolution-hula-account-setup.eplug.xml.h:2 -msgid "Hula Account Setup" -msgstr "Hula கணக்கு அமைவு" +msgid "Hula Support" +msgstr "ஹுலா ஆதரவு" #: ../plugins/imap-features/imap-headers.c:320 msgid "Custom Headers" @@ -18309,47 +16874,13 @@ msgstr "" "அஞ்சல் பட்டியல்கள் அடிப்படையான வடிப்பிகள் இல்லையானால் இதை தேர்ந்தெடுக்கவும்." #: ../plugins/imap-features/org-gnome-imap-features.eplug.xml.h:1 -msgid "A plugin for the features in the IMAP accounts." -msgstr "IMAP கணக்குகளின் சிறப்பு அம்சங்களுக்கான சொருகுப்பொருள்" +msgid "Fine-tune your IMAP accounts." +msgstr "IMAP கணக்குகளை நுண் திருத்துக " #: ../plugins/imap-features/org-gnome-imap-features.eplug.xml.h:2 msgid "IMAP Features" msgstr "IMAP சிறப்பு அம்சங்கள்" -#: ../plugins/import-ics-attachments/icsimporter.c:78 -msgid "_Import to Calendar" -msgstr "நாள்காட்டிக்கு இறக்குமதி செய் (_I)" - -#: ../plugins/import-ics-attachments/icsimporter.c:83 -msgid "_Import to Tasks" -msgstr "பணிகளுக்கு இறக்குமதி செய் (_I)" - -#: ../plugins/import-ics-attachments/icsimporter.c:201 -msgid "Import ICS" -msgstr "ICS இறக்குமதி செய்" - -#: ../plugins/import-ics-attachments/icsimporter.c:224 -msgid "Select Task List" -msgstr "பணி பட்டியலை தேர்ந்தெடு" - -#: ../plugins/import-ics-attachments/icsimporter.c:228 -msgid "Select Calendar" -msgstr "நாள்காட்டியை தேர்ந்தெடு" - -#: ../plugins/import-ics-attachments/icsimporter.c:260 -#: ../shell/e-shell-importer.c:696 -msgid "_Import" -msgstr "(_I)பதிவிறக்கம்" - -#. the path to the shared library -#: ../plugins/import-ics-attachments/org-gnome-evolution-mail-attachments-import-ics.eplug.xml.h:2 -msgid "Import to Calendar" -msgstr "நாள்காட்டிக்கு இறக்குமதி செய்க." - -#: ../plugins/import-ics-attachments/org-gnome-evolution-mail-attachments-import-ics.eplug.xml.h:3 -msgid "Imports ICS attachments to calendar." -msgstr "ஐசிஎஸ் இணைப்புகளை நாள்காட்டிக்கு இறக்குமதி செய்க." - #: ../plugins/ipod-sync/evolution-ipod-sync.c:49 msgid "Hardware Abstraction Layer not loaded" msgstr "வண் பொருட்கள் பிரித்தெடுத்தல் அடுக்கு ஏற்றப்படவில்லை" @@ -18380,141 +16911,143 @@ msgid "iCalendar format (.ics)" msgstr "ஐகாலண்டர் பாங்கு (.ics)" #: ../plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml.h:1 -msgid "Synchronize the selected task/memo/calendar/address book with Apple iPod" -msgstr "" -"ஆப்பிள் ஐபாட் க்கு தேர்ந்தெடுக்கப்பட்ட பணி/ நினைவூட்டு/ நாள்காட்டி/ முகவரி புத்தகத்திற்கு " -"ஒருங்கிணைத்தல்" - -#: ../plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml.h:2 msgid "Synchronize to iPod" msgstr "ஐபாட் க்கு ஒருங்கிணைத்தல்" +#: ../plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml.h:2 +msgid "Synchronize your data with your Apple iPod." +msgstr "உங்கள் தரவை உங்கள் ஆப்பிள் ஐபாட் க்கு ஒருங்கிணைத்தல்" + #: ../plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml.h:3 msgid "iPod Synchronization" msgstr "ஐபாட் ஒருங்கிணைத்தல்" -#: ../plugins/itip-formatter/itip-formatter.c:481 -#: ../plugins/itip-formatter/itip-formatter.c:606 +#: ../plugins/itip-formatter/itip-formatter.c:482 +#: ../plugins/itip-formatter/itip-formatter.c:607 #, c-format msgid "Failed to load the calendar '%s'" msgstr "நாள்காட்டியை ஏற்ற முடியவில்லை '%s'" -#: ../plugins/itip-formatter/itip-formatter.c:626 +#: ../plugins/itip-formatter/itip-formatter.c:627 #, c-format msgid "An appointment in the calendar '%s' conflicts with this meeting" msgstr "நாள்காட்டி '%s'யில் ஒரு சந்திப்பு ஏற்பாடு, சந்திப்புடன் முரணாக உள்ளது" -#: ../plugins/itip-formatter/itip-formatter.c:662 +#: ../plugins/itip-formatter/itip-formatter.c:663 #, c-format msgid "Found the appointment in the calendar '%s'" msgstr "நாள்காட்டியில் சந்திப்பு கண்டுபிடிக்கப்பட்டது '%s'." -#: ../plugins/itip-formatter/itip-formatter.c:752 +#: ../plugins/itip-formatter/itip-formatter.c:753 msgid "Unable to find any calendars" msgstr "எந்த நாள்காட்டிகளையும் காண முடியவில்லை" -#: ../plugins/itip-formatter/itip-formatter.c:759 +#: ../plugins/itip-formatter/itip-formatter.c:760 msgid "Unable to find this meeting in any calendar" msgstr "எந்த நாள்காட்டியிலும் இந்த சந்திப்பினை காண முடியவில்லை" -#: ../plugins/itip-formatter/itip-formatter.c:763 +#: ../plugins/itip-formatter/itip-formatter.c:764 msgid "Unable to find this task in any task list" msgstr "எந்த பணி பட்டியலிலும் இந்த பணியை காண முடியவில்லை" -#: ../plugins/itip-formatter/itip-formatter.c:767 +#: ../plugins/itip-formatter/itip-formatter.c:768 msgid "Unable to find this memo in any memo list" msgstr "எந்த குறிப்பு பட்டியலிலும் இந்த குறிப்பை காண முடியவில்லை" -#: ../plugins/itip-formatter/itip-formatter.c:838 +#: ../plugins/itip-formatter/itip-formatter.c:839 +msgid "Opening the calendar. Please wait.." +msgstr "நாள்காட்டியை திறக்கிறது. தயை செய்து காத்திருக்கவும்..." + +#: ../plugins/itip-formatter/itip-formatter.c:842 msgid "Searching for an existing version of this appointment" msgstr "இந்த சந்திப்புக்கு இருப்பில் உள்ள வடிவ நிலையை தேடுகிறது. " -#: ../plugins/itip-formatter/itip-formatter.c:1020 +#: ../plugins/itip-formatter/itip-formatter.c:1024 msgid "Unable to parse item" msgstr "உருப்படியை குறிப்பிட முடியவில்லை" -#: ../plugins/itip-formatter/itip-formatter.c:1107 +#: ../plugins/itip-formatter/itip-formatter.c:1111 #, c-format msgid "Unable to send item to calendar '%s'. %s" msgstr "நாள்காட்டிக்கு உருப்படியை அனுப்ப முடியவில்லை '%s'. %s" -#: ../plugins/itip-formatter/itip-formatter.c:1119 +#: ../plugins/itip-formatter/itip-formatter.c:1123 #, c-format msgid "Sent to calendar '%s' as accepted" msgstr "நாள்காட்டி '%s' க்கு ஏற்றுக்கொள்ளப்பட்டது என அனுப்பு" -#: ../plugins/itip-formatter/itip-formatter.c:1123 +#: ../plugins/itip-formatter/itip-formatter.c:1127 #, c-format msgid "Sent to calendar '%s' as tentative" msgstr "நாள்காட்டி '%s' க்கு தற்காலிகமானது என அனுப்பு" -#: ../plugins/itip-formatter/itip-formatter.c:1128 +#: ../plugins/itip-formatter/itip-formatter.c:1132 #, c-format msgid "Sent to calendar '%s' as declined" msgstr "நாள்காட்டி '%s' க்கு நிராகரிக்கப்பட்டது என அனுப்பு" -#: ../plugins/itip-formatter/itip-formatter.c:1133 +#: ../plugins/itip-formatter/itip-formatter.c:1137 #, c-format msgid "Sent to calendar '%s' as canceled" msgstr "நாள்காட்டி '%s' க்கு ரத்தானது என அனுப்பு" -#: ../plugins/itip-formatter/itip-formatter.c:1227 +#: ../plugins/itip-formatter/itip-formatter.c:1231 #, c-format msgid "Organizer has removed the delegate %s " msgstr "ஒருங்கிணைப்பாளர் பேராளரை நீக்கிவிட்டார் %s " -#: ../plugins/itip-formatter/itip-formatter.c:1234 +#: ../plugins/itip-formatter/itip-formatter.c:1238 msgid "Sent a cancelation notice to the delegate" msgstr "பேராளருக்கு ரத்து அறிக்கையை அனுப்பவும்" -#: ../plugins/itip-formatter/itip-formatter.c:1236 +#: ../plugins/itip-formatter/itip-formatter.c:1240 msgid "Could not send the cancelation notice to the delegate" msgstr "பேராளருக்கு ரத்து அறிக்கையை அனுப்ப முடியவில்லை?" -#: ../plugins/itip-formatter/itip-formatter.c:1342 +#: ../plugins/itip-formatter/itip-formatter.c:1346 msgid "Attendee status could not be updated because the status is invalid" msgstr "கலந்து கொள்பவர்கள் நிலை தவறானது அதனால் மேம்படுத்த முடியவில்லை" -#: ../plugins/itip-formatter/itip-formatter.c:1371 +#: ../plugins/itip-formatter/itip-formatter.c:1375 #, c-format msgid "Unable to update attendee. %s" msgstr "கலந்துகொள்பவர்களை மேம்படுத்த முடியவில்லை. %s" -#: ../plugins/itip-formatter/itip-formatter.c:1375 +#: ../plugins/itip-formatter/itip-formatter.c:1379 msgid "Attendee status updated" msgstr "கலந்து கொள்பவர்கள் நிலை மேம்படுத்தப்பட்டது" -#: ../plugins/itip-formatter/itip-formatter.c:1401 +#: ../plugins/itip-formatter/itip-formatter.c:1405 msgid "Meeting information sent" msgstr "கூட்டம் பற்றிய தகவல் அனுப்பப்பட்டது" -#: ../plugins/itip-formatter/itip-formatter.c:1404 +#: ../plugins/itip-formatter/itip-formatter.c:1408 msgid "Task information sent" msgstr "பணி தகவல் அனுப்பப்பட்டது" -#: ../plugins/itip-formatter/itip-formatter.c:1407 +#: ../plugins/itip-formatter/itip-formatter.c:1411 msgid "Memo information sent" msgstr "குறிப்பு தகவல் அனுப்பப்பட்டது" -#: ../plugins/itip-formatter/itip-formatter.c:1416 +#: ../plugins/itip-formatter/itip-formatter.c:1420 msgid "Unable to send meeting information, the meeting does not exist" msgstr "இந்த சந்திப்பு தகவலை அனுப்ப இயலவில்லை, சந்திப்பை காண முடியவில்லை" -#: ../plugins/itip-formatter/itip-formatter.c:1419 +#: ../plugins/itip-formatter/itip-formatter.c:1423 msgid "Unable to send task information, the task does not exist" msgstr "இந்த பணி தகவலை அனுப்ப இயலவில்லை, பணியை காண முடியவில்லை" -#: ../plugins/itip-formatter/itip-formatter.c:1422 +#: ../plugins/itip-formatter/itip-formatter.c:1426 msgid "Unable to send memo information, the memo does not exist" msgstr "இந்த குறிப்பு தகவலை அனுப்ப இயலவில்லை, குறிப்பை காண முடியவில்லை" -#: ../plugins/itip-formatter/itip-formatter.c:1491 -#: ../plugins/itip-formatter/itip-formatter.c:1502 +#: ../plugins/itip-formatter/itip-formatter.c:1495 +#: ../plugins/itip-formatter/itip-formatter.c:1506 msgid "The calendar attached is not valid" msgstr "இணைக்கப்பட்ட நாள்காட்டி தவறானது" -#: ../plugins/itip-formatter/itip-formatter.c:1492 -#: ../plugins/itip-formatter/itip-formatter.c:1503 +#: ../plugins/itip-formatter/itip-formatter.c:1496 +#: ../plugins/itip-formatter/itip-formatter.c:1507 msgid "" "The message claims to contain a calendar, but the calendar is not a valid " "iCalendar." @@ -18522,15 +17055,15 @@ msgstr "" "இந்த செய்தி ஒரு நாட்காட்டியை உள்ளடக்கியதாக சொல்லுகிறது ஆனால் அது ஒரு செல்லுபடியாகும் " "ஐநாள்காட்டி அல்ல " -#: ../plugins/itip-formatter/itip-formatter.c:1543 -#: ../plugins/itip-formatter/itip-formatter.c:1571 -#: ../plugins/itip-formatter/itip-formatter.c:1663 +#: ../plugins/itip-formatter/itip-formatter.c:1547 +#: ../plugins/itip-formatter/itip-formatter.c:1575 +#: ../plugins/itip-formatter/itip-formatter.c:1667 msgid "The item in the calendar is not valid" msgstr "நாள்காட்டியில் உள்ள உருப்படி தவறானது" -#: ../plugins/itip-formatter/itip-formatter.c:1544 -#: ../plugins/itip-formatter/itip-formatter.c:1572 -#: ../plugins/itip-formatter/itip-formatter.c:1664 +#: ../plugins/itip-formatter/itip-formatter.c:1548 +#: ../plugins/itip-formatter/itip-formatter.c:1576 +#: ../plugins/itip-formatter/itip-formatter.c:1668 msgid "" "The message does contain a calendar, but the calendar contains no events, " "tasks or free/busy information" @@ -18538,11 +17071,11 @@ msgstr "" "இந்த செய்தியில் ஒரு நாள்காட்டி உள்ளது. ஆனால் அதில் எந்த நிகழ்வுகள், பணிகள் ஓய்வு/ வேலை " "தகவல்கள் ஏதும் இல்லை........" -#: ../plugins/itip-formatter/itip-formatter.c:1583 +#: ../plugins/itip-formatter/itip-formatter.c:1587 msgid "The calendar attached contains multiple items" msgstr "இணைப்பட்டுள்ள நாள்காட்டி பல உருப்படிகளை கொண்டுள்ளது" -#: ../plugins/itip-formatter/itip-formatter.c:1584 +#: ../plugins/itip-formatter/itip-formatter.c:1588 msgid "" "To process all of these items, the file should be saved and the calendar " "imported" @@ -18550,37 +17083,37 @@ msgstr "" "அனைத்து உருப்படிகளையும் செயலாக்க கோப்பு சேமிக்கப்பட்டு மற்றும் நாள்காட்டி இறக்குமதி " "செய்யப்பட வேண்டும்" -#: ../plugins/itip-formatter/itip-formatter.c:2306 +#: ../plugins/itip-formatter/itip-formatter.c:2317 msgid "This meeting recurs" msgstr "இந்த சந்திப்பு மீண்டும் வந்துள்ளது " -#: ../plugins/itip-formatter/itip-formatter.c:2309 +#: ../plugins/itip-formatter/itip-formatter.c:2320 msgid "This task recurs" msgstr "இந்த பணி மீண்டும் வந்துள்ளது " -#: ../plugins/itip-formatter/itip-formatter.c:2312 +#: ../plugins/itip-formatter/itip-formatter.c:2323 msgid "This memo recurs" msgstr "இந்த குறிப்பு மீண்டும் வரும்" #. Delete message after acting #. FIXME Need a schema for this -#: ../plugins/itip-formatter/itip-formatter.c:2548 +#: ../plugins/itip-formatter/itip-formatter.c:2559 msgid "_Delete message after acting" msgstr "செயலுக்கு பின் செய்தியை அழிக்கவும் (_D)" -#: ../plugins/itip-formatter/itip-formatter.c:2558 -#: ../plugins/itip-formatter/itip-formatter.c:2590 +#: ../plugins/itip-formatter/itip-formatter.c:2569 +#: ../plugins/itip-formatter/itip-formatter.c:2601 msgid "Conflict Search" msgstr "தேடல் முரண்பாடு" #. Source selector -#: ../plugins/itip-formatter/itip-formatter.c:2573 +#: ../plugins/itip-formatter/itip-formatter.c:2584 msgid "Select the calendars to search for meeting conflicts" msgstr "சந்திப்பு முரண்பாடுகளை தேட நாள்காட்டிகளை தேர்ந்தெடுக்கவும்" #. strftime format of a weekday and a date. #: ../plugins/itip-formatter/itip-view.c:191 ../ui/evolution-calendar.xml.h:34 -#: ../widgets/misc/e-cell-date-edit.c:297 +#: ../widgets/misc/e-cell-date-edit.c:308 msgid "Today" msgstr "இன்று" @@ -19031,22 +17564,18 @@ msgstr "(_f)ஓய்வாக உள்ள நேரம் எனக்கா� msgid "_Preserve my reminder" msgstr "(_P) என் நினைவூட்டலை காத்துவிடு." -#: ../plugins/itip-formatter/itip-view.c:1157 -#| msgid "Attachment Reminder" +#. To Translators: This is a check box to inherit a reminder. +#: ../plugins/itip-formatter/itip-view.c:1158 msgid "_Inherit reminder" msgstr "(_I) நினைவூட்டல் ஐ மரபாக பெறு" -#: ../plugins/itip-formatter/itip-view.c:1911 -msgid "_Tasks :" -msgstr "பணிகள் :" - -#: ../plugins/itip-formatter/itip-view.c:1913 -msgid "Memos :" -msgstr "குறிப்புகள் :" +#: ../plugins/itip-formatter/itip-view.c:1914 +msgid "_Memos:" +msgstr "நினைவூட்டிகள் (_M)" #: ../plugins/itip-formatter/org-gnome-itip-formatter.eplug.xml.h:1 -msgid "Displays text/calendar parts in messages." -msgstr "செய்தியில் உரை/நாள்காட்டி பகுதியை காட்டு" +msgid "Display \"text/calendar\" MIME parts in mail messages." +msgstr "செய்தியில் \"உரை/நாள்காட்டி\" மைம் பகுதியை காட்டு" #: ../plugins/itip-formatter/org-gnome-itip-formatter.eplug.xml.h:2 msgid "Itip Formatter" @@ -19073,13 +17602,13 @@ msgid "Proxy _Logout" msgstr "பதிலாள் வெளியேறு (_L)" #: ../plugins/mail-account-disable/org-gnome-mail-account-disable.eplug.xml.h:1 -msgid "Allows disabling of accounts." -msgstr "கணக்கினை செயல் நீக்குவதை அனுமதி" - -#: ../plugins/mail-account-disable/org-gnome-mail-account-disable.eplug.xml.h:2 msgid "Disable Account" msgstr "கணக்கினை செயல்நீக்கு" +#: ../plugins/mail-account-disable/org-gnome-mail-account-disable.eplug.xml.h:2 +msgid "Disable an account by right-clicking on it in the folder tree." +msgstr "அடைவு கிளையில் வலது சொடுக்கி ஒரு கணக்கை செயல் நீக்கு" + #: ../plugins/mail-notification/apps-evolution-mail-notification.schemas.in.h:1 msgid "Beep or play sound file." msgstr "பீப் அல்லது ஒலி கோப்பை இயக்கு" @@ -19227,37 +17756,27 @@ msgid "Notify new messages for _Inbox only" msgstr "(_I) உள்பெட்டிக்கு மட்டும் புதிய செய்திகள் வந்தால் அறிவி." #: ../plugins/mail-notification/org-gnome-mail-notification.eplug.xml.h:1 -msgid "" -"Generates a D-Bus message or notifies the user with an icon in notification " -"area and a notification message whenever a new message has arrived." -msgstr "" -"புதிய செய்தி வந்தவுடன் பயனருக்கு ஒரு பலக சின்னம் மற்றும் ஒரு அறிவிப்பு செய்தியால் " -"அறிவிக்கிறது மற்றும் ஒரு டி-பஸ் செய்தியை உருவாக்குகிறது" - -#: ../plugins/mail-notification/org-gnome-mail-notification.eplug.xml.h:2 msgid "Mail Notification" msgstr "அஞ்சல் அறிவிப்பு" -#: ../plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.xml.h:1 -msgid "" -"A plugin which allows the creation of meetings from the contents of a mail " -"message." -msgstr "அஞ்சல் செய்தி உள்ளடக்கங்களிலிருந்து கூடுதல்களை உருவாக்க உதவும் சொருகுப்பொருள் " - -#: ../plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.xml.h:2 -msgid "Con_vert to Meeting" -msgstr "சந்திப்பாக மாற்று (_v)" - -#: ../plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.xml.h:3 -msgid "Mail to meeting" -msgstr "சந்திப்புக்கு அஞ்சல்" +#: ../plugins/mail-notification/org-gnome-mail-notification.eplug.xml.h:2 +msgid "Notifies you when new mail messages arrive." +msgstr "புதிய மின்னஞ்சல் வரும் போது அறிவிக்கிறது" -#: ../plugins/mail-to-task/mail-to-task.c:287 +#: ../plugins/mail-to-task/mail-to-task.c:343 #, c-format msgid "Cannot open calendar. %s" msgstr "நாள்காட்டியை திறக்க முடியவில்லை %s" -#: ../plugins/mail-to-task/mail-to-task.c:292 +#: ../plugins/mail-to-task/mail-to-task.c:350 +msgid "" +"Selected source is read only, thus cannot create event there. Select other " +"source, please." +msgstr "" +"தேர்ந்தெடுக்கப்பட்ட மூலம் படிக்க மட்டுமே, அதனால் அங்கு பணி உருவாக்க முடியாது. வேறு " +"மூலத்தை தயை செய்து தேர்ந்தெடுங்கள்." + +#: ../plugins/mail-to-task/mail-to-task.c:353 msgid "" "Selected source is read only, thus cannot create task there. Select other " "source, please." @@ -19265,22 +17784,65 @@ msgstr "" "தேர்ந்தெடுக்கப்பட்ட மூலம் படிக்க மட்டுமே, அதனால் அங்கு பணி உருவாக்க முடியாது. வேறு " "மூலத்தை தயை செய்து தேர்ந்தெடுங்கள்." -#: ../plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml.h:1 +#: ../plugins/mail-to-task/mail-to-task.c:356 msgid "" -"A plugin which allows the creation of tasks from the contents of a mail " -"message." -msgstr "அஞ்சல் செய்தி உள்ளடக்கங்களிலிருந்து பணிகளை உருவாக்க உதவும் சொருகுப்பொருள் " +"Selected source is read only, thus cannot create memo there. Select other " +"source, please." +msgstr "" +"தேர்ந்தெடுக்கப்பட்ட மூலம் படிக்க மட்டுமே, அதனால் அங்கு நினைவூட்டியை உருவாக்க முடியாது. வேறு " +"மூலத்தை தயை செய்து தேர்ந்தெடுங்கள்." + +#: ../plugins/mail-to-task/mail-to-task.c:455 +#, c-format +msgid "Could not create object. %s" +msgstr "பொருளை உருவாக்க முடியவில்லை %s" + +#: ../plugins/mail-to-task/mail-to-task.c:555 +#, c-format +msgid "Cannot get source list. %s" +msgstr "மூல பட்டியலை பெற முடியவில்லை %s" + +#: ../plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml.h:1 +msgid "Convert a mail message to a task." +msgstr "ஒரு அஞ்சல் செய்தியை ஒரு பணியாக மாற்று" #: ../plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml.h:2 -#: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:1 -msgid "Con_vert to Task" -msgstr "பணியாக மாற்று (_v)" +#: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:5 +msgid "Convert to a Mem_o" +msgstr "நினைவூட்டியாக மாற்று (_o)" #: ../plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml.h:3 -msgid "Mail to task" -msgstr "பணிக்கு அஞ்சல்" +#: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:6 +msgid "Convert to a _Meeting" +msgstr "சந்திப்பாக மாற்று (_M)" + +#: ../plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml.h:4 +#: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:7 +msgid "Convert to a _Task" +msgstr "பணியாக மாற்று (_T)" + +#: ../plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml.h:5 +#: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:8 +msgid "Convert to an _Event" +msgstr "சந்திப்பாக மாற்று (_E)" + +#: ../plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml.h:6 +msgid "Mail-to-Task" +msgstr "பணி-அஞ்சலுக்கு " + +#: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:1 +msgid "Convert the selected message to a new event" +msgstr "தேர்ந்தெடுக்கப்பட்ட செய்தியை ஒரு புதிய பணியாக மாற்று" #: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:2 +msgid "Convert the selected message to a new meeting" +msgstr "தேர்ந்தெடுக்கப்பட்ட செய்தியை ஒரு புதிய சந்திப்பாக மாற்று" + +#: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:3 +msgid "Convert the selected message to a new memo" +msgstr "தேர்ந்தெடுக்கப்பட்ட செய்தியை ஒரு புதிய நினைவூட்டியாக மாற்று" + +#: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:4 msgid "Convert the selected message to a new task" msgstr "தேர்ந்தெடுக்கப்பட்ட செய்தியை ஒரு புதிய பணியாக மாற்று" @@ -19306,8 +17868,8 @@ msgid "Mailing _List" msgstr "மின்னஞ்சல் குழு (_L)" #: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml.h:6 -msgid "Provide actions for common mailing list commands (subscribe, unsubscribe...)." -msgstr "பொது பட்டியல் கட்டளைகளுக்கு (சந்தாசேர், சந்தாவிலக்கு...) செயல்வடிவம் தருகிறது." +msgid "Perform common mailing list actions (subscribe, unsubscribe, etc.)." +msgstr "பொது பட்டியல் செயல்கள் (சந்தாசேர், சந்தாவிலக்குஇ முதலியன.) ." #: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml.h:7 msgid "_Post message to list" @@ -19363,11 +17925,6 @@ msgid "Send e-mail message to mailing list?" msgstr "செய்தியை குழுவிற்கு மின்னஞ்சல் செய்தியை அனுப்ப வேண்டுமா?" #: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml.h:10 -#| msgid "" -#| "The action could not be performed. This means the header for this action " -#| "did not contain any action we could process.\n" -#| "\n" -#| "Header: {0}" msgid "" "The action could not be performed. The header for this action did not " "contain any action that could be processed.\n" @@ -19480,22 +18037,20 @@ msgid "Mark Me_ssages as Read" msgstr "_s செய்திகளை படித்ததாக குறி" #: ../plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml.h:3 -msgid "Used for marking all the messages under a folder as read" -msgstr "அடைவில் உள்ள அனைத்து செய்திகளையும் படித்ததாக குறிக்கப்பயன்படுகிறது." +msgid "Mark all messages in a folder as read." +msgstr "அடைவில் உள்ள அனைத்து செய்திகளும் படித்ததாக குறி" #: ../plugins/mono/org-gnome-evolution-mono.eplug.xml.h:1 -msgid "A plugin which implements mono plugins." -msgstr "மோனோ கூடுதல் வசதிகளை செயல்படுத்தும் ஒரு கூடுதல் வசதி" - -#: ../plugins/mono/org-gnome-evolution-mono.eplug.xml.h:2 msgid "Mono Loader" msgstr "மோனோ ஏற்றி" +#: ../plugins/mono/org-gnome-evolution-mono.eplug.xml.h:2 +msgid "Support plugins written in Mono." +msgstr "மோனோவில் எழுதிய ஆதரவு சொருகிகள்" + #: ../plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml.h:1 -msgid "A plugin for managing which plugins are enabled or disabled." -msgstr "" -"எந்த கூடுதல் வசதிகள் செயலில் உள்ளது அல்லது செயல்நீங்கியுள்ளது என்பதை ஒரு கூடுதல் வசதி " -"மேலாண்மை செய்கிறது." +msgid "Manage your Evolution plugins." +msgstr "எவல்யூஷன் சொருகிகளை மேலாள்." #. Setup the ui #: ../plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml.h:2 @@ -19532,25 +18087,18 @@ msgstr "மேல்பார்வை" msgid "Plugin" msgstr "கூடுதல் வசதி" -#: ../plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml.h:1 -msgid "" -"A test plugin which demonstrates a formatter plugin which lets you choose to " -"disable HTML messages.\n" -"\n" -"This plugin is unsupported demonstration code only.\n" -msgstr "" -"HTML செய்திகள் ஐ செயல் நீக்க தேர்வு செய்ய பயன்படும் ஒழுங்கு செய்யும் சொருகுப்பொருளை " -"மாதிரி காட்டும் சோதனை சொருகுப்பொருள்.n\n" -"இந்த சொருகுப்பொருள் ஆதரவில்லாதது, சோதனைக்கு மட்டுமே.\n" - #. but then we also need to create our own section frame -#: ../plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml.h:6 +#: ../plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml.h:2 msgid "Plain Text Mode" msgstr "வெற்று உரை முறை" -#: ../plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml.h:7 -msgid "Prefer plain-text" -msgstr "வெற்று உரை விருப்பம்" +#: ../plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml.h:3 +msgid "Prefer Plain Text" +msgstr "வெற்று உரையே விருப்பம்" + +#: ../plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml.h:4 +msgid "View mail messages as plain text, even if they contain HTML content." +msgstr "ஹெச்டிஎம்எல்(HTML) உள்ளடக்க அஞ்சலாக இருப்பினும் வெற்று உரையாக காண்க" #: ../plugins/prefer-plain/prefer-plain.c:189 msgid "Show HTML if present" @@ -19573,16 +18121,14 @@ msgid "Evolution Profiler" msgstr "எவல்யூஷன் விவரக்குறிப்பி" #: ../plugins/profiler/org-gnome-evolution-profiler.eplug.xml.h:2 -msgid "Writes a log of profiling data events." -msgstr "தரவு நிகழ்வுகள் விவரமாக்கும் ஒரு பதிவினை எழுதுகிறது." +msgid "Profile data events in Evolution (for developers only)." +msgstr "எவல்யூஷன் இல் உருவரிதரவு நிகழ்வுகள் (உருவாக்குவோருக்கு மட்டும்)" #: ../plugins/pst-import/org-gnome-pst-import.eplug.xml.h:1 -#| msgid "Import mail from Pine." msgid "Import Outlook messages from PST file" msgstr "பிஎஸ்டி கோப்பிலிருந்து அவுட்லுக் அஞ்சல்களை இறக்குமதி செய்க." #: ../plugins/pst-import/org-gnome-pst-import.eplug.xml.h:2 -#| msgid "Outlook CSV and Tab Importer" msgid "Outlook PST import" msgstr "அவுட்லுக் பிஎஸ்டி இறக்குமதி" @@ -19592,48 +18138,73 @@ msgstr "அவுட்லுக் அந்தரங்க அடைவுக� #. Address book #: ../plugins/pst-import/pst-importer.c:318 -#| msgid "Address Book" msgid "_Address Book" msgstr "(_A) முகவரி புத்தகம்" #. Appointments #: ../plugins/pst-import/pst-importer.c:325 -#| msgid "Appointments" msgid "A_ppointments" msgstr "(_p) சந்திப்புகள்" #. Journal #: ../plugins/pst-import/pst-importer.c:337 -#| msgid "Journal" msgid "_Journal entries" msgstr "(_J) இதழ் உள்ளீடுகள்" #: ../plugins/pst-import/pst-importer.c:352 -#| msgid "Importing Elm data" msgid "Importing Outlook data" msgstr "அவுட்லுக் தரவை ஏற்றுமதி செய்கிறது." #: ../plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml.h:1 -msgid "Allows calendars to be published to the web" -msgstr "நாள்காட்டிகளை இணையத்தில் வெளியிட அனுமதிக்கிறது" - -#: ../plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml.h:2 msgid "Calendar Publishing" msgstr "நாள்காட்டி வெளியிடுகிறது" -#: ../plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml.h:3 +#: ../plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml.h:2 msgid "Locations" msgstr "இடங்கள்" +#: ../plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml.h:3 +msgid "Publish calendars to the web." +msgstr "நாள்காட்டிகளை இணையத்துக்கு வெளியிடுகிறது" + #: ../plugins/publish-calendar/org-gnome-publish-calendar.xml.h:1 msgid "_Publish Calendar Information" msgstr "நாள்காட்டி தகவலை வெளியிடு (_P)" -#: ../plugins/publish-calendar/publish-calendar.c:596 -#| msgid "Are you sure you want to remove this URL?" +#: ../plugins/publish-calendar/publish-calendar.c:95 +#: ../plugins/publish-calendar/publish-calendar.c:329 +#, c-format +msgid "Could not open %s:" +msgstr "%s ஐ திறக்க முடியவில்லை:" + +#: ../plugins/publish-calendar/publish-calendar.c:97 +#, c-format +msgid "Could not open %s: Unknown error" +msgstr "%s ஐ திறக்க முடியவில்லை: தெரியாத தவறு" + +#: ../plugins/publish-calendar/publish-calendar.c:117 +#, c-format +msgid "There was an error while publishing to %s:" +msgstr "%s க்கு வெளியிடும்போது பிழை :" + +#: ../plugins/publish-calendar/publish-calendar.c:119 +#, c-format +msgid "Publishing to %s finished successfully" +msgstr "%s க்கு வெளியிடல் வெற்றிகரமாக முழுமை பெற்றது" + +#: ../plugins/publish-calendar/publish-calendar.c:160 +#, c-format +msgid "Mount of %s failed:" +msgstr " %s ஐ ஏற்றுவது தோல்வியுற்றது:" + +#: ../plugins/publish-calendar/publish-calendar.c:612 msgid "Are you sure you want to remove this location?" msgstr "இந்த இடத்தை நீங்கள் நிச்சயம் நீக்க வேண்டுமா?" +#: ../plugins/publish-calendar/publish-calendar.c:776 +msgid "Could not create publish thread." +msgstr "வெளியீட்டு இழையை உருவாக்க முடியவில்லை" + #: ../plugins/publish-calendar/publish-calendar.glade.h:2 msgid "<span weight=\"bold\">Location</span>" msgstr "<span weight=\"bold\">இடம்</span>" @@ -19669,14 +18240,6 @@ msgid "Publishing _Frequency:" msgstr "வெளியிடும் அலைவரிசை: (_F)" #: ../plugins/publish-calendar/publish-calendar.glade.h:13 -#| msgid "" -#| "SSH\n" -#| "Public FTP\n" -#| "FTP (with login)\n" -#| "Windows share\n" -#| "WebDAV (HTTP)\n" -#| "Secure WebDAV (HTTPS)\n" -#| "Custom Location" msgid "" "Secure FTP (SSH)\n" "Public FTP\n" @@ -19698,27 +18261,41 @@ msgstr "" msgid "Service _type:" msgstr "சேவை வகை: (_t)" -#: ../plugins/publish-calendar/publish-calendar.glade.h:22 +#: ../plugins/publish-calendar/publish-calendar.glade.h:21 +msgid "Time _duration:" +msgstr "கால நீட்சி (_d):" + +#: ../plugins/publish-calendar/publish-calendar.glade.h:23 msgid "_File:" msgstr "கோப்பு: (_F)" -#: ../plugins/publish-calendar/publish-calendar.glade.h:23 +#: ../plugins/publish-calendar/publish-calendar.glade.h:24 msgid "_Password:" msgstr "(_P)கடவுச்சொல்:" -#: ../plugins/publish-calendar/publish-calendar.glade.h:24 +#: ../plugins/publish-calendar/publish-calendar.glade.h:25 msgid "_Publish as:" msgstr "வெளியிடு: (_P)" -#: ../plugins/publish-calendar/publish-calendar.glade.h:25 +#: ../plugins/publish-calendar/publish-calendar.glade.h:26 msgid "_Remember password" msgstr "(_R)கடவுச்சொல்லை நினைவில் கொள்" -#: ../plugins/publish-calendar/publish-calendar.glade.h:27 +#: ../plugins/publish-calendar/publish-calendar.glade.h:28 msgid "_Username:" msgstr "(_U)பயனீட்டாளர் பெயர்" -#: ../plugins/publish-calendar/publish-calendar.glade.h:28 +#: ../plugins/publish-calendar/publish-calendar.glade.h:29 +msgid "" +"days\n" +"weeks\n" +"months" +msgstr "" +"நாட்கள்\n" +"வாரங்கள்\n" +"மாதங்கள்" + +#: ../plugins/publish-calendar/publish-calendar.glade.h:32 msgid "" "iCal\n" "Free/Busy" @@ -19726,13 +18303,17 @@ msgstr "" "iCal\n" "ஓய்வு /பணியில்" -#: ../plugins/publish-calendar/url-editor-dialog.c:461 -#| msgid "Location" +#: ../plugins/publish-calendar/publish-format-fb.c:69 +#: ../plugins/publish-calendar/publish-format-ical.c:82 +#, c-format +msgid "Could not publish calendar: Calendar backend no longer exists" +msgstr "நாள்காட்டியை வெளியிட முடியவில்லை. நாள்காட்டி பின்னகம் இருப்பில் இல்லை" + +#: ../plugins/publish-calendar/url-editor-dialog.c:480 msgid "New Location" msgstr "புதிய இடம்" -#: ../plugins/publish-calendar/url-editor-dialog.c:463 -#| msgid "Location" +#: ../plugins/publish-calendar/url-editor-dialog.c:482 msgid "Edit Location" msgstr "இடத்தை திருத்து" @@ -19753,7 +18334,6 @@ msgid "Test Plugin for Python EPlugin loader." msgstr " பைத்தான் இபிளகின் ஏற்றிக்கு சோதனை செருகி" #: ../plugins/python/org-gnome-evolution-python.eplug.xml.h:1 -#| msgid "A plugin which loads other plugins written using python." msgid "A plugin which loads other plugins written using Python." msgstr "பைத்தானில் எழுதப்பட்ட மற்ற சொருகுப்பொருட்களை ஏற்ற ஒரு சொருகு பொருள்" @@ -19761,103 +18341,61 @@ msgstr "பைத்தானில் எழுதப்பட்ட மற்� msgid "Python Loader" msgstr "பைத்தான் ஏற்றி" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:107 -msgid "SpamAssassin (built-in)" -msgstr "ஸ்பாம் அஸாஸின் (உள்ளடக்கியது.)" - -#: ../plugins/sa-junk-plugin/em-junk-filter.c:133 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:128 #, c-format msgid "SpamAssassin not found, code: %d" msgstr "ஸ்பாம் அஸாஸின் ஐ காணவில்லை, குறி: %d" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:141 -#: ../plugins/sa-junk-plugin/em-junk-filter.c:149 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:136 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:144 #, c-format msgid "Failed to create pipe: %s" msgstr "குழாயை உருவாக்குவதில் தோல்வி: %s" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:188 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:183 #, c-format msgid "Error after fork: %s" msgstr "பிளவுக்குப்பின் பிழை: %s" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:243 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:238 #, c-format msgid "SpamAssassin child process does not respond, killing..." msgstr "ஸ்பாம் அஸாஸின் சேய் செயல் பதிலளிக்கவில்லை. முடிக்கிறது..." -#: ../plugins/sa-junk-plugin/em-junk-filter.c:245 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:240 #, c-format -#| msgid "Wait for Spamassassin child process interrupted, terminating..." msgid "Wait for SpamAssassin child process interrupted, terminating..." msgstr "ஸ்பாம் அஸாஸின் சேய் செயலுக்கு காத்திருப்பு மறிக்கப்பட்டது. நிறுத்துகிறது..." -#: ../plugins/sa-junk-plugin/em-junk-filter.c:254 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:249 #, c-format msgid "Pipe to SpamAssassin failed, error code: %d" msgstr "ஸ்பாம் அஸாஸின் க்கு குழாய் இட இயலவில்லை. தவறு %d" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:497 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:512 #, c-format msgid "SpamAssassin is not available." msgstr "ஸ்பாம் அஸாஸின் இருப்பில் இல்லை" -#: ../plugins/sa-junk-plugin/em-junk-filter.c:864 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:904 msgid "This will make SpamAssassin more reliable, but slower" msgstr "இது ஸ்பாம் அஸாஸின் ஐ மேலும் நம்பகமாக்கும். ஆனால் மெதுவாக வேலை செய்யும்." -#: ../plugins/sa-junk-plugin/em-junk-filter.c:870 +#: ../plugins/sa-junk-plugin/em-junk-filter.c:910 msgid "I_nclude remote tests" msgstr "(_n)தொலை சோதனையை சேர்" #: ../plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml.h:1 -msgid "" -"Filters junk messages using SpamAssassin. This plugin requires SpamAssassin " -"to be installed." -msgstr "" -"ஸ்பாம் அஸாஸின் ஐ பயன்படுத்தும் குப்பை வடிகட்டிகள். இந்த சொருகுப்பொருளுக்கு ஸ்பாம் அஸாஸின் " -"நிறுவப்பட்டு இருக்க வேண்டும்." +msgid "Filter junk messages using SpamAssassin." +msgstr "ஸஙபாம் அஸாசின் ஐ பயன்படுத்தி எரித செய்திகளை வடிகட்டுகிறது." #: ../plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml.h:2 -#| msgid "Spamassassin Options" -msgid "SpamAssassin Options" -msgstr "ஸ்பாம் அஸாஸின் தேர்வுகள்" - -#: ../plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml.h:3 -msgid "SpamAssassin junk plugin" +msgid "SpamAssassin Junk Filter" msgstr "ஸ்பாம் அஸாஸின் குப்பை சொருகுப்பொருள்" -#: ../plugins/save-attachments/org-gnome-save-attachments.eplug.xml.h:1 -msgid "A plugin for saving all attachments or parts of a message at once." -msgstr "" -"அனைத்து இணைப்புகளையும் அல்லது ஒரு செய்தியின் பகுதியை ஒரு முறை சேமிக்கும் ஒரு கூடுதல் " -"வசதி." - -#. the path to the shared library -#: ../plugins/save-attachments/org-gnome-save-attachments.eplug.xml.h:3 -#: ../plugins/save-attachments/save-attachments.c:315 -msgid "Save attachments" -msgstr "இணைப்புகளை சேமி" - -#: ../plugins/save-attachments/org-gnome-save-attachments.xml.h:1 -msgid "Save Attachments..." -msgstr "இணைப்புகளை சேமிக்க..." - -#: ../plugins/save-attachments/org-gnome-save-attachments.xml.h:2 -msgid "Save all attachments" -msgstr "அனைத்து இணைப்புகளையும் சேமி" - -#: ../plugins/save-attachments/save-attachments.c:321 -msgid "Select save base name" -msgstr "சேமிப்பு அடிப்படை பெயரை தேர்ந்தெடு" - -#: ../plugins/save-attachments/save-attachments.c:340 -msgid "MIME Type" -msgstr "MIME வகை" - -#: ../plugins/save-attachments/save-attachments.c:348 -msgid "Save" -msgstr "சேமி" +#: ../plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml.h:3 +msgid "SpamAssassin Options" +msgstr "ஸ்பாம் அஸாஸின் தேர்வுகள்" #. #. * Translator: the %F %T is the thirth argument for a strftime function. @@ -19883,10 +18421,6 @@ msgstr "வகைகள் பட்டியல்" msgid "Comment List" msgstr "குறிப்பு பட்டியல்" -#: ../plugins/save-calendar/csv-format.c:367 -msgid "Created" -msgstr "உருவாக்கப்பட்டது" - #: ../plugins/save-calendar/csv-format.c:368 msgid "Contact List" msgstr "தொடர்பு பட்டியல்" @@ -19944,8 +18478,8 @@ msgid "Save Selected" msgstr "தேர்ந்தெடுத்ததை சேமி" #: ../plugins/save-calendar/org-gnome-save-calendar.eplug.xml.h:2 -msgid "Saves selected calendar or tasks list to disk." -msgstr "வட்டில் தேர்ந்தெடுக்கப்பட்ட நாள்காட்டி அல்லது பணிகள் பட்டியலை சேமிக்கிறது." +msgid "Save a calendar or task list to disk." +msgstr "வட்டில் நாள்காட்டி அல்லது பணிகள் பட்டியலை சேமிக்கிறது." #: ../plugins/save-calendar/org-gnome-save-calendar.eplug.xml.h:3 msgid "_Save to Disk" @@ -19969,12 +18503,12 @@ msgid "Select destination file" msgstr "இலக்கு கோப்பினை தேர்ந்தெடு" #: ../plugins/select-one-source/org-gnome-select-one-source.eplug.xml.h:1 -msgid "Select one source" -msgstr "ஒரு மூலத்தை தேர்ந்தெடு" +msgid "Quickly select a single calendar or task list for viewing." +msgstr "ஒரு ஒற்றை நாள்காட்டி அல்லது பணி பட்டியலை விரைவில் பார்க்க தேர்ந்தெடுக்கிறது." #: ../plugins/select-one-source/org-gnome-select-one-source.eplug.xml.h:2 -msgid "Selects a single calendar or task source for viewing." -msgstr "ஒரு ஒற்றை நாள்காட்டி அல்லது பணி மூலத்தை பார்க்க தேர்ந்தெடுக்கிறது." +msgid "Select One Source" +msgstr "ஒரு மூலத்தை தேர்ந்தெடு" #: ../plugins/select-one-source/org-gnome-select-one-source.eplug.xml.h:3 msgid "Show _only this Calendar" @@ -19996,15 +18530,15 @@ msgstr "உங்கள் ஆரம்ப கணக்கு அமைக்க msgid "Setup Assistant" msgstr "அமைப்பு உதவியாள்" -#: ../plugins/startup-wizard/startup-wizard.c:85 +#: ../plugins/startup-wizard/startup-wizard.c:84 msgid "Evolution Setup Assistant" msgstr "எவல்யூஷன் அமைப்பு உதவி" -#: ../plugins/startup-wizard/startup-wizard.c:88 +#: ../plugins/startup-wizard/startup-wizard.c:87 msgid "Welcome" msgstr "நல்வரவு" -#: ../plugins/startup-wizard/startup-wizard.c:89 +#: ../plugins/startup-wizard/startup-wizard.c:88 msgid "" "Welcome to Evolution. The next few screens will allow Evolution to connect " "to your email accounts, and to import files from other applications. \n" @@ -20016,35 +18550,35 @@ msgstr "" "\n" "\"Forward\" பொத்தானை சொடுக்கி தொடரவும்." -#: ../plugins/startup-wizard/startup-wizard.c:135 +#: ../plugins/startup-wizard/startup-wizard.c:115 msgid "Importing files" msgstr "கோப்புகளை இறக்குமதி செய்கிறது" -#: ../plugins/startup-wizard/startup-wizard.c:137 -#: ../shell/e-shell-importer.c:141 +#: ../plugins/startup-wizard/startup-wizard.c:117 +#: ../shell/e-shell-importer.c:138 msgid "Please select the information that you would like to import:" msgstr "நீங்கள் பெறவிரும்பும் தகவலை தேர்வு செய்யவும்" -#: ../plugins/startup-wizard/startup-wizard.c:152 -#: ../shell/e-shell-importer.c:394 +#: ../plugins/startup-wizard/startup-wizard.c:132 +#: ../shell/e-shell-importer.c:420 #, c-format msgid "From %s:" msgstr "அனுப்புனர் %s:" -#: ../plugins/startup-wizard/startup-wizard.c:232 -#: ../shell/e-shell-importer.c:505 +#: ../plugins/startup-wizard/startup-wizard.c:203 +#: ../shell/e-shell-importer.c:530 #, c-format msgid "Importing data." msgstr "தரவினை ஏற்றுகிறது" -#: ../plugins/startup-wizard/startup-wizard.c:234 -#: ../shell/e-shell-importer.c:519 +#: ../plugins/startup-wizard/startup-wizard.c:205 +#: ../shell/e-shell-importer.c:544 msgid "Please wait" msgstr "தயவு செய்து காத்திருக்கவும்" #: ../plugins/subject-thread/org-gnome-subject-thread.eplug.xml.h:1 -msgid "Indicates if threading of messages should fall back to subject." -msgstr "செய்திகளை இழையாக்கம் செய்வது பொருளுக்கு மாற வேண்டுமென உணர்த்துகிறது." +msgid "Sort mail message threads by subject." +msgstr "பொருளால் அஞ்சல் செய்திகளை புரியாக்கம் செய்க" #: ../plugins/subject-thread/org-gnome-subject-thread.eplug.xml.h:2 msgid "Subject Threading" @@ -20082,33 +18616,62 @@ msgid "Drafts based template plugin" msgstr "வரைவுகள் அடிப்படையிலான வார்ர்புரு சொருகுப்பொருள்" #: ../plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml.h:1 -#| msgid "A simple plugin which uses ytnef to decode tnef attachments." -msgid "A simple plugin which uses yTNEF to decode TNEF attachments." -msgstr "டிஎன் ஈஎஃப் இணைப்புகளை குறிவிலக்க ஒய்டிஎன் ஈஎஃப் ஐ பயன்படுத்தும் ஒரு எளிய சொருகுப்பொருள்" +msgid "Decode TNEF (winmail.dat) attachments from Microsoft Outlook." +msgstr "மைக்ரோசாப்ட் அவுட்லுக்கில் இருந்து டிஎன்ஈஎஃப் (winmail.dat) இணைப்புகளை குறிநீக்கு" #: ../plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml.h:2 -msgid "TNEF Attachment decoder" -msgstr "டிஎன்ஈஎஃப் இணைப்பு குறிவிலக்கி" +msgid "TNEF Decoder" +msgstr "டிஎன்ஈஎஃப் குறிவிலக்கி" + +#: ../plugins/vcard-inline/org-gnome-vcard-inline.eplug.xml.h:1 +msgid "Inline vCards" +msgstr "உரையுள் விகார்ட்கள்" + +#: ../plugins/vcard-inline/org-gnome-vcard-inline.eplug.xml.h:2 +msgid "Show vCards directly in mail messages." +msgstr "அஞ்சல் செய்திகளில் விகார்ட்களை நேரடியாக காட்டுக" + +#: ../plugins/vcard-inline/vcard-inline.c:155 +#: ../plugins/vcard-inline/vcard-inline.c:239 +msgid "Show Full vCard" +msgstr "முழு விகார்ட் ஐ காட்டு" + +#: ../plugins/vcard-inline/vcard-inline.c:158 +msgid "Show Compact vCard" +msgstr "கையடக்க விகார்ட்" + +#: ../plugins/vcard-inline/vcard-inline.c:218 +msgid "There is one other contact." +msgstr "வேறு ஒரு தொடர்பு உள்ளது." + +#: ../plugins/vcard-inline/vcard-inline.c:227 +#, c-format +msgid "There is %d other contact." +msgid_plural "There are %d other contacts." +msgstr[0] "வேறு %d தொடர்பு உள்ளது." +msgstr[1] "%d வேறு தொடர்புகள் உள்ளன." + +#: ../plugins/vcard-inline/vcard-inline.c:248 +msgid "Save in Address Book" +msgstr "முகவரி புத்தகத்தில் சேமி" #: ../plugins/webdav-account-setup/org-gnome-evolution-webdav.eplug.xml.h:1 -msgid "A plugin to setup WebDAV contacts." -msgstr "வெப்டேவ் தொடர்புகளை அமைக்க சொருகுபொருல்." +msgid "Add WebDAV contacts to Evolution." +msgstr "வெப்டேவ் தொடர்புகள் ஐ எவலூஷனுக்கு சேர்" #: ../plugins/webdav-account-setup/org-gnome-evolution-webdav.eplug.xml.h:2 msgid "WebDAV contacts" msgstr "வெப்டேவ் தொடர்புகள் " -#: ../plugins/webdav-account-setup/webdav-contacts-source.c:96 -#: ../plugins/webdav-account-setup/webdav-contacts-source.c:107 +#: ../plugins/webdav-account-setup/webdav-contacts-source.c:68 msgid "WebDAV" msgstr "WebDAV" -#: ../plugins/webdav-account-setup/webdav-contacts-source.c:336 +#: ../plugins/webdav-account-setup/webdav-contacts-source.c:296 msgid "URL:" msgstr "URL:" -#: ../plugins/webdav-account-setup/webdav-contacts-source.c:363 -#| msgid "_Avoid IfMatch (needed on apache < 2.2.8)" +#: ../plugins/webdav-account-setup/webdav-contacts-source.c:323 msgid "_Avoid IfMatch (needed on Apache < 2.2.8)" msgstr "(_A) இஃப்மேட்ச்ஹ் ஆனால் தவிர். (அபாசே < 2.2.8 க்கு தேவை )" @@ -20196,42 +18759,60 @@ msgstr "" "எடுத்துக்கொள்ளப்படும்." #: ../shell/apps_evolution_shell.schemas.in.h:15 +msgid "Initial attachment view" +msgstr "ஆரம்ப இணைப்பு பார்வை" + +#: ../shell/apps_evolution_shell.schemas.in.h:16 +msgid "Initial file chooser folder" +msgstr "ஆரம்ப கோப்பு தேர்வி அடைவு" + +#: ../shell/apps_evolution_shell.schemas.in.h:17 +msgid "Initial folder for GtkFileChooser dialogs." +msgstr "ஜிடிகேபைசூசர் உரையாடல்களுக்கு ஆரம்ப அடைவு" + +#: ../shell/apps_evolution_shell.schemas.in.h:18 +msgid "" +"Initial view for attachment bar widgets. \"0\" is Icon View, \"1\" is List " +"View." +msgstr "பலக விட்செட்டுகளுக்கு ஆரம்ப பார்வை. \"0\" சின்ன பார்வைக்கு, \"1\" பட்டியல் பார்வைக்கு" + +#: ../shell/apps_evolution_shell.schemas.in.h:19 msgid "Last upgraded configuration version" msgstr "கடைசியாக மேம்படுத்தப்பட்ட கட்டமைப்பு பதிப்பு" -#: ../shell/apps_evolution_shell.schemas.in.h:16 +#: ../shell/apps_evolution_shell.schemas.in.h:20 msgid "List of paths for the folders to be synchronized to disk for offline usage" msgstr "இணையத்தில் இல்லாமல் வேலை செய்ய ஒத்திசைக்க வேண்டிய பாதைகளின் பட்டியல்" -#: ../shell/apps_evolution_shell.schemas.in.h:17 +#: ../shell/apps_evolution_shell.schemas.in.h:21 msgid "Non-proxy hosts" msgstr "பதிலாள் இல்லாத புரவலன்கள்" -#: ../shell/apps_evolution_shell.schemas.in.h:18 +#: ../shell/apps_evolution_shell.schemas.in.h:22 msgid "Password to pass as authentication when doing HTTP proxying." msgstr "ஹெச்டிடிபி பதிலாள் மூலம் செயல்படுகையில் உறுதிப்படுத்தலை கடக்க கடவுச்சொல்." -#: ../shell/apps_evolution_shell.schemas.in.h:19 +#: ../shell/apps_evolution_shell.schemas.in.h:23 msgid "Proxy configuration mode" msgstr "பதிலாள் அமைப்பை அமை" -#: ../shell/apps_evolution_shell.schemas.in.h:20 +#: ../shell/apps_evolution_shell.schemas.in.h:24 msgid "SOCKS proxy host name" msgstr "சாக்ஸ் பதிலாள் புரவலன் பெயர்" -#: ../shell/apps_evolution_shell.schemas.in.h:21 +#: ../shell/apps_evolution_shell.schemas.in.h:25 msgid "SOCKS proxy port" msgstr "சாக்ஸ் பதிலாள் துறை" -#: ../shell/apps_evolution_shell.schemas.in.h:22 +#: ../shell/apps_evolution_shell.schemas.in.h:26 msgid "Secure HTTP proxy host name" msgstr "பாதுகாப்பான ஹெச்டிடிபி பதிலாள் புரவலன் பெயர்" -#: ../shell/apps_evolution_shell.schemas.in.h:23 +#: ../shell/apps_evolution_shell.schemas.in.h:27 msgid "Secure HTTP proxy port" msgstr "பாதுகாப்பான ஹெச்டிடிபி பதிலாள் துறை" -#: ../shell/apps_evolution_shell.schemas.in.h:24 +#: ../shell/apps_evolution_shell.schemas.in.h:28 msgid "" "Select the proxy configuration mode. Supported values are 0, 1, 2, and 3 " "representing \"use system settings\", \"no proxy\", \"use manual proxy " @@ -20243,23 +18824,23 @@ msgstr "" "configuration\" மற்றும் \"use proxy configuration provided in the autoconfig " "url\"." -#: ../shell/apps_evolution_shell.schemas.in.h:25 +#: ../shell/apps_evolution_shell.schemas.in.h:29 msgid "Sidebar is visible" msgstr "பக்கப்பட்டை தெரிகிறது" -#: ../shell/apps_evolution_shell.schemas.in.h:26 +#: ../shell/apps_evolution_shell.schemas.in.h:30 msgid "Skip development warning dialog" msgstr "மேம்பாடு எச்சரிக்கை உரையாடலை தவிர்" -#: ../shell/apps_evolution_shell.schemas.in.h:27 ../shell/main.c:483 +#: ../shell/apps_evolution_shell.schemas.in.h:31 ../shell/main.c:483 msgid "Start in offline mode" msgstr "இணையம் இல்லாமல் துவக்கு" -#: ../shell/apps_evolution_shell.schemas.in.h:28 +#: ../shell/apps_evolution_shell.schemas.in.h:32 msgid "Statusbar is visible" msgstr "நிலைப்பட்டை தெரிகிறது" -#: ../shell/apps_evolution_shell.schemas.in.h:29 +#: ../shell/apps_evolution_shell.schemas.in.h:33 msgid "" "The configuration version of Evolution, with major/minor/configuration level " "(for example \"2.6.0\")." @@ -20267,19 +18848,19 @@ msgstr "" "major/minor/configuration நிலையில், எவல்யூஷனின் கட்டமைப்பு பதிப்பு(எடுத்துக்காட்டு " "\"2.6.0\")." -#: ../shell/apps_evolution_shell.schemas.in.h:30 +#: ../shell/apps_evolution_shell.schemas.in.h:34 msgid "The default height for the main window, in pixels." msgstr "முதன்மை சாளரத்தின் முன்னிருப்பு உயரம்" -#: ../shell/apps_evolution_shell.schemas.in.h:31 +#: ../shell/apps_evolution_shell.schemas.in.h:35 msgid "The default width for the main window, in pixels." msgstr "முதன்மை சாளரத்தின் முன்னிருப்பு அகலம், பிக்சல்களில்." -#: ../shell/apps_evolution_shell.schemas.in.h:32 +#: ../shell/apps_evolution_shell.schemas.in.h:36 msgid "The default width for the sidebar, in pixels." msgstr "பக்கப்பட்டையின் முன்னிருப்பு அகலம், பிக்சல்களில்." -#: ../shell/apps_evolution_shell.schemas.in.h:33 +#: ../shell/apps_evolution_shell.schemas.in.h:37 msgid "" "The last upgraded configuration version of Evolution, with major/minor/" "configuration level (for example \"2.6.0\")." @@ -20287,19 +18868,19 @@ msgstr "" "பெரும்பாலும்/குறைந்த/ கட்டமைப்பு நிலைகளில் எவல்யூஷனின் கடைசி மேம்படுத்தப்பட்ட " "கட்டமைப்பு , (எடுத்துக்காட்டு \"2.6.0\")." -#: ../shell/apps_evolution_shell.schemas.in.h:34 +#: ../shell/apps_evolution_shell.schemas.in.h:38 msgid "The machine name to proxy HTTP through." msgstr "பதிலாள் ஹெச்டிடிபி தொடர்புக்கான கணினி பெயர் ." -#: ../shell/apps_evolution_shell.schemas.in.h:35 +#: ../shell/apps_evolution_shell.schemas.in.h:39 msgid "The machine name to proxy secure HTTP through." msgstr "பதிலாள் பாதுகாப்பான ஹெச்டிடிபி தொடர்புக்கான கணினி பெயர்." -#: ../shell/apps_evolution_shell.schemas.in.h:36 +#: ../shell/apps_evolution_shell.schemas.in.h:40 msgid "The machine name to proxy socks through." msgstr "பதிலாள் சாக்ஸ் தொடர்புக்கான கணினி பெயர்." -#: ../shell/apps_evolution_shell.schemas.in.h:37 +#: ../shell/apps_evolution_shell.schemas.in.h:41 msgid "" "The port on the machine defined by \"/apps/evolution/shell/network_config/" "http_host\" that you proxy through." @@ -20307,7 +18888,7 @@ msgstr "" "கணினியில் \"/apps/evolution/shell/network_config/http_host\"ஆல் வரையறுக்கப்பட்ட " "பதிலாள் வழிக்கான துறை ." -#: ../shell/apps_evolution_shell.schemas.in.h:38 +#: ../shell/apps_evolution_shell.schemas.in.h:42 msgid "" "The port on the machine defined by \"/apps/evolution/shell/network_config/" "secure_host\" that you proxy through." @@ -20315,7 +18896,7 @@ msgstr "" "கணினியில் \"/apps/evolution/shell/network_config/secure_host\"ஆல் வரையறுக்கப்பட்ட " "பதிலாள் வழிக்கான துறை ." -#: ../shell/apps_evolution_shell.schemas.in.h:39 +#: ../shell/apps_evolution_shell.schemas.in.h:43 msgid "" "The port on the machine defined by \"/apps/evolution/shell/network_config/" "socks_host\" that you proxy through." @@ -20323,7 +18904,7 @@ msgstr "" "கணினியில் \"/apps/evolution/shell/network_config/socks_host\"ஆல் வரையறுக்கப்பட்ட " "பதிலாள் வழிக்கான துறை ." -#: ../shell/apps_evolution_shell.schemas.in.h:40 +#: ../shell/apps_evolution_shell.schemas.in.h:44 msgid "" "The style of the window buttons. Can be \"text\", \"icons\", \"both\", " "\"toolbar\". If \"toolbar\" is set, the style of the buttons is determined " @@ -20333,7 +18914,7 @@ msgstr "" "இருக்கலாம். \"toolbar\" ஆக இருப்பின் பொத்தான்களின் பாணி க்னோம் கருவிப்பட்டி அமைப்பால் " "நிர்ணயிக்கப்படும்." -#: ../shell/apps_evolution_shell.schemas.in.h:41 +#: ../shell/apps_evolution_shell.schemas.in.h:45 msgid "" "This key contains a list of hosts which are connected to directly, rather " "than via the proxy (if it is active). The values can be hostnames, domains " @@ -20345,55 +18926,55 @@ msgstr "" "களப்பெயர்கள் (டொமெய்ன்), ஐபி (ஐபி 4 மற்றும் ஐபி6 ) முகமூடியுடனான வலையக முகவரிகள் " "(192.168.0.0/24 போல )ஆக இருக்கலாம்." -#: ../shell/apps_evolution_shell.schemas.in.h:42 +#: ../shell/apps_evolution_shell.schemas.in.h:46 msgid "Toolbar is visible" msgstr "கருவிப்பட்டி தெரிகிறது" -#: ../shell/apps_evolution_shell.schemas.in.h:43 +#: ../shell/apps_evolution_shell.schemas.in.h:47 msgid "URL that provides proxy configuration values." msgstr "பதிலாள் கட்டமைப்பு மதிப்புகளை தரும் உரல் " -#: ../shell/apps_evolution_shell.schemas.in.h:44 +#: ../shell/apps_evolution_shell.schemas.in.h:48 msgid "Use HTTP proxy" msgstr " ஹெச்டிடிபி பதிலாளை பயன்படுத்துக." -#: ../shell/apps_evolution_shell.schemas.in.h:45 +#: ../shell/apps_evolution_shell.schemas.in.h:49 msgid "User name to pass as authentication when doing HTTP proxying." msgstr "பயனர் பெயர் வரை ஹெச்டிடிபி." -#: ../shell/apps_evolution_shell.schemas.in.h:46 +#: ../shell/apps_evolution_shell.schemas.in.h:50 msgid "Whether Evolution will start up in offline mode instead of online mode." msgstr "எவல்யூஷன் இணைப்பு முறையை விட இணைப்பில்லாத முறையில் துவங்குமா." -#: ../shell/apps_evolution_shell.schemas.in.h:47 +#: ../shell/apps_evolution_shell.schemas.in.h:51 msgid "Whether or not the window should be maximized." msgstr "சாளரம் முழுமையாக்கப்பட வேண்டாம்." -#: ../shell/apps_evolution_shell.schemas.in.h:48 +#: ../shell/apps_evolution_shell.schemas.in.h:52 msgid "Whether the sidebar should be visible." msgstr "பக்கப்பட்டை தெரிய வேண்டுமா." -#: ../shell/apps_evolution_shell.schemas.in.h:49 +#: ../shell/apps_evolution_shell.schemas.in.h:53 msgid "Whether the status bar should be visible." msgstr "நிலைப்பட்டை தெரிய வேண்டுமா." -#: ../shell/apps_evolution_shell.schemas.in.h:50 +#: ../shell/apps_evolution_shell.schemas.in.h:54 msgid "Whether the toolbar should be visible." msgstr "கருவிப்பட்டி தெரிய வேண்டுமா" -#: ../shell/apps_evolution_shell.schemas.in.h:51 +#: ../shell/apps_evolution_shell.schemas.in.h:55 msgid "Whether the warning dialog in development versions of Evolution is skipped." msgstr "எவல்யூஷன் வளர்ச்சி பதிப்புகளில் எச்சரிக்கை உரையாடல் தவிர்க்கப்படலாமா." -#: ../shell/apps_evolution_shell.schemas.in.h:52 +#: ../shell/apps_evolution_shell.schemas.in.h:56 msgid "Whether the window buttons should be visible." msgstr "சாளரப் பொத்தான் தெரிய வேண்டுமா." -#: ../shell/apps_evolution_shell.schemas.in.h:53 +#: ../shell/apps_evolution_shell.schemas.in.h:57 msgid "Window button style" msgstr "சாளர பொத்தான் தோற்றம்" -#: ../shell/apps_evolution_shell.schemas.in.h:54 +#: ../shell/apps_evolution_shell.schemas.in.h:58 msgid "Window buttons are visible" msgstr "சாளர பொத்தான்கள் தெரிகிறது" @@ -20409,11 +18990,11 @@ msgstr "செயலில் உள்ள இணைப்புகள்" msgid "Click OK to close these connections and go offline" msgstr "சரி பட்டனை க்ளிக் செய்து இணையத்திலிருந்து வெளியேறவும்" -#: ../shell/e-shell-importer.c:131 +#: ../shell/e-shell-importer.c:128 msgid "Choose the type of importer to run:" msgstr "இயக்க வேண்டிய இறக்கி வகையை தேர்வு செய்யவும்" -#: ../shell/e-shell-importer.c:134 +#: ../shell/e-shell-importer.c:131 msgid "" "Choose the file that you want to import into Evolution, and select what type " "of file it is from the list." @@ -20421,11 +19002,11 @@ msgstr "" "நீங்கள் எவல்யூஷனில் பெற வேண்டிய கோப்பை தேர்வு செய்து, பட்டியலிலிருந்து கோப்பின் வகையை " "தேர்வு செய்யவும்" -#: ../shell/e-shell-importer.c:138 +#: ../shell/e-shell-importer.c:135 msgid "Choose the destination for this import" msgstr "இந்த கோப்புகள் சேருமிடத்தை தேர்வு செய்யவும்" -#: ../shell/e-shell-importer.c:144 +#: ../shell/e-shell-importer.c:141 msgid "" "Evolution checked for settings to import from the following\n" "applications: Pine, Netscape, Elm, iCalendar. No importable\n" @@ -20437,78 +19018,82 @@ msgstr "" "ஐகாலண்டர். அத்தகைய அமைப்பு ஏதும் இல்லை.\n" "மீண்டும் முயற்சி செய்ய \"Back\" பொத்தானை சொடுக்கவும்.\n" -#: ../shell/e-shell-importer.c:282 +#: ../shell/e-shell-importer.c:296 msgid "F_ilename:" msgstr "(_i)கோப்பின் பெயர்:" -#: ../shell/e-shell-importer.c:287 +#: ../shell/e-shell-importer.c:301 msgid "Select a file" msgstr "கோப்பை தேர்வு செய்" -#: ../shell/e-shell-importer.c:296 +#: ../shell/e-shell-importer.c:310 msgid "File _type:" msgstr "(_t)கோப்பு வகை:" -#: ../shell/e-shell-importer.c:332 +#: ../shell/e-shell-importer.c:358 msgid "Import data and settings from _older programs" msgstr "(_o)பழைய நிரலிலிருந்து தகவலை பெறுகிறது" -#: ../shell/e-shell-importer.c:335 +#: ../shell/e-shell-importer.c:361 msgid "Import a _single file" msgstr "(_s)ஒரு கோப்பை இறக்குகிறது" +#: ../shell/e-shell-importer.c:725 +msgid "_Import" +msgstr "(_I)பதிவிறக்கம்" + #: ../shell/e-shell-settings-dialog.c:313 msgid "Evolution Preferences" msgstr "எவல்யூஷன் முன்னுரிமைகள்" #. To translators: This is the window title and %s is the #. component name. Most translators will want to keep it as is. -#: ../shell/e-shell-view.c:47 ../shell/e-shell-window.c:328 +#: ../shell/e-shell-view.c:47 ../shell/e-shell-window.c:326 #, c-format msgid "%s - Evolution" msgstr "%s - எவல்யூஷன்" -#: ../shell/e-shell-window-commands.c:75 +#: ../shell/e-shell-window-commands.c:69 msgid "The GNOME Pilot tools do not appear to be installed on this system." msgstr "க்னோம் பைலட் கருவிகள் இந்த கணினியில் நிறுவப்படவில்லை." -#: ../shell/e-shell-window-commands.c:83 +#: ../shell/e-shell-window-commands.c:78 #, c-format -msgid "Error executing %s." -msgstr "இயக்கும் போது பிழை %s." +msgid "Error executing %s. (%s)" +msgstr "%s இயக்கும் போது பிழை (%s)" -#: ../shell/e-shell-window-commands.c:139 +#: ../shell/e-shell-window-commands.c:136 msgid "Bug buddy is not installed." msgstr "பக் பட்டி நிறுவப்படவில்லை" -#: ../shell/e-shell-window-commands.c:142 +#: ../shell/e-shell-window-commands.c:139 msgid "Bug buddy could not be run." msgstr "பக் பட்டியை இயக்க முடியவில்லை" #. The translator-credits string is for translators to list #. * per-language credits for translation, displayed in the #. * about dialog. -#: ../shell/e-shell-window-commands.c:942 +#: ../shell/e-shell-window-commands.c:939 msgid "translator-credits" msgstr "மொழிபெயர்ப்பாளர்-சன்மானம்" -#: ../shell/e-shell-window-commands.c:953 +#: ../shell/e-shell-window-commands.c:950 msgid "Evolution Website" msgstr "எவல்யூஷன் வலைத்தளம்" -#: ../shell/e-shell-window-commands.c:1170 +#: ../shell/e-shell-window-commands.c:1168 msgid "_Work Online" msgstr "(_W)இணையத்தில் வேலை செய்யவும்" -#: ../shell/e-shell-window-commands.c:1183 ../ui/evolution.xml.h:57 +#: ../shell/e-shell-window-commands.c:1181 ../ui/evolution.xml.h:57 msgid "_Work Offline" msgstr "(_W)இணையத்தொடர்பு இல்லாமல் வேலை செய்யவும்" -#: ../shell/e-shell-window-commands.c:1196 +#: ../shell/e-shell-window-commands.c:1194 msgid "Work Offline" msgstr "இணையத்தொடர்பு இல்லாமல் வேலை செய்யவும்" -#: ../shell/e-shell-window.c:377 +#: ../shell/e-shell-window.c:375 msgid "" "Evolution is currently online.\n" "Click on this button to work offline." @@ -20516,11 +19101,11 @@ msgstr "" "எவல்யூஷன் தற்சமயம் இணைப்பில் உள்ளது.\n" " இந்தப் பொத்தானை பயன்படுத்தி இணைப்பிலிருந்து விலகவும்." -#: ../shell/e-shell-window.c:384 +#: ../shell/e-shell-window.c:382 msgid "Evolution is in the process of going offline." msgstr "எவல்யூஷன் இணையத்திலிருந்து விடுபட்டுக்கொண்டிருக்கிறது" -#: ../shell/e-shell-window.c:391 +#: ../shell/e-shell-window.c:389 msgid "" "Evolution is currently offline.\n" "Click on this button to work online." @@ -20528,39 +19113,39 @@ msgstr "" "எவல்யூஷன் தற்சமயம் இணைப்பில்லாமல் உள்ளது. \n" "இந்தப் பொத்தானை பயன்படுத்தி இணைப்பினை பெறவும்." -#: ../shell/e-shell-window.c:787 +#: ../shell/e-shell-window.c:783 #, c-format msgid "Switch to %s" msgstr "%s க்கு மாறு" -#: ../shell/e-shell.c:640 +#: ../shell/e-shell.c:639 msgid "Unknown system error." msgstr "தெரியாத கணினி பிழை" -#: ../shell/e-shell.c:838 ../shell/e-shell.c:839 +#: ../shell/e-shell.c:837 ../shell/e-shell.c:838 #, c-format msgid "%ld KB" msgstr "%ld KB" -#: ../shell/e-shell.c:1261 ../widgets/misc/e-cell-date-edit.c:313 +#: ../shell/e-shell.c:1260 ../widgets/misc/e-cell-date-edit.c:324 msgid "OK" msgstr "சரி" -#: ../shell/e-shell.c:1263 +#: ../shell/e-shell.c:1262 msgid "Invalid arguments" msgstr "செல்லாத அளவுருக்கள்" -#: ../shell/e-shell.c:1265 +#: ../shell/e-shell.c:1264 msgid "Cannot register on OAF" msgstr "OAF பதிவு செய்ய முடியவில்லை" -#: ../shell/e-shell.c:1267 +#: ../shell/e-shell.c:1266 msgid "Configuration Database not found" msgstr "அமைப்பு தரவுத்தளத்தை காணவில்லை" -#: ../shell/e-user-creatable-items-handler.c:678 -#: ../shell/e-user-creatable-items-handler.c:688 -#: ../shell/e-user-creatable-items-handler.c:693 +#: ../shell/e-user-creatable-items-handler.c:677 +#: ../shell/e-user-creatable-items-handler.c:687 +#: ../shell/e-user-creatable-items-handler.c:692 msgid "New" msgstr "புதிய" @@ -20598,7 +19183,6 @@ msgid "Importer Type" msgstr "இறக்கி வகை" #: ../shell/import.glade.h:6 -#| msgid "Select folder to import into" msgid "Select Information to Import" msgstr "ஏற்ற வேண்டிய தகவலை தேர்வு செய்" @@ -20709,7 +19293,6 @@ msgid "Are you sure you want to forget all remembered passwords?" msgstr "நினைவிலுள்ள அனைத்து கடவுச்சொல்லையும் மறக்க வேண்டும்?" #: ../shell/shell.error.xml.h:2 -#| msgid "Restart Evolution" msgid "Cannot start Evolution" msgstr "எவல்யூஷனை தொடங்க முடியவில்லை." @@ -20763,14 +19346,6 @@ msgstr "" "முடியாது.\n" #: ../shell/shell.error.xml.h:16 -#| msgid "" -#| "The previous version of evolution stored its data in a different " -#| "location.\n" -#| "\n" -#| "If you choose to remove this data, the entire contents of the "" -#| "evolution" directory will be removed permanently. If you choose to " -#| "keep this data, then you may manually remove the contents of "" -#| "evolution" at your convenience.\n" msgid "" "The previous version of Evolution stored its data in a different location.\n" "\n" @@ -20878,51 +19453,51 @@ msgstr "" "இந்த சான்றிதழை வழங்கியவரை நீங்கள் ஏற்காததால் ,சான்றிதழில் அனுமதியை குறிப்பிடாமல் " "பயன்படுத்த முடியாது" -#: ../smime/gui/certificate-manager.c:137 -#: ../smime/gui/certificate-manager.c:380 -#: ../smime/gui/certificate-manager.c:604 +#: ../smime/gui/certificate-manager.c:136 +#: ../smime/gui/certificate-manager.c:383 +#: ../smime/gui/certificate-manager.c:611 msgid "Select a certificate to import..." msgstr "ஏற்ற வேண்டிய சான்றிதழை தேர்ந்தெடு..." -#: ../smime/gui/certificate-manager.c:146 +#: ../smime/gui/certificate-manager.c:145 msgid "All PKCS12 files" msgstr "அனைத்தும் PKCS12 கோப்புகள்" #: ../smime/gui/certificate-manager.c:151 -#: ../smime/gui/certificate-manager.c:394 -#: ../smime/gui/certificate-manager.c:618 +#: ../smime/gui/certificate-manager.c:398 +#: ../smime/gui/certificate-manager.c:625 msgid "All files" msgstr "எல்லா கோப்புகளும்" -#: ../smime/gui/certificate-manager.c:271 -#: ../smime/gui/certificate-manager.c:480 -#: ../smime/gui/certificate-manager.c:702 +#: ../smime/gui/certificate-manager.c:275 +#: ../smime/gui/certificate-manager.c:488 +#: ../smime/gui/certificate-manager.c:713 msgid "Certificate Name" msgstr "சான்றிதழ் பெயர்" -#: ../smime/gui/certificate-manager.c:280 -#: ../smime/gui/certificate-manager.c:498 +#: ../smime/gui/certificate-manager.c:284 +#: ../smime/gui/certificate-manager.c:506 msgid "Purposes" msgstr "காரணம்" -#: ../smime/gui/certificate-manager.c:289 ../smime/gui/smime-ui.glade.h:37 +#: ../smime/gui/certificate-manager.c:293 ../smime/gui/smime-ui.glade.h:37 #: ../smime/lib/e-cert.c:553 msgid "Serial Number" msgstr "வரிசை எண்" -#: ../smime/gui/certificate-manager.c:297 +#: ../smime/gui/certificate-manager.c:301 msgid "Expires" msgstr "காலாவதியானது" -#: ../smime/gui/certificate-manager.c:389 +#: ../smime/gui/certificate-manager.c:392 msgid "All email certificate files" msgstr "அனைத்தும் மின்னஞ்சல் சான்றிதழ் கோப்புகள்" -#: ../smime/gui/certificate-manager.c:489 +#: ../smime/gui/certificate-manager.c:497 msgid "E-Mail Address" msgstr "மின்னஞ்சல் முகவரிகள்" -#: ../smime/gui/certificate-manager.c:613 +#: ../smime/gui/certificate-manager.c:620 msgid "All CA certificate files" msgstr "அனைத்தும் சிஏ சான்றிதழ் கோப்புகள்" @@ -21149,7 +19724,7 @@ msgid "_Edit CA Trust" msgstr "(_E) CA நம்பிக்கையை திருத்து" #. XXX we shouldn't be popping up dialogs in this code. -#: ../smime/lib/e-cert-db.c:656 +#: ../smime/lib/e-cert-db.c:653 msgid "Certificate already exists" msgstr "சான்றிதழ் ஏற்கெனவே உள்ளது" @@ -21363,7 +19938,6 @@ msgid "Copy" msgstr "நகலெடு" #: ../ui/evolution-addressbook.xml.h:7 -#| msgid "Copy Selected Contacts to Another Folder..." msgid "Copy selected contacts to another folder" msgstr "தேர்ந்தெடுக்கப்பட்ட தொடர்புகளை வேறு அடைவுக்கு நகல் எடுக்கவும்" @@ -21413,7 +19987,6 @@ msgid "Mo_ve All Contacts To..." msgstr "அனைத்து தொடர்புகளையும் நகர்த்து... (_v)" #: ../ui/evolution-addressbook.xml.h:20 -#| msgid "Move Selected Contacts to Another Folder..." msgid "Move selected contacts to another folder" msgstr "தேர்ந்தெடுக்கப்பட்ட தொடர்புகளை வேறு அடைவுக்கு நகர்த்தவும்" @@ -21455,7 +20028,6 @@ msgid "Save as VCard..." msgstr "விகார்ட் என சேமிக்கப்பட்டது..." #: ../ui/evolution-addressbook.xml.h:32 -#| msgid "Save selected contacts as a VCard." msgid "Save selected contacts as a VCard" msgstr "தேர்வு செய்த தொடர்புகளை விகார்ட் இல் சேமி." @@ -21463,7 +20035,7 @@ msgstr "தேர்வு செய்த தொடர்புகளை வி msgid "Save the contacts of the selected folder as VCard" msgstr "தேர்ந்தெடுக்கப்பட்ட அடைவு தொடர்புகளை வீகார்ட் ஆக சேமிக்கவும்." -#: ../ui/evolution-addressbook.xml.h:34 ../widgets/text/e-text.c:2724 +#: ../ui/evolution-addressbook.xml.h:34 ../widgets/text/e-text.c:2725 msgid "Select All" msgstr "அனைத்தையும் தேர்வு செய்" @@ -21476,7 +20048,6 @@ msgid "Select all contacts" msgstr "அனைத்தையும் தேர்வு செய்" #: ../ui/evolution-addressbook.xml.h:37 -#| msgid "Send a message to the selected contacts." msgid "Send a message to the selected contacts" msgstr "ஒரு செய்தியை தேர்வு செய்துள்ளவர்களுக்கு அனுப்பு" @@ -21485,7 +20056,6 @@ msgid "Send message to contact" msgstr "செய்தியை தொடர்புக்கு அனுப்பு" #: ../ui/evolution-addressbook.xml.h:39 -#| msgid "Send selected contacts to another person." msgid "Send selected contacts to another person" msgstr "தேர்வு செய்யப்பட்ட தொடர்புகளை மற்றவருக்கு அனுப்பு" @@ -21607,7 +20177,7 @@ msgstr "அடுத்து" msgid "Previews the calendar to be printed" msgstr "அச்சடிக்கப்பட வேண்டிய நாள்காட்டியில் முன்தோற்றத்தை பார்" -#: ../ui/evolution-calendar.xml.h:19 ../ui/evolution-mail-message.xml.h:74 +#: ../ui/evolution-calendar.xml.h:19 ../ui/evolution-mail-message.xml.h:70 #: ../widgets/misc/e-calendar.c:171 msgid "Previous" msgstr "முந்தைய" @@ -21781,7 +20351,6 @@ msgstr "_P முன்பார்வை" #. <menuitem name="CreateVFolder" verb="CreateVFolder" _label="_New Search _Folder (FIXME)"/> #. #: ../ui/evolution-mail-global.xml.h:32 -#| msgid "_Subscriptions" msgid "_Subscriptions..." msgstr "சந்தாக்கள் (_S)" @@ -21918,7 +20487,7 @@ msgstr "இழையுடன் கூடிய செய்தி பட்ட msgid "_Group By Threads" msgstr "புரிகளால் குழுவாக்கு (_G)" -#: ../ui/evolution-mail-list.xml.h:37 ../ui/evolution-mail-message.xml.h:115 +#: ../ui/evolution-mail-list.xml.h:37 ../ui/evolution-mail-message.xml.h:111 #: ../ui/evolution-mail-messagedisplay.xml.h:7 msgid "_Message" msgstr "செய்தி (_M)" @@ -22173,199 +20742,183 @@ msgid "Paste messages from the clipboard" msgstr "இடையக சேமிப்பகத்திலிருந்து செய்திகளை ஒட்டவும்" #: ../ui/evolution-mail-message.xml.h:68 -msgid "Pos_t New Message to Folder" -msgstr "அடைவிற்கு புதிய செய்தியை அனுப்பு (_t)" - -#: ../ui/evolution-mail-message.xml.h:69 -msgid "Post a Repl_y" -msgstr "(_y)பதில் அனுப்பு" - -#: ../ui/evolution-mail-message.xml.h:70 -msgid "Post a message to a Public folder" -msgstr "பொது அடைவில் செய்தியை பதிப்பி" - -#: ../ui/evolution-mail-message.xml.h:71 -msgid "Post a reply to a message in a Public folder" -msgstr "பதிலை பொது அடைவிற்கு அனுப்பவும்" - -#: ../ui/evolution-mail-message.xml.h:72 msgid "Pr_evious Important Message" msgstr "(_e)முன்பு உள்வாங்கிய செய்தி" -#: ../ui/evolution-mail-message.xml.h:73 +#: ../ui/evolution-mail-message.xml.h:69 msgid "Preview the message to be printed" msgstr "அச்சடிக்க வேண்டிய செய்தியை காட்டு" -#: ../ui/evolution-mail-message.xml.h:77 +#: ../ui/evolution-mail-message.xml.h:73 msgid "Print this message" msgstr "இந்த செய்தியை அச்சடி" -#: ../ui/evolution-mail-message.xml.h:78 +#: ../ui/evolution-mail-message.xml.h:74 msgid "Re_direct" msgstr "(_d)திசைமாற்று" -#: ../ui/evolution-mail-message.xml.h:79 +#: ../ui/evolution-mail-message.xml.h:75 msgid "Redirect (bounce) the selected message to someone" msgstr "தேர்வு செய்யப்பட்ட செய்தியை வேறுஒருவருக்கு அனுப்பு(திசைமாற்று)" -#: ../ui/evolution-mail-message.xml.h:84 +#: ../ui/evolution-mail-message.xml.h:80 msgid "Reset the text to its original size" msgstr "உரையை இயல்பான அளவில் காட்டு" -#: ../ui/evolution-mail-message.xml.h:85 +#: ../ui/evolution-mail-message.xml.h:81 msgid "Save the selected messages as a text file" msgstr "தேர்ந்தெடுக்கப்பட்ட செய்தியை உரை கோப்பாக சேமி" -#: ../ui/evolution-mail-message.xml.h:86 +#: ../ui/evolution-mail-message.xml.h:82 msgid "Search Folder from Mailing _List..." msgstr "அஞ்சல் பட்டியலில் இருந்து அடைவினை தேடு... (_L)" -#: ../ui/evolution-mail-message.xml.h:87 +#: ../ui/evolution-mail-message.xml.h:83 msgid "Search Folder from Recipien_ts..." msgstr "_t தேடுதல் அடைவு பெறுனர்களிடமிருந்து..." -#: ../ui/evolution-mail-message.xml.h:88 +#: ../ui/evolution-mail-message.xml.h:84 msgid "Search Folder from S_ubject..." msgstr "பொருளில் இருந்து அடைவினை தேடு... (_u)" -#: ../ui/evolution-mail-message.xml.h:89 +#: ../ui/evolution-mail-message.xml.h:85 msgid "Search Folder from Sen_der..." msgstr "அனுப்புனரிடம் இருந்து அடைவினை தேடு... (_n)" -#: ../ui/evolution-mail-message.xml.h:90 +#: ../ui/evolution-mail-message.xml.h:86 msgid "Search for text in the body of the displayed message" msgstr "காட்டப்பட்ட செய்தியில் குறிப்பிட்ட உரையை தேடு" -#: ../ui/evolution-mail-message.xml.h:91 +#: ../ui/evolution-mail-message.xml.h:87 msgid "Select _All Text" msgstr "அனைத்து உரையையும் தேர்ந்தெடு (_A)" -#: ../ui/evolution-mail-message.xml.h:92 +#: ../ui/evolution-mail-message.xml.h:88 msgid "Select all the text in a message" msgstr "செய்தியில் அனைத்து உரையையும் தேர்ந்தெடுக்கவும்" -#: ../ui/evolution-mail-message.xml.h:93 ../ui/evolution.xml.h:27 +#: ../ui/evolution-mail-message.xml.h:89 ../ui/evolution.xml.h:27 msgid "Set up the page settings for your current printer" msgstr "தற்போதைய அச்சியந்திரத்திற்காக பக்க அமைப்பை காட்டு" -#: ../ui/evolution-mail-message.xml.h:94 +#: ../ui/evolution-mail-message.xml.h:90 msgid "Show a blinking cursor in the body of displayed messages" msgstr "செய்தியில் சிமிட்டும் நிலைகாட்டியை காட்டு" -#: ../ui/evolution-mail-message.xml.h:95 +#: ../ui/evolution-mail-message.xml.h:91 msgid "Show messages with all email headers" msgstr "எல்லா மின்னஞ்சல் தலைப்புகளோடும் செய்திகளை காட்டு" -#: ../ui/evolution-mail-message.xml.h:96 +#: ../ui/evolution-mail-message.xml.h:92 msgid "Show the raw email source of the message" msgstr "மின்னஞ்சல் செய்தியின் மூலத்தை காட்டு" -#: ../ui/evolution-mail-message.xml.h:97 +#: ../ui/evolution-mail-message.xml.h:93 msgid "Undelete the selected messages" msgstr "தேர்ந்தெடுத்த செய்திகளை அழிக்க வேண்டாம்" -#: ../ui/evolution-mail-message.xml.h:98 +#: ../ui/evolution-mail-message.xml.h:94 msgid "Uni_mportant" msgstr "முக்கியமில்லாத (_m)" -#: ../ui/evolution-mail-message.xml.h:99 +#: ../ui/evolution-mail-message.xml.h:95 msgid "Zoom _Out" msgstr "பெரிதாக்கு (_O)" -#: ../ui/evolution-mail-message.xml.h:100 +#: ../ui/evolution-mail-message.xml.h:96 msgid "_Attached" msgstr "இணைக்கப்பட்ட (_A)" -#: ../ui/evolution-mail-message.xml.h:101 +#: ../ui/evolution-mail-message.xml.h:97 msgid "_Caret Mode" msgstr "காரட் முறை (_C)" -#: ../ui/evolution-mail-message.xml.h:102 +#: ../ui/evolution-mail-message.xml.h:98 msgid "_Clear Flag" msgstr "கொடியை நீக்கு (_C)" -#: ../ui/evolution-mail-message.xml.h:105 +#: ../ui/evolution-mail-message.xml.h:101 msgid "_Delete Message" msgstr "செய்தியை அழி (_D)" -#: ../ui/evolution-mail-message.xml.h:107 +#: ../ui/evolution-mail-message.xml.h:103 msgid "_Find in Message..." msgstr "செய்தியில் கண்டுபிடி... (_F)" -#: ../ui/evolution-mail-message.xml.h:108 +#: ../ui/evolution-mail-message.xml.h:104 msgid "_Flag Completed" msgstr "கொடி முடிந்தது (_F)" -#: ../ui/evolution-mail-message.xml.h:110 +#: ../ui/evolution-mail-message.xml.h:106 msgid "_Go To" msgstr "(_G) இங்கே செல்" -#: ../ui/evolution-mail-message.xml.h:111 +#: ../ui/evolution-mail-message.xml.h:107 msgid "_Important" msgstr "முக்கியம் (_I)" -#: ../ui/evolution-mail-message.xml.h:112 +#: ../ui/evolution-mail-message.xml.h:108 msgid "_Inline" msgstr "உள்ளே (_I)" -#: ../ui/evolution-mail-message.xml.h:113 +#: ../ui/evolution-mail-message.xml.h:109 msgid "_Junk" msgstr "தேவையற்றவை (_J)" -#: ../ui/evolution-mail-message.xml.h:114 +#: ../ui/evolution-mail-message.xml.h:110 msgid "_Load Images" msgstr "படங்களை ஏற்று (_L)" -#: ../ui/evolution-mail-message.xml.h:116 +#: ../ui/evolution-mail-message.xml.h:112 msgid "_Message Source" msgstr "செய்தி மூலம் (_M)" -#: ../ui/evolution-mail-message.xml.h:118 +#: ../ui/evolution-mail-message.xml.h:114 msgid "_Next Message" msgstr "அடுத்த செய்தி (_N)" -#: ../ui/evolution-mail-message.xml.h:119 +#: ../ui/evolution-mail-message.xml.h:115 msgid "_Normal Size" msgstr "இயல்பாக அளவு (_N)" -#: ../ui/evolution-mail-message.xml.h:120 +#: ../ui/evolution-mail-message.xml.h:116 msgid "_Not Junk" msgstr "தேவையற்றதல்ல (_N)" -#: ../ui/evolution-mail-message.xml.h:121 +#: ../ui/evolution-mail-message.xml.h:117 msgid "_Open in New Window" msgstr "புதிய சாளரத்தில் திற (_O)" -#: ../ui/evolution-mail-message.xml.h:122 +#: ../ui/evolution-mail-message.xml.h:118 msgid "_Previous Message" msgstr "(_P)முந்தைய செய்தி" -#: ../ui/evolution-mail-message.xml.h:124 +#: ../ui/evolution-mail-message.xml.h:120 msgid "_Quoted" msgstr "குறிப்பிடப்பட்ட (_Q)" #. Translators: "Read" as in "has been read" (evolution-mail-message.xml) -#: ../ui/evolution-mail-message.xml.h:126 +#: ../ui/evolution-mail-message.xml.h:122 msgid "_Read" msgstr "படி (_R)" -#: ../ui/evolution-mail-message.xml.h:128 +#: ../ui/evolution-mail-message.xml.h:124 msgid "_Save Message..." msgstr "செய்தியை சேமி... (_S)" -#: ../ui/evolution-mail-message.xml.h:129 +#: ../ui/evolution-mail-message.xml.h:125 msgid "_Undelete Message" msgstr "அழிக்காத செய்தி (_U)" -#: ../ui/evolution-mail-message.xml.h:130 +#: ../ui/evolution-mail-message.xml.h:126 msgid "_Unread" msgstr "படிக்காதவை (_U)" -#: ../ui/evolution-mail-message.xml.h:131 +#: ../ui/evolution-mail-message.xml.h:127 msgid "_Zoom" msgstr "அளவிடு (_Z)" -#: ../ui/evolution-mail-message.xml.h:132 +#: ../ui/evolution-mail-message.xml.h:128 msgid "_Zoom In" msgstr "சிறிதாக்கு (_Z)" @@ -22781,7 +21334,6 @@ msgid "Define Views for \"%s\"" msgstr "\"%s\"க்கு காட்சிகளை குறிப்பிடு" #: ../widgets/menus/gal-view-factory-etable.c:37 -#: ../widgets/table/e-table-header-item.c:1921 #: ../widgets/table/e-table-scrolled.c:215 #: ../widgets/table/e-table-scrolled.c:216 msgid "Table" @@ -22863,36 +21415,138 @@ msgstr "காட்சியின் வகை" msgid "Type of view:" msgstr "பார்வையின் வகை:" -#: ../widgets/misc/e-attachment-bar.c:1132 -msgid "Attachment Bar" -msgstr "இணைப்பு பட்டை" +#: ../widgets/misc/e-attachment.c:940 +msgid "Attached message" +msgstr "இணைக்கப்பட்ட செய்தி" + +#. Translators: Default attachment filename. +#: ../widgets/misc/e-attachment.c:1719 ../widgets/misc/e-attachment.c:2270 +#: ../widgets/misc/e-attachment-store.c:635 +msgid "attachment.dat" +msgstr "attachment.dat" + +#: ../widgets/misc/e-attachment.c:1766 ../widgets/misc/e-attachment.c:2572 +msgid "A load operation is already in progress" +msgstr "ஒரு ஏற்றல் செயல் ஏற்கெனெவே நடப்பில் உள்ளது" + +#: ../widgets/misc/e-attachment.c:1774 ../widgets/misc/e-attachment.c:2580 +msgid "A save operation is already in progress" +msgstr "ஒரு சேமிப்பு செயல் ஏற்கெனெவே நடப்பில் உள்ளது" + +#: ../widgets/misc/e-attachment.c:1867 +#, c-format +msgid "Could not load '%s'" +msgstr "'%s' ஏற்ற முடியவில்லை" + +#: ../widgets/misc/e-attachment.c:1870 +#, c-format +msgid "Could not load the attachment" +msgstr "இணைப்பை ஏற்ற முடியவில்லை" -#: ../widgets/misc/e-attachment.c:290 ../widgets/misc/e-attachment.c:305 -#: ../widgets/misc/e-attachment.c:590 ../widgets/misc/e-attachment.c:607 +#: ../widgets/misc/e-attachment.c:2147 #, c-format -msgid "Cannot attach file %s: %s" -msgstr "கோப்பை இணைக்க முடியவில்லை %s: %s" +msgid "Could not open '%s'" +msgstr "'%s' ஐ திறக்க முடியவில்லை" -#: ../widgets/misc/e-attachment.c:298 ../widgets/misc/e-attachment.c:599 +#: ../widgets/misc/e-attachment.c:2150 #, c-format -msgid "Cannot attach file %s: not a regular file" -msgstr "கோப்பை இணைக்க முடியவில்லை%s: இயல்பான கோப்பு இல்லை" +msgid "Could not open the attachment" +msgstr "இணைப்பை திறக்க முடியவில்லை" -#: ../widgets/misc/e-attachment.glade.h:1 +#: ../widgets/misc/e-attachment.c:2588 +msgid "Attachment contents not loaded" +msgstr "இணைப்பு உள்ளடக்கங்கள் ஏற்றப்படவில்லை" + +#: ../widgets/misc/e-attachment.c:2665 +#, c-format +msgid "Could not save '%s'" +msgstr "'%s' ஐ சேமிக்க முடியவில்லை " + +#: ../widgets/misc/e-attachment.c:2668 +#, c-format +msgid "Could not save the attachment" +msgstr "இணைப்பு ஐ சேமிக்க முடியவில்லை " + +#: ../widgets/misc/e-attachment-dialog.c:305 msgid "Attachment Properties" msgstr "இணைப்பின் குணங்கள்" -#: ../widgets/misc/e-attachment.glade.h:3 -msgid "File name:" -msgstr "கோப்பின் பெயர்:" +#: ../widgets/misc/e-attachment-dialog.c:328 +msgid "_Filename:" +msgstr "(_F) கோப்பின் பெயர்:" -#: ../widgets/misc/e-attachment.glade.h:4 -msgid "MIME type:" +#: ../widgets/misc/e-attachment-dialog.c:363 +msgid "MIME Type:" msgstr "MIME வகை:" -#: ../widgets/misc/e-attachment.glade.h:5 -msgid "Suggest automatic display of attachment" -msgstr "இணைப்பை தானாக காட்ட வலியுறுத்து" +#: ../widgets/misc/e-attachment-handler-image.c:95 +msgid "Could not set as background" +msgstr "பின்னணியாக அமைக்க முடியவில்லை" + +#: ../widgets/misc/e-attachment-handler-sendto.c:87 +msgid "Could not send attachment" +msgid_plural "Could not send attachments" +msgstr[0] "இணைப்பை அனுப்ப முடியவில்லை" +msgstr[1] "தொடுப்பை திறக்க முடியவில்லை" + +#: ../widgets/misc/e-attachment-handler-sendto.c:129 +msgid "_Send To..." +msgstr "(_S) ... க்கு அனுப்பு." + +#: ../widgets/misc/e-attachment-handler-sendto.c:131 +msgid "Send the selected attachments somewhere" +msgstr "தேர்ந்தெடுத்த இணைப்புகளை எங்காவது அனுப்பு" + +#: ../widgets/misc/e-attachment-icon-view.c:473 +#: ../widgets/misc/e-attachment-tree-view.c:517 +msgid "Loading" +msgstr "ஏற்றுகிறது" + +#: ../widgets/misc/e-attachment-icon-view.c:485 +#: ../widgets/misc/e-attachment-tree-view.c:529 +msgid "Saving" +msgstr "சேமிக்கிறது" + +#: ../widgets/misc/e-attachment-paned.c:80 +msgid "Hide _Attachment Bar" +msgstr "இணைப்பு பட்டைகளை மறை (_A)" + +#: ../widgets/misc/e-attachment-paned.c:82 +#: ../widgets/misc/e-attachment-paned.c:618 +msgid "Show _Attachment Bar" +msgstr "இணைப்பு பட்டைகளை காட்டு (_A)" + +#: ../widgets/misc/e-attachment-store.c:541 +msgid "Add Attachment" +msgstr "இணைப்பு ஐ சேர்" + +#: ../widgets/misc/e-attachment-store.c:544 +msgid "A_ttach" +msgstr "இணை (_t)" + +#: ../widgets/misc/e-attachment-store.c:606 +msgid "Save Attachment" +msgid_plural "Save Attachments" +msgstr[0] "இணைப்பை சேமி" +msgstr[1] "இணைப்புகளை சேமி" + +#: ../widgets/misc/e-attachment-view.c:300 +msgid "S_ave All" +msgstr "அனைத்தையும் சேமி (_a)" + +#: ../widgets/misc/e-attachment-view.c:326 +msgid "A_dd Attachment..." +msgstr "இணைப்பினை சேர்... (_d)" + +#: ../widgets/misc/e-attachment-view.c:646 +#, c-format +msgid "Open with \"%s\"" +msgstr "\"%s\" ஆல் திற" + +#: ../widgets/misc/e-attachment-view.c:649 +#, c-format +msgid "Open this attachment in %s" +msgstr "இணைப்பை %s இல் சேமி" #. This is a strftime() format. %B = Month name, %Y = Year. #: ../widgets/misc/e-calendar-item.c:1267 @@ -22904,23 +21558,23 @@ msgid "Month Calendar" msgstr "மாத நாள்காட்டி" #: ../widgets/misc/e-canvas-background.c:454 -#: ../widgets/misc/e-canvas-background.c:455 ../widgets/text/e-text.c:3644 -#: ../widgets/text/e-text.c:3645 +#: ../widgets/misc/e-canvas-background.c:455 ../widgets/text/e-text.c:3645 +#: ../widgets/text/e-text.c:3646 msgid "Fill color" msgstr "வண்ண நிரப்பி" #: ../widgets/misc/e-canvas-background.c:461 #: ../widgets/misc/e-canvas-background.c:462 #: ../widgets/misc/e-canvas-background.c:468 -#: ../widgets/misc/e-canvas-background.c:469 ../widgets/text/e-text.c:3651 -#: ../widgets/text/e-text.c:3652 ../widgets/text/e-text.c:3659 -#: ../widgets/text/e-text.c:3660 +#: ../widgets/misc/e-canvas-background.c:469 ../widgets/text/e-text.c:3652 +#: ../widgets/text/e-text.c:3653 ../widgets/text/e-text.c:3660 +#: ../widgets/text/e-text.c:3661 msgid "GDK fill color" msgstr "GDK வண்ண நிரப்பி" #: ../widgets/misc/e-canvas-background.c:475 -#: ../widgets/misc/e-canvas-background.c:476 ../widgets/text/e-text.c:3666 -#: ../widgets/text/e-text.c:3667 +#: ../widgets/misc/e-canvas-background.c:476 ../widgets/text/e-text.c:3667 +#: ../widgets/text/e-text.c:3668 msgid "Fill stipple" msgstr "புள்ளிகளால் நிரப்பு" @@ -22944,30 +21598,29 @@ msgstr "Y1" msgid "Y2" msgstr "Y2" -#: ../widgets/misc/e-canvas-vbox.c:91 ../widgets/misc/e-reflow.c:1417 -#: ../widgets/table/e-table-group-container.c:999 -#: ../widgets/table/e-table-group-leaf.c:644 +#: ../widgets/misc/e-canvas-vbox.c:91 ../widgets/misc/e-reflow.c:1416 +#: ../widgets/table/e-table-group-container.c:1003 +#: ../widgets/table/e-table-group-leaf.c:649 #: ../widgets/table/e-table-item.c:3070 msgid "Minimum width" msgstr "குறைந்தபட்ச அகலம்" -#: ../widgets/misc/e-canvas-vbox.c:92 ../widgets/misc/e-reflow.c:1418 -#: ../widgets/table/e-table-group-container.c:1000 -#: ../widgets/table/e-table-group-leaf.c:645 +#: ../widgets/misc/e-canvas-vbox.c:92 ../widgets/misc/e-reflow.c:1417 +#: ../widgets/table/e-table-group-container.c:1004 +#: ../widgets/table/e-table-group-leaf.c:650 #: ../widgets/table/e-table-item.c:3071 msgid "Minimum Width" msgstr "குறைந்தபட்ச அகலம்" #: ../widgets/misc/e-canvas-vbox.c:103 ../widgets/misc/e-canvas-vbox.c:104 -#: ../widgets/misc/e-expander.c:206 msgid "Spacing" msgstr "இடைவெளி" -#: ../widgets/misc/e-cell-date-edit.c:289 +#: ../widgets/misc/e-cell-date-edit.c:300 msgid "Now" msgstr "இப்போது" -#: ../widgets/misc/e-cell-date-edit.c:846 +#: ../widgets/misc/e-cell-date-edit.c:865 #, c-format msgid "The time must be in the format: %s" msgstr "நேரம் இந்த வடிவத்தில் இருக்க வேண்டும்: %s" @@ -23071,136 +21724,82 @@ msgstr "மற்றவை..." msgid "Ch_aracter Encoding" msgstr "எழுத்துரு குறிமுறை (_a)" -#: ../widgets/misc/e-dateedit.c:303 +#: ../widgets/misc/e-dateedit.c:302 msgid "Date and Time" msgstr "நாள் மற்றும் நேரம்" -#: ../widgets/misc/e-dateedit.c:324 +#: ../widgets/misc/e-dateedit.c:323 msgid "Text entry to input date" msgstr "உள்ளீடு தேதிக்கான உரை உள்ளீடு" -#: ../widgets/misc/e-dateedit.c:346 +#: ../widgets/misc/e-dateedit.c:345 msgid "Click this button to show a calendar" msgstr "ஒரு நாள்காட்டியை காட்ட இந்தப் பொத்தானை சொடுக்கவும்" -#: ../widgets/misc/e-dateedit.c:388 +#: ../widgets/misc/e-dateedit.c:387 msgid "Drop-down combination box to select time" msgstr "நேரத்தை தேர்ந்தெடுக்க கீழிறங்கும் தொகுப்பு பெட்டி" -#: ../widgets/misc/e-dateedit.c:464 +#: ../widgets/misc/e-dateedit.c:463 msgid "No_w" msgstr "_w இப்போது" -#: ../widgets/misc/e-dateedit.c:470 +#: ../widgets/misc/e-dateedit.c:469 msgid "_Today" msgstr "_T இன்று" -#: ../widgets/misc/e-dateedit.c:1635 +#: ../widgets/misc/e-dateedit.c:1634 msgid "Invalid Date Value" msgstr "செல்லாத தேதி மதிப்பு" -#: ../widgets/misc/e-dateedit.c:1664 +#: ../widgets/misc/e-dateedit.c:1665 msgid "Invalid Time Value" msgstr "செல்லாத நேர மதிப்பு" -#: ../widgets/misc/e-expander.c:182 -msgid "Expanded" -msgstr "விரிக்கப்பட்ட" - -#: ../widgets/misc/e-expander.c:183 -msgid "Whether or not the expander is expanded" -msgstr "விரிவாக்கி விரிக்கப்பட்டதா இல்லையா" - -#: ../widgets/misc/e-expander.c:191 -msgid "Text of the expander's label" -msgstr "விரிவாக்க விளக்கச்சீட்டில் உள்ள உரை" - -#: ../widgets/misc/e-expander.c:198 -msgid "Use underline" -msgstr "அடிக்கோட்டை பயன்படுத்து" - -#: ../widgets/misc/e-expander.c:199 -msgid "" -"If set, an underline in the text indicates the next character should be used " -"for the mnemonic accelerator key" -msgstr "அமைக்கப்பட்டால், அடிகோடிட்ட உரை நிமோனிக் ஆக்சலரேட்டாராக செயல்படும்" - -#: ../widgets/misc/e-expander.c:207 -msgid "Space to put between the label and the child" -msgstr "விளக்க சீட்டு மற்றும் துணைசீட்டுக்கும் உள்ள இடைவெளி" - -#: ../widgets/misc/e-expander.c:216 -msgid "Label widget" -msgstr "சாளர அடையாளம்" - -#: ../widgets/misc/e-expander.c:217 -msgid "A widget to display in place of the usual expander label" -msgstr "வழக்கமான விரிவாக்க அடையாளத்தை காட்டும் சாளரம்" - -#: ../widgets/misc/e-expander.c:223 ../widgets/table/e-tree.c:3390 -msgid "Expander Size" -msgstr "விரிவாக்கியின் அளவு" - -#: ../widgets/misc/e-expander.c:224 ../widgets/table/e-tree.c:3391 -msgid "Size of the expander arrow" -msgstr "விரிவாக்க அம்புக்குறியின் அளவு" - -#: ../widgets/misc/e-expander.c:232 -msgid "Indicator Spacing" -msgstr "காட்டியின் இடைவெளி" - -#: ../widgets/misc/e-expander.c:233 -msgid "Spacing around expander arrow" -msgstr "விரிக்கப்பட்ட அம்புக்குறிகளுக்குள் இடம்விடுகிறது" - #. FIXME: get the toplevel window... -#: ../widgets/misc/e-filter-bar.c:126 ../widgets/misc/e-filter-bar.c:179 -#: ../widgets/misc/e-filter-bar.c:307 ../widgets/misc/e-filter-bar.c:749 +#: ../widgets/misc/e-filter-bar.c:125 ../widgets/misc/e-filter-bar.c:180 +#: ../widgets/misc/e-filter-bar.c:308 ../widgets/misc/e-filter-bar.c:742 msgid "Advanced Search" msgstr "மேம்பட்ட தேடல்" #. FIXME: get the toplevel window... -#: ../widgets/misc/e-filter-bar.c:230 +#: ../widgets/misc/e-filter-bar.c:231 msgid "Save Search" msgstr "தேடலை சேமி" -#: ../widgets/misc/e-filter-bar.c:267 +#: ../widgets/misc/e-filter-bar.c:268 msgid "_Searches" msgstr "(_S)தேடல்கள்" -#: ../widgets/misc/e-filter-bar.c:269 +#: ../widgets/misc/e-filter-bar.c:270 msgid "Searches" msgstr "தேடல்கள்" -#: ../widgets/misc/e-filter-bar.h:104 ../widgets/misc/e-filter-bar.h:115 +#: ../widgets/misc/e-filter-bar.h:103 ../widgets/misc/e-filter-bar.h:113 msgid "_Save Search..." msgstr "(_S)தேடலை சேமி..." -#: ../widgets/misc/e-filter-bar.h:105 ../widgets/misc/e-filter-bar.h:116 +#: ../widgets/misc/e-filter-bar.h:104 ../widgets/misc/e-filter-bar.h:114 msgid "_Edit Saved Searches..." msgstr "(_E) சேமித்த தேடலை திருத்து..." -#: ../widgets/misc/e-filter-bar.h:106 ../widgets/misc/e-filter-bar.h:117 +#: ../widgets/misc/e-filter-bar.h:105 ../widgets/misc/e-filter-bar.h:115 msgid "_Advanced Search..." msgstr "கூடுதல் தேடல்... (_A)" -#: ../widgets/misc/e-filter-bar.h:107 +#: ../widgets/misc/e-filter-bar.h:106 msgid "All Accounts" msgstr "அனைத்து கணக்கீடுகள்" -#: ../widgets/misc/e-filter-bar.h:108 +#: ../widgets/misc/e-filter-bar.h:107 msgid "Current Account" msgstr "நடப்பிலுள்ள கணக்கீடு" -#: ../widgets/misc/e-filter-bar.h:109 +#: ../widgets/misc/e-filter-bar.h:108 msgid "Current Folder" msgstr "நடப்பிலுள்ள அடைவு " -#: ../widgets/misc/e-filter-bar.h:110 -msgid "Current Message" -msgstr "வழக்கத்திலுள்ள செய்திகள்" - -#: ../widgets/misc/e-image-chooser.c:169 +#: ../widgets/misc/e-image-chooser.c:168 msgid "Choose Image" msgstr "சித்திரத்தை தேர்வுசெய்" @@ -23236,64 +21835,62 @@ msgstr "தனி பதிவேடுகளை ஒத்திசை" msgid "Sync Categories:" msgstr "வகைகளை ஒத்திசை" -#: ../widgets/misc/e-reflow.c:1439 ../widgets/misc/e-reflow.c:1440 +#: ../widgets/misc/e-reflow.c:1438 ../widgets/misc/e-reflow.c:1439 msgid "Empty message" msgstr "வெற்று செய்திகள்" -#: ../widgets/misc/e-reflow.c:1446 ../widgets/misc/e-reflow.c:1447 +#: ../widgets/misc/e-reflow.c:1445 ../widgets/misc/e-reflow.c:1446 msgid "Reflow model" msgstr "மறுபாய்வு மாதிரி" -#: ../widgets/misc/e-reflow.c:1453 ../widgets/misc/e-reflow.c:1454 +#: ../widgets/misc/e-reflow.c:1452 ../widgets/misc/e-reflow.c:1453 msgid "Column width" msgstr "நிரல் அகலம்" -#: ../widgets/misc/e-search-bar.c:337 ../widgets/misc/e-search-bar.c:470 -#: ../widgets/misc/e-search-bar.c:472 +#: ../widgets/misc/e-search-bar.c:340 ../widgets/misc/e-search-bar.c:475 +#: ../widgets/misc/e-search-bar.c:477 msgid "Search" msgstr "தேடு" -#: ../widgets/misc/e-search-bar.c:337 ../widgets/misc/e-search-bar.c:470 -#: ../widgets/misc/e-search-bar.c:472 +#: ../widgets/misc/e-search-bar.c:340 ../widgets/misc/e-search-bar.c:475 +#: ../widgets/misc/e-search-bar.c:477 msgid "Click here to change the search type" msgstr "தேடல் வகையை மாற்ற இங்கு சொடுக்கவும்" -#: ../widgets/misc/e-search-bar.c:603 +#: ../widgets/misc/e-search-bar.c:608 msgid "_Search" msgstr "(_S)தேடு" -#: ../widgets/misc/e-search-bar.c:609 +#: ../widgets/misc/e-search-bar.c:614 msgid "_Find Now" msgstr "(_N) இப்போது தேடு" -#: ../widgets/misc/e-search-bar.c:610 +#: ../widgets/misc/e-search-bar.c:615 msgid "_Clear" msgstr "(_C)தூய்மை" -#: ../widgets/misc/e-search-bar.c:865 +#: ../widgets/misc/e-search-bar.c:870 msgid "Item ID" msgstr "உருப்படி ID" -#: ../widgets/misc/e-search-bar.c:872 ../widgets/text/e-text.c:3566 -#: ../widgets/text/e-text.c:3567 +#: ../widgets/misc/e-search-bar.c:877 ../widgets/text/e-text.c:3567 +#: ../widgets/text/e-text.c:3568 msgid "Text" msgstr "உரை" #. To Translators: The "Show: " label is followed by the Quick Search Dropdown Menu where you can choose #. to display "All Messages", "Unread Messages", "Message with 'Important' Label" and so on... -#: ../widgets/misc/e-search-bar.c:1003 +#: ../widgets/misc/e-search-bar.c:1013 msgid "Sho_w: " msgstr "சுட்டிகாட்டுதல்_w:" -#. To Translators: The "Show: " label is followed by the Quick Search Text input field where one enters -#. the term to search for -#: ../widgets/misc/e-search-bar.c:1020 +#: ../widgets/misc/e-search-bar.c:1032 msgid "Sear_ch: " msgstr "தேடு(_c):" #. To Translators: The " in " label is part of the Quick Search Bar, example: #. Search: | <user's_search_term> | in | Current Folder/All Accounts/Current Account -#: ../widgets/misc/e-search-bar.c:1032 +#: ../widgets/misc/e-search-bar.c:1048 msgid " i_n " msgstr "_n உள்ளே" @@ -23307,15 +21904,15 @@ msgstr "நிலைகாட்டி நிரை" msgid "Cursor Column" msgstr "நிலைகாட்டி நிரல்" -#: ../widgets/misc/e-selection-model.c:209 +#: ../widgets/misc/e-selection-model.c:208 msgid "Sorter" msgstr "வரிசைப்படுத்தி" -#: ../widgets/misc/e-selection-model.c:216 +#: ../widgets/misc/e-selection-model.c:215 msgid "Selection Mode" msgstr "தேர்ந்தெடுத்தல் முறை" -#: ../widgets/misc/e-selection-model.c:224 +#: ../widgets/misc/e-selection-model.c:223 msgid "Cursor Mode" msgstr "நிலைகாட்டி முறை" @@ -23343,19 +21940,19 @@ msgstr "<b>நிலையை தேடுகிறது</b>" msgid "A_uto-delete sent item" msgstr "அனுப்பிய உருப்படியை தானாக அழி (_u)" -#: ../widgets/misc/e-send-options.glade.h:7 +#: ../widgets/misc/e-send-options.glade.h:6 msgid "Creat_e a sent item to track information" msgstr "தகவலை தேட அனுப்பிய உருப்படியை உருவாக்கு (_e)" -#: ../widgets/misc/e-send-options.glade.h:8 +#: ../widgets/misc/e-send-options.glade.h:7 msgid "Deli_vered and opened" msgstr "வழங்கப்பட்டது மற்றும் திறக்கப்பட்டது (_v)" -#: ../widgets/misc/e-send-options.glade.h:9 +#: ../widgets/misc/e-send-options.glade.h:8 msgid "Gene_ral Options" msgstr "பொதுவான விருப்பங்கள் (_r)" -#: ../widgets/misc/e-send-options.glade.h:10 +#: ../widgets/misc/e-send-options.glade.h:9 msgid "" "None\n" "Mail Receipt" @@ -23363,7 +21960,7 @@ msgstr "" "ஒன்றுமில்லை\n" "பெற்ற அஞ்சல்" -#: ../widgets/misc/e-send-options.glade.h:12 +#: ../widgets/misc/e-send-options.glade.h:11 msgid "" "Normal\n" "Proprietary\n" @@ -23379,15 +21976,15 @@ msgstr "" "Top Secret\n" "For Your Eyes Only" -#: ../widgets/misc/e-send-options.glade.h:18 +#: ../widgets/misc/e-send-options.glade.h:17 msgid "R_eply requested" msgstr "பதில் கோரப்பட்டது: (_e)" -#: ../widgets/misc/e-send-options.glade.h:20 +#: ../widgets/misc/e-send-options.glade.h:19 msgid "Sta_tus Tracking" msgstr "நிலை தேடுதல் (_t)" -#: ../widgets/misc/e-send-options.glade.h:21 +#: ../widgets/misc/e-send-options.glade.h:20 msgid "" "Undefined\n" "High\n" @@ -23399,34 +21996,38 @@ msgstr "" "இயல்பான\n" "குறைந்த" -#: ../widgets/misc/e-send-options.glade.h:25 +#: ../widgets/misc/e-send-options.glade.h:24 msgid "When acce_pted:" msgstr "ஏற்கப்பட்ட போது: (_p)" -#: ../widgets/misc/e-send-options.glade.h:26 +#: ../widgets/misc/e-send-options.glade.h:25 msgid "When co_mpleted:" msgstr "முடிக்கப்பட்ட போது: (_m)" -#: ../widgets/misc/e-send-options.glade.h:27 +#: ../widgets/misc/e-send-options.glade.h:26 msgid "When decli_ned:" msgstr "நிராகரிக்கப்பட்ட போது: (_n)" -#: ../widgets/misc/e-send-options.glade.h:28 +#: ../widgets/misc/e-send-options.glade.h:27 msgid "Wi_thin" msgstr "அதற்குள் (_t)" -#: ../widgets/misc/e-send-options.glade.h:29 +#: ../widgets/misc/e-send-options.glade.h:28 msgid "_After:" msgstr "பின்: (_A)" -#: ../widgets/misc/e-send-options.glade.h:30 +#: ../widgets/misc/e-send-options.glade.h:29 msgid "_All information" msgstr "அனைத்து தகவல்கள் (_A)" +#: ../widgets/misc/e-send-options.glade.h:30 +msgid "_Classification:" +msgstr "பிரிவுகள் (_C):" + #. To translators: This means Delay the message delivery for some time #: ../widgets/misc/e-send-options.glade.h:32 msgid "_Delay message delivery" -msgstr "தாமத செய்தி வழங்கல் (_D)" +msgstr "செய்தி வழங்கலை தாமதி (_D)" #: ../widgets/misc/e-send-options.glade.h:33 msgid "_Delivered" @@ -23465,27 +22066,11 @@ msgstr "%s (%d%% முடிவுற்றது)" msgid "Click here to go to URL" msgstr "URLக்கு செல்ல இங்கு சொடுக்கவும்" -#: ../widgets/misc/gal-categories.glade.h:1 -msgid "Edit Master Category List..." -msgstr "முதன்மை வகை பட்டியலை தொகு..." - -#: ../widgets/misc/gal-categories.glade.h:2 -msgid "Item(s) belong to these _categories:" -msgstr "இந்த வகைகளை சார்ந்த உருப்படி(கள்): (_c)" - -#: ../widgets/misc/gal-categories.glade.h:3 -msgid "_Available Categories:" -msgstr "இருக்கும் வகைகள்: (_A)" - -#: ../widgets/misc/gal-categories.glade.h:4 -msgid "categories" -msgstr "வகைகள்" - -#: ../widgets/table/e-cell-combo.c:170 +#: ../widgets/table/e-cell-combo.c:175 msgid "popup list" msgstr "மேல்மீட்பு பட்டியல்" -#: ../widgets/table/e-cell-date.c:62 +#: ../widgets/table/e-cell-date.c:63 msgid "%l:%M %p" msgstr "%l:%M %p" @@ -23501,23 +22086,23 @@ msgstr "குறிப்பிடப்பட்ட நெடுவரிச� msgid "Unselected Column" msgstr "தேர்வு செய்யப்படாத நெடுவரிசை" -#: ../widgets/table/e-cell-text.c:1794 +#: ../widgets/table/e-cell-text.c:1800 msgid "Strikeout Column" msgstr "அடிக்கப்பட்ட நெடுவரிசை" -#: ../widgets/table/e-cell-text.c:1801 +#: ../widgets/table/e-cell-text.c:1807 msgid "Underline Column" msgstr "அடிக்கோடிட்ட நெடுவரிசை" -#: ../widgets/table/e-cell-text.c:1808 +#: ../widgets/table/e-cell-text.c:1814 msgid "Bold Column" msgstr "பெரிதாக்கப்பட்ட நெடுவரிசை" -#: ../widgets/table/e-cell-text.c:1815 +#: ../widgets/table/e-cell-text.c:1821 msgid "Color Column" msgstr "நிற நெடுவரிசை" -#: ../widgets/table/e-cell-text.c:1829 +#: ../widgets/table/e-cell-text.c:1835 msgid "BG Color Column" msgstr "பின்புல நிற நெடுவரிசை" @@ -23555,7 +22140,7 @@ msgid "A_vailable Fields:" msgstr "இருக்கும் புலங்கள்: (_v)" #: ../widgets/table/e-table-config.glade.h:2 -#: ../widgets/table/e-table-header-item.c:1582 +#: ../widgets/table/e-table-header-item.c:1581 msgid "Ascending" msgstr "மேலேறுகின்றது" @@ -23568,7 +22153,7 @@ msgid "Clear _All" msgstr "(_A) அனைத்தையும் துடை" #: ../widgets/table/e-table-config.glade.h:5 -#: ../widgets/table/e-table-header-item.c:1582 +#: ../widgets/table/e-table-header-item.c:1581 msgid "Descending" msgstr "இறங்குகின்றது" @@ -23628,20 +22213,6 @@ msgstr "இந்த புலங்களை வரிசையாக காட msgid "_Sort..." msgstr "வரிசைப்படுத்து... (_S)" -#: ../widgets/table/e-table-field-chooser-dialog.c:67 -#: ../widgets/table/e-table-field-chooser-item.c:633 -#: ../widgets/table/e-table-field-chooser.c:66 -#: ../widgets/table/e-table-header-item.c:1886 -msgid "DnD code" -msgstr "DnD அடையாளம்" - -#: ../widgets/table/e-table-field-chooser-dialog.c:74 -#: ../widgets/table/e-table-field-chooser-item.c:640 -#: ../widgets/table/e-table-field-chooser.c:73 -#: ../widgets/table/e-table-header-item.c:1900 -msgid "Full Header" -msgstr "முழு தலைப்பு" - #: ../widgets/table/e-table-field-chooser-dialog.c:116 msgid "Add a column..." msgstr "நெடுவரிசையை சேர்..." @@ -23658,170 +22229,155 @@ msgstr "" "உங்கள் அட்டவணைக்கு ஒரு பத்தியை கூட்ட\n" "தேவையான இடத்துக்கு அதை இழுத்து விடவும்." -#: ../widgets/table/e-table-group-container.c:344 +#: ../widgets/table/e-table-group-container.c:343 #, c-format msgid "%s : %s (%d item)" msgid_plural "%s : %s (%d items)" msgstr[0] "%s : %s (%d items)" msgstr[1] "%s : %s (%d உருப்படி)" -#: ../widgets/table/e-table-group-container.c:350 +#: ../widgets/table/e-table-group-container.c:349 #, c-format msgid "%s (%d item)" msgid_plural "%s (%d items)" msgstr[0] "%s (%d items)" msgstr[1] "%s (%d உருப்படி)" -#: ../widgets/table/e-table-group-container.c:922 -#: ../widgets/table/e-table-group-container.c:923 -#: ../widgets/table/e-table-group-leaf.c:581 -#: ../widgets/table/e-table-group-leaf.c:582 +#: ../widgets/table/e-table-group-container.c:926 +#: ../widgets/table/e-table-group-container.c:927 +#: ../widgets/table/e-table-group-leaf.c:586 +#: ../widgets/table/e-table-group-leaf.c:587 #: ../widgets/table/e-table-item.c:3028 ../widgets/table/e-table-item.c:3029 msgid "Alternating Row Colors" msgstr "அடுத்தடுத்த வரிசை நிறங்கள்" -#: ../widgets/table/e-table-group-container.c:929 -#: ../widgets/table/e-table-group-container.c:930 -#: ../widgets/table/e-table-group-leaf.c:588 -#: ../widgets/table/e-table-group-leaf.c:589 +#: ../widgets/table/e-table-group-container.c:933 +#: ../widgets/table/e-table-group-container.c:934 +#: ../widgets/table/e-table-group-leaf.c:593 +#: ../widgets/table/e-table-group-leaf.c:594 #: ../widgets/table/e-table-item.c:3035 ../widgets/table/e-table-item.c:3036 -#: ../widgets/table/e-tree.c:3343 ../widgets/table/e-tree.c:3344 +#: ../widgets/table/e-tree.c:3342 ../widgets/table/e-tree.c:3343 msgid "Horizontal Draw Grid" msgstr "கிடைமட்ட கட்டங்கள்" -#: ../widgets/table/e-table-group-container.c:936 -#: ../widgets/table/e-table-group-container.c:937 -#: ../widgets/table/e-table-group-leaf.c:595 -#: ../widgets/table/e-table-group-leaf.c:596 +#: ../widgets/table/e-table-group-container.c:940 +#: ../widgets/table/e-table-group-container.c:941 +#: ../widgets/table/e-table-group-leaf.c:600 +#: ../widgets/table/e-table-group-leaf.c:601 #: ../widgets/table/e-table-item.c:3042 ../widgets/table/e-table-item.c:3043 -#: ../widgets/table/e-tree.c:3349 ../widgets/table/e-tree.c:3350 +#: ../widgets/table/e-tree.c:3348 ../widgets/table/e-tree.c:3349 msgid "Vertical Draw Grid" msgstr "மேல்கீழ் கட்டங்கள்" -#: ../widgets/table/e-table-group-container.c:943 -#: ../widgets/table/e-table-group-container.c:944 -#: ../widgets/table/e-table-group-leaf.c:602 -#: ../widgets/table/e-table-group-leaf.c:603 +#: ../widgets/table/e-table-group-container.c:947 +#: ../widgets/table/e-table-group-container.c:948 +#: ../widgets/table/e-table-group-leaf.c:607 +#: ../widgets/table/e-table-group-leaf.c:608 #: ../widgets/table/e-table-item.c:3049 ../widgets/table/e-table-item.c:3050 -#: ../widgets/table/e-tree.c:3355 ../widgets/table/e-tree.c:3356 +#: ../widgets/table/e-tree.c:3354 ../widgets/table/e-tree.c:3355 msgid "Draw focus" msgstr "குறிப்பை வரை" -#: ../widgets/table/e-table-group-container.c:950 -#: ../widgets/table/e-table-group-container.c:951 -#: ../widgets/table/e-table-group-leaf.c:609 -#: ../widgets/table/e-table-group-leaf.c:610 +#: ../widgets/table/e-table-group-container.c:954 +#: ../widgets/table/e-table-group-container.c:955 +#: ../widgets/table/e-table-group-leaf.c:614 +#: ../widgets/table/e-table-group-leaf.c:615 #: ../widgets/table/e-table-item.c:3056 ../widgets/table/e-table-item.c:3057 msgid "Cursor mode" msgstr "கர்சர் பாங்கு" -#: ../widgets/table/e-table-group-container.c:957 -#: ../widgets/table/e-table-group-container.c:958 -#: ../widgets/table/e-table-group-leaf.c:623 -#: ../widgets/table/e-table-group-leaf.c:624 +#: ../widgets/table/e-table-group-container.c:961 +#: ../widgets/table/e-table-group-container.c:962 +#: ../widgets/table/e-table-group-leaf.c:628 +#: ../widgets/table/e-table-group-leaf.c:629 #: ../widgets/table/e-table-item.c:3021 ../widgets/table/e-table-item.c:3022 msgid "Selection model" msgstr "தேர்வு மாதிரி" -#: ../widgets/table/e-table-group-container.c:964 -#: ../widgets/table/e-table-group-container.c:965 -#: ../widgets/table/e-table-group-leaf.c:616 -#: ../widgets/table/e-table-group-leaf.c:617 +#: ../widgets/table/e-table-group-container.c:968 +#: ../widgets/table/e-table-group-container.c:969 +#: ../widgets/table/e-table-group-leaf.c:621 +#: ../widgets/table/e-table-group-leaf.c:622 #: ../widgets/table/e-table-item.c:3063 ../widgets/table/e-table-item.c:3064 -#: ../widgets/table/e-table.c:3326 ../widgets/table/e-tree.c:3337 -#: ../widgets/table/e-tree.c:3338 +#: ../widgets/table/e-table.c:3324 ../widgets/table/e-tree.c:3336 +#: ../widgets/table/e-tree.c:3337 msgid "Length Threshold" msgstr "துவக்க நீளம்" -#: ../widgets/table/e-table-group-container.c:971 -#: ../widgets/table/e-table-group-container.c:972 -#: ../widgets/table/e-table-group-leaf.c:658 -#: ../widgets/table/e-table-group-leaf.c:659 +#: ../widgets/table/e-table-group-container.c:975 +#: ../widgets/table/e-table-group-container.c:976 +#: ../widgets/table/e-table-group-leaf.c:663 +#: ../widgets/table/e-table-group-leaf.c:664 #: ../widgets/table/e-table-item.c:3097 ../widgets/table/e-table-item.c:3098 -#: ../widgets/table/e-table.c:3333 ../widgets/table/e-tree.c:3369 -#: ../widgets/table/e-tree.c:3370 +#: ../widgets/table/e-table.c:3331 ../widgets/table/e-tree.c:3368 +#: ../widgets/table/e-tree.c:3369 msgid "Uniform row height" msgstr "ஒத்த வரிசை உயரங்கள்" -#: ../widgets/table/e-table-group-container.c:978 -#: ../widgets/table/e-table-group-container.c:979 -#: ../widgets/table/e-table-group-leaf.c:651 -#: ../widgets/table/e-table-group-leaf.c:652 +#: ../widgets/table/e-table-group-container.c:982 +#: ../widgets/table/e-table-group-container.c:983 +#: ../widgets/table/e-table-group-leaf.c:656 +#: ../widgets/table/e-table-group-leaf.c:657 msgid "Frozen" msgstr "முடிவான" -#: ../widgets/table/e-table-header-item.c:1452 +#: ../widgets/table/e-table-header-item.c:1451 msgid "Customize Current View" msgstr "தற்போதைய காட்சியை தனிப்பயனாக்கு..." -#: ../widgets/table/e-table-header-item.c:1472 +#: ../widgets/table/e-table-header-item.c:1471 msgid "Sort _Ascending" msgstr "_A ஏறுவரிசையாக அடுக்குக" -#: ../widgets/table/e-table-header-item.c:1473 +#: ../widgets/table/e-table-header-item.c:1472 msgid "Sort _Descending" msgstr "_D இறங்கு வரிசையாக அடுக்குக" -#: ../widgets/table/e-table-header-item.c:1474 +#: ../widgets/table/e-table-header-item.c:1473 msgid "_Unsort" msgstr "_U வரிசைப்படுத்தல் நீக்குக" -#: ../widgets/table/e-table-header-item.c:1476 +#: ../widgets/table/e-table-header-item.c:1475 msgid "Group By This _Field" msgstr "_F இந்த புலம் வாரியாக குழு செய்க" -#: ../widgets/table/e-table-header-item.c:1477 +#: ../widgets/table/e-table-header-item.c:1476 msgid "Group By _Box" msgstr "_B பெட்டி வாரியாக குழு செய்க" -#: ../widgets/table/e-table-header-item.c:1479 +#: ../widgets/table/e-table-header-item.c:1478 msgid "Remove This _Column" msgstr "_C இந்த பத்தியை நீக்குக" -#: ../widgets/table/e-table-header-item.c:1480 +#: ../widgets/table/e-table-header-item.c:1479 msgid "Add a C_olumn..." msgstr "_o ஒரு பத்தியை சேர்க" -#: ../widgets/table/e-table-header-item.c:1482 +#: ../widgets/table/e-table-header-item.c:1481 msgid "A_lignment" msgstr "_l சீர்மை" -#: ../widgets/table/e-table-header-item.c:1483 +#: ../widgets/table/e-table-header-item.c:1482 msgid "B_est Fit" msgstr "_B நல்ல பொருத்தம்" -#: ../widgets/table/e-table-header-item.c:1484 +#: ../widgets/table/e-table-header-item.c:1483 msgid "Format Column_s..." msgstr "_s நெடுவரிசையை ஒழுங்கு செய்க..." -#: ../widgets/table/e-table-header-item.c:1486 +#: ../widgets/table/e-table-header-item.c:1485 msgid "Custo_mize Current View..." msgstr "_m நடப்பு காட்சியை தனிப்பயன் ஆக்குக..." -#: ../widgets/table/e-table-header-item.c:1542 +#: ../widgets/table/e-table-header-item.c:1541 msgid "_Sort By" msgstr "(_S) இதனால் வரிசைப்படுத்து" #. Custom -#: ../widgets/table/e-table-header-item.c:1560 +#: ../widgets/table/e-table-header-item.c:1559 msgid "_Custom" msgstr "(_C) தனிப்பயன்" -#: ../widgets/table/e-table-header-item.c:1893 -msgid "Font Description" -msgstr "எழுத்துரு விவரணம்" - -#: ../widgets/table/e-table-header-item.c:1914 -#: ../widgets/table/e-table-sorter.c:172 -msgid "Sort Info" -msgstr "வரிசைப்படுத்திய தகவல்" - -#: ../widgets/table/e-table-header-item.c:1928 -#: ../widgets/table/e-tree-scrolled.c:225 -#: ../widgets/table/e-tree-scrolled.c:226 -msgid "Tree" -msgstr "மரம்" - #: ../widgets/table/e-table-item.c:3007 ../widgets/table/e-table-item.c:3008 msgid "Table header" msgstr "அட்டவணை தலைப்பு" @@ -23834,129 +22390,146 @@ msgstr "அட்டவணை மாதிரி" msgid "Cursor row" msgstr "நிலைகாட்டி நிரை" -#: ../widgets/table/e-table.c:3340 ../widgets/table/e-tree.c:3376 -#: ../widgets/table/e-tree.c:3377 +#: ../widgets/table/e-table-sorter.c:172 +msgid "Sort Info" +msgstr "வரிசைப்படுத்திய தகவல்" + +#: ../widgets/table/e-table.c:3338 ../widgets/table/e-tree.c:3375 +#: ../widgets/table/e-tree.c:3376 msgid "Always search" msgstr "எப்போதும் தேடு" -#: ../widgets/table/e-table.c:3347 +#: ../widgets/table/e-table.c:3345 msgid "Use click to add" msgstr "சேர்க்க சொடுக்கவும்" -#: ../widgets/table/e-tree.c:3362 ../widgets/table/e-tree.c:3363 +#: ../widgets/table/e-tree-scrolled.c:225 +#: ../widgets/table/e-tree-scrolled.c:226 +msgid "Tree" +msgstr "மரம்" + +#: ../widgets/table/e-tree.c:3361 ../widgets/table/e-tree.c:3362 msgid "ETree table adapter" msgstr "E கிளை அட்டவணை ஏற்பி" -#: ../widgets/table/e-tree.c:3383 +#: ../widgets/table/e-tree.c:3382 msgid "Retro Look" msgstr "புதிய பார்வை" -#: ../widgets/table/e-tree.c:3384 +#: ../widgets/table/e-tree.c:3383 msgid "Draw lines and +/- expanders." msgstr "கோடுகள் +/- விரிவாக்கிகளை வரை" -#: ../widgets/text/e-text.c:2736 +#: ../widgets/table/e-tree.c:3389 +msgid "Expander Size" +msgstr "விரிவாக்கியின் அளவு" + +#: ../widgets/table/e-tree.c:3390 +msgid "Size of the expander arrow" +msgstr "விரிவாக்க அம்புக்குறியின் அளவு" + +#: ../widgets/text/e-text.c:2737 msgid "Input Methods" msgstr "உள்ளிடும் முறைகள்" -#: ../widgets/text/e-text.c:3559 ../widgets/text/e-text.c:3560 +#: ../widgets/text/e-text.c:3560 ../widgets/text/e-text.c:3561 msgid "Event Processor" msgstr "நிகழ்வு செயல்முறைகள்" -#: ../widgets/text/e-text.c:3573 ../widgets/text/e-text.c:3574 +#: ../widgets/text/e-text.c:3574 ../widgets/text/e-text.c:3575 msgid "Bold" msgstr "தடிமன்" -#: ../widgets/text/e-text.c:3580 ../widgets/text/e-text.c:3581 +#: ../widgets/text/e-text.c:3581 ../widgets/text/e-text.c:3582 msgid "Strikeout" msgstr "அடிக்கவும்" -#: ../widgets/text/e-text.c:3587 ../widgets/text/e-text.c:3588 +#: ../widgets/text/e-text.c:3588 ../widgets/text/e-text.c:3589 msgid "Anchor" msgstr "இணைப்பு" -#: ../widgets/text/e-text.c:3595 ../widgets/text/e-text.c:3596 +#: ../widgets/text/e-text.c:3596 ../widgets/text/e-text.c:3597 msgid "Justification" msgstr "சீராக்கு" -#: ../widgets/text/e-text.c:3602 ../widgets/text/e-text.c:3603 +#: ../widgets/text/e-text.c:3603 ../widgets/text/e-text.c:3604 msgid "Clip Width" msgstr "க்ளிப் அகலம்" -#: ../widgets/text/e-text.c:3609 ../widgets/text/e-text.c:3610 +#: ../widgets/text/e-text.c:3610 ../widgets/text/e-text.c:3611 msgid "Clip Height" msgstr "க்ளில் உயரம்" -#: ../widgets/text/e-text.c:3616 ../widgets/text/e-text.c:3617 +#: ../widgets/text/e-text.c:3617 ../widgets/text/e-text.c:3618 msgid "Clip" msgstr "க்ளிப்" -#: ../widgets/text/e-text.c:3623 ../widgets/text/e-text.c:3624 +#: ../widgets/text/e-text.c:3624 ../widgets/text/e-text.c:3625 msgid "Fill clip rectangle" msgstr "க்ளிக் செவ்வகத்தை நிரப்பு" -#: ../widgets/text/e-text.c:3630 ../widgets/text/e-text.c:3631 +#: ../widgets/text/e-text.c:3631 ../widgets/text/e-text.c:3632 msgid "X Offset" msgstr "X ஒதுக்கம்" -#: ../widgets/text/e-text.c:3637 ../widgets/text/e-text.c:3638 +#: ../widgets/text/e-text.c:3638 ../widgets/text/e-text.c:3639 msgid "Y Offset" msgstr "Y ஒதுக்கம்" -#: ../widgets/text/e-text.c:3673 ../widgets/text/e-text.c:3674 +#: ../widgets/text/e-text.c:3674 ../widgets/text/e-text.c:3675 msgid "Text width" msgstr "உரை அகலம்" -#: ../widgets/text/e-text.c:3680 ../widgets/text/e-text.c:3681 +#: ../widgets/text/e-text.c:3681 ../widgets/text/e-text.c:3682 msgid "Text height" msgstr "உரை உயரம்" -#: ../widgets/text/e-text.c:3695 ../widgets/text/e-text.c:3696 +#: ../widgets/text/e-text.c:3696 ../widgets/text/e-text.c:3697 msgid "Use ellipsis" msgstr "நீள்வட்டத்தை பயன்படுத்து" -#: ../widgets/text/e-text.c:3702 ../widgets/text/e-text.c:3703 +#: ../widgets/text/e-text.c:3703 ../widgets/text/e-text.c:3704 msgid "Ellipsis" msgstr "நீள்வட்டம்" -#: ../widgets/text/e-text.c:3709 ../widgets/text/e-text.c:3710 +#: ../widgets/text/e-text.c:3710 ../widgets/text/e-text.c:3711 msgid "Line wrap" msgstr "வரி மடக்கி" -#: ../widgets/text/e-text.c:3716 ../widgets/text/e-text.c:3717 +#: ../widgets/text/e-text.c:3717 ../widgets/text/e-text.c:3718 msgid "Break characters" msgstr "எழுத்து நிறுத்தம்" -#: ../widgets/text/e-text.c:3723 ../widgets/text/e-text.c:3724 +#: ../widgets/text/e-text.c:3724 ../widgets/text/e-text.c:3725 msgid "Max lines" msgstr "அதிகபட்ச வரிகள்" -#: ../widgets/text/e-text.c:3745 ../widgets/text/e-text.c:3746 +#: ../widgets/text/e-text.c:3746 ../widgets/text/e-text.c:3747 msgid "Draw borders" msgstr "ஓரங்களை வரை" -#: ../widgets/text/e-text.c:3752 ../widgets/text/e-text.c:3753 +#: ../widgets/text/e-text.c:3753 ../widgets/text/e-text.c:3754 msgid "Allow newlines" msgstr "புதிய வரிகளை அனுமதி" -#: ../widgets/text/e-text.c:3759 ../widgets/text/e-text.c:3760 +#: ../widgets/text/e-text.c:3760 ../widgets/text/e-text.c:3761 msgid "Draw background" msgstr "பின்னனியை வரை" -#: ../widgets/text/e-text.c:3766 ../widgets/text/e-text.c:3767 +#: ../widgets/text/e-text.c:3767 ../widgets/text/e-text.c:3768 msgid "Draw button" msgstr "பட்டன்களை வரை" -#: ../widgets/text/e-text.c:3773 ../widgets/text/e-text.c:3774 +#: ../widgets/text/e-text.c:3774 ../widgets/text/e-text.c:3775 msgid "Cursor position" msgstr "கர்சர் நிலை" #. Translators: Input Method Context -#: ../widgets/text/e-text.c:3781 ../widgets/text/e-text.c:3783 +#: ../widgets/text/e-text.c:3782 ../widgets/text/e-text.c:3784 msgid "IM Context" msgstr "IM சூழல்" -#: ../widgets/text/e-text.c:3789 ../widgets/text/e-text.c:3790 +#: ../widgets/text/e-text.c:3790 ../widgets/text/e-text.c:3791 msgid "Handle Popup" msgstr "மேல்மீட்பினை கையாள்" @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: evolution\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-04-13 10:16+0700\n" -"PO-Revision-Date: 2009-04-13 10:53+0700\n" +"PO-Revision-Date: 2009-05-23 23:23+0700\n" "Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n" "Language-Team: Thai <thai-l10n@googlegroups.com>\n" "MIME-Version: 1.0\n" @@ -7857,7 +7857,7 @@ msgstr "ข้อผิดพลาด iCalendar" #: ../plugins/itip-formatter/itip-view.c:522 #: ../plugins/itip-formatter/itip-view.c:523 msgid "An unknown person" -msgstr "บุคคลที่ไม่รู้จัก" +msgstr "บุคคลนิรนาม" #. Describe what the user can do #: ../calendar/gui/e-itip-control.c:1138 @@ -18645,7 +18645,7 @@ msgstr "<b>%s</b> ได้เสนอขอเปลี่ยนแปลง� #: ../plugins/itip-formatter/itip-view.c:406 #, c-format msgid "<b>%s</b> through %s has declined the following meeting changes:" -msgstr "<b>%s</b> ได้เสนอผ่าน %s ขอเปลี่ยนแปลงการประชุมดังนี้:" +msgstr "<b>%s</b> ได้เสนอผ่าน %s ขอปฏิเสธการเปลี่ยนแปลงการประชุมต่อไปนี้:" #: ../plugins/itip-formatter/itip-view.c:408 #, c-format @@ -18665,7 +18665,7 @@ msgstr "<b>%s</b> ได้ประกาศภารกิจต่อไป� #: ../plugins/itip-formatter/itip-view.c:453 #, c-format msgid "<b>%s</b> requests the assignment of %s to the following task:" -msgstr "<b>%s</b> ร้องขอการมอบหมายภารกิจของ %s ให้กับภารกิจต่อไปนี้:" +msgstr "<b>%s</b> ขอมอบหมาย %s ให้ทำภารกิจต่อไปนี้:" #: ../plugins/itip-formatter/itip-view.c:456 #, c-format @@ -18715,7 +18715,7 @@ msgstr "<b>%s</b> ได้ส่งคำตอบสำหรับภาร� #: ../plugins/itip-formatter/itip-view.c:482 #, c-format msgid "<b>%s</b> through %s has canceled the following assigned task:" -msgstr "<b>%s</b> ได้แจ้งผ่าน %s ยกเลิกภารกิจที่มีการมอบหมายต่อไปนี้:" +msgstr "<b>%s</b> ได้แจ้งผ่าน %s ขอยกเลิกภารกิจที่มีการมอบหมายต่อไปนี้:" #: ../plugins/itip-formatter/itip-view.c:484 #, c-format @@ -18736,12 +18736,12 @@ msgstr "<b>%s</b> ได้เสนอเปลี่ยนแปลงกา� #: ../plugins/itip-formatter/itip-view.c:494 #, c-format msgid "<b>%s</b> through %s has declined the following assigned task:" -msgstr "<b>%s</b> ได้เสนอผ่าน %s ขอเปลี่ยนแปลงภารกิจที่มีการมอบหมายดังนี้:" +msgstr "<b>%s</b> ได้เสนอผ่าน %s ขอปฏิเสธภารกิจที่มีการมอบหมายต่อไปนี้:" #: ../plugins/itip-formatter/itip-view.c:496 #, c-format msgid "<b>%s</b> has declined the following assigned task:" -msgstr "<b>%s</b> ได้ปฏิเสธการมอบหมายภารกิจต่อไปนี้:" +msgstr "<b>%s</b> ได้ปฏิเสธภารกิจที่มีการมอบหมายต่อไปนี้:" #: ../plugins/itip-formatter/itip-view.c:534 #, c-format diff --git a/shell/e-config-upgrade.c b/shell/e-config-upgrade.c index 09c9281ab7..9aa71d3278 100644 --- a/shell/e-config-upgrade.c +++ b/shell/e-config-upgrade.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/shell/e-config-upgrade.h b/shell/e-config-upgrade.h index 27d9393058..f4580425bd 100644 --- a/shell/e-config-upgrade.h +++ b/shell/e-config-upgrade.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/shell/e-shell-backend.c b/shell/e-shell-backend.c index e1b29aea00..06e1469f58 100644 --- a/shell/e-shell-backend.c +++ b/shell/e-shell-backend.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell-backend.h b/shell/e-shell-backend.h index 570199c44e..57663d8619 100644 --- a/shell/e-shell-backend.h +++ b/shell/e-shell-backend.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell-common.h b/shell/e-shell-common.h index 50c84152c9..7ff35091aa 100644 --- a/shell/e-shell-common.h +++ b/shell/e-shell-common.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell-content.c b/shell/e-shell-content.c index ff344ae986..b5579088e1 100644 --- a/shell/e-shell-content.c +++ b/shell/e-shell-content.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -812,7 +812,7 @@ shell_content_init (EShellContent *shell_content) widget = e_action_combo_box_new (); gtk_box_pack_end (box, widget, FALSE, FALSE, 0); shell_content->priv->scope_combo_box = g_object_ref (widget); - gtk_widget_show (widget); + gtk_widget_show (widget); mnemonic = widget; diff --git a/shell/e-shell-content.h b/shell/e-shell-content.h index 04639771f3..2259dbd972 100644 --- a/shell/e-shell-content.h +++ b/shell/e-shell-content.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c index 69a30ee3a6..84d5d64877 100644 --- a/shell/e-shell-importer.c +++ b/shell/e-shell-importer.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -120,8 +120,8 @@ typedef struct _ImportData { #endif static struct { - char *name; - char *text; + const gchar *name; + const gchar *text; } info[] = { { "type_html", N_("Choose the type of importer to run:") diff --git a/shell/e-shell-importer.h b/shell/e-shell-importer.h index d78c04ab5d..bd57fbd4f0 100644 --- a/shell/e-shell-importer.h +++ b/shell/e-shell-importer.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/shell/e-shell-migrate.c b/shell/e-shell-migrate.c index b141ba4c7c..53df4106b4 100644 --- a/shell/e-shell-migrate.c +++ b/shell/e-shell-migrate.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell-migrate.h b/shell/e-shell-migrate.h index 45907ce7ce..8ebe69709b 100644 --- a/shell/e-shell-migrate.h +++ b/shell/e-shell-migrate.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell-nm.c b/shell/e-shell-nm.c index 7696c1809e..581e505111 100644 --- a/shell/e-shell-nm.c +++ b/shell/e-shell-nm.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/shell/e-shell-settings.c b/shell/e-shell-settings.c index 9f03f38ce1..0883382ffc 100644 --- a/shell/e-shell-settings.c +++ b/shell/e-shell-settings.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell-settings.h b/shell/e-shell-settings.h index a9f6a20f93..c400facfd3 100644 --- a/shell/e-shell-settings.h +++ b/shell/e-shell-settings.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell-sidebar.c b/shell/e-shell-sidebar.c index 671bcad9a0..ad4cb92970 100644 --- a/shell/e-shell-sidebar.c +++ b/shell/e-shell-sidebar.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -635,7 +635,7 @@ e_shell_sidebar_set_primary_text (EShellSidebar *shell_sidebar, * selected items, etc. * * Returns: the secondary text for @shell_sidebar - **/ + **/ const gchar * e_shell_sidebar_get_secondary_text (EShellSidebar *shell_sidebar) { diff --git a/shell/e-shell-sidebar.h b/shell/e-shell-sidebar.h index 27966e5429..5999aa9de2 100644 --- a/shell/e-shell-sidebar.h +++ b/shell/e-shell-sidebar.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell-switcher.c b/shell/e-shell-switcher.c index 2980bd983d..2944aace0e 100644 --- a/shell/e-shell-switcher.c +++ b/shell/e-shell-switcher.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell-switcher.h b/shell/e-shell-switcher.h index f04cec13e6..1cc644595b 100644 --- a/shell/e-shell-switcher.h +++ b/shell/e-shell-switcher.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell-taskbar.c b/shell/e-shell-taskbar.c index c81f40827b..61f27fbc79 100644 --- a/shell/e-shell-taskbar.c +++ b/shell/e-shell-taskbar.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell-taskbar.h b/shell/e-shell-taskbar.h index b0aab3bdde..3c3d40010e 100644 --- a/shell/e-shell-taskbar.h +++ b/shell/e-shell-taskbar.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 7c5332a8d0..cf89442c7c 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h index 99730ef689..664094e3a8 100644 --- a/shell/e-shell-view.h +++ b/shell/e-shell-view.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c index 846bb82d98..a53412c00b 100644 --- a/shell/e-shell-window-actions.c +++ b/shell/e-shell-window-actions.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -1776,7 +1776,7 @@ shell_window_extract_actions (EShellWindow *shell_window, * | | * match_list = [ ] --------> [ ] * - * + * * destination_list = [1] -> [2] (other actions) */ for (iter = *source_list; iter != NULL; iter = iter->next) { diff --git a/shell/e-shell-window-actions.h b/shell/e-shell-window-actions.h index 87ae13221c..3b8774a494 100644 --- a/shell/e-shell-window-actions.h +++ b/shell/e-shell-window-actions.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell-window-private.c b/shell/e-shell-window-private.c index 38d3926d67..bb74e35ced 100644 --- a/shell/e-shell-window-private.c +++ b/shell/e-shell-window-private.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell-window-private.h b/shell/e-shell-window-private.h index 3ac03883f5..b0bfe7c63a 100644 --- a/shell/e-shell-window-private.h +++ b/shell/e-shell-window-private.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c index c39d856e32..bb913f74ea 100644 --- a/shell/e-shell-window.c +++ b/shell/e-shell-window.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell-window.h b/shell/e-shell-window.h index d78fb19774..b867490afb 100644 --- a/shell/e-shell-window.h +++ b/shell/e-shell-window.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell.c b/shell/e-shell.c index d95853dffa..785485320f 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/e-shell.h b/shell/e-shell.h index c76b649124..1d0b9ab705 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/es-event.c b/shell/es-event.c index 80d3896023..e0ebb45d29 100644 --- a/shell/es-event.c +++ b/shell/es-event.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/shell/es-event.h b/shell/es-event.h index 415a0ee959..a23cb99b4f 100644 --- a/shell/es-event.h +++ b/shell/es-event.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/shell/main.c b/shell/main.c index c71d6869ae..928a321e61 100644 --- a/shell/main.c +++ b/shell/main.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -139,7 +139,8 @@ kill_old_dataserver (void) CORBA_exception_init (&ev); /* FIXME Should we really kill it off? We also shouldn't hard code the version */ - iface = bonobo_activation_activate_from_id ("OAFIID:GNOME_Evolution_DataServer_InterfaceCheck", 0, NULL, &ev); + iface = bonobo_activation_activate_from_id ( + (Bonobo_ActivationID) "OAFIID:GNOME_Evolution_DataServer_InterfaceCheck", 0, NULL, &ev); if (BONOBO_EX (&ev) || iface == CORBA_OBJECT_NIL) { kill_dataserver (); CORBA_exception_free (&ev); @@ -504,7 +505,7 @@ slowly_and_stupidly_obtain_timestamp (GdkDisplay *display) XSetWindowAttributes attrs; Atom atom_name; Atom atom_type; - char *name; + const gchar *name; xdisplay = GDK_DISPLAY_XDISPLAY (display); diff --git a/shell/test/e-test-shell-backend.c b/shell/test/e-test-shell-backend.c index 0fc6c203aa..e5fd3c6a43 100644 --- a/shell/test/e-test-shell-backend.c +++ b/shell/test/e-test-shell-backend.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/test/e-test-shell-backend.h b/shell/test/e-test-shell-backend.h index 0768e48a8f..0d342bfbcc 100644 --- a/shell/test/e-test-shell-backend.h +++ b/shell/test/e-test-shell-backend.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/test/e-test-shell-view.c b/shell/test/e-test-shell-view.c index f05abfff06..b4464cc68f 100644 --- a/shell/test/e-test-shell-view.c +++ b/shell/test/e-test-shell-view.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/test/e-test-shell-view.h b/shell/test/e-test-shell-view.h index b84fba9c44..85c33bfb39 100644 --- a/shell/test/e-test-shell-view.h +++ b/shell/test/e-test-shell-view.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/shell/test/evolution-module-test.c b/shell/test/evolution-module-test.c index ceae63cf7c..1fe3c7c0d0 100644 --- a/shell/test/evolution-module-test.c +++ b/shell/test/evolution-module-test.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/smime/gui/ca-trust-dialog.c b/smime/gui/ca-trust-dialog.c index f0d6cea90f..f3a47e1181 100644 --- a/smime/gui/ca-trust-dialog.c +++ b/smime/gui/ca-trust-dialog.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/smime/gui/ca-trust-dialog.h b/smime/gui/ca-trust-dialog.h index 1ebd05e780..ec7979d818 100644 --- a/smime/gui/ca-trust-dialog.h +++ b/smime/gui/ca-trust-dialog.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/smime/gui/cert-trust-dialog.c b/smime/gui/cert-trust-dialog.c index 0b82182972..0e4af90edc 100644 --- a/smime/gui/cert-trust-dialog.c +++ b/smime/gui/cert-trust-dialog.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/smime/gui/cert-trust-dialog.h b/smime/gui/cert-trust-dialog.h index a9c3e9ca8b..abdeb4d2ff 100644 --- a/smime/gui/cert-trust-dialog.h +++ b/smime/gui/cert-trust-dialog.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/smime/gui/certificate-manager.c b/smime/gui/certificate-manager.c index eb3a08bf84..f697b32330 100644 --- a/smime/gui/certificate-manager.c +++ b/smime/gui/certificate-manager.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/smime/gui/certificate-manager.h b/smime/gui/certificate-manager.h index 326b363fd4..9107e203de 100644 --- a/smime/gui/certificate-manager.h +++ b/smime/gui/certificate-manager.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/smime/gui/certificate-viewer.c b/smime/gui/certificate-viewer.c index 5c587139a5..997bbace46 100644 --- a/smime/gui/certificate-viewer.c +++ b/smime/gui/certificate-viewer.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/smime/gui/certificate-viewer.h b/smime/gui/certificate-viewer.h index 2f088dd6c3..6cfa7f63ab 100644 --- a/smime/gui/certificate-viewer.h +++ b/smime/gui/certificate-viewer.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/smime/gui/component.c b/smime/gui/component.c index 339adabbbf..1096aa2a5e 100644 --- a/smime/gui/component.c +++ b/smime/gui/component.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/smime/gui/component.h b/smime/gui/component.h index 5a7492a342..a41c4d1209 100644 --- a/smime/gui/component.h +++ b/smime/gui/component.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/smime/gui/e-cert-selector.c b/smime/gui/e-cert-selector.c index 770f95c1cd..0ac946b5b8 100644 --- a/smime/gui/e-cert-selector.c +++ b/smime/gui/e-cert-selector.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/smime/gui/e-cert-selector.h b/smime/gui/e-cert-selector.h index 542a211745..85cfa0ba9f 100644 --- a/smime/gui/e-cert-selector.h +++ b/smime/gui/e-cert-selector.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/smime/lib/e-asn1-object.h b/smime/lib/e-asn1-object.h index d0cdb05d27..0c976dd827 100644 --- a/smime/lib/e-asn1-object.h +++ b/smime/lib/e-asn1-object.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c index 73bfc72131..ae8a79ae23 100644 --- a/smime/lib/e-cert-db.c +++ b/smime/lib/e-cert-db.c @@ -259,7 +259,7 @@ install_loadable_roots (void) XXX yes this is gross. *sigh* */ - char *paths_to_check[] = { + const gchar *paths_to_check[] = { #ifdef MOZILLA_NSS_LIB_DIR MOZILLA_NSS_LIB_DIR, #endif @@ -872,7 +872,7 @@ default_nickname (CERTCertificate *cert) char *nickname = NULL; char *tmp = NULL; int count; - char *nickFmt=NULL; + const char *nickFmt=NULL; CERTCertificate *dummycert; PK11SlotInfo *slot=NULL; CK_OBJECT_HANDLE keyHandle; diff --git a/smime/lib/e-cert-db.h b/smime/lib/e-cert-db.h index b3a69632d1..f628ba2073 100644 --- a/smime/lib/e-cert-db.h +++ b/smime/lib/e-cert-db.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/smime/lib/e-cert-trust.h b/smime/lib/e-cert-trust.h index 65a925d7bb..6b515b1a24 100644 --- a/smime/lib/e-cert-trust.h +++ b/smime/lib/e-cert-trust.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/smime/lib/e-cert.h b/smime/lib/e-cert.h index e152031a5d..63125c1871 100644 --- a/smime/lib/e-cert.h +++ b/smime/lib/e-cert.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/smime/lib/e-pkcs12.h b/smime/lib/e-pkcs12.h index 950a2d3899..5717edb14c 100644 --- a/smime/lib/e-pkcs12.h +++ b/smime/lib/e-pkcs12.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Authors: * Chris Toshok <toshok@ximian.com> diff --git a/smime/tests/import-cert.c b/smime/tests/import-cert.c index 420afe78b8..b202053e6d 100644 --- a/smime/tests/import-cert.c +++ b/smime/tests/import-cert.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/tools/killev.c b/tools/killev.c index 797e9230b5..d26093986f 100644 --- a/tools/killev.c +++ b/tools/killev.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/e-timezone-dialog/e-timezone-dialog.c b/widgets/e-timezone-dialog/e-timezone-dialog.c index f0879a41ae..80a4485739 100644 --- a/widgets/e-timezone-dialog/e-timezone-dialog.c +++ b/widgets/e-timezone-dialog/e-timezone-dialog.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -24,6 +24,7 @@ #include <config.h> #endif +#include <time.h> #include <string.h> #include <glib/gi18n.h> #include <glade/glade.h> @@ -75,14 +76,6 @@ struct _ETimezoneDialogPrivate { GtkWidget *preview_label; }; -#ifndef G_OS_WIN32 /* Declared properly in time.h already */ -extern char *tzname[2]; -extern long timezone; -extern int daylight; -#endif - -static void e_timezone_dialog_class_init (ETimezoneDialogClass *class); -static void e_timezone_dialog_init (ETimezoneDialog *etd); static void e_timezone_dialog_dispose (GObject *object); static void e_timezone_dialog_finalize (GObject *object); @@ -108,9 +101,9 @@ static void set_map_timezone (ETimezoneDialog *etd, static void on_combo_changed (GtkComboBox *combo, ETimezoneDialog *etd); -static void timezone_combo_get_active_text (GtkComboBox *combo, +static void timezone_combo_get_active_text (GtkComboBox *combo, const char **zone_name); -static gboolean timezone_combo_set_active_text (GtkComboBox *combo, +static gboolean timezone_combo_set_active_text (GtkComboBox *combo, const char *zone_name); static void map_destroy_cb (gpointer data, @@ -406,7 +399,7 @@ static void format_utc_offset (int utc_offset, char *buffer) { - char *sign = "+"; + const gchar *sign = "+"; int hours, minutes, seconds; if (utc_offset < 0) { @@ -800,7 +793,7 @@ on_combo_changed (GtkComboBox *combo_box, ETimezoneDialog *etd) set_map_timezone (etd, map_zone); } -static void +static void timezone_combo_get_active_text (GtkComboBox *combo, const char **zone_name) { GtkTreeModel *list_store; @@ -809,13 +802,13 @@ timezone_combo_get_active_text (GtkComboBox *combo, const char **zone_name) list_store = gtk_combo_box_get_model (combo); /* Get the active iter in the list */ - if (gtk_combo_box_get_active_iter (combo, &iter)) + if (gtk_combo_box_get_active_iter (combo, &iter)) gtk_tree_model_get (list_store, &iter, 0, zone_name, -1); - else + else *zone_name = ""; } -static gboolean +static gboolean timezone_combo_set_active_text (GtkComboBox *combo, const char *zone_name) { GtkTreeModel *list_store; @@ -825,7 +818,7 @@ timezone_combo_set_active_text (GtkComboBox *combo, const char *zone_name) list_store = gtk_combo_box_get_model (combo); index = (GHashTable *) g_object_get_data (G_OBJECT (list_store), "index"); - if (zone_name && *zone_name) + if (zone_name && *zone_name) id = g_hash_table_lookup (index, zone_name); gtk_combo_box_set_active (combo, GPOINTER_TO_INT (id)); diff --git a/widgets/e-timezone-dialog/e-timezone-dialog.h b/widgets/e-timezone-dialog/e-timezone-dialog.h index 0da1112276..8992d40c2d 100644 --- a/widgets/e-timezone-dialog/e-timezone-dialog.h +++ b/widgets/e-timezone-dialog/e-timezone-dialog.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/menus/gal-define-views-dialog.c b/widgets/menus/gal-define-views-dialog.c index 4e252e1622..e820a51a6a 100644 --- a/widgets/menus/gal-define-views-dialog.c +++ b/widgets/menus/gal-define-views-dialog.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -32,8 +32,6 @@ #include "gal-define-views-model.h" #include "gal-view-new-dialog.h" -static void gal_define_views_dialog_init (GalDefineViewsDialog *card); -static void gal_define_views_dialog_class_init (GalDefineViewsDialogClass *klass); static void gal_define_views_dialog_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec); static void gal_define_views_dialog_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec); static void gal_define_views_dialog_dispose (GObject *object); @@ -221,7 +219,7 @@ gdvd_cursor_changed_callback (GtkWidget *widget, GalDefineViewsDialog *dialog) } static void -gdvd_connect_signal(GalDefineViewsDialog *dialog, char *widget_name, char *signal, GCallback handler) +gdvd_connect_signal(GalDefineViewsDialog *dialog, const char *widget_name, const char *signal, GCallback handler) { GtkWidget *widget; diff --git a/widgets/menus/gal-define-views-dialog.h b/widgets/menus/gal-define-views-dialog.h index 08be5de0f9..14112dfdb3 100644 --- a/widgets/menus/gal-define-views-dialog.h +++ b/widgets/menus/gal-define-views-dialog.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/menus/gal-define-views-model.c b/widgets/menus/gal-define-views-model.c index 737c800bca..9f67473c32 100644 --- a/widgets/menus/gal-define-views-model.c +++ b/widgets/menus/gal-define-views-model.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/menus/gal-define-views-model.h b/widgets/menus/gal-define-views-model.h index f1adb8038c..d0ccfb16b9 100644 --- a/widgets/menus/gal-define-views-model.h +++ b/widgets/menus/gal-define-views-model.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/menus/gal-view-collection.c b/widgets/menus/gal-view-collection.c index 9541f0fb9c..fae91fce7e 100644 --- a/widgets/menus/gal-view-collection.c +++ b/widgets/menus/gal-view-collection.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/menus/gal-view-collection.h b/widgets/menus/gal-view-collection.h index cf6871edd1..83e5217131 100644 --- a/widgets/menus/gal-view-collection.h +++ b/widgets/menus/gal-view-collection.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/menus/gal-view-etable.c b/widgets/menus/gal-view-etable.c index 780e430e88..89ce837686 100644 --- a/widgets/menus/gal-view-etable.c +++ b/widgets/menus/gal-view-etable.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/menus/gal-view-etable.h b/widgets/menus/gal-view-etable.h index af03abb8e0..fdc34b2710 100644 --- a/widgets/menus/gal-view-etable.h +++ b/widgets/menus/gal-view-etable.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/menus/gal-view-factory-etable.c b/widgets/menus/gal-view-factory-etable.c index 05cf09707e..52f759ab37 100644 --- a/widgets/menus/gal-view-factory-etable.c +++ b/widgets/menus/gal-view-factory-etable.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/menus/gal-view-factory-etable.h b/widgets/menus/gal-view-factory-etable.h index cd89717bde..440d6c6d22 100644 --- a/widgets/menus/gal-view-factory-etable.h +++ b/widgets/menus/gal-view-factory-etable.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/menus/gal-view-factory.c b/widgets/menus/gal-view-factory.c index 7f740bc350..5b100654de 100644 --- a/widgets/menus/gal-view-factory.c +++ b/widgets/menus/gal-view-factory.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/menus/gal-view-factory.h b/widgets/menus/gal-view-factory.h index a2f78098f7..d2c4b4aa45 100644 --- a/widgets/menus/gal-view-factory.h +++ b/widgets/menus/gal-view-factory.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/menus/gal-view-instance-save-as-dialog.c b/widgets/menus/gal-view-instance-save-as-dialog.c index bad4c20bc6..02283c630e 100644 --- a/widgets/menus/gal-view-instance-save-as-dialog.c +++ b/widgets/menus/gal-view-instance-save-as-dialog.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/menus/gal-view-instance-save-as-dialog.h b/widgets/menus/gal-view-instance-save-as-dialog.h index 5dbd43696e..2135bc560f 100644 --- a/widgets/menus/gal-view-instance-save-as-dialog.h +++ b/widgets/menus/gal-view-instance-save-as-dialog.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/menus/gal-view-instance.c b/widgets/menus/gal-view-instance.c index 40a9e5262a..07dab81336 100644 --- a/widgets/menus/gal-view-instance.c +++ b/widgets/menus/gal-view-instance.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/menus/gal-view-instance.h b/widgets/menus/gal-view-instance.h index 096cc2b967..88c2c3c39d 100644 --- a/widgets/menus/gal-view-instance.h +++ b/widgets/menus/gal-view-instance.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/menus/gal-view-new-dialog.c b/widgets/menus/gal-view-new-dialog.c index 8716764c49..39c5411dfb 100644 --- a/widgets/menus/gal-view-new-dialog.c +++ b/widgets/menus/gal-view-new-dialog.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -32,8 +32,6 @@ #include "gal-define-views-model.h" #include "gal-view-new-dialog.h" -static void gal_view_new_dialog_init (GalViewNewDialog *card); -static void gal_view_new_dialog_class_init (GalViewNewDialogClass *klass); static void gal_view_new_dialog_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec); static void gal_view_new_dialog_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec); static void gal_view_new_dialog_dispose (GObject *object); diff --git a/widgets/menus/gal-view-new-dialog.h b/widgets/menus/gal-view-new-dialog.h index 75016bc589..d2acd5d301 100644 --- a/widgets/menus/gal-view-new-dialog.h +++ b/widgets/menus/gal-view-new-dialog.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/menus/gal-view.c b/widgets/menus/gal-view.c index 6509a7996d..fd3cdc2a5e 100644 --- a/widgets/menus/gal-view.c +++ b/widgets/menus/gal-view.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/menus/gal-view.h b/widgets/menus/gal-view.h index 0baba16761..b0ac4f3176 100644 --- a/widgets/menus/gal-view.h +++ b/widgets/menus/gal-view.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/a11y/ea-calendar-cell.c b/widgets/misc/a11y/ea-calendar-cell.c index 8173d6d25f..2d2a92de62 100644 --- a/widgets/misc/a11y/ea-calendar-cell.c +++ b/widgets/misc/a11y/ea-calendar-cell.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/a11y/ea-calendar-cell.h b/widgets/misc/a11y/ea-calendar-cell.h index a07b7e8bbc..be35c66312 100644 --- a/widgets/misc/a11y/ea-calendar-cell.h +++ b/widgets/misc/a11y/ea-calendar-cell.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/a11y/ea-calendar-item.c b/widgets/misc/a11y/ea-calendar-item.c index 66f40a92a0..34db081692 100644 --- a/widgets/misc/a11y/ea-calendar-item.c +++ b/widgets/misc/a11y/ea-calendar-item.c @@ -10,11 +10,11 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: - * Bolian Yin <bolian.yin@sun.com> + * Bolian Yin <bolian.yin@sun.com> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * diff --git a/widgets/misc/a11y/ea-calendar-item.h b/widgets/misc/a11y/ea-calendar-item.h index 87b825b479..b5f1b0ce81 100644 --- a/widgets/misc/a11y/ea-calendar-item.h +++ b/widgets/misc/a11y/ea-calendar-item.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/a11y/ea-widgets.c b/widgets/misc/a11y/ea-widgets.c index 239299da0b..9deede235e 100644 --- a/widgets/misc/a11y/ea-widgets.c +++ b/widgets/misc/a11y/ea-widgets.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/a11y/ea-widgets.h b/widgets/misc/a11y/ea-widgets.h index d19c908293..495222ae05 100644 --- a/widgets/misc/a11y/ea-widgets.h +++ b/widgets/misc/a11y/ea-widgets.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-account-combo-box.c b/widgets/misc/e-account-combo-box.c index f9dd3905a7..4286b0d26c 100644 --- a/widgets/misc/e-account-combo-box.c +++ b/widgets/misc/e-account-combo-box.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-account-combo-box.h b/widgets/misc/e-account-combo-box.h index 57f2ebe8ba..12d4be6c72 100644 --- a/widgets/misc/e-account-combo-box.h +++ b/widgets/misc/e-account-combo-box.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-account-manager.c b/widgets/misc/e-account-manager.c index 04e050b71d..24b579dee9 100644 --- a/widgets/misc/e-account-manager.c +++ b/widgets/misc/e-account-manager.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-account-manager.h b/widgets/misc/e-account-manager.h index c714576357..dab8b2832f 100644 --- a/widgets/misc/e-account-manager.h +++ b/widgets/misc/e-account-manager.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-account-tree-view.c b/widgets/misc/e-account-tree-view.c index 78f92d5f06..8e57dfcf66 100644 --- a/widgets/misc/e-account-tree-view.c +++ b/widgets/misc/e-account-tree-view.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-account-tree-view.h b/widgets/misc/e-account-tree-view.h index 9d86a8f803..ea13dc3902 100644 --- a/widgets/misc/e-account-tree-view.h +++ b/widgets/misc/e-account-tree-view.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-activity-proxy.c b/widgets/misc/e-activity-proxy.c index bddcc124f3..b045394442 100644 --- a/widgets/misc/e-activity-proxy.c +++ b/widgets/misc/e-activity-proxy.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-activity-proxy.h b/widgets/misc/e-activity-proxy.h index af305be4fe..714dc63e0f 100644 --- a/widgets/misc/e-activity-proxy.h +++ b/widgets/misc/e-activity-proxy.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-activity.c b/widgets/misc/e-activity.c index 7cd89a7c47..ac9a3d7e8a 100644 --- a/widgets/misc/e-activity.c +++ b/widgets/misc/e-activity.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -487,7 +487,7 @@ e_activity_cancel (EActivity *activity) { g_return_if_fail (E_IS_ACTIVITY (activity)); - if (!activity->priv->allow_cancel); + if (!activity->priv->allow_cancel) return; if (activity->priv->cancelled) diff --git a/widgets/misc/e-activity.h b/widgets/misc/e-activity.h index 34974dd415..aca262172c 100644 --- a/widgets/misc/e-activity.h +++ b/widgets/misc/e-activity.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-alert-activity.c b/widgets/misc/e-alert-activity.c index d8b9d6f3f3..860b129ef9 100644 --- a/widgets/misc/e-alert-activity.c +++ b/widgets/misc/e-alert-activity.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-alert-activity.h b/widgets/misc/e-alert-activity.h index 4c5547d7fa..5557094dda 100644 --- a/widgets/misc/e-alert-activity.h +++ b/widgets/misc/e-alert-activity.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-attachment-button.c b/widgets/misc/e-attachment-button.c index a9c230bac7..d64dcafb4a 100644 --- a/widgets/misc/e-attachment-button.c +++ b/widgets/misc/e-attachment-button.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-attachment-button.h b/widgets/misc/e-attachment-button.h index 72592efefe..89ecccfe9b 100644 --- a/widgets/misc/e-attachment-button.h +++ b/widgets/misc/e-attachment-button.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-attachment-dialog.c b/widgets/misc/e-attachment-dialog.c index e8c599aeea..e1037ae175 100644 --- a/widgets/misc/e-attachment-dialog.c +++ b/widgets/misc/e-attachment-dialog.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-attachment-dialog.h b/widgets/misc/e-attachment-dialog.h index e8ed583b18..503dcbbc67 100644 --- a/widgets/misc/e-attachment-dialog.h +++ b/widgets/misc/e-attachment-dialog.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-attachment-handler-image.c b/widgets/misc/e-attachment-handler-image.c index ba5f8d759c..a91b433c6e 100644 --- a/widgets/misc/e-attachment-handler-image.c +++ b/widgets/misc/e-attachment-handler-image.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-attachment-handler-image.h b/widgets/misc/e-attachment-handler-image.h index 44ff404a99..bade5cec5e 100644 --- a/widgets/misc/e-attachment-handler-image.h +++ b/widgets/misc/e-attachment-handler-image.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-attachment-handler.c b/widgets/misc/e-attachment-handler.c index 03af1eec9b..0a6ed0505d 100644 --- a/widgets/misc/e-attachment-handler.c +++ b/widgets/misc/e-attachment-handler.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-attachment-handler.h b/widgets/misc/e-attachment-handler.h index f95bc55123..e7e52c8c18 100644 --- a/widgets/misc/e-attachment-handler.h +++ b/widgets/misc/e-attachment-handler.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-attachment-icon-view.c b/widgets/misc/e-attachment-icon-view.c index 0845f82a76..a7d8ad271c 100644 --- a/widgets/misc/e-attachment-icon-view.c +++ b/widgets/misc/e-attachment-icon-view.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-attachment-icon-view.h b/widgets/misc/e-attachment-icon-view.h index ab9360e42e..4aabf6c429 100644 --- a/widgets/misc/e-attachment-icon-view.h +++ b/widgets/misc/e-attachment-icon-view.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-attachment-paned.c b/widgets/misc/e-attachment-paned.c index 3fed031473..a88f9fa8b2 100644 --- a/widgets/misc/e-attachment-paned.c +++ b/widgets/misc/e-attachment-paned.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-attachment-paned.h b/widgets/misc/e-attachment-paned.h index 076ab6033e..401ec581cb 100644 --- a/widgets/misc/e-attachment-paned.h +++ b/widgets/misc/e-attachment-paned.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-attachment-store.c b/widgets/misc/e-attachment-store.c index 216a60d32a..2977be9593 100644 --- a/widgets/misc/e-attachment-store.c +++ b/widgets/misc/e-attachment-store.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-attachment-store.h b/widgets/misc/e-attachment-store.h index 9fdd74d493..46ca9e4aa6 100644 --- a/widgets/misc/e-attachment-store.h +++ b/widgets/misc/e-attachment-store.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-attachment-tree-view.c b/widgets/misc/e-attachment-tree-view.c index f2c17cb078..42876e4bfb 100644 --- a/widgets/misc/e-attachment-tree-view.c +++ b/widgets/misc/e-attachment-tree-view.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-attachment-tree-view.h b/widgets/misc/e-attachment-tree-view.h index 7f16ba5ab2..4300ffa71f 100644 --- a/widgets/misc/e-attachment-tree-view.h +++ b/widgets/misc/e-attachment-tree-view.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-attachment-view.c b/widgets/misc/e-attachment-view.c index 48292cfbc3..41e0b302a2 100644 --- a/widgets/misc/e-attachment-view.c +++ b/widgets/misc/e-attachment-view.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -39,9 +39,9 @@ enum { /* Note: Do not use the info field. */ static GtkTargetEntry target_table[] = { - { "_NETSCAPE_URL", 0, 0 }, - { "text/x-vcard", 0, 0 }, - { "text/calendar", 0, 0 } + { (gchar *) "_NETSCAPE_URL", 0, 0 }, + { (gchar *) "text/x-vcard", 0, 0 }, + { (gchar *) "text/calendar", 0, 0 } }; static const gchar *ui = diff --git a/widgets/misc/e-attachment-view.h b/widgets/misc/e-attachment-view.h index 38480c30c4..89d2d28664 100644 --- a/widgets/misc/e-attachment-view.h +++ b/widgets/misc/e-attachment-view.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-attachment.c b/widgets/misc/e-attachment.c index e4e336e58b..e9df6024bc 100644 --- a/widgets/misc/e-attachment.c +++ b/widgets/misc/e-attachment.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-attachment.h b/widgets/misc/e-attachment.h index 934e1e04b6..d7cfb5be06 100644 --- a/widgets/misc/e-attachment.h +++ b/widgets/misc/e-attachment.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-calendar-item.c b/widgets/misc/e-calendar-item.c index d5f5efd462..bd6ff35cf7 100644 --- a/widgets/misc/e-calendar-item.c +++ b/widgets/misc/e-calendar-item.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Authors: * Damon Chaplin <damon@ximian.com> @@ -1386,9 +1386,9 @@ get_digit_fomat () if (major > 2 || minor > 2 || (minor == 2 && revision > 2)) { return "%Id"; - } + } #endif - + return "%d"; } @@ -1984,7 +1984,7 @@ e_calendar_item_recalc_sizes (ECalendarItem *calitem) for (digit = 0; digit < 10; digit++) { gchar locale_digit[5]; int locale_digit_len; - + locale_digit_len = sprintf (locale_digit, get_digit_fomat (), digit); pango_layout_set_text (layout, locale_digit, locale_digit_len); diff --git a/widgets/misc/e-calendar-item.h b/widgets/misc/e-calendar-item.h index b93ec9518d..c0ee9a43bc 100644 --- a/widgets/misc/e-calendar-item.h +++ b/widgets/misc/e-calendar-item.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -287,7 +287,7 @@ void e_calendar_item_set_max_days_sel (ECalendarItem *calitem, /* Get the maximum number of days selectable */ gint e_calendar_item_get_days_start_week_sel(ECalendarItem *calitem); -/* Get the maximum number of days before whole weeks are selected */ +/* Set the maximum number of days selectable */ void e_calendar_item_set_days_start_week_sel(ECalendarItem *calitem, gint days); @@ -298,13 +298,6 @@ gboolean e_calendar_item_get_display_popup (ECalendarItem *calitem); void e_calendar_item_set_display_popup (ECalendarItem *calitem, gboolean display); -/* Set the maximum number of days before whole weeks are selected */ -gint e_calendar_item_get_days_start_week_sel(ECalendarItem *calitem); - -/* Set the maximum number of days selectable */ -void e_calendar_item_set_days_start_week_sel(ECalendarItem *calitem, - gint days); - /* Gets the range of dates actually shown. Months are 0 to 11. This also includes the last days of the previous month and the first days of the following month, which are normally shown in gray. diff --git a/widgets/misc/e-calendar.c b/widgets/misc/e-calendar.c index 824a79d4e0..88e59b87db 100644 --- a/widgets/misc/e-calendar.c +++ b/widgets/misc/e-calendar.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-calendar.h b/widgets/misc/e-calendar.h index 1330eb4cf3..d6b9f653d8 100644 --- a/widgets/misc/e-calendar.h +++ b/widgets/misc/e-calendar.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-canvas-background.c b/widgets/misc/e-canvas-background.c index 4d300f01d4..181d7887d4 100644 --- a/widgets/misc/e-canvas-background.c +++ b/widgets/misc/e-canvas-background.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-canvas-background.h b/widgets/misc/e-canvas-background.h index 5d75735c12..562987e7d7 100644 --- a/widgets/misc/e-canvas-background.h +++ b/widgets/misc/e-canvas-background.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-canvas-utils.c b/widgets/misc/e-canvas-utils.c index c46f64c199..62ea6c54ef 100644 --- a/widgets/misc/e-canvas-utils.c +++ b/widgets/misc/e-canvas-utils.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-canvas-utils.h b/widgets/misc/e-canvas-utils.h index fa09a86c25..cda34e99b5 100644 --- a/widgets/misc/e-canvas-utils.h +++ b/widgets/misc/e-canvas-utils.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-canvas-vbox.c b/widgets/misc/e-canvas-vbox.c index dfdfaf64dc..3d4e879c0c 100644 --- a/widgets/misc/e-canvas-vbox.c +++ b/widgets/misc/e-canvas-vbox.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -34,8 +34,6 @@ #include "e-canvas-utils.h" #include "e-canvas-vbox.h" -static void e_canvas_vbox_init (ECanvasVbox *CanvasVbox); -static void e_canvas_vbox_class_init (ECanvasVboxClass *klass); static void e_canvas_vbox_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec); static void e_canvas_vbox_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec); static void e_canvas_vbox_dispose (GObject *object); diff --git a/widgets/misc/e-canvas-vbox.h b/widgets/misc/e-canvas-vbox.h index 51602e77de..7fa38fa778 100644 --- a/widgets/misc/e-canvas-vbox.h +++ b/widgets/misc/e-canvas-vbox.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-canvas.c b/widgets/misc/e-canvas.c index 903331576e..055f0311f4 100644 --- a/widgets/misc/e-canvas.c +++ b/widgets/misc/e-canvas.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -28,9 +28,7 @@ #include "e-canvas.h" -static void e_canvas_init (ECanvas *card); static void e_canvas_dispose (GObject *object); -static void e_canvas_class_init (ECanvasClass *klass); static void e_canvas_realize (GtkWidget *widget); static void e_canvas_unrealize (GtkWidget *widget); static gint e_canvas_key (GtkWidget *widget, diff --git a/widgets/misc/e-canvas.h b/widgets/misc/e-canvas.h index e06bed7824..00692c457a 100644 --- a/widgets/misc/e-canvas.h +++ b/widgets/misc/e-canvas.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-cell-renderer-combo.c b/widgets/misc/e-cell-renderer-combo.c index 96f474d0d9..ab03c73f2b 100644 --- a/widgets/misc/e-cell-renderer-combo.c +++ b/widgets/misc/e-cell-renderer-combo.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-cell-renderer-combo.h b/widgets/misc/e-cell-renderer-combo.h index 547eca7e7a..515ed75256 100644 --- a/widgets/misc/e-cell-renderer-combo.h +++ b/widgets/misc/e-cell-renderer-combo.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-charset-picker.c b/widgets/misc/e-charset-picker.c index 81505dcb02..d140fe9a5c 100644 --- a/widgets/misc/e-charset-picker.c +++ b/widgets/misc/e-charset-picker.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -68,9 +68,9 @@ static const char *classnames[] = { }; typedef struct { - char *name; + const gchar *name; ECharsetClass class; - char *subclass; + const gchar *subclass; } ECharset; /* This list is based on what other mailers/browsers support. There's @@ -143,7 +143,7 @@ add_charset (GtkWidget *menu, ECharset *charset, gboolean free_name) item = gtk_menu_item_new_with_label (label); g_object_set_data_full ((GObject *) item, "charset", - charset->name, free_name ? g_free : NULL); + (gpointer) charset->name, free_name ? g_free : NULL); g_free (label); gtk_widget_show (item); @@ -442,7 +442,7 @@ e_charset_picker_dialog (const char *title, const char *prompt, * locale character set * @callback: a callback function for actions in the group, or %NULL * @user_data: user data to be passed to @callback, or %NULL - * + * * Adds a set of #GtkRadioActions for available character sets to * @action_group. The @default_charset (or locale character set if * @default_charset is %NULL) will be added first, and selected by diff --git a/widgets/misc/e-charset-picker.h b/widgets/misc/e-charset-picker.h index 1521a2dbb0..4f701679a5 100644 --- a/widgets/misc/e-charset-picker.h +++ b/widgets/misc/e-charset-picker.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-colors.c b/widgets/misc/e-colors.c index c9c72d06d7..74fbdbf58c 100644 --- a/widgets/misc/e-colors.c +++ b/widgets/misc/e-colors.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-colors.h b/widgets/misc/e-colors.h index 30ddfd496a..710ee59f59 100644 --- a/widgets/misc/e-colors.h +++ b/widgets/misc/e-colors.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-combo-cell-editable.c b/widgets/misc/e-combo-cell-editable.c index 5502a83a0d..8cee128619 100644 --- a/widgets/misc/e-combo-cell-editable.c +++ b/widgets/misc/e-combo-cell-editable.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-combo-cell-editable.h b/widgets/misc/e-combo-cell-editable.h index d3f64a36d3..c37e786f84 100644 --- a/widgets/misc/e-combo-cell-editable.h +++ b/widgets/misc/e-combo-cell-editable.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-cursors.c b/widgets/misc/e-cursors.c index ac03e18e70..ebc2f9bd78 100644 --- a/widgets/misc/e-cursors.c +++ b/widgets/misc/e-cursors.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -39,8 +39,8 @@ typedef struct { GdkCursor *cursor; - int hot_x, hot_y; - char **xpm; + gint hot_x, hot_y; + const gchar **xpm; } CursorDef; static CursorDef cursors [] = { @@ -63,7 +63,7 @@ static CursorDef cursors [] = { static void -create_bitmap_and_mask_from_xpm (GdkBitmap **bitmap, GdkBitmap **mask, gchar **xpm) +create_bitmap_and_mask_from_xpm (GdkBitmap **bitmap, GdkBitmap **mask, const gchar **xpm) { int height, width, colors; char pixmap_buffer [(32 * 32)/8]; @@ -155,7 +155,7 @@ e_cursors_shutdown (void) GdkCursor * e_cursor_get (ECursorType type) { - g_return_val_if_fail (type >= 0 && type < E_CURSOR_NUM_CURSORS, NULL); + g_return_val_if_fail (type < E_CURSOR_NUM_CURSORS, NULL); return cursors [type].cursor; } diff --git a/widgets/misc/e-cursors.h b/widgets/misc/e-cursors.h index c22e295c7b..7df3404092 100644 --- a/widgets/misc/e-cursors.h +++ b/widgets/misc/e-cursors.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-dateedit.c b/widgets/misc/e-dateedit.c index 2120483abf..701cf69444 100644 --- a/widgets/misc/e-dateedit.c +++ b/widgets/misc/e-dateedit.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Authors: * Damon Chaplin <damon@ximian.com> @@ -1471,7 +1471,7 @@ e_date_edit_parse_date (EDateEdit *dedit, if (date_tm->tm_year > today_tm->tm_year) date_tm->tm_year -= 100; } - + return TRUE; } @@ -1725,7 +1725,7 @@ e_date_edit_update_date_entry (EDateEdit *dedit) if (priv->date_set_to_none || !priv->date_is_valid) { gtk_entry_set_text (GTK_ENTRY (priv->date_entry), _("None")); } else { - /* This is a strftime() format for a short date. + /* This is a strftime() format for a short date. %x the preferred date representation for the current locale without the time, but has forced to use 4 digit year */ char *format = e_time_get_d_fmt_with_4digit_year (); diff --git a/widgets/misc/e-file-activity.c b/widgets/misc/e-file-activity.c index 1957c20282..e35ab4955c 100644 --- a/widgets/misc/e-file-activity.c +++ b/widgets/misc/e-file-activity.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-file-activity.h b/widgets/misc/e-file-activity.h index acd144dec0..b4a5433c21 100644 --- a/widgets/misc/e-file-activity.h +++ b/widgets/misc/e-file-activity.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-filter-bar.c b/widgets/misc/e-filter-bar.c index 9f38ecc3d3..a113d1f101 100644 --- a/widgets/misc/e-filter-bar.c +++ b/widgets/misc/e-filter-bar.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -263,7 +263,7 @@ build_items (ESearchBar *search_bar, ESearchBarItem *items, int type, int *start int id = 0, i; GArray *menu = g_array_new (FALSE, FALSE, sizeof (ESearchBarItem)); ESearchBarItem item = { NULL, -1, 2 }; - char *source; + const gchar *source; GSList *gtksux = NULL; int num; @@ -843,7 +843,6 @@ e_filter_bar_get_type (void) { static GType type = 0; -<<<<<<< HEAD:widgets/misc/e-filter-bar.c if (G_UNLIKELY (type == 0)) { static const GTypeInfo type_info = { sizeof (EFilterBarClass), @@ -857,10 +856,6 @@ e_filter_bar_get_type (void) (GInstanceInitFunc) filter_bar_init, NULL /* value_table */ }; -======= - bar = g_object_new (e_filter_bar_get_type (), NULL); - ((ESearchBar *)bar)->lite = FALSE; ->>>>>>> ff25805... Filter/Search bar changes for Anjal.:widgets/misc/e-filter-bar.c type = g_type_register_static ( E_TYPE_SEARCH_BAR, "EFilterBar", &type_info, 0); diff --git a/widgets/misc/e-filter-bar.h b/widgets/misc/e-filter-bar.h index 4e51d54c3e..350a990890 100644 --- a/widgets/misc/e-filter-bar.h +++ b/widgets/misc/e-filter-bar.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -109,12 +109,12 @@ enum { E_FILTERBAR_ALL_ACCOUNTS_ID = -9 }; -#define E_FILTERBAR_SAVE { N_("_Save Search..."), E_FILTERBAR_SAVE_ID, 0 } -#define E_FILTERBAR_EDIT { N_("_Edit Saved Searches..."), E_FILTERBAR_EDIT_ID, 0 } -#define E_FILTERBAR_ADVANCED { N_("_Advanced Search..."), E_FILTERBAR_ADVANCED_ID, 0 } -#define E_FILTERBAR_ALL_ACCOUNTS { N_("All Accounts"), E_FILTERBAR_ALL_ACCOUNTS_ID, ESB_ITEMTYPE_RADIO } -#define E_FILTERBAR_CURRENT_ACCOUNT { N_("Current Account"), E_FILTERBAR_CURRENT_ACCOUNT_ID, ESB_ITEMTYPE_RADIO } -#define E_FILTERBAR_CURRENT_FOLDER { N_("Current Folder"), E_FILTERBAR_CURRENT_FOLDER_ID, ESB_ITEMTYPE_RADIO } +#define E_FILTERBAR_SAVE { (gchar *) N_("_Save Search..."), E_FILTERBAR_SAVE_ID, 0 } +#define E_FILTERBAR_EDIT { (gchar *) N_("_Edit Saved Searches..."), E_FILTERBAR_EDIT_ID, 0 } +#define E_FILTERBAR_ADVANCED { (gchar *) N_("_Advanced Search..."), E_FILTERBAR_ADVANCED_ID, 0 } +#define E_FILTERBAR_ALL_ACCOUNTS { (gchar *) N_("All Accounts"), E_FILTERBAR_ALL_ACCOUNTS_ID, ESB_ITEMTYPE_RADIO } +#define E_FILTERBAR_CURRENT_ACCOUNT { (gchar *) N_("Current Account"), E_FILTERBAR_CURRENT_ACCOUNT_ID, ESB_ITEMTYPE_RADIO } +#define E_FILTERBAR_CURRENT_FOLDER { (gchar *) N_("Current Folder"), E_FILTERBAR_CURRENT_FOLDER_ID, ESB_ITEMTYPE_RADIO } #define E_FILTERBAR_SEPARATOR { NULL, 0, 0 } #ifdef JUST_FOR_TRANSLATORS diff --git a/widgets/misc/e-gui-utils.c b/widgets/misc/e-gui-utils.c index 4e0b099944..6acbe920ef 100644 --- a/widgets/misc/e-gui-utils.c +++ b/widgets/misc/e-gui-utils.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-gui-utils.h b/widgets/misc/e-gui-utils.h index d0a54f7c42..840a55289b 100644 --- a/widgets/misc/e-gui-utils.h +++ b/widgets/misc/e-gui-utils.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-icon-entry.h b/widgets/misc/e-icon-entry.h index 65aff61978..e18b0fdbe0 100644 --- a/widgets/misc/e-icon-entry.h +++ b/widgets/misc/e-icon-entry.h @@ -63,7 +63,7 @@ G_BEGIN_DECLS typedef struct _EIconEntry EIconEntry; typedef struct _EIconEntryClass EIconEntryClass; typedef struct _EIconEntryPrivate EIconEntryPrivate; - + struct _EIconEntry { GtkBin parent; diff --git a/widgets/misc/e-image-chooser.c b/widgets/misc/e-image-chooser.c index 20252f1b92..d3b5a1ac07 100644 --- a/widgets/misc/e-image-chooser.c +++ b/widgets/misc/e-image-chooser.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -85,7 +85,7 @@ enum DndTargetType { #define URI_LIST_TYPE "text/uri-list" static GtkTargetEntry image_drag_types[] = { - { URI_LIST_TYPE, 0, DND_TARGET_TYPE_URI_LIST }, + { (gchar *) URI_LIST_TYPE, 0, DND_TARGET_TYPE_URI_LIST }, }; static const int num_image_drag_types = sizeof (image_drag_types) / sizeof (image_drag_types[0]); diff --git a/widgets/misc/e-image-chooser.h b/widgets/misc/e-image-chooser.h index 0e78026683..b7f599f0c1 100644 --- a/widgets/misc/e-image-chooser.h +++ b/widgets/misc/e-image-chooser.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-map.c b/widgets/misc/e-map.c index f9742b597f..c2c0806178 100644 --- a/widgets/misc/e-map.c +++ b/widgets/misc/e-map.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-map.h b/widgets/misc/e-map.h index 4d65c7b47b..0c915fb5fa 100644 --- a/widgets/misc/e-map.h +++ b/widgets/misc/e-map.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-menu-tool-button.c b/widgets/misc/e-menu-tool-button.c index 5e87de8175..53778e6678 100644 --- a/widgets/misc/e-menu-tool-button.c +++ b/widgets/misc/e-menu-tool-button.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-menu-tool-button.h b/widgets/misc/e-menu-tool-button.h index b10cf3a62f..214f5ab217 100644 --- a/widgets/misc/e-menu-tool-button.h +++ b/widgets/misc/e-menu-tool-button.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-online-button.c b/widgets/misc/e-online-button.c index fbfb850272..c14114b9c3 100644 --- a/widgets/misc/e-online-button.c +++ b/widgets/misc/e-online-button.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ diff --git a/widgets/misc/e-online-button.h b/widgets/misc/e-online-button.h index 6576035a9d..03f676d75c 100644 --- a/widgets/misc/e-online-button.h +++ b/widgets/misc/e-online-button.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ diff --git a/widgets/misc/e-pilot-settings.c b/widgets/misc/e-pilot-settings.c index 80ad52d083..1bed8630c5 100644 --- a/widgets/misc/e-pilot-settings.c +++ b/widgets/misc/e-pilot-settings.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-pilot-settings.h b/widgets/misc/e-pilot-settings.h index fbba3b2f71..0c4fbd7a81 100644 --- a/widgets/misc/e-pilot-settings.h +++ b/widgets/misc/e-pilot-settings.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-popup-action.c b/widgets/misc/e-popup-action.c index 51abc01338..e856a1fc24 100644 --- a/widgets/misc/e-popup-action.c +++ b/widgets/misc/e-popup-action.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-popup-action.h b/widgets/misc/e-popup-action.h index 6000b5a6ec..d19971f303 100644 --- a/widgets/misc/e-popup-action.h +++ b/widgets/misc/e-popup-action.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-popup-menu.c b/widgets/misc/e-popup-menu.c index 1581d3e409..143eaff327 100644 --- a/widgets/misc/e-popup-menu.c +++ b/widgets/misc/e-popup-menu.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-popup-menu.h b/widgets/misc/e-popup-menu.h index c297bde53f..ddf6ed04a9 100644 --- a/widgets/misc/e-popup-menu.h +++ b/widgets/misc/e-popup-menu.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -29,65 +29,43 @@ G_BEGIN_DECLS -#define E_POPUP_SEPARATOR { "", NULL, (NULL), NULL, 0 } +#define E_POPUP_SEPARATOR { (gchar *) "", NULL, (NULL), NULL, 0 } #define E_POPUP_TERMINATOR { NULL, NULL, (NULL), NULL, 0 } /* In the following, CC = custom closure */ -#define E_POPUP_ITEM(name,fn,disable_mask) { (name), NULL, (fn), NULL, (disable_mask), NULL, NULL, 0, 0, 0, 0 } -#define E_POPUP_ITEM_CC(name,fn,closure,disable_mask) { (name), NULL, (fn), NULL, (disable_mask), NULL, (closure), 0, 0, 0, 1 } -#define E_POPUP_SUBMENU(name,submenu,disable_mask) { (name), NULL, NULL, (submenu), (disable_mask), NULL, NULL, 0, 0, 0, 0 } +#define E_POPUP_ITEM(name,fn,disable_mask) { (gchar *) (name), NULL, (fn), NULL, (disable_mask), NULL, NULL, 0, 0, 0, 0 } +#define E_POPUP_ITEM_CC(name,fn,closure,disable_mask) { (gchar *) (name), NULL, (fn), NULL, (disable_mask), NULL, (closure), 0, 0, 0, 1 } +#define E_POPUP_SUBMENU(name,submenu,disable_mask) { (gchar *) (name), NULL, NULL, (submenu), (disable_mask), NULL, NULL, 0, 0, 0, 0 } -#define E_POPUP_PIXMAP_ITEM(name,pixmap,fn,disable_mask) { (name), (pixmap), (fn), NULL, (disable_mask), NULL, NULL, 0, 0, 0, 0 } -#define E_POPUP_PIXMAP_ITEM_CC(name,pixmap,fn,closure,disable_mask) { (name), (pixmap), (fn), NULL, (disable_mask), NULL, (closure), 0, 0, 0, 1 } -#define E_POPUP_PIXMAP_SUBMENU(name,pixmap,submenu,disable_mask) { (name), (pixmap), NULL, (submenu), (disable_mask), NULL, NULL, 0, 0, 0, 0 } +#define E_POPUP_PIXMAP_ITEM(name,pixmap,fn,disable_mask) { (gchar *) (name), (pixmap), (fn), NULL, (disable_mask), NULL, NULL, 0, 0, 0, 0 } +#define E_POPUP_PIXMAP_ITEM_CC(name,pixmap,fn,closure,disable_mask) { (gchar *) (name), (pixmap), (fn), NULL, (disable_mask), NULL, (closure), 0, 0, 0, 1 } +#define E_POPUP_PIXMAP_SUBMENU(name,pixmap,submenu,disable_mask) { (gchar *) (name), (pixmap), NULL, (submenu), (disable_mask), NULL, NULL, 0, 0, 0, 0 } -#define E_POPUP_PIXMAP_WIDGET_ITEM(name,pixmap_widget,fn,disable_mask) { (name), NULL, (fn), NULL, (disable_mask), (pixmap_widget), NULL, 0, 0, 0, 0 } -#define E_POPUP_PIXMAP_WIDGET_ITEM_CC(name,pixmap_widget,fn,closure,disable_mask) { (name), NULL, (fn), NULL, (disable_mask), (pixmap_widget), (closure), 0, 0, 0, 1 } -#define E_POPUP_PIXMAP_WIDGET_SUBMENU(name,pixmap_widget,submenu,disable_mask) { (name), NULL, NULL, (submenu), (disable_mask), (pixmap_widget), NULL, 0, 0, 0, 0 } +#define E_POPUP_PIXMAP_WIDGET_ITEM(name,pixmap_widget,fn,disable_mask) { (gchar *) (name), NULL, (fn), NULL, (disable_mask), (pixmap_widget), NULL, 0, 0, 0, 0 } +#define E_POPUP_PIXMAP_WIDGET_ITEM_CC(name,pixmap_widget,fn,closure,disable_mask) { (gchar *) (name), NULL, (fn), NULL, (disable_mask), (pixmap_widget), (closure), 0, 0, 0, 1 } +#define E_POPUP_PIXMAP_WIDGET_SUBMENU(name,pixmap_widget,submenu,disable_mask) { (gchar *) (name), NULL, NULL, (submenu), (disable_mask), (pixmap_widget), NULL, 0, 0, 0, 0 } -#define E_POPUP_TOGGLE_ITEM(name,fn,disable_mask,value) { (name), NULL, (fn), NULL, (disable_mask), NULL, NULL, 1, 0, value, 0 } -#define E_POPUP_TOGGLE_ITEM_CC(name,fn,closure,disable_mask,value) { (name), NULL, (fn), NULL, (disable_mask), NULL, (closure), 1, 0, value, 1 } +#define E_POPUP_TOGGLE_ITEM(name,fn,disable_mask,value) { (gchar *) (name), NULL, (fn), NULL, (disable_mask), NULL, NULL, 1, 0, value, 0 } +#define E_POPUP_TOGGLE_ITEM_CC(name,fn,closure,disable_mask,value) { (gchar *) (name), NULL, (fn), NULL, (disable_mask), NULL, (closure), 1, 0, value, 1 } +#define E_POPUP_TOGGLE_ITEM_CC(name,fn,closure,disable_mask,value) { (gchar *) (name), NULL, (fn), NULL, (disable_mask), NULL, (closure), 1, 0, value, 1 } -#define E_POPUP_SEPARATOR { "", NULL, (NULL), NULL, 0 } -#define E_POPUP_TERMINATOR { NULL, NULL, (NULL), NULL, 0 } - - -/* In the following, CC = custom closure */ - -#define E_POPUP_ITEM(name,fn,disable_mask) { (name), NULL, (fn), NULL, (disable_mask), NULL, NULL, 0, 0, 0, 0 } -#define E_POPUP_ITEM_CC(name,fn,closure,disable_mask) { (name), NULL, (fn), NULL, (disable_mask), NULL, (closure), 0, 0, 0, 1 } -#define E_POPUP_SUBMENU(name,submenu,disable_mask) { (name), NULL, NULL, (submenu), (disable_mask), NULL, NULL, 0, 0, 0, 0 } - -#define E_POPUP_PIXMAP_ITEM(name,pixmap,fn,disable_mask) { (name), (pixmap), (fn), NULL, (disable_mask), NULL, NULL, 0, 0, 0, 0 } -#define E_POPUP_PIXMAP_ITEM_CC(name,pixmap,fn,closure,disable_mask) { (name), (pixmap), (fn), NULL, (disable_mask), NULL, (closure), 0, 0, 0, 1 } -#define E_POPUP_PIXMAP_SUBMENU(name,pixmap,submenu,disable_mask) { (name), (pixmap), NULL, (submenu), (disable_mask), NULL, NULL, 0, 0, 0, 0 } - -#define E_POPUP_PIXMAP_WIDGET_ITEM(name,pixmap_widget,fn,disable_mask) { (name), NULL, (fn), NULL, (disable_mask), (pixmap_widget), NULL, 0, 0, 0, 0 } -#define E_POPUP_PIXMAP_WIDGET_ITEM_CC(name,pixmap_widget,fn,closure,disable_mask) { (name), NULL, (fn), NULL, (disable_mask), (pixmap_widget), (closure), 0, 0, 0, 1 } -#define E_POPUP_PIXMAP_WIDGET_SUBMENU(name,pixmap_widget,submenu,disable_mask) { (name), NULL, NULL, (submenu), (disable_mask), (pixmap_widget), NULL, 0, 0, 0, 0 } - - -#define E_POPUP_TOGGLE_ITEM(name,fn,disable_mask,value) { (name), NULL, (fn), NULL, (disable_mask), NULL, NULL, 1, 0, value, 0 } -#define E_POPUP_TOGGLE_ITEM_CC(name,fn,closure,disable_mask,value) { (name), NULL, (fn), NULL, (disable_mask), NULL, (closure), 1, 0, value, 1 } - -#define E_POPUP_TOGGLE_PIXMAP_ITEM(name,pixmap,fn,disable_mask) { (name), (pixmap), (fn), NULL, (disable_mask), NULL, NULL, 1, 0, value, 0 } -#define E_POPUP_TOGGLE_PIXMAP_ITEM_CC(name,pixmap,fn,closure,disable_mask) { (name), (pixmap), (fn), NULL, (disable_mask), NULL, (closure), 1, 0, value, 1 } - -#define E_POPUP_TOGGLE_PIXMAP_WIDGET_ITEM(name,pixmap_widget,fn,disable_mask) { (name), NULL, (fn), NULL, (disable_mask), (pixmap_widget), NULL, 1, 0, value, 0 } -#define E_POPUP_TOGGLE_PIXMAP_WIDGET_ITEM_CC(name,pixmap_widget,fn,closure,disable_mask) { (name), NULL, (fn), NULL, (disable_mask), (pixmap_widget), (closure), 1, 0, value, 1 } +#define E_POPUP_TOGGLE_PIXMAP_ITEM(name,pixmap,fn,disable_mask) { (gchar *) (name), (pixmap), (fn), NULL, (disable_mask), NULL, NULL, 1, 0, value, 0 } +#define E_POPUP_TOGGLE_PIXMAP_ITEM_CC(name,pixmap,fn,closure,disable_mask) { (gchar *) (name), (pixmap), (fn), NULL, (disable_mask), NULL, (closure), 1, 0, value, 1 } +#define E_POPUP_TOGGLE_PIXMAP_WIDGET_ITEM(name,pixmap_widget,fn,disable_mask) { (gchar *) (name), NULL, (fn), NULL, (disable_mask), (pixmap_widget), NULL, 1, 0, value, 0 } +#define E_POPUP_TOGGLE_PIXMAP_WIDGET_ITEM_CC(name,pixmap_widget,fn,closure,disable_mask) { (gchar *) (name), NULL, (fn), NULL, (disable_mask), (pixmap_widget), (closure), 1, 0, value, 1 } -#define E_POPUP_RADIO_ITEM(name,fn,disable_mask,value) { (name), NULL, (fn), NULL, (disable_mask), NULL, NULL, 0, 1, value, 0 } -#define E_POPUP_RADIO_ITEM_CC(name,fn,closure,disable_mask,value) { (name), NULL, (fn), NULL, (disable_mask), NULL, (closure), 0, 1, value, 1 } +#define E_POPUP_RADIO_ITEM(name,fn,disable_mask,value) { (gchar *) (name), NULL, (fn), NULL, (disable_mask), NULL, NULL, 0, 1, value, 0 } +#define E_POPUP_RADIO_ITEM_CC(name,fn,closure,disable_mask,value) { (gchar *) (name), NULL, (fn), NULL, (disable_mask), NULL, (closure), 0, 1, value, 1 } -#define E_POPUP_RADIO_PIXMAP_ITEM(name,pixmap,fn,disable_mask) { (name), (pixmap), (fn), NULL, (disable_mask), NULL, NULL, 0, 1, value, 0 } -#define E_POPUP_RADIO_PIXMAP_ITEM_CC(name,pixmap,fn,closure,disable_mask) { (name), (pixmap), (fn), NULL, (disable_mask), NULL, (closure), 0, 1, value, 1 } +#define E_POPUP_RADIO_PIXMAP_ITEM(name,pixmap,fn,disable_mask) { (gchar *) (name), (pixmap), (fn), NULL, (disable_mask), NULL, NULL, 0, 1, value, 0 } +#define E_POPUP_RADIO_PIXMAP_ITEM_CC(name,pixmap,fn,closure,disable_mask) { (gchar *) (name), (pixmap), (fn), NULL, (disable_mask), NULL, (closure), 0, 1, value, 1 } -#define E_POPUP_RADIO_PIXMAP_WIDGET_ITEM(name,pixmap_widget,fn,disable_mask) { (name), NULL, (fn), NULL, (disable_mask), (pixmap_widget), NULL, 0, 1, value, 0 } -#define E_POPUP_RADIO_PIXMAP_WIDGET_ITEM_CC(name,pixmap_widget,fn,closure,disable_mask) { (name), NULL, (fn), NULL, (disable_mask), (pixmap_widget), (closure), 0, 1, value, 1 } +#define E_POPUP_RADIO_PIXMAP_WIDGET_ITEM(name,pixmap_widget,fn,disable_mask) { (gchar *) (name), NULL, (fn), NULL, (disable_mask), (pixmap_widget), NULL, 0, 1, value, 0 } +#define E_POPUP_RADIO_PIXMAP_WIDGET_ITEM_CC(name,pixmap_widget,fn,closure,disable_mask) { (gchar *) (name), NULL, (fn), NULL, (disable_mask), (pixmap_widget), (closure), 0, 1, value, 1 } typedef struct _EPopupMenu EPopupMenu; diff --git a/widgets/misc/e-preferences-window.c b/widgets/misc/e-preferences-window.c index ecdbee1402..af2d07d871 100644 --- a/widgets/misc/e-preferences-window.c +++ b/widgets/misc/e-preferences-window.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-preferences-window.h b/widgets/misc/e-preferences-window.h index 39f2b82b89..4944a89e58 100644 --- a/widgets/misc/e-preferences-window.h +++ b/widgets/misc/e-preferences-window.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-printable.c b/widgets/misc/e-printable.c index 7f2db7ecc4..05a219f901 100644 --- a/widgets/misc/e-printable.c +++ b/widgets/misc/e-printable.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-printable.h b/widgets/misc/e-printable.h index d0d3223dbf..32cbadddbd 100644 --- a/widgets/misc/e-printable.h +++ b/widgets/misc/e-printable.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-search-bar.c b/widgets/misc/e-search-bar.c index 2d1fd5eb5e..9abc60442a 100644 --- a/widgets/misc/e-search-bar.c +++ b/widgets/misc/e-search-bar.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -1064,7 +1064,7 @@ e_search_bar_set_context (ESearchBar *search_bar, label = gtk_label_new_with_mnemonic (_(" i_n ")); gtk_widget_show (label); gtk_box_pack_start (GTK_BOX(search_bar->scopeoption_box), label, FALSE, FALSE, 0); - + search_bar->scopeoption = gtk_option_menu_new (); /* g_signal_connect (GTK_OPTION_MENU (search_bar->scopeoption), "changed", scopeoption_changed_cb, search_bar); */ gtk_box_pack_start (GTK_BOX(search_bar->scopeoption_box), search_bar->scopeoption, FALSE, FALSE, 0); @@ -1237,6 +1237,22 @@ e_search_bar_lite_new (ESearchBarItem *menu_items, return widget; } +GtkWidget * +e_search_bar_lite_new (ESearchBarItem *menu_items, + ESearchBarItem *option_items) +{ + GtkWidget *widget; + + g_return_val_if_fail (option_items != NULL, NULL); + + widget = g_object_new (e_search_bar_get_type (), NULL); + E_SEARCH_BAR(widget)->lite = TRUE; + + e_search_bar_construct (E_SEARCH_BAR (widget), menu_items, option_items); + + return widget; +} + void e_search_bar_set_ui_component (ESearchBar *search_bar, BonoboUIComponent *ui_component) @@ -1269,6 +1285,9 @@ e_search_bar_set_search_text (ESearchBar *search_bar, if (search_bar->lite) return; + if (search_bar->lite) + return; + verb_name = verb_name_from_id (id); path = g_strconcat ("/commands/", verb_name, NULL); g_free (verb_name); diff --git a/widgets/misc/e-selection-model-array.c b/widgets/misc/e-selection-model-array.c index f45923c1dd..7e82039d6e 100644 --- a/widgets/misc/e-selection-model-array.c +++ b/widgets/misc/e-selection-model-array.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-selection-model-array.h b/widgets/misc/e-selection-model-array.h index abbf828374..9f297c1fed 100644 --- a/widgets/misc/e-selection-model-array.h +++ b/widgets/misc/e-selection-model-array.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-selection-model-simple.c b/widgets/misc/e-selection-model-simple.c index 88fa6f857f..b9f1d33bfe 100644 --- a/widgets/misc/e-selection-model-simple.c +++ b/widgets/misc/e-selection-model-simple.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -30,6 +30,8 @@ static gint esms_get_row_count (ESelectionModelArray *esma); +G_DEFINE_TYPE (ESelectionModelSimple, e_selection_model_simple, e_selection_model_array_get_type()) + static void e_selection_model_simple_init (ESelectionModelSimple *selection) { @@ -46,8 +48,6 @@ e_selection_model_simple_class_init (ESelectionModelSimpleClass *klass) esma_class->get_row_count = esms_get_row_count; } -G_DEFINE_TYPE (ESelectionModelSimple, e_selection_model_simple, e_selection_model_array_get_type()) - /** * e_selection_model_simple_new * diff --git a/widgets/misc/e-selection-model-simple.h b/widgets/misc/e-selection-model-simple.h index 2cd2ecabd3..7f11d3ac0e 100644 --- a/widgets/misc/e-selection-model-simple.h +++ b/widgets/misc/e-selection-model-simple.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-selection-model.c b/widgets/misc/e-selection-model.c index 697bb68096..66187e6e7c 100644 --- a/widgets/misc/e-selection-model.c +++ b/widgets/misc/e-selection-model.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-selection-model.h b/widgets/misc/e-selection-model.h index 18bbc2a115..24eccd304f 100644 --- a/widgets/misc/e-selection-model.h +++ b/widgets/misc/e-selection-model.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-send-options.c b/widgets/misc/e-send-options.c index 6c10a60c1c..8740f2d02e 100644 --- a/widgets/misc/e-send-options.c +++ b/widgets/misc/e-send-options.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-send-options.h b/widgets/misc/e-send-options.h index 9a32357358..3ed5d6fd24 100644 --- a/widgets/misc/e-send-options.h +++ b/widgets/misc/e-send-options.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -20,7 +20,7 @@ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * */ - + #ifndef __E_SENDOPTIONS_DIALOG_H__ #define __E_SENDOPTIONS_DIALOG_H__ diff --git a/widgets/misc/e-signature-combo-box.c b/widgets/misc/e-signature-combo-box.c index 40a93b7d25..d447cccb8e 100644 --- a/widgets/misc/e-signature-combo-box.c +++ b/widgets/misc/e-signature-combo-box.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-signature-combo-box.h b/widgets/misc/e-signature-combo-box.h index 5cdd224e6b..dd81eb55c3 100644 --- a/widgets/misc/e-signature-combo-box.h +++ b/widgets/misc/e-signature-combo-box.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-signature-editor.c b/widgets/misc/e-signature-editor.c index cc1e9f6c18..53cb34906b 100644 --- a/widgets/misc/e-signature-editor.c +++ b/widgets/misc/e-signature-editor.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-signature-editor.h b/widgets/misc/e-signature-editor.h index 9d6c37ac87..1e8b88a909 100644 --- a/widgets/misc/e-signature-editor.h +++ b/widgets/misc/e-signature-editor.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-signature-manager.c b/widgets/misc/e-signature-manager.c index a602710fd3..a70bc1dc60 100644 --- a/widgets/misc/e-signature-manager.c +++ b/widgets/misc/e-signature-manager.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-signature-manager.h b/widgets/misc/e-signature-manager.h index f00ad143ec..662836e4ef 100644 --- a/widgets/misc/e-signature-manager.h +++ b/widgets/misc/e-signature-manager.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-signature-preview.c b/widgets/misc/e-signature-preview.c index d618e05daa..f8e168cd5a 100644 --- a/widgets/misc/e-signature-preview.c +++ b/widgets/misc/e-signature-preview.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-signature-preview.h b/widgets/misc/e-signature-preview.h index 2cedcc1d2f..a4221832c2 100644 --- a/widgets/misc/e-signature-preview.h +++ b/widgets/misc/e-signature-preview.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-signature-script-dialog.c b/widgets/misc/e-signature-script-dialog.c index 06e021b046..777d064f09 100644 --- a/widgets/misc/e-signature-script-dialog.c +++ b/widgets/misc/e-signature-script-dialog.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-signature-script-dialog.h b/widgets/misc/e-signature-script-dialog.h index 4cd7f05632..3967ae60c3 100644 --- a/widgets/misc/e-signature-script-dialog.h +++ b/widgets/misc/e-signature-script-dialog.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-signature-tree-view.c b/widgets/misc/e-signature-tree-view.c index 1f6d75b5b5..b2cc9d6f66 100644 --- a/widgets/misc/e-signature-tree-view.c +++ b/widgets/misc/e-signature-tree-view.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-signature-tree-view.h b/widgets/misc/e-signature-tree-view.h index 3afe569136..50d1e11905 100644 --- a/widgets/misc/e-signature-tree-view.h +++ b/widgets/misc/e-signature-tree-view.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-spinner.c b/widgets/misc/e-spinner.c index d980991b03..6e18410018 100644 --- a/widgets/misc/e-spinner.c +++ b/widgets/misc/e-spinner.c @@ -422,7 +422,7 @@ e_spinner_cache_get_images (ESpinnerCache *cache, LOG ("Getting animation images for screen %p at size %d", screen, icon_size); - g_return_val_if_fail (icon_size >= 0 && icon_size < LAST_ICON_SIZE, NULL); + g_return_val_if_fail (icon_size < LAST_ICON_SIZE, NULL); /* Backward compat: "invalid" meant "native" size which doesn't exist anymore */ if (icon_size == GTK_ICON_SIZE_INVALID) @@ -665,8 +665,8 @@ e_spinner_expose (GtkWidget *widget, /* Otherwise |images| will be NULL anyway */ g_return_val_if_fail (images->n_animation_pixbufs > 0, FALSE); - g_return_val_if_fail (details->current_image >= 0 && - details->current_image < images->n_animation_pixbufs, FALSE); + g_return_val_if_fail ( + details->current_image < images->n_animation_pixbufs, FALSE); pixbuf = images->animation_pixbufs[details->current_image]; diff --git a/widgets/misc/e-timeout-activity.c b/widgets/misc/e-timeout-activity.c index 878d6b87a3..aa57960fe0 100644 --- a/widgets/misc/e-timeout-activity.c +++ b/widgets/misc/e-timeout-activity.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-timeout-activity.h b/widgets/misc/e-timeout-activity.h index b395f39bde..82dd1138c2 100644 --- a/widgets/misc/e-timeout-activity.h +++ b/widgets/misc/e-timeout-activity.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/misc/e-url-entry.c b/widgets/misc/e-url-entry.c index 32490f6590..6c8eab7c8b 100644 --- a/widgets/misc/e-url-entry.c +++ b/widgets/misc/e-url-entry.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/e-url-entry.h b/widgets/misc/e-url-entry.h index 1c051ac0e8..a4edc51df2 100644 --- a/widgets/misc/e-url-entry.h +++ b/widgets/misc/e-url-entry.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/misc/pixmaps/cursor_cross.xpm b/widgets/misc/pixmaps/cursor_cross.xpm index cf9d0aca33..6a865148fb 100644 --- a/widgets/misc/pixmaps/cursor_cross.xpm +++ b/widgets/misc/pixmaps/cursor_cross.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * cursor_cross_xpm[] = { +static const gchar *cursor_cross_xpm[] = { "32 32 3 1", " c None", ". c #000000", diff --git a/widgets/misc/pixmaps/cursor_hand_closed.xpm b/widgets/misc/pixmaps/cursor_hand_closed.xpm index 61a6de4b88..24450ed2a5 100644 --- a/widgets/misc/pixmaps/cursor_hand_closed.xpm +++ b/widgets/misc/pixmaps/cursor_hand_closed.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * cursor_hand_closed_xpm[] = { +static const gchar *cursor_hand_closed_xpm[] = { "32 32 3 1", " c None", ". c #000000", diff --git a/widgets/misc/pixmaps/cursor_hand_open.xpm b/widgets/misc/pixmaps/cursor_hand_open.xpm index 048acc8054..2491b18e3b 100644 --- a/widgets/misc/pixmaps/cursor_hand_open.xpm +++ b/widgets/misc/pixmaps/cursor_hand_open.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * cursor_hand_open_xpm[] = { +static const gchar *cursor_hand_open_xpm[] = { "32 32 3 1", " c None", ". c #000000", diff --git a/widgets/misc/pixmaps/cursor_zoom_in.xpm b/widgets/misc/pixmaps/cursor_zoom_in.xpm index 1caf9e3e2a..19e483fd65 100644 --- a/widgets/misc/pixmaps/cursor_zoom_in.xpm +++ b/widgets/misc/pixmaps/cursor_zoom_in.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * cursor_zoom_in_xpm[] = { +static const gchar *cursor_zoom_in_xpm[] = { "32 32 2 1", " c None", ". c #000000", diff --git a/widgets/misc/pixmaps/cursor_zoom_out.xpm b/widgets/misc/pixmaps/cursor_zoom_out.xpm index af1b698521..9748fa1143 100644 --- a/widgets/misc/pixmaps/cursor_zoom_out.xpm +++ b/widgets/misc/pixmaps/cursor_zoom_out.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * cursor_zoom_out_xpm[] = { +static const gchar *cursor_zoom_out_xpm[] = { "32 32 2 1", " c None", ". c #000000", diff --git a/widgets/misc/test-calendar.c b/widgets/misc/test-calendar.c index f4fe6d3039..20f34d8ba8 100644 --- a/widgets/misc/test-calendar.c +++ b/widgets/misc/test-calendar.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -38,7 +38,7 @@ enum { }; static GtkTargetEntry target_table[] = { - { "E-SHORTCUT", 0, TARGET_SHORTCUT } + { (gchar *) "E-SHORTCUT", 0, TARGET_SHORTCUT } }; static guint n_targets = sizeof(target_table) / sizeof(target_table[0]); diff --git a/widgets/misc/test-dateedit.c b/widgets/misc/test-dateedit.c index 8c340ed45b..7468053f31 100644 --- a/widgets/misc/test-dateedit.c +++ b/widgets/misc/test-dateedit.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -82,12 +82,12 @@ main (int argc, char **argv) #if 0 g_signal_connect (dedit, "date_changed", - G_CALLBACK (on_date_changed), "1"); + G_CALLBACK (on_date_changed), (gpointer) "1"); g_signal_connect (dedit, "time_changed", - G_CALLBACK (on_time_changed), "1"); + G_CALLBACK (on_time_changed), (gpointer) "1"); #else g_signal_connect (dedit, "changed", - G_CALLBACK (on_changed), "1"); + G_CALLBACK (on_changed), (gpointer) "1"); #endif button = gtk_button_new_with_label ("Print Date"); @@ -110,12 +110,12 @@ main (int argc, char **argv) #if 0 g_signal_connect (dedit, "date_changed", - G_CALLBACK (on_date_changed), "2"); + G_CALLBACK (on_date_changed), (gpointer) "2"); g_signal_connect (dedit, "time_changed", - G_CALLBACK (on_time_changed), "2"); + G_CALLBACK (on_time_changed), (gpointer) "2"); #else g_signal_connect (dedit, "changed", - G_CALLBACK (on_changed), "2"); + G_CALLBACK (on_changed), (gpointer) "2"); #endif button = gtk_button_new_with_label ("Print Date"); @@ -138,12 +138,12 @@ main (int argc, char **argv) #if 0 g_signal_connect (dedit, "date_changed", - G_CALLBACK (on_date_changed), "3"); + G_CALLBACK (on_date_changed), (gpointer) "3"); g_signal_connect (dedit, "time_changed", - G_CALLBACK (on_time_changed), "3"); + G_CALLBACK (on_time_changed), (gpointer) "3"); #else g_signal_connect (dedit, "changed", - G_CALLBACK (on_changed), "3"); + G_CALLBACK (on_changed), (gpointer) "3"); #endif button = gtk_button_new_with_label ("Print Date"); diff --git a/widgets/misc/test-preferences-window.c b/widgets/misc/test-preferences-window.c index bc53f98c58..c0f13f5845 100644 --- a/widgets/misc/test-preferences-window.c +++ b/widgets/misc/test-preferences-window.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) diff --git a/widgets/table/a11y/gal-a11y-e-cell-popup.c b/widgets/table/a11y/gal-a11y-e-cell-popup.c index 1a40b23a21..5ae3cef686 100644 --- a/widgets/table/a11y/gal-a11y-e-cell-popup.c +++ b/widgets/table/a11y/gal-a11y-e-cell-popup.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-cell-popup.h b/widgets/table/a11y/gal-a11y-e-cell-popup.h index 4f205c10bc..52e0066d19 100644 --- a/widgets/table/a11y/gal-a11y-e-cell-popup.h +++ b/widgets/table/a11y/gal-a11y-e-cell-popup.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-cell-registry.c b/widgets/table/a11y/gal-a11y-e-cell-registry.c index b88fb581fc..1da241fea9 100644 --- a/widgets/table/a11y/gal-a11y-e-cell-registry.c +++ b/widgets/table/a11y/gal-a11y-e-cell-registry.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-cell-registry.h b/widgets/table/a11y/gal-a11y-e-cell-registry.h index f231567222..bc43a662cc 100644 --- a/widgets/table/a11y/gal-a11y-e-cell-registry.h +++ b/widgets/table/a11y/gal-a11y-e-cell-registry.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-cell-text.c b/widgets/table/a11y/gal-a11y-e-cell-text.c index e77c0739a9..a2b9f715f8 100644 --- a/widgets/table/a11y/gal-a11y-e-cell-text.c +++ b/widgets/table/a11y/gal-a11y-e-cell-text.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-cell-text.h b/widgets/table/a11y/gal-a11y-e-cell-text.h index 208bc67c66..32fce8771c 100644 --- a/widgets/table/a11y/gal-a11y-e-cell-text.h +++ b/widgets/table/a11y/gal-a11y-e-cell-text.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-cell-toggle.c b/widgets/table/a11y/gal-a11y-e-cell-toggle.c index 23114b0373..c0425a0cbb 100644 --- a/widgets/table/a11y/gal-a11y-e-cell-toggle.c +++ b/widgets/table/a11y/gal-a11y-e-cell-toggle.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-cell-toggle.h b/widgets/table/a11y/gal-a11y-e-cell-toggle.h index 56483aae6b..769e0b4200 100644 --- a/widgets/table/a11y/gal-a11y-e-cell-toggle.h +++ b/widgets/table/a11y/gal-a11y-e-cell-toggle.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-cell-tree.c b/widgets/table/a11y/gal-a11y-e-cell-tree.c index 520a818a37..0a5f8e2019 100644 --- a/widgets/table/a11y/gal-a11y-e-cell-tree.c +++ b/widgets/table/a11y/gal-a11y-e-cell-tree.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-cell-tree.h b/widgets/table/a11y/gal-a11y-e-cell-tree.h index f6f6d9dd70..43169c2f28 100644 --- a/widgets/table/a11y/gal-a11y-e-cell-tree.h +++ b/widgets/table/a11y/gal-a11y-e-cell-tree.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-cell-vbox.c b/widgets/table/a11y/gal-a11y-e-cell-vbox.c index 08859d07ef..7a5eadba52 100644 --- a/widgets/table/a11y/gal-a11y-e-cell-vbox.c +++ b/widgets/table/a11y/gal-a11y-e-cell-vbox.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-cell-vbox.h b/widgets/table/a11y/gal-a11y-e-cell-vbox.h index 276a60177a..2055ac3195 100644 --- a/widgets/table/a11y/gal-a11y-e-cell-vbox.h +++ b/widgets/table/a11y/gal-a11y-e-cell-vbox.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-cell.c b/widgets/table/a11y/gal-a11y-e-cell.c index 6154fc0acd..3b74675ae5 100644 --- a/widgets/table/a11y/gal-a11y-e-cell.c +++ b/widgets/table/a11y/gal-a11y-e-cell.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-cell.h b/widgets/table/a11y/gal-a11y-e-cell.h index cdae721112..af96c69d47 100644 --- a/widgets/table/a11y/gal-a11y-e-cell.h +++ b/widgets/table/a11y/gal-a11y-e-cell.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-table-click-to-add-factory.c b/widgets/table/a11y/gal-a11y-e-table-click-to-add-factory.c index 9161b4d834..0ebb3c4621 100644 --- a/widgets/table/a11y/gal-a11y-e-table-click-to-add-factory.c +++ b/widgets/table/a11y/gal-a11y-e-table-click-to-add-factory.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-table-click-to-add-factory.h b/widgets/table/a11y/gal-a11y-e-table-click-to-add-factory.h index 0e4ac11f79..9f249f0178 100644 --- a/widgets/table/a11y/gal-a11y-e-table-click-to-add-factory.h +++ b/widgets/table/a11y/gal-a11y-e-table-click-to-add-factory.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-table-click-to-add.c b/widgets/table/a11y/gal-a11y-e-table-click-to-add.c index 85c896ccf3..ed417e1601 100644 --- a/widgets/table/a11y/gal-a11y-e-table-click-to-add.c +++ b/widgets/table/a11y/gal-a11y-e-table-click-to-add.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-table-click-to-add.h b/widgets/table/a11y/gal-a11y-e-table-click-to-add.h index ccefc7a9b8..17d6940d08 100644 --- a/widgets/table/a11y/gal-a11y-e-table-click-to-add.h +++ b/widgets/table/a11y/gal-a11y-e-table-click-to-add.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-table-column-header.c b/widgets/table/a11y/gal-a11y-e-table-column-header.c index a50a286940..4df75cc564 100644 --- a/widgets/table/a11y/gal-a11y-e-table-column-header.c +++ b/widgets/table/a11y/gal-a11y-e-table-column-header.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-table-column-header.h b/widgets/table/a11y/gal-a11y-e-table-column-header.h index 083f0af3de..d0b1ff5aeb 100644 --- a/widgets/table/a11y/gal-a11y-e-table-column-header.h +++ b/widgets/table/a11y/gal-a11y-e-table-column-header.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-table-factory.c b/widgets/table/a11y/gal-a11y-e-table-factory.c index 37c396aba8..f459f3b67c 100644 --- a/widgets/table/a11y/gal-a11y-e-table-factory.c +++ b/widgets/table/a11y/gal-a11y-e-table-factory.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-table-factory.h b/widgets/table/a11y/gal-a11y-e-table-factory.h index e3ef52c872..3439cf0bdc 100644 --- a/widgets/table/a11y/gal-a11y-e-table-factory.h +++ b/widgets/table/a11y/gal-a11y-e-table-factory.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-table-item-factory.c b/widgets/table/a11y/gal-a11y-e-table-item-factory.c index 43508e4796..fa14652788 100644 --- a/widgets/table/a11y/gal-a11y-e-table-item-factory.c +++ b/widgets/table/a11y/gal-a11y-e-table-item-factory.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-table-item-factory.h b/widgets/table/a11y/gal-a11y-e-table-item-factory.h index a85c9e894f..f27c491a4d 100644 --- a/widgets/table/a11y/gal-a11y-e-table-item-factory.h +++ b/widgets/table/a11y/gal-a11y-e-table-item-factory.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-table-item.c b/widgets/table/a11y/gal-a11y-e-table-item.c index e28d0f6b83..935f53b83b 100644 --- a/widgets/table/a11y/gal-a11y-e-table-item.c +++ b/widgets/table/a11y/gal-a11y-e-table-item.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-table-item.h b/widgets/table/a11y/gal-a11y-e-table-item.h index e89f0824b3..27d6a8244b 100644 --- a/widgets/table/a11y/gal-a11y-e-table-item.h +++ b/widgets/table/a11y/gal-a11y-e-table-item.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-table.c b/widgets/table/a11y/gal-a11y-e-table.c index 20261d4eab..1966fb29ee 100644 --- a/widgets/table/a11y/gal-a11y-e-table.c +++ b/widgets/table/a11y/gal-a11y-e-table.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-table.h b/widgets/table/a11y/gal-a11y-e-table.h index ab133f5c71..d8f972df81 100644 --- a/widgets/table/a11y/gal-a11y-e-table.h +++ b/widgets/table/a11y/gal-a11y-e-table.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-tree-factory.c b/widgets/table/a11y/gal-a11y-e-tree-factory.c index cacb3fe082..8dc06e2936 100644 --- a/widgets/table/a11y/gal-a11y-e-tree-factory.c +++ b/widgets/table/a11y/gal-a11y-e-tree-factory.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-tree-factory.h b/widgets/table/a11y/gal-a11y-e-tree-factory.h index 621d256c48..3d97c7a3b1 100644 --- a/widgets/table/a11y/gal-a11y-e-tree-factory.h +++ b/widgets/table/a11y/gal-a11y-e-tree-factory.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-tree.c b/widgets/table/a11y/gal-a11y-e-tree.c index 6fde32b8e7..4ecce81501 100644 --- a/widgets/table/a11y/gal-a11y-e-tree.c +++ b/widgets/table/a11y/gal-a11y-e-tree.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/a11y/gal-a11y-e-tree.h b/widgets/table/a11y/gal-a11y-e-tree.h index 9fe482e1f8..d2aa8a0d2a 100644 --- a/widgets/table/a11y/gal-a11y-e-tree.h +++ b/widgets/table/a11y/gal-a11y-e-tree.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/add-col.xpm b/widgets/table/add-col.xpm index 9c5f314c8e..6dadad6fcc 100644 --- a/widgets/table/add-col.xpm +++ b/widgets/table/add-col.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * add_col_xpm[] = { +static const gchar *add_col_xpm[] = { "16 16 3 1", " c None", ". c #000000", diff --git a/widgets/table/e-cell-checkbox.c b/widgets/table/e-cell-checkbox.c index 114c2b52a2..09e2187b82 100644 --- a/widgets/table/e-cell-checkbox.c +++ b/widgets/table/e-cell-checkbox.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-cell-checkbox.h b/widgets/table/e-cell-checkbox.h index 79f55c371f..fa05ecbb06 100644 --- a/widgets/table/e-cell-checkbox.h +++ b/widgets/table/e-cell-checkbox.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-cell-combo.c b/widgets/table/e-cell-combo.c index 4b75881104..688bb1a508 100644 --- a/widgets/table/e-cell-combo.c +++ b/widgets/table/e-cell-combo.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -74,8 +74,6 @@ /* The height to make the popup list if there aren't any items in it. */ #define E_CELL_COMBO_LIST_EMPTY_HEIGHT 15 -static void e_cell_combo_class_init (ECellComboClass *klass); -static void e_cell_combo_init (ECellCombo *ecc); static void e_cell_combo_dispose (GObject *object); static gint e_cell_combo_do_popup (ECellPopup *ecp, diff --git a/widgets/table/e-cell-combo.h b/widgets/table/e-cell-combo.h index 2e801f3711..fafda30031 100644 --- a/widgets/table/e-cell-combo.h +++ b/widgets/table/e-cell-combo.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-cell-date-edit.c b/widgets/table/e-cell-date-edit.c index 1cf3838c91..2bee6f54a8 100644 --- a/widgets/table/e-cell-date-edit.c +++ b/widgets/table/e-cell-date-edit.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -95,7 +95,7 @@ static void e_cell_date_edit_on_none_clicked (GtkWidget *button, static void e_cell_date_edit_on_today_clicked (GtkWidget *button, ECellDateEdit *ecde); static void e_cell_date_edit_update_cell (ECellDateEdit *ecde, - char *text); + const gchar *text); static void e_cell_date_edit_on_time_selected (GtkTreeSelection *selection, ECellDateEdit *ecde); static void e_cell_date_edit_hide_popup (ECellDateEdit *ecde); @@ -932,7 +932,7 @@ e_cell_date_edit_on_today_clicked (GtkWidget *button, static void e_cell_date_edit_update_cell (ECellDateEdit *ecde, - char *text) + const gchar *text) { ECellPopup *ecp = E_CELL_POPUP (ecde); ECellText *ecell_text = E_CELL_TEXT (ecp->child); diff --git a/widgets/table/e-cell-date-edit.h b/widgets/table/e-cell-date-edit.h index 30dee535e8..2e125fece3 100644 --- a/widgets/table/e-cell-date-edit.h +++ b/widgets/table/e-cell-date-edit.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-cell-date.c b/widgets/table/e-cell-date.c index 9199d5715b..53bceb557d 100644 --- a/widgets/table/e-cell-date.c +++ b/widgets/table/e-cell-date.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -54,7 +54,7 @@ ecd_get_text(ECellText *cell, ETableModel *model, int col, int row) if (date == 0) { return g_strdup (_("?")); } - + tzset (); localtime_r (&date, &then); localtime_r (&nowdate, &now); diff --git a/widgets/table/e-cell-date.h b/widgets/table/e-cell-date.h index f7d24cf8a9..fece501726 100644 --- a/widgets/table/e-cell-date.h +++ b/widgets/table/e-cell-date.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-cell-hbox.c b/widgets/table/e-cell-hbox.c index 5552bd33b2..963e446738 100644 --- a/widgets/table/e-cell-hbox.c +++ b/widgets/table/e-cell-hbox.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-cell-hbox.h b/widgets/table/e-cell-hbox.h index d3cb84db6a..dc726960fa 100644 --- a/widgets/table/e-cell-hbox.h +++ b/widgets/table/e-cell-hbox.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-cell-number.c b/widgets/table/e-cell-number.c index 6d4e3925de..56754a05e5 100644 --- a/widgets/table/e-cell-number.c +++ b/widgets/table/e-cell-number.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-cell-number.h b/widgets/table/e-cell-number.h index 006801d71d..75471f7a2c 100644 --- a/widgets/table/e-cell-number.h +++ b/widgets/table/e-cell-number.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-cell-percent.c b/widgets/table/e-cell-percent.c index 94e33489e5..194a7bd6b6 100644 --- a/widgets/table/e-cell-percent.c +++ b/widgets/table/e-cell-percent.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-cell-percent.h b/widgets/table/e-cell-percent.h index 46a7ddc3e3..5e202dfa82 100644 --- a/widgets/table/e-cell-percent.h +++ b/widgets/table/e-cell-percent.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-cell-pixbuf.c b/widgets/table/e-cell-pixbuf.c index 4a2dde7f9b..ea141305b9 100644 --- a/widgets/table/e-cell-pixbuf.c +++ b/widgets/table/e-cell-pixbuf.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -116,7 +116,7 @@ pixbuf_draw (ECellView *ecell_view, GdkDrawable *drawable, int real_x, real_y, real_w, real_h; int pix_w, pix_h; cairo_t *cr; - + cell_pixbuf = e_table_model_value_at (ecell_view->e_table_model, 1, row); @@ -155,7 +155,7 @@ pixbuf_draw (ECellView *ecell_view, GdkDrawable *drawable, gdk_cairo_set_source_pixbuf (cr, cell_pixbuf, real_x, real_y); cairo_paint_with_alpha (cr, 1); cairo_restore (cr); - cairo_destroy (cr); + cairo_destroy (cr); } static gint diff --git a/widgets/table/e-cell-pixbuf.h b/widgets/table/e-cell-pixbuf.h index 09918a4027..850e9d535d 100644 --- a/widgets/table/e-cell-pixbuf.h +++ b/widgets/table/e-cell-pixbuf.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-cell-popup.c b/widgets/table/e-cell-popup.c index e7203c5550..83fe9cb087 100644 --- a/widgets/table/e-cell-popup.c +++ b/widgets/table/e-cell-popup.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -46,8 +46,6 @@ #define E_CELL_POPUP_ARROW_YPAD 3 -static void e_cell_popup_class_init (ECellPopupClass *klass); -static void e_cell_popup_init (ECellPopup *ecp); static void e_cell_popup_dispose (GObject *object); diff --git a/widgets/table/e-cell-popup.h b/widgets/table/e-cell-popup.h index 5c462b9490..c1262a1234 100644 --- a/widgets/table/e-cell-popup.h +++ b/widgets/table/e-cell-popup.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -94,8 +94,4 @@ void e_cell_popup_set_shown (ECellPopup *ecp, gboolean shown); void e_cell_popup_queue_cell_redraw (ECellPopup *ecp); -void e_cell_popup_set_shown (ECellPopup *ecp, - gboolean shown); -void e_cell_popup_queue_cell_redraw (ECellPopup *ecp); - #endif /* _E_CELL_POPUP_H_ */ diff --git a/widgets/table/e-cell-size.c b/widgets/table/e-cell-size.c index 08a1c8aff9..ca4078512f 100644 --- a/widgets/table/e-cell-size.c +++ b/widgets/table/e-cell-size.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-cell-size.h b/widgets/table/e-cell-size.h index 68ee4ebb7d..ed0d279f6b 100644 --- a/widgets/table/e-cell-size.h +++ b/widgets/table/e-cell-size.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-cell-text.c b/widgets/table/e-cell-text.c index 55ec753c2a..f330d64392 100644 --- a/widgets/table/e-cell-text.c +++ b/widgets/table/e-cell-text.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -213,7 +213,7 @@ static void e_cell_text_preedit_changed_cb (GtkIMContext *context, ECellTextView static void e_cell_text_commit_cb (GtkIMContext *context, const gchar *str, ECellTextView *text_view); static gboolean e_cell_text_retrieve_surrounding_cb (GtkIMContext *context, ECellTextView *text_view); static gboolean e_cell_text_delete_surrounding_cb (GtkIMContext *context, gint offset, gint n_chars, ECellTextView *text_view); -static void _insert (ECellTextView *text_view, char *string, int value); +static void _insert (ECellTextView *text_view, const gchar *string, int value); static void _delete_selection (ECellTextView *text_view); static PangoAttrList* build_attr_list (ECellTextView *text_view, int row, int text_length); static void update_im_cursor_location (ECellTextView *tv); @@ -1029,7 +1029,7 @@ ect_event (ECellView *ecell_view, GdkEvent *event, int model_col, int view_col, _get_tep (edit); return_val = e_text_event_processor_handle_event (edit->tep, &e_tep_event); if (e_tep_event.key.string) - g_free (e_tep_event.key.string); + g_free ((gpointer) e_tep_event.key.string); break; } } @@ -2360,7 +2360,7 @@ _delete_selection (ECellTextView *text_view) /* NB! We expect value to be length IN BYTES */ static void -_insert (ECellTextView *text_view, char *string, int value) +_insert (ECellTextView *text_view, const gchar *string, int value) { CellEdit *edit = text_view->edit; char *temp; diff --git a/widgets/table/e-cell-text.h b/widgets/table/e-cell-text.h index c831b2edc2..d92b025aa5 100644 --- a/widgets/table/e-cell-text.h +++ b/widgets/table/e-cell-text.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-cell-toggle.c b/widgets/table/e-cell-toggle.c index 38562f58a8..f441d5ea17 100644 --- a/widgets/table/e-cell-toggle.c +++ b/widgets/table/e-cell-toggle.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -141,7 +141,7 @@ etog_draw (ECellView *ecell_view, GdkDrawable *drawable, image = toggle->images[value]; - + if ((x2 - x1) < gdk_pixbuf_get_width (image)){ x = x1; width = x2 - x1; @@ -149,7 +149,7 @@ etog_draw (ECellView *ecell_view, GdkDrawable *drawable, x = x1 + ((x2 - x1) - gdk_pixbuf_get_width (image)) / 2; width = gdk_pixbuf_get_width (image); } - + if ((y2 - y1) < gdk_pixbuf_get_height (image)){ y = y1; height = y2 - y1; @@ -163,9 +163,9 @@ etog_draw (ECellView *ecell_view, GdkDrawable *drawable, gdk_cairo_set_source_pixbuf (cr, image, x, y); cairo_paint_with_alpha (cr, 1); cairo_restore (cr); - cairo_destroy (cr); + cairo_destroy (cr); -} +} static void etog_set_value (ECellToggleView *toggle_view, int model_col, int view_col, int row, int value) diff --git a/widgets/table/e-cell-toggle.h b/widgets/table/e-cell-toggle.h index 49e2afb018..97d16dc659 100644 --- a/widgets/table/e-cell-toggle.h +++ b/widgets/table/e-cell-toggle.h @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-cell-vbox.c b/widgets/table/e-cell-vbox.c index 46da90eea4..7fb74c9ae1 100644 --- a/widgets/table/e-cell-vbox.c +++ b/widgets/table/e-cell-vbox.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-cell-vbox.h b/widgets/table/e-cell-vbox.h index 6292862ab8..ae774dbb7c 100644 --- a/widgets/table/e-cell-vbox.h +++ b/widgets/table/e-cell-vbox.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-cell.c b/widgets/table/e-cell.c index e76e073dd1..41ffe86685 100644 --- a/widgets/table/e-cell.c +++ b/widgets/table/e-cell.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -58,20 +58,22 @@ ec_draw (ECellView *ecell_view, GdkDrawable *drawable, int model_col, int view_col, int row, ECellFlags flags, int x1, int y1, int x2, int y2) { - g_error ("e-cell-draw invoked\n"); + g_critical ("e-cell-draw invoked"); } static gint ec_event (ECellView *ecell_view, GdkEvent *event, int model_col, int view_col, int row, ECellFlags flags, ECellActions *actions) { - g_error ("e-cell-event invoked\n"); + g_critical ("e-cell-event invoked"); + return 0; } static gint ec_height (ECellView *ecell_view, int model_col, int view_col, int row) { - g_error ("e-cell-height invoked\n"); + g_critical ("e-cell-height invoked"); + return 0; } diff --git a/widgets/table/e-cell.h b/widgets/table/e-cell.h index cb60cc8a2a..5a0005095e 100644 --- a/widgets/table/e-cell.h +++ b/widgets/table/e-cell.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-click-to-add.c b/widgets/table/e-table-click-to-add.c index dedf8e1c53..1c608bd607 100644 --- a/widgets/table/e-table-click-to-add.c +++ b/widgets/table/e-table-click-to-add.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-click-to-add.h b/widgets/table/e-table-click-to-add.h index 1ddbe4e75b..31dded1989 100644 --- a/widgets/table/e-table-click-to-add.h +++ b/widgets/table/e-table-click-to-add.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-col-dnd.h b/widgets/table/e-table-col-dnd.h index 335b456e46..100a4d94d9 100644 --- a/widgets/table/e-table-col-dnd.h +++ b/widgets/table/e-table-col-dnd.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-col.c b/widgets/table/e-table-col.c index 892ff7cc5d..d844f53c45 100644 --- a/widgets/table/e-table-col.c +++ b/widgets/table/e-table-col.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-col.h b/widgets/table/e-table-col.h index 562e4fd7a7..f7d892d317 100644 --- a/widgets/table/e-table-col.h +++ b/widgets/table/e-table-col.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-column-specification.c b/widgets/table/e-table-column-specification.c index 3da9e28fdb..c48451587f 100644 --- a/widgets/table/e-table-column-specification.c +++ b/widgets/table/e-table-column-specification.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-column-specification.h b/widgets/table/e-table-column-specification.h index 775cbc3570..688e194825 100644 --- a/widgets/table/e-table-column-specification.h +++ b/widgets/table/e-table-column-specification.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-column.c b/widgets/table/e-table-column.c index 54909a079d..d2180d88e5 100644 --- a/widgets/table/e-table-column.c +++ b/widgets/table/e-table-column.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-config-field.c b/widgets/table/e-table-config-field.c index f5111d7ca2..6d3e5611da 100644 --- a/widgets/table/e-table-config-field.c +++ b/widgets/table/e-table-config-field.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-config-field.h b/widgets/table/e-table-config-field.h index 382ff941b1..9fbd21d694 100644 --- a/widgets/table/e-table-config-field.h +++ b/widgets/table/e-table-config-field.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-config.c b/widgets/table/e-table-config.c index 0e69c45754..d9506d0a9f 100644 --- a/widgets/table/e-table-config.c +++ b/widgets/table/e-table-config.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -282,7 +282,7 @@ update_sort_and_group_config_dialog (ETableConfig *config, gboolean is_sort) for (i = 0; i < 4; i++){ gboolean sensitive = (i <= count); - char *text = ""; + const gchar *text = ""; gtk_widget_set_sensitive (widgets [i].frames, sensitive); @@ -619,7 +619,8 @@ create_global_store (ETableConfig *config) } } -static char *spec = "<ETableSpecification gettext-domain=\"" GETTEXT_PACKAGE "\" no-headers=\"true\" cursor-mode=\"line\" " +static const gchar *spec = +"<ETableSpecification gettext-domain=\"" GETTEXT_PACKAGE "\" no-headers=\"true\" cursor-mode=\"line\" " " draw-grid=\"false\" draw-focus=\"true\" selection-mode=\"browse\">" "<ETableColumn model_col= \"0\" _title=\"Name\" minimum_width=\"30\" resizable=\"true\" cell=\"string\" compare=\"string\"/>" "<ETableState> <column source=\"0\"/>" diff --git a/widgets/table/e-table-config.h b/widgets/table/e-table-config.h index b265e32ba3..d5366bf999 100644 --- a/widgets/table/e-table-config.h +++ b/widgets/table/e-table-config.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-defines.h b/widgets/table/e-table-defines.h index d11ac3eb86..c2511c0a42 100644 --- a/widgets/table/e-table-defines.h +++ b/widgets/table/e-table-defines.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-example-2.c b/widgets/table/e-table-example-2.c index 4f3324d084..ac12886813 100644 --- a/widgets/table/e-table-example-2.c +++ b/widgets/table/e-table-example-2.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-extras.c b/widgets/table/e-table-extras.c index 2fa6e5cecf..0099b23656 100644 --- a/widgets/table/e-table-extras.c +++ b/widgets/table/e-table-extras.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -194,7 +194,7 @@ e_table_extras_new (void) void e_table_extras_add_cell (ETableExtras *extras, - char *id, + const gchar *id, ECell *cell) { if (cell) @@ -204,14 +204,14 @@ e_table_extras_add_cell (ETableExtras *extras, ECell * e_table_extras_get_cell (ETableExtras *extras, - char *id) + const gchar *id) { return g_hash_table_lookup(extras->cells, id); } void e_table_extras_add_compare (ETableExtras *extras, - char *id, + const gchar *id, GCompareFunc compare) { g_hash_table_insert(extras->compares, g_strdup(id), (gpointer) compare); @@ -219,14 +219,14 @@ e_table_extras_add_compare (ETableExtras *extras, GCompareFunc e_table_extras_get_compare (ETableExtras *extras, - char *id) + const gchar *id) { return (GCompareFunc) g_hash_table_lookup(extras->compares, id); } void e_table_extras_add_search (ETableExtras *extras, - char *id, + const gchar *id, ETableSearchFunc search) { g_hash_table_insert(extras->searches, g_strdup(id), search); @@ -234,14 +234,14 @@ e_table_extras_add_search (ETableExtras *extras, ETableSearchFunc e_table_extras_get_search (ETableExtras *extras, - char *id) + const gchar *id) { return g_hash_table_lookup(extras->searches, id); } void e_table_extras_add_pixbuf (ETableExtras *extras, - char *id, + const gchar *id, GdkPixbuf *pixbuf) { if (pixbuf) @@ -251,7 +251,7 @@ e_table_extras_add_pixbuf (ETableExtras *extras, GdkPixbuf * e_table_extras_get_pixbuf (ETableExtras *extras, - char *id) + const gchar *id) { return g_hash_table_lookup(extras->pixbufs, id); } diff --git a/widgets/table/e-table-extras.h b/widgets/table/e-table-extras.h index 986d9b9208..794cf4635e 100644 --- a/widgets/table/e-table-extras.h +++ b/widgets/table/e-table-extras.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -54,28 +54,28 @@ GType e_table_extras_get_type (void); ETableExtras *e_table_extras_new (void); void e_table_extras_add_cell (ETableExtras *extras, - char *id, + const gchar *id, ECell *cell); ECell *e_table_extras_get_cell (ETableExtras *extras, - char *id); + const gchar *id); void e_table_extras_add_compare (ETableExtras *extras, - char *id, + const gchar *id, GCompareFunc compare); GCompareFunc e_table_extras_get_compare (ETableExtras *extras, - char *id); + const gchar *id); void e_table_extras_add_search (ETableExtras *extras, - char *id, + const gchar *id, ETableSearchFunc search); ETableSearchFunc e_table_extras_get_search (ETableExtras *extras, - char *id); + const gchar *id); void e_table_extras_add_pixbuf (ETableExtras *extras, - char *id, + const gchar *id, GdkPixbuf *pixbuf); GdkPixbuf *e_table_extras_get_pixbuf (ETableExtras *extras, - char *id); + const gchar *id); G_END_DECLS diff --git a/widgets/table/e-table-field-chooser-dialog.c b/widgets/table/e-table-field-chooser-dialog.c index e92428d5f8..61dedd4e12 100644 --- a/widgets/table/e-table-field-chooser-dialog.c +++ b/widgets/table/e-table-field-chooser-dialog.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -30,8 +30,6 @@ #include "e-table-field-chooser-dialog.h" -static void e_table_field_chooser_dialog_init (ETableFieldChooserDialog *card); -static void e_table_field_chooser_dialog_class_init (ETableFieldChooserDialogClass *klass); static void e_table_field_chooser_dialog_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec); static void e_table_field_chooser_dialog_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec); static void e_table_field_chooser_dialog_dispose (GObject *object); diff --git a/widgets/table/e-table-field-chooser-dialog.h b/widgets/table/e-table-field-chooser-dialog.h index 8467316317..e0bc591f25 100644 --- a/widgets/table/e-table-field-chooser-dialog.h +++ b/widgets/table/e-table-field-chooser-dialog.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-field-chooser-item.c b/widgets/table/e-table-field-chooser-item.c index d29dcbfa5f..99b61f9ffa 100644 --- a/widgets/table/e-table-field-chooser-item.c +++ b/widgets/table/e-table-field-chooser-item.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -527,7 +527,7 @@ etfci_start_drag (ETableFieldChooserItem *etfci, GdkEvent *event, double x, doub int button_height; GtkTargetEntry etfci_drag_types [] = { - { TARGET_ETABLE_COL_TYPE, 0, TARGET_ETABLE_COL_HEADER }, + { (gchar *) TARGET_ETABLE_COL_TYPE, 0, TARGET_ETABLE_COL_HEADER }, }; if (etfci->combined_header == NULL) diff --git a/widgets/table/e-table-field-chooser-item.h b/widgets/table/e-table-field-chooser-item.h index 96b5b28e02..3b9937bf3c 100644 --- a/widgets/table/e-table-field-chooser-item.h +++ b/widgets/table/e-table-field-chooser-item.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-field-chooser.c b/widgets/table/e-table-field-chooser.c index 2a343e9915..fb66d9618a 100644 --- a/widgets/table/e-table-field-chooser.c +++ b/widgets/table/e-table-field-chooser.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -32,8 +32,6 @@ #include "e-table-field-chooser.h" #include "e-table-field-chooser-item.h" -static void e_table_field_chooser_init (ETableFieldChooser *card); -static void e_table_field_chooser_class_init (ETableFieldChooserClass *klass); static void e_table_field_chooser_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec); static void e_table_field_chooser_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec); static void e_table_field_chooser_dispose (GObject *object); diff --git a/widgets/table/e-table-field-chooser.h b/widgets/table/e-table-field-chooser.h index 01a54da822..71e17244f1 100644 --- a/widgets/table/e-table-field-chooser.h +++ b/widgets/table/e-table-field-chooser.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-group-container.c b/widgets/table/e-table-group-container.c index f6758025ab..2d3d32e138 100644 --- a/widgets/table/e-table-group-container.c +++ b/widgets/table/e-table-group-container.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-group-container.h b/widgets/table/e-table-group-container.h index c4e0293edb..69791e376b 100644 --- a/widgets/table/e-table-group-container.h +++ b/widgets/table/e-table-group-container.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-group-leaf.c b/widgets/table/e-table-group-leaf.c index dc4c8ba11e..6076030737 100644 --- a/widgets/table/e-table-group-leaf.c +++ b/widgets/table/e-table-group-leaf.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-group-leaf.h b/widgets/table/e-table-group-leaf.h index 394c2dd778..e19bf8cdb8 100644 --- a/widgets/table/e-table-group-leaf.h +++ b/widgets/table/e-table-group-leaf.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-group.c b/widgets/table/e-table-group.c index 257d23fb66..5cc03e90fc 100644 --- a/widgets/table/e-table-group.c +++ b/widgets/table/e-table-group.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-group.h b/widgets/table/e-table-group.h index ee225c2471..36868f7d35 100644 --- a/widgets/table/e-table-group.h +++ b/widgets/table/e-table-group.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-header-item.c b/widgets/table/e-table-header-item.c index 3f80ec0166..e25e8da79f 100644 --- a/widgets/table/e-table-header-item.c +++ b/widgets/table/e-table-header-item.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -871,7 +871,7 @@ ethi_realize (GnomeCanvasItem *item) { ETableHeaderItem *ethi = E_TABLE_HEADER_ITEM (item); GtkTargetEntry ethi_drop_types [] = { - { TARGET_ETABLE_COL_TYPE, 0, TARGET_ETABLE_COL_HEADER }, + { (gchar *) TARGET_ETABLE_COL_TYPE, 0, TARGET_ETABLE_COL_HEADER }, }; @@ -1134,7 +1134,7 @@ ethi_start_drag (ETableHeaderItem *ethi, GdkEvent *event) GHashTable *arrows = g_hash_table_new (NULL, NULL); GtkTargetEntry ethi_drag_types [] = { - { TARGET_ETABLE_COL_TYPE, 0, TARGET_ETABLE_COL_HEADER }, + { (gchar *) TARGET_ETABLE_COL_TYPE, 0, TARGET_ETABLE_COL_HEADER }, }; ethi->drag_col = ethi_find_col_by_x (ethi, event->motion.x); @@ -1471,19 +1471,19 @@ free_popup_info (GtkWidget *w, EthiHeaderInfo *info) /* Bit 2 is disabled if not "sortable". */ /* Bit 4 is disabled if we don't have a pointer to our table object. */ static EPopupMenu ethi_context_menu [] = { - E_POPUP_ITEM (N_("Sort _Ascending"), G_CALLBACK(ethi_popup_sort_ascending), 2), - E_POPUP_ITEM (N_("Sort _Descending"), G_CALLBACK(ethi_popup_sort_descending), 2), - E_POPUP_ITEM (N_("_Unsort"), G_CALLBACK(ethi_popup_unsort), 0), + E_POPUP_ITEM (N_("Sort _Ascending"), G_CALLBACK(ethi_popup_sort_ascending), 2), + E_POPUP_ITEM (N_("Sort _Descending"), G_CALLBACK(ethi_popup_sort_descending), 2), + E_POPUP_ITEM (N_("_Unsort"), G_CALLBACK(ethi_popup_unsort), 0), E_POPUP_SEPARATOR, - E_POPUP_ITEM (N_("Group By This _Field"), G_CALLBACK(ethi_popup_group_field), 16), - E_POPUP_ITEM (N_("Group By _Box"), G_CALLBACK(ethi_popup_group_box), 128), + E_POPUP_ITEM (N_("Group By This _Field"), G_CALLBACK(ethi_popup_group_field), 16), + E_POPUP_ITEM (N_("Group By _Box"), G_CALLBACK(ethi_popup_group_box), 128), E_POPUP_SEPARATOR, - E_POPUP_ITEM (N_("Remove This _Column"), G_CALLBACK(ethi_popup_remove_column), 8), - E_POPUP_ITEM (N_("Add a C_olumn..."), G_CALLBACK(ethi_popup_field_chooser), 0), + E_POPUP_ITEM (N_("Remove This _Column"), G_CALLBACK(ethi_popup_remove_column), 8), + E_POPUP_ITEM (N_("Add a C_olumn..."), G_CALLBACK(ethi_popup_field_chooser), 0), E_POPUP_SEPARATOR, - E_POPUP_ITEM (N_("A_lignment"), G_CALLBACK(ethi_popup_alignment), 128), - E_POPUP_ITEM (N_("B_est Fit"), G_CALLBACK(ethi_popup_best_fit), 2), - E_POPUP_ITEM (N_("Format Column_s..."), G_CALLBACK(ethi_popup_format_columns), 128), + E_POPUP_ITEM (N_("A_lignment"), G_CALLBACK(ethi_popup_alignment), 128), + E_POPUP_ITEM (N_("B_est Fit"), G_CALLBACK(ethi_popup_best_fit), 2), + E_POPUP_ITEM (N_("Format Column_s..."), G_CALLBACK(ethi_popup_format_columns), 128), E_POPUP_SEPARATOR, E_POPUP_ITEM (N_("Custo_mize Current View..."), G_CALLBACK(ethi_popup_customize_view), 4), E_POPUP_TERMINATOR @@ -1938,11 +1938,11 @@ ethi_class_init (ETableHeaderItemClass *klass) dnd_colormap = gtk_widget_get_default_colormap (); remove_col_pixmap = gdk_pixmap_colormap_create_from_xpm_d ( NULL, dnd_colormap, - &remove_col_mask, NULL, remove_col_xpm); + &remove_col_mask, NULL, (gchar **) remove_col_xpm); add_col_pixmap = gdk_pixmap_colormap_create_from_xpm_d ( NULL, dnd_colormap, - &add_col_mask, NULL, add_col_xpm); + &add_col_mask, NULL, (gchar **) add_col_xpm); ethi_signals [BUTTON_PRESSED] = g_signal_new ("button_pressed", diff --git a/widgets/table/e-table-header-item.h b/widgets/table/e-table-header-item.h index d9b3efce63..24a86939d8 100644 --- a/widgets/table/e-table-header-item.h +++ b/widgets/table/e-table-header-item.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-header-utils.c b/widgets/table/e-table-header-utils.c index 80b5be42ce..a8a533f35d 100644 --- a/widgets/table/e-table-header-utils.c +++ b/widgets/table/e-table-header-utils.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-header-utils.h b/widgets/table/e-table-header-utils.h index 33376f31c4..2ae1f79b1b 100644 --- a/widgets/table/e-table-header-utils.h +++ b/widgets/table/e-table-header-utils.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-header.c b/widgets/table/e-table-header.c index 3bd1409ade..6fd40ae0fa 100644 --- a/widgets/table/e-table-header.c +++ b/widgets/table/e-table-header.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-header.h b/widgets/table/e-table-header.h index 2c091ce20f..00b145ef87 100644 --- a/widgets/table/e-table-header.h +++ b/widgets/table/e-table-header.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-item.c b/widgets/table/e-table-item.c index 394679e6ef..f423e75c2a 100644 --- a/widgets/table/e-table-item.c +++ b/widgets/table/e-table-item.c @@ -13,7 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -1982,16 +1982,16 @@ eti_draw (GnomeCanvasItem *item, GdkDrawable *drawable, int x, int y, int width, cairo_save (cr); pat = cairo_pattern_create_linear (0, y1, 0, y2); - cairo_pattern_add_color_stop_rgba (pat, 0.0, background->red/65535.0 , - background->green/65535.0, + cairo_pattern_add_color_stop_rgba (pat, 0.0, background->red/65535.0 , + background->green/65535.0, background->blue/65535.0, selected ? 0.8: 1.0); if (selected) - cairo_pattern_add_color_stop_rgba (pat, 0.5, background->red/65535.0 , - background->green/65535.0, + cairo_pattern_add_color_stop_rgba (pat, 0.5, background->red/65535.0 , + background->green/65535.0, background->blue/65535.0, 0.9); - cairo_pattern_add_color_stop_rgba (pat, 1, background->red/65535.0 , - background->green/65535.0, + cairo_pattern_add_color_stop_rgba (pat, 1, background->red/65535.0 , + background->green/65535.0, background->blue/65535.0, selected ? 0.8 : 1.0); cairo_rectangle (cr, x1, y1, ecol->width, height-1); cairo_set_source (cr, pat); @@ -2003,22 +2003,22 @@ eti_draw (GnomeCanvasItem *item, GdkDrawable *drawable, int x, int y, int width, cairo_save (cr); cairo_set_line_width (cr, 1.0); - cairo_set_source_rgba (cr, background->red/65535.0 , - background->green/65535.0, + cairo_set_source_rgba (cr, background->red/65535.0 , + background->green/65535.0, background->blue/65535.0, 1); cairo_move_to (cr, x1, y1); cairo_line_to (cr, x2, y1); cairo_stroke (cr); cairo_set_line_width (cr, 1.0); - cairo_set_source_rgba (cr, background->red/65535.0 , - background->green/65535.0, + cairo_set_source_rgba (cr, background->red/65535.0 , + background->green/65535.0, background->blue/65535.0, 1); cairo_move_to (cr, x1, y2); cairo_line_to (cr, x2, y2); cairo_stroke (cr); - cairo_restore (cr); - + cairo_restore (cr); + if (free_background) gdk_color_free (background); diff --git a/widgets/table/e-table-item.h b/widgets/table/e-table-item.h index 48d6093b51..befadb77ca 100644 --- a/widgets/table/e-table-item.h +++ b/widgets/table/e-table-item.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-memory-callbacks.c b/widgets/table/e-table-memory-callbacks.c index 071494ca25..b1833aa2e1 100644 --- a/widgets/table/e-table-memory-callbacks.c +++ b/widgets/table/e-table-memory-callbacks.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-memory-callbacks.h b/widgets/table/e-table-memory-callbacks.h index c9202ecfef..bfeacb284c 100644 --- a/widgets/table/e-table-memory-callbacks.h +++ b/widgets/table/e-table-memory-callbacks.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-memory-store.c b/widgets/table/e-table-memory-store.c index 5756402b54..284823bc3d 100644 --- a/widgets/table/e-table-memory-store.c +++ b/widgets/table/e-table-memory-store.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-memory-store.h b/widgets/table/e-table-memory-store.h index b16a18f8e5..f197e11fe6 100644 --- a/widgets/table/e-table-memory-store.h +++ b/widgets/table/e-table-memory-store.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-memory.c b/widgets/table/e-table-memory.c index 371261387e..3fb85a9553 100644 --- a/widgets/table/e-table-memory.c +++ b/widgets/table/e-table-memory.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-memory.h b/widgets/table/e-table-memory.h index 37fc3449ff..889eec5d33 100644 --- a/widgets/table/e-table-memory.h +++ b/widgets/table/e-table-memory.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-model.c b/widgets/table/e-table-model.c index 41664e4757..efe097c4e1 100644 --- a/widgets/table/e-table-model.c +++ b/widgets/table/e-table-model.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -209,8 +209,8 @@ e_table_model_has_save_id (ETableModel *e_table_model) char * e_table_model_get_save_id (ETableModel *e_table_model, int row) { - g_return_val_if_fail (e_table_model != NULL, "/"); - g_return_val_if_fail (E_IS_TABLE_MODEL (e_table_model), "/"); + g_return_val_if_fail (e_table_model != NULL, NULL); + g_return_val_if_fail (E_IS_TABLE_MODEL (e_table_model), NULL); if (ETM_CLASS (e_table_model)->get_save_id) return ETM_CLASS (e_table_model)->get_save_id (e_table_model, row); diff --git a/widgets/table/e-table-model.h b/widgets/table/e-table-model.h index 337da0758e..d647eee4e1 100644 --- a/widgets/table/e-table-model.h +++ b/widgets/table/e-table-model.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -54,7 +54,7 @@ typedef struct { gboolean (*is_cell_editable) (ETableModel *etm, int col, int row); gboolean (*has_save_id) (ETableModel *etm); - char *(*get_save_id) (ETableModel *etm, int row); + gchar *(*get_save_id) (ETableModel *etm, int row); gboolean (*has_change_pending) (ETableModel *etm); diff --git a/widgets/table/e-table-one.c b/widgets/table/e-table-one.c index 939733fea6..56cd8b6549 100644 --- a/widgets/table/e-table-one.c +++ b/widgets/table/e-table-one.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-one.h b/widgets/table/e-table-one.h index d5e0b6a431..2984aeaa76 100644 --- a/widgets/table/e-table-one.h +++ b/widgets/table/e-table-one.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-scrolled.c b/widgets/table/e-table-scrolled.c index 0fca40dfa0..42425efd9a 100644 --- a/widgets/table/e-table-scrolled.c +++ b/widgets/table/e-table-scrolled.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-scrolled.h b/widgets/table/e-table-scrolled.h index 2ff7332cc6..d2f5024495 100644 --- a/widgets/table/e-table-scrolled.h +++ b/widgets/table/e-table-scrolled.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-search.c b/widgets/table/e-table-search.c index 307d28de39..401e0fd33f 100644 --- a/widgets/table/e-table-search.c +++ b/widgets/table/e-table-search.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-search.h b/widgets/table/e-table-search.h index 94232bd757..9866d07f94 100644 --- a/widgets/table/e-table-search.h +++ b/widgets/table/e-table-search.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-selection-model.c b/widgets/table/e-table-selection-model.c index 75ae0f92c8..7f6ab4d782 100644 --- a/widgets/table/e-table-selection-model.c +++ b/widgets/table/e-table-selection-model.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -45,9 +45,9 @@ static void save_to_hash(int model_row, gpointer closure) { ETableSelectionModel *etsm = closure; - gchar *key = e_table_model_get_save_id(etsm->model, model_row); + const gchar *key = e_table_model_get_save_id(etsm->model, model_row); - g_hash_table_insert(etsm->hash, key, key); + g_hash_table_insert(etsm->hash, (gpointer) key, (gpointer) key); } static void @@ -101,7 +101,7 @@ model_changed_idle(ETableSelectionModel *etsm) int i; e_selection_model_array_confirm_row_count(E_SELECTION_MODEL_ARRAY(etsm)); for (i = 0; i < row_count; i++) { - char *save_id = e_table_model_get_save_id(etm, i); + gchar *save_id = e_table_model_get_save_id(etm, i); if (g_hash_table_lookup(etsm->hash, save_id)) e_selection_model_change_one_row(E_SELECTION_MODEL(etsm), i, TRUE); diff --git a/widgets/table/e-table-selection-model.h b/widgets/table/e-table-selection-model.h index c1549513db..cbd73901e0 100644 --- a/widgets/table/e-table-selection-model.h +++ b/widgets/table/e-table-selection-model.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -58,7 +58,7 @@ typedef struct { guint group_info_changed : 1; GHashTable *hash; - char *cursor_id; + gchar *cursor_id; } ETableSelectionModel; typedef struct { diff --git a/widgets/table/e-table-simple.c b/widgets/table/e-table-simple.c index d4ba8d8795..a220769ded 100644 --- a/widgets/table/e-table-simple.c +++ b/widgets/table/e-table-simple.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-simple.h b/widgets/table/e-table-simple.h index b8661fe3df..453a90a54d 100644 --- a/widgets/table/e-table-simple.h +++ b/widgets/table/e-table-simple.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-sort-info.c b/widgets/table/e-table-sort-info.c index e5e3da391c..8d722038e3 100644 --- a/widgets/table/e-table-sort-info.c +++ b/widgets/table/e-table-sort-info.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-sort-info.h b/widgets/table/e-table-sort-info.h index 5a1874e9f3..4a0dde4d88 100644 --- a/widgets/table/e-table-sort-info.h +++ b/widgets/table/e-table-sort-info.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-sorted-variable.c b/widgets/table/e-table-sorted-variable.c index b181b4390f..02a2e8bf26 100644 --- a/widgets/table/e-table-sorted-variable.c +++ b/widgets/table/e-table-sorted-variable.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-sorted-variable.h b/widgets/table/e-table-sorted-variable.h index 06d398077b..53744dce72 100644 --- a/widgets/table/e-table-sorted-variable.h +++ b/widgets/table/e-table-sorted-variable.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-sorted.c b/widgets/table/e-table-sorted.c index 4cb1a6cca7..076863adfb 100644 --- a/widgets/table/e-table-sorted.c +++ b/widgets/table/e-table-sorted.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-sorted.h b/widgets/table/e-table-sorted.h index 1d93b2ae93..031d9c9647 100644 --- a/widgets/table/e-table-sorted.h +++ b/widgets/table/e-table-sorted.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-sorter.c b/widgets/table/e-table-sorter.c index dc63f74492..154d5a2581 100644 --- a/widgets/table/e-table-sorter.c +++ b/widgets/table/e-table-sorter.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-sorter.h b/widgets/table/e-table-sorter.h index 81a7eb71f5..245539e36f 100644 --- a/widgets/table/e-table-sorter.h +++ b/widgets/table/e-table-sorter.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-sorting-utils.c b/widgets/table/e-table-sorting-utils.c index 479b920d74..d04144d5ad 100644 --- a/widgets/table/e-table-sorting-utils.c +++ b/widgets/table/e-table-sorting-utils.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-sorting-utils.h b/widgets/table/e-table-sorting-utils.h index 4ab8714caf..a0f43fb232 100644 --- a/widgets/table/e-table-sorting-utils.h +++ b/widgets/table/e-table-sorting-utils.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-specification.c b/widgets/table/e-table-specification.c index 6860d2f275..f966b3ca6f 100644 --- a/widgets/table/e-table-specification.c +++ b/widgets/table/e-table-specification.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -351,7 +351,7 @@ e_table_specification_save_to_node (ETableSpecification *specification, xmlDoc *doc) { xmlNode *node; - char *s; + const gchar *s; g_return_val_if_fail (doc != NULL, NULL); g_return_val_if_fail (specification != NULL, NULL); diff --git a/widgets/table/e-table-specification.h b/widgets/table/e-table-specification.h index 463bba6ef2..580cbc6ba3 100644 --- a/widgets/table/e-table-specification.h +++ b/widgets/table/e-table-specification.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-state.c b/widgets/table/e-table-state.c index 69d33486a2..e9440ecd55 100644 --- a/widgets/table/e-table-state.c +++ b/widgets/table/e-table-state.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-state.h b/widgets/table/e-table-state.h index f09baf7c4c..7a320c56ba 100644 --- a/widgets/table/e-table-state.h +++ b/widgets/table/e-table-state.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-subset-variable.c b/widgets/table/e-table-subset-variable.c index 50913ddaa9..b088d8302a 100644 --- a/widgets/table/e-table-subset-variable.c +++ b/widgets/table/e-table-subset-variable.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-subset-variable.h b/widgets/table/e-table-subset-variable.h index 680d426e77..1aed0d3cb3 100644 --- a/widgets/table/e-table-subset-variable.h +++ b/widgets/table/e-table-subset-variable.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-subset.c b/widgets/table/e-table-subset.c index d1e9ee66b7..1cec532d03 100644 --- a/widgets/table/e-table-subset.c +++ b/widgets/table/e-table-subset.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-subset.h b/widgets/table/e-table-subset.h index e2bf5b46c6..83c9af4d99 100644 --- a/widgets/table/e-table-subset.h +++ b/widgets/table/e-table-subset.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-tooltip.h b/widgets/table/e-table-tooltip.h index 4c85c08a50..5b2acbf584 100644 --- a/widgets/table/e-table-tooltip.h +++ b/widgets/table/e-table-tooltip.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-utils.c b/widgets/table/e-table-utils.c index 96b6004c41..a7a449d1b7 100644 --- a/widgets/table/e-table-utils.c +++ b/widgets/table/e-table-utils.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-utils.h b/widgets/table/e-table-utils.h index 037a5f97d8..2c725f4bf9 100644 --- a/widgets/table/e-table-utils.h +++ b/widgets/table/e-table-utils.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-without.c b/widgets/table/e-table-without.c index 2ee1734d69..7d9c5bfce7 100644 --- a/widgets/table/e-table-without.c +++ b/widgets/table/e-table-without.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table-without.h b/widgets/table/e-table-without.h index db40ded70f..c43bdab332 100644 --- a/widgets/table/e-table-without.h +++ b/widgets/table/e-table-without.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table.c b/widgets/table/e-table.c index 47ecd4bb45..d0c8519435 100644 --- a/widgets/table/e-table.c +++ b/widgets/table/e-table.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h index 6b2a698d5c..4894085330 100644 --- a/widgets/table/e-table.h +++ b/widgets/table/e-table.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-tree-memory-callbacks.c b/widgets/table/e-tree-memory-callbacks.c index 3a6f7a8493..08d703b7ff 100644 --- a/widgets/table/e-tree-memory-callbacks.c +++ b/widgets/table/e-tree-memory-callbacks.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-tree-memory-callbacks.h b/widgets/table/e-tree-memory-callbacks.h index 89d3a0d756..f74a472642 100644 --- a/widgets/table/e-tree-memory-callbacks.h +++ b/widgets/table/e-tree-memory-callbacks.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-tree-memory.c b/widgets/table/e-tree-memory.c index a7d266e0e6..99c9ef9895 100644 --- a/widgets/table/e-tree-memory.c +++ b/widgets/table/e-tree-memory.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-tree-memory.h b/widgets/table/e-tree-memory.h index 075f740de3..2c82d1c8d1 100644 --- a/widgets/table/e-tree-memory.h +++ b/widgets/table/e-tree-memory.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-tree-model.c b/widgets/table/e-tree-model.c index b2e2d99a75..bd35358874 100644 --- a/widgets/table/e-tree-model.c +++ b/widgets/table/e-tree-model.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-tree-model.h b/widgets/table/e-tree-model.h index 96828a8e0a..ed34933cb1 100644 --- a/widgets/table/e-tree-model.h +++ b/widgets/table/e-tree-model.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-tree-scrolled.c b/widgets/table/e-tree-scrolled.c index 7e40ef81d3..18267a42c3 100644 --- a/widgets/table/e-tree-scrolled.c +++ b/widgets/table/e-tree-scrolled.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-tree-scrolled.h b/widgets/table/e-tree-scrolled.h index cbe725a162..5d4b8de36f 100644 --- a/widgets/table/e-tree-scrolled.h +++ b/widgets/table/e-tree-scrolled.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-tree-selection-model.c b/widgets/table/e-tree-selection-model.c index 2b903ca0bc..1d694f9b60 100644 --- a/widgets/table/e-tree-selection-model.c +++ b/widgets/table/e-tree-selection-model.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-tree-selection-model.h b/widgets/table/e-tree-selection-model.h index e1541a661f..8652851dcc 100644 --- a/widgets/table/e-tree-selection-model.h +++ b/widgets/table/e-tree-selection-model.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-tree-simple.c b/widgets/table/e-tree-simple.c index be67a95cf8..3252a3db18 100644 --- a/widgets/table/e-tree-simple.c +++ b/widgets/table/e-tree-simple.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-tree-simple.h b/widgets/table/e-tree-simple.h index 95e0bfb486..bb64aa18a2 100644 --- a/widgets/table/e-tree-simple.h +++ b/widgets/table/e-tree-simple.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-tree-sorted-variable.c b/widgets/table/e-tree-sorted-variable.c index d30812da1f..432a7897e4 100644 --- a/widgets/table/e-tree-sorted-variable.c +++ b/widgets/table/e-tree-sorted-variable.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-tree-sorted-variable.h b/widgets/table/e-tree-sorted-variable.h index 6abed5e397..15f9d8e8af 100644 --- a/widgets/table/e-tree-sorted-variable.h +++ b/widgets/table/e-tree-sorted-variable.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-tree-sorted.c b/widgets/table/e-tree-sorted.c index dd326ec094..092fa87b9b 100644 --- a/widgets/table/e-tree-sorted.c +++ b/widgets/table/e-tree-sorted.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-tree-sorted.h b/widgets/table/e-tree-sorted.h index 1dc7f056fb..1e286b7e75 100644 --- a/widgets/table/e-tree-sorted.h +++ b/widgets/table/e-tree-sorted.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-tree-table-adapter.c b/widgets/table/e-tree-table-adapter.c index 416f8aa026..7cfeab33ed 100644 --- a/widgets/table/e-tree-table-adapter.c +++ b/widgets/table/e-tree-table-adapter.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -30,6 +30,7 @@ #include <glib/gstdio.h> #include <libxml/tree.h> #include <libxml/parser.h> +#include <libedataserver/e-xml-utils.h> #include "e-util/e-util.h" #include "e-util/e-xml-utils.h" diff --git a/widgets/table/e-tree-table-adapter.h b/widgets/table/e-tree-table-adapter.h index d1296c2b1d..13ab5787c0 100644 --- a/widgets/table/e-tree-table-adapter.h +++ b/widgets/table/e-tree-table-adapter.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/e-tree.c b/widgets/table/e-tree.c index c9637cf70e..2ec7c8ba09 100644 --- a/widgets/table/e-tree.c +++ b/widgets/table/e-tree.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -3415,7 +3415,7 @@ tree_size_allocate (GtkWidget *widget, GtkAllocation *alloc, ETree *tree) /** * e_tree_set_info_message: * @tree: #ETree instance - * @info_message: Message to set. Can be NULL. + * @info_message: Message to set. Can be NULL. * * Creates an info message in table area, or removes old. **/ diff --git a/widgets/table/e-tree.h b/widgets/table/e-tree.h index 361ab5adc7..426cf9c44d 100644 --- a/widgets/table/e-tree.h +++ b/widgets/table/e-tree.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/table/remove-col.xpm b/widgets/table/remove-col.xpm index ff1024f0c9..570d1862d1 100644 --- a/widgets/table/remove-col.xpm +++ b/widgets/table/remove-col.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * remove_col_xpm[] = { +static const gchar *remove_col_xpm[] = { "16 16 3 1", " c None", ". c #000000", diff --git a/widgets/table/tree-expanded.xpm b/widgets/table/tree-expanded.xpm index d9bda3694d..94d162d40b 100644 --- a/widgets/table/tree-expanded.xpm +++ b/widgets/table/tree-expanded.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * tree_expanded_xpm[] = { +static const gchar *tree_expanded_xpm[] = { "16 16 4 1", " c None", ". c #FFFFFF", diff --git a/widgets/table/tree-unexpanded.xpm b/widgets/table/tree-unexpanded.xpm index e1b48448ba..d20ec5aa33 100644 --- a/widgets/table/tree-unexpanded.xpm +++ b/widgets/table/tree-unexpanded.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * tree_unexpanded_xpm[] = { +static const gchar *tree_unexpanded_xpm[] = { "16 16 4 1", " c None", ". c #FFFFFF", diff --git a/widgets/text/a11y/gal-a11y-e-text-factory.c b/widgets/text/a11y/gal-a11y-e-text-factory.c index e1f835e912..2df9241014 100644 --- a/widgets/text/a11y/gal-a11y-e-text-factory.c +++ b/widgets/text/a11y/gal-a11y-e-text-factory.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/text/a11y/gal-a11y-e-text-factory.h b/widgets/text/a11y/gal-a11y-e-text-factory.h index ce4d4d0a65..df7638f64f 100644 --- a/widgets/text/a11y/gal-a11y-e-text-factory.h +++ b/widgets/text/a11y/gal-a11y-e-text-factory.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/text/a11y/gal-a11y-e-text.c b/widgets/text/a11y/gal-a11y-e-text.c index 4eeb7811fc..98484949ff 100644 --- a/widgets/text/a11y/gal-a11y-e-text.c +++ b/widgets/text/a11y/gal-a11y-e-text.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/text/a11y/gal-a11y-e-text.h b/widgets/text/a11y/gal-a11y-e-text.h index 5cebd0ff83..6a5bb80de0 100644 --- a/widgets/text/a11y/gal-a11y-e-text.h +++ b/widgets/text/a11y/gal-a11y-e-text.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/text/e-reflow-model.c b/widgets/text/e-reflow-model.c index eae3d43324..d24b915e6e 100644 --- a/widgets/text/e-reflow-model.c +++ b/widgets/text/e-reflow-model.c @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/text/e-reflow-model.h b/widgets/text/e-reflow-model.h index 7482e5079f..c772621d07 100644 --- a/widgets/text/e-reflow-model.h +++ b/widgets/text/e-reflow-model.h @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/text/e-reflow.c b/widgets/text/e-reflow.c index c17b970a23..95f3f89bab 100644 --- a/widgets/text/e-reflow.c +++ b/widgets/text/e-reflow.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/text/e-reflow.h b/widgets/text/e-reflow.h index afdc9edb67..3ea840d358 100644 --- a/widgets/text/e-reflow.h +++ b/widgets/text/e-reflow.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/text/e-text-model-repos.c b/widgets/text/e-text-model-repos.c index 0b55930792..ef31f91def 100644 --- a/widgets/text/e-text-model-repos.c +++ b/widgets/text/e-text-model-repos.c @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/text/e-text-model-repos.h b/widgets/text/e-text-model-repos.h index 461a70f59d..6a185daa08 100644 --- a/widgets/text/e-text-model-repos.h +++ b/widgets/text/e-text-model-repos.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/text/e-text-model.c b/widgets/text/e-text-model.c index 207ac6ce50..c7462e21a6 100644 --- a/widgets/text/e-text-model.c +++ b/widgets/text/e-text-model.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -48,8 +48,6 @@ struct _ETextModelPrivate { GString *text; }; -static void e_text_model_class_init (ETextModelClass *class); -static void e_text_model_init (ETextModel *model); static void e_text_model_dispose (GObject *object); static gint e_text_model_real_validate_position (ETextModel *, gint pos); diff --git a/widgets/text/e-text-model.h b/widgets/text/e-text-model.h index 2a484f14b4..69c6f0c68e 100644 --- a/widgets/text/e-text-model.h +++ b/widgets/text/e-text-model.h @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c index 3ce0065210..b30cf05b0c 100644 --- a/widgets/text/e-text.c +++ b/widgets/text/e-text.c @@ -386,10 +386,10 @@ reset_layout_attrs (EText *text) } pango_layout_set_attributes (text->layout, attrs); - + if (attrs) pango_attr_list_unref (attrs); - + calc_height (text); } @@ -1514,12 +1514,12 @@ e_text_draw (GnomeCanvasItem *item, GdkDrawable *drawable, } } - /* Insert preedit text only when im_context signals are connected & + /* Insert preedit text only when im_context signals are connected & * text->preedit_len is not zero */ if (text->im_context_signals_registered && text->preedit_len) insert_preedit_text (text); - /* Need to reset the layout to cleanly clear the preedit buffer when + /* Need to reset the layout to cleanly clear the preedit buffer when * typing in CJK & using backspace on the preedit */ if(!text->preedit_len) reset_layout (text); @@ -2350,7 +2350,7 @@ e_text_event (GnomeCanvasItem *item, GdkEvent *event) if (e_tep_event.key.string) - g_free (e_tep_event.key.string); + g_free ((gpointer) e_tep_event.key.string); return ret; @@ -2603,11 +2603,11 @@ static void e_text_update_primary_selection (EText *text) { static const GtkTargetEntry targets[] = { - { "UTF8_STRING", 0, 0 }, - { "UTF-8", 0, 0 }, - { "STRING", 0, 0 }, - { "TEXT", 0, 0 }, - { "COMPOUND_TEXT", 0, 0 } + { (gchar *) "UTF8_STRING", 0, 0 }, + { (gchar *) "UTF-8", 0, 0 }, + { (gchar *) "STRING", 0, 0 }, + { (gchar *) "TEXT", 0, 0 }, + { (gchar *) "COMPOUND_TEXT", 0, 0 } }; GtkClipboard *clipboard; diff --git a/widgets/text/e-text.h b/widgets/text/e-text.h index a426b2c64f..ebe5817285 100644 --- a/widgets/text/e-text.h +++ b/widgets/text/e-text.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: |