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: |