aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
-rw-r--r--NEWS26
-rw-r--r--configure.in4
-rw-r--r--data/Makefile.am16
-rw-r--r--doc/devel/executive-summary/evolution-services.hierarchy7
-rw-r--r--doc/devel/importer/evolution-shell-importer.hierarchy7
-rw-r--r--help/devel/executive-summary/evolution-services.hierarchy7
-rw-r--r--help/devel/importer/evolution-shell-importer.hierarchy7
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/default/ja/Inbox168
-rw-r--r--po/ChangeLog44
-rw-r--r--po/bg.po20
-rw-r--r--po/cs.po520
-rw-r--r--po/de.po18
-rw-r--r--po/et.po319
-rw-r--r--po/fr.po324
-rw-r--r--po/it.po584
-rw-r--r--po/pa.po588
-rw-r--r--po/pt.po18
-rw-r--r--po/pt_BR.po4332
-rw-r--r--po/sq.po1170
-rw-r--r--shell/ChangeLog10
-rw-r--r--shell/e-shell-window-commands.c31
-rw-r--r--shell/main.c1
-rw-r--r--widgets/table/e-table-example-1.c308
25 files changed, 3882 insertions, 4664 deletions
diff --git a/ChangeLog b/ChangeLog
index f3adeae117..1f40decd85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,20 @@
+2006-03-13 Harish Krishnaswamy <kharish@novell.com>
+
+ * NEWS, configure.in : Release updates and version bump.
+ --------------------------
+ Release : Evolution 2.6.0
+ --------------------------
+
+ * data/Makefile.am: Delink the version from the desktop file
+ to enable smoother upgrades.
+
2006-03-12 Benoît Dejean <benoit@placenet.org>
* configure.in:
* mail/default/Makefile.am:
* mail/default/fr/Inbox:
* mail/default/fr/Makefile.am: Added French welcome message.
-
+
2006-03-03 Andre Klapper <a9016009@gmx.de>
* configure.in,
diff --git a/NEWS b/NEWS
index 39dd51b3dd..e78b25f0a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Evolution 2.6.0 2006-03-13
+---------------------------
+
+What is new since Evolution 2.4 ?
+---------------------------------
+
+ - a new Memo Component
+ - a new Look for the Event/Task/Meeting Editor
+ - Calendar Publishing support
+ - CalDAV support
+ - Network Manager support
+ - HULA connectivity support
+ - Improved GroupWise support
+ - Improved Event Recurrence support
+ - Calendar Tooltips
+ - CSV/tab importers for Mozilla, Outlook and Evolution formats
+ - Contact list support for LDAP addressbooks
+ - Support for saving Advanced Searches for Address books
+ - Support for Prioritizing messages in the composer
+ - Lots of bug fixes and lots of other User Interface Improvements
+ - Updated Translations
+
+Bug fixes since last release :
+http://go-evolution.org/Evo2.6.0#Evolution
+
+
Evolution 2.5.92 2006-02-27
---------------------------
diff --git a/configure.in b/configure.in
index 39ab2110f6..40b2225ab8 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT(evolution, 2.5.92, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.6.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
# Gross hack to enable 'make dist' on automake 1.9+tar 1.14.
@@ -49,7 +49,7 @@ dnl The controls whether things like the development warning in shell/main.c are
dnl
dnl This should be set to 0 for stable releases and 1 for unstable releases
dnl *************************************************************************************************
-AC_DEFINE(DEVELOPMENT, 1, [If we are in development mode or not])
+AC_DEFINE(DEVELOPMENT, 0, [If we are in development mode or not])
AC_SUBST(DEVELOPMENT)
AC_ISC_POSIX
diff --git a/data/Makefile.am b/data/Makefile.am
index 934d1c6a4b..7c4dde3d5d 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -25,10 +25,10 @@ kdedesktop_file = $(desktop_in_in_file:.desktop.in.in=.desktop)
install-kde-applnk:
$(mkinstalldirs) $(DESTDIR)$(kdedesktopdir); \
$(INSTALL_DATA) $(kdedesktop_file) \
- $(DESTDIR)$(kdedesktopdir)/$(kdedesktop_file:.desktop=-$(BASE_VERSION).desktop)
+ $(DESTDIR)$(kdedesktopdir)/$(kdedesktop_file)
uninstall-kde-applnk:
- rm -rf $(DESTDIR)$(kdedesktopdir)/$(kdedesktop_file:.desktop=-$(BASE_VERSION).desktop)
+ rm -rf $(DESTDIR)$(kdedesktopdir)/$(kdedesktop_file)
else
@@ -45,16 +45,16 @@ SUBDIRS = cde_app_root
install-data-local: install-kde-applnk $(desktop_file) $(keys_file) $(mime_file)
$(mkinstalldirs) $(DESTDIR)$(desktopdir); \
$(INSTALL_DATA) $(desktop_file) \
- $(DESTDIR)$(desktopdir)/$(desktop_file:.desktop=-$(BASE_VERSION).desktop) ; \
+ $(DESTDIR)$(desktopdir)/$(desktop_file) ; \
$(mkinstalldirs) $(DESTDIR)$(keysdir); \
- $(INSTALL_DATA) $(keys_file) $(DESTDIR)$(keysdir)/$(keys_file:.keys=-$(BASE_VERSION).keys) ; \
+ $(INSTALL_DATA) $(keys_file) $(DESTDIR)$(keysdir)/$(keys_file) ; \
$(mkinstalldirs) $(DESTDIR)$(mimedir); \
- $(INSTALL_DATA) $(srcdir)/$(mime_file) $(DESTDIR)$(mimedir)/$(mime_file:.mime=-$(BASE_VERSION).mime) ;
+ $(INSTALL_DATA) $(srcdir)/$(mime_file) $(DESTDIR)$(mimedir)/$(mime_file) ;
uninstall-local: uninstall-kde-applnk
- rm -rf $(DESTDIR)$(desktopdir)/$(desktop_file:.desktop=-$(BASE_VERSION).desktop) ; \
- rm -rf $(DESTDIR)$(keysdir)/$(keys_file:.keys=-$(BASE_VERSION).keys) ; \
- rm -rf $(DESTDIR)$(mimedir)/$(mime_file:.mime=-$(BASE_VERSION).mime) ;
+ rm -rf $(DESTDIR)$(desktopdir)/$(desktop_file) ; \
+ rm -rf $(DESTDIR)$(keysdir)/$(keys_file) ; \
+ rm -rf $(DESTDIR)$(mimedir)/$(mime_file) ;
# CDE Stuff
diff --git a/doc/devel/executive-summary/evolution-services.hierarchy b/doc/devel/executive-summary/evolution-services.hierarchy
deleted file mode 100644
index 37559d819d..0000000000
--- a/doc/devel/executive-summary/evolution-services.hierarchy
+++ /dev/null
@@ -1,7 +0,0 @@
-GtkObject
- BonoboObject
- ExecutiveSummaryComponent
- ExecutiveSummaryComponentFactory
- Handle to remote Bonobo::Unknown
- ExecutiveSummaryComponentFactoryClient
- ExecutiveSummaryHtmlView
diff --git a/doc/devel/importer/evolution-shell-importer.hierarchy b/doc/devel/importer/evolution-shell-importer.hierarchy
deleted file mode 100644
index c46ebdf782..0000000000
--- a/doc/devel/importer/evolution-shell-importer.hierarchy
+++ /dev/null
@@ -1,7 +0,0 @@
-GtkObject
- BonoboObject
- BonoboXObject
- EvolutionImporter
- EvolutionImporterListener
- Handle to remote Bonobo::Unknown
- EvolutionImporterClient
diff --git a/help/devel/executive-summary/evolution-services.hierarchy b/help/devel/executive-summary/evolution-services.hierarchy
deleted file mode 100644
index 37559d819d..0000000000
--- a/help/devel/executive-summary/evolution-services.hierarchy
+++ /dev/null
@@ -1,7 +0,0 @@
-GtkObject
- BonoboObject
- ExecutiveSummaryComponent
- ExecutiveSummaryComponentFactory
- Handle to remote Bonobo::Unknown
- ExecutiveSummaryComponentFactoryClient
- ExecutiveSummaryHtmlView
diff --git a/help/devel/importer/evolution-shell-importer.hierarchy b/help/devel/importer/evolution-shell-importer.hierarchy
deleted file mode 100644
index c46ebdf782..0000000000
--- a/help/devel/importer/evolution-shell-importer.hierarchy
+++ /dev/null
@@ -1,7 +0,0 @@
-GtkObject
- BonoboObject
- BonoboXObject
- EvolutionImporter
- EvolutionImporterListener
- Handle to remote Bonobo::Unknown
- EvolutionImporterClient
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 12aed54834..e8a9bfe678 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,6 +1,7 @@
-2006-03-12 Frank Arnold <farnold@cvs.gnome.org>
+2006-03-12 Takeshi AIHANA <takeshi.aihana@gmail.com>
- * default/de/Inbox: Updated German translation of default inbox.
+ * default/ja/Inbox:
+ Updated Japanese translation.
2006-03-06 Simon Zheng <simon.zheng@sun.com>
diff --git a/mail/default/ja/Inbox b/mail/default/ja/Inbox
index 1ef951e003..6f26769ad2 100644
--- a/mail/default/ja/Inbox
+++ b/mail/default/ja/Inbox
@@ -1,29 +1,28 @@
-From evolution@ximian.com Tue Sep 25 07:45:12 2001
-Return-Path: <evolution@ximian.com>
-Received: from pop.ximian.com (IDENT:mail@localhost [127.0.0.1]) by
- pop.ximian.com (8.9.3/8.9.3) with ESMTP id HAA20680; Tue, 25 Sep 2001
+From evolution@novell.com Wed Mar 15 12:00:00 2006
+Return-Path: <evolution@novell.com>
+Received: from pop.novell.com (IDENT:mail@localhost [127.0.0.1]) by
+ pop.novell.com (8.9.3/8.9.3) with ESMTP id HAA20680; Wed, 15 Mar 2006
07:45:12 -0400
-Received: from smtp.ximian.com (smtp.ximian.com [141.154.95.10]) by
- pop.ximian.com (8.9.3/8.9.3) with ESMTP id HAA20659 for
- <evolution@ximian.com>; Tue, 25 Sep 2001 07:45:10 -0400
-Received: (qmail 5610 invoked from network); 25 Sep 2001 11:45:02 -0000
-Received: from smtp.ximian.com (HELO localhost) (141.154.95.10) by
- pop.ximian.com with SMTP; 25 Sep 2001 11:45:02 -0000
-From: "The Evolution Team" <evolution@ximian.com>
-To: Evolution Users <evolution@ximian.com>
+Received: from smtp.novell.com (smtp.novell.com [141.154.95.10]) by
+ pop.novell.com (8.9.3/8.9.3) with ESMTP id HAA20659 for
+ <evolution@novell.com>; Wed, 15 Mar 2006 07:45:10 -0400
+Received: (qmail 5610 invoked from network); 15 Mar 2006 12:00:00 -0000
+Received: from smtp.novell.com (HELO localhost) (141.154.95.10) by
+ pop.novell.com with SMTP; 15 Mar 2006 12:00:00 -0000
+From: "Evolution =?ISO-2022-JP?B?GyRCMytILyVBITwlYBsoQg==?=" <evolution@novell.com>
+To: Evolution =?ISO-2022-JP?B?GyRCJWYhPCU2TU0bKEI=?= <evolution@novell.com>
Content-Type: multipart/related; type="multipart/alternative"; boundary="=-t4dRE6cqcdSBHOrMdTQ1"
-X-Mailer: Evolution/1.1.99 (Preview Release)
-Date: 25 June 2002 14:45:00 +0300
+X-Mailer: Evolution 2.6.0
+Date: 15 March 2006 12:00:00 +0000
Message-Id: <1001418302.27070.20.camel@spectrolite>
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
-Content-Transfer-Encoding: 7bit
Subject: Evolution =?ISO-2022-JP?B?GyRCJFgkaCQmJDMkPRsoQiE=?=
-Sender: evolution@ximian.com
-Errors-To: evolution@ximian.com
+Sender: evolution@novell.com
+Errors-To: evolution@novell.com
X-Mailman-Version: 1.1
Status:
-X-Evolution-Source: pop://rupert@pop.ximian.com/inbox
+X-Evolution-Source: pop://rupert@pop.novell.com/inbox
X-Evolution: 00000ddd-0030
@@ -36,47 +35,49 @@ Content-Type: text/plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
-
-Evolution $B3+H/%A!<%`$O!"$"$J$?$,%a!<%k$d8D?M>pJs$r4IM}$9$k(B
-Evolution $B%7%9%F%`$rF3F~$7$F$/$l$?$3$H$r$H$F$b8w1I$K;W$$$^$9!#(B
+Evolution $B3+H/%A!<%`$O!"$"$J$?$K%a!<%k$d8D?M>pJs$r$^$H$a$F4IM}$G$-$k(B Evolution $B%7%9%F%`$r>R2p$9$k$3$H$,$G$-$F!"$H$F$b8w1I$K;W$$$^$9!#(B
-$B$O$8$a$K(B
+$B$O$8$a$F$_$h$&(B
- Evolution $B$N%&%#%s%I%&:8B&$K$O!"$"$J$?$N$9$Y$F$N%a!<%k(B
- $B%U%)%k%@$X$N%7%g!<%H%+%C%H$r4^$`%5%$%I%P!<$,$"$j$^$9!#(B
- $B$=$N2<$NJ}$K$O%+%l%s%@!<$d%3%s%?%/%H!"%?%9%/!"%a!<%k(B
- $B%\%?%s$,$"$j$^$9!#(B
+ Evolution $B%&%#%s%I%&$N:8B&$K$O!"A4$F$N%a!<%k!&%U%)%k%@$KAGAa$/%"%/%;%9$G$-$k%5%$%I%P!<$,$"$j$^$9!#$=$N2<$K$O!"%+%l%s%@$dO"Mm@h!"%?%9%/!"%a!<%k!"$=$7$F%a%bD"$rI=<($9$k%\%?%s$,$"$j$^$9!#(B
- $B40A4$J(B Evolution $B%,%$%I$r8f4uK>$J$i!"(B"$B%X%k%W(B"$B%a%K%e!<$+$i(B
- "$BL\<!(B"$B$rA*Br$9$k$+!"(BF1 $B%-!<$r2!$7$F2<$5$$!#(B
+ "$B%X%k%W(B" $B%a%K%e!<$N(B "$BL\<!(B" $B$r%/%j%C%/$9$k$+!"$^$?$O(B [F1] $B%-!<$r2!$9$H!"(BEvolution $B$N%f!<%6!&%,%$%I$,I=<($5$l$^$9!#(B
-$B?75,5!G=(B
+$B?7$7$$5!G=(B
- Evolution 2.0 $B$G$O?7$?$K(B Novell GroupWise $B%5!<%P!<(B (6.5.3
- $B0J>e(B)$B$H(B Exchange 2000/2003 $B$X$N@\B3%5%]!<%H$,DI2C$5$l$^$7$?!#(B
- $BB>$K?75,5!G=$H$7$F!"LBOG%a!<%k%U%#%k%?!"(BS/MIME $B%;%-%e%j%F%#!"(B
- IMAP $B$N%*%U%i%$%s%5%]!<%H$N8~>e!"(BNNTP (news) $B$N%5%]!<%H!"(B
- $B%&%'%V%+%l%s%@!<I=<(!"J#?t$N%+%l%s%@!<$N=E$M9g$o$;!"$=$7$F(B
- $B%3%s%?%/%H!"%+%l%s%@!<!"%?%9%/%G!<%?$K%"%/%;%9$9$k$?$a$N(B
- $B?7$7$$3+H/<T8~$1(B API $B$r4^$s$G$$$^$9!#(B
+ Evolution $B%P!<%8%g%s(B 2.6 $B$K$O<!$N$h$&$J5!G=$,$"$j$^$9(B:
+
+ # $B%a%b$r5-O?$9$k%3%s%]!<%M%s%H$rDI2C$7$^$7$?(B
+ # $B%$%Y%s%H(B/$B%?%9%/(B/$B2q5D$NJT=8%@%$%"%m%0$NI=<($r:~?7$7$^$7$?(B
+ # $B%+%l%s%@>pJs$r30It$K8x3+$G$-$^$9(B
+ # CalDAV $B$r%5%]!<%H$7$^$7$?(B
+ # Network Manager $B$r%5%]!<%H$7$^$7$?(B
+ # HULA $B$r%5%]!<%H$7$^$7$?(B ($B@\B3$N$_(B)
+ # GroupWise $B$N5!G=$r2~A1$7$^$7$?(B
+ # $B7+$jJV$7H/@8$9$k%$%Y%s%H$N5!G=$r2~A1$7$^$7$?(B
+ # $B%+%l%s%@>e$N%$%Y%s%H$K%D!<%k%A%C%W$rI=<($G$-$k$h$&$K$J$j$^$7$?(B
+ # Mozilla$B!"(BOutlook$B!"$=$7$F(B Evolution $B%U%)!<%^%C%H$KBP1~$7$?(B CSV/tab $B$r<h$j9~$a$^$9(B
+ # $BO"Mm@h0lMw$G$O(B LDAP $B7A<0$N%"%I%l%9D"$r%5%]!<%H$7$^$7$?(B
+ # $B%"%I%l%9D"$G$O3HD%8!:w$N7k2L$rJ]B8$G$-$k$h$&$K$J$j$^$7$?(B
+ # $B%a!<%k:n@.$G$O!"%a%C%;!<%8$KM%@h=g0L$rIU$1$k$3$H$,$G$-$k$h$&$K$J$j$^$7$?(B
+ # $B%P%0$r$?$/$5$s=$@5$7!"%f!<%6!&%$%s%?%U%'!<%9$r$5$i$K2~A1$7$^$7$?(B
-$BIT6q9g$NJs9p(B
+$B%P%0$NJs9p(B
- $BIT6q9g$O(B http://bugzilla.ximian.com $B$^$G8fJs9p2<$5$$!#(B
+ Evolution $B$NIT6q9g$O(B http://bugzilla.gnome.org $B$^$GJs9p2<$5$$!#(B
-$B$b$C$H>\$7$/(B
+$B$5$i$K>\:Y$J>pJs(B
- Evolution $B%f!<%6!<8~$1%a!<%j%s%0%j%9%H$K;22C$9$k$3$H$,(B
- $B$G$-$^$9(B:
- http://lists.ximian.com/mailman/listinfo/evolution
+ http://mail.gnome.org/mailman/listinfo/evolution-list
+ $B$G(B Evolution $B$N%f!<%68~$1%a!<%j%s%0%j%9%H$r9VFI$G$-$^$9!#(B
- Evolution $B%W%m%8%'%/%H$N>pJs$K$D$$$F$O(B
- http://www.gnome.org/projects/evolution $B$X!#(B
+ Evolution $B%W%m%8%'%/%H$K$D$$$F$O(B http://www.gnome.org/projects/evolution $B$r$4Mw2<$5$$!#(B
-$B7I6q!"(B
+$B7I6q(B
Evolution $B3+H/%A!<%`(B
+evolution@novell.com
@@ -90,7 +91,8 @@ Content-Type: text/html; charset=utf-8
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/0.13.99">
</HEAD>
-<BODY BGCOLOR="#f8fcf8"><TABLE BACKGROUND="cid:1001417869.27019.4.camel@spectrolite" CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
+<BODY BGCOLOR="#f8fcf8">
+<TABLE BACKGROUND="cid:1001417869.27019.4.camel@spectrolite" CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD ALIGN="left" VALIGN="top">
<IMG SRC="cid:1001417869.27019.5.camel@spectrolite" ALIGN="top" BORDER="0" WIDTH="8" HEIGHT="8"></TD>
@@ -115,11 +117,7 @@ Content-Type: text/html; charset=utf-8
<TD>
</TD>
<TD>
-<FONT COLOR="#f8fcf8"><FONT SIZE="4"><B>Evolution 開発チーム</FONT></B></FONT SIZE="4">
-<FONT COLOR="#f8fcf8"><FONT SIZE="4">は、あなたがメールや個人情報を管理する</FONT></FONT SIZE="4">
-<FONT COLOR="#f8fcf8"><FONT SIZE="4"><B>Evolution</FONT></B></FONT SIZE="4">
-<FONT COLOR="#f8fcf8"><FONT SIZE="4">システムを導入してくれたことをとても光栄に思います。</FONT></FONT SIZE="4">
-</TD>
+<FONT COLOR="#f8fcf8"><FONT SIZE="4"><B>Evolution 開発チーム</FONT></B></FONT SIZE="4"><FONT COLOR="#f8fcf8"><FONT SIZE="4">は、あなたにメールや個人情報をまとめて管理できる </FONT></FONT SIZE="4"><FONT COLOR="#f8fcf8"><FONT SIZE="4"><B>Evolution システム</FONT></B></FONT SIZE="4"><FONT COLOR="#f8fcf8"><FONT SIZE="4">を紹介することができて、とても光栄に思います。</FONT></FONT SIZE="4"></TD>
<TD>
</TD>
<TD>
@@ -146,56 +144,66 @@ Content-Type: text/html; charset=utf-8
</TD>
</TR>
</TABLE>
-<h2>はじめに</h2>
+<h2>はじめてみよう</h2>
<blockquote>
- Evolution のウィンドウ左側には、あなたのすべてのメール
- フォルダへのショートカットを含むサイドバーがあります。
- その下の方にはカレンダーやコンタクト、タスク、メール
- ボタンがあります。
+ Evolution ウィンドウの左側には、全てのメール・フォルダに素早くアクセスできるサイドバーがあります。その下には、カレンダや連絡先、タスク、メール、そしてメモ帳を表示するボタンがあります。
+<br><br>
+ <b>ヘルプ</b>メニューの<b>目次</b>をクリックするか、または <b>[F1]</b> キーを押すと、Evolution のユーザ・ガイドが表示されます。
<br><br>
- 完全な Evolution ガイドを御希望なら、<b>ヘルプ</b>メニューから
- <b>目次</b>を選択するか、<b>F1</b> キーを押して下さい。
</blockquote>
-<h2>新規機能</h2>
+<h2>新しい機能</h2>
<blockquote>
- Evolution 2.0 では新たに Novell GroupWise サーバー (6.5.3
- 以上)と Exchange 2000/2003 への接続サポートが追加されました。
- 他に新規機能として、迷惑メールフィルタ、S/MIME セキュリティ、
- IMAP のオフラインサポートの向上、NNTP (news) のサポート、
- ウェブカレンダー表示、複数のカレンダーの重ね合わせ、そして
- コンタクト、カレンダー、タスクデータにアクセスするための
- 新しい開発者向け API を含んでいます。
+ Evolution バージョン 2.6 には次のような機能があります:
+ <ul>
+ <li>メモを記録するコンポーネントを追加しました</li>
+ <li>イベント/タスク/会議の編集ダイアログの表示を刷新しました</li>
+ <li>カレンダ情報を外部に公開できます</li>
+ <li>CalDAV をサポートしました</li>
+ <li>Network Manager をサポートしました</li>
+ <li>HULA をサポートしました (接続のみ)</li>
+ <li>GroupWise の機能を改善しました</li>
+ <li>繰り返し発生するイベントの機能を改善しました</li>
+ <li>カレンダ上のイベントにツールチップを表示できるようになりました</li>
+ <li>Mozilla、Outlook、そして Evolution フォーマットに対応した CSV/tab を取り込めます</li>
+ <li>連絡先一覧では LDAP 形式のアドレス帳をサポートしました</li>
+ <li>アドレス帳では拡張検索の結果を保存できるようになりました</li>
+ <li>メール作成では、メッセージに優先順位を付けることができるようになりました</li>
+ <li>バグをたくさん修正し、ユーザ・インタフェースをさらに改善しました</li>
+ </ul>
+<br>
</blockquote>
-<h2>不具合の報告</h2>
+<h2>バグの報告</h2>
<blockquote>
- 不具合は <a href="http://bugzilla.ximian.com">http://bugzilla.ximian.com</a> まで御報告下さい。
+ Evolution の不具合は <a href="http://bugzilla.gnome.org">http://bugzilla.gnome.org</a> まで報告して下さい。
+<br><br>
</blockquote>
-<h2>もっと詳しく</h2>
+<h2>さらに詳細な情報</h2>
<blockquote>
- Evolution ユーザー向けメーリングリストに参加することが
- できます:
- <a href="http://lists.ximian.com/mailman/listinfo/evolution">http://lists.ximian.com/mailman/listinfo/evolution</a>.
-
- Evolution プロジェクトの情報については
- <a href="http://www.gnome.org/projects/evolution">http://www.gnome.org/projects/evolution</a> へ。
- </blockquote>
-
+ <a
+ href="http://lists.gnome.org/mailman/listinfo/evolution">http://lists.gnome.org/mailman/listinfo/evolution</a> で Evolution のユーザ向けメーリングリストを講読できます。
+
+ Evolution プロジェクトについては <a href="http://www.gnome.org/projects/evolution">http://www.gnome.org/projects/evolution</a> をご覧下さい。
+ <!--
+ You can find a list of answers to Frequently Asked Questions (FAQ) at
+ <a href="http://go-evolution.org/FAQ">http://go-evolution.org/FAQ</a>.
+ -->
+<br><br>
+</blockquote>
-敬具、<br>
+敬具<br>
Evolution 開発チーム<br>
-<a href="mailto:evolution@ximian.com">evolution@ximian.com</a>
+<a href="mailto:evolution@novell.com">evolution@novell.com</a>
</BODY>
</HTML>
--=-2gZ1roA/HoYrlRDVGyiM--
-
--=-t4dRE6cqcdSBHOrMdTQ1
Content-Type: image/png
Content-ID: <1001417929.27019.9.camel@spectrolite>
diff --git a/po/ChangeLog b/po/ChangeLog
index 15294cf0bd..68ff610df7 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,15 +1,32 @@
+2006-03-13 Laurent Dhima <laurenti@alblinux.net>
+
+ * sq.po: Updated Albanian translation.
+
+2006-03-12 Benoît Dejean <benoit@placenet.org>
+
+ * fr.po: Updated French translation.
+
+2006-03-12 Miloslav Trmac <mitr@volny.cz>
+
+ * cs.po: Updated Czech translation by Petr Tomeš.
+
+2006-03-12 Jordi Mallach <jordi@sindominio.net>
+
+ * ca.po:Updated Catalan translation by
+ Gil Forcada <gilforcada@guifi.net>.
+
2006-03-11 Priit Laes <amd@store20.com>
* et.po: Translation updated by Ivar Smolin.
2006-03-11 Ilkka Tuohela <hile@iki.fi>
- * fi.po: Updated Finnish translation
+ * fi.po: Updated Finnish translation.
-2006-03-11 Jordi Mallach <jordi@sindominio.net>
+2006-03-10 Guilherme de S. Pastore <gpastore@gnome.org>
- * ca.po: Updated Catalan translation by
- Gil Forcada <gilforcada@guifi.net>.
+ * pt_BR.po: Updated Brazilian Portuguese translation from Leandro
+ A. F. Pereira <leandro@linuxmag.com.br>.
2006-03-10 Duarte Loreto <happyguy_pt@hotmail.com>
@@ -20,19 +37,18 @@
* bg.po: Updated Bulgarian translation by
Rostislav Raykov <zbrox@i-space.org>
-2006-03-10 Frank Arnold <farnold@cvs.gnome.org>
-
- * de.po: Replaced wrong spaces caused by copy/paste inside gtranslator.
+2006-03-10 Luca Ferretti <elle.uca@libero.it>
-2006-03-10 Vladimer Sichinava <vlsichinava@gmail.com>
-
- * ka.po: Updated Georgian translation by
- Alexander Didebulidze <didebuli@in.tum.de>.
+ * it.po: Updated Italian translation.
2006-03-10 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation
+2006-03-10 Frank Arnold <farnold@cvs.gnome.org>
+
+ * de.po: Replaced wrong spaces caused by copy/paste inside gtranslator.
+
2006-03-09 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
@@ -47,7 +63,7 @@
2006-03-06 Rajesh Ranjan <rranjan@redhat.com>
- * hi.po: Updated Hindi Translation.
+ * hi.po: Updated Hindi Translation.
2006-03-07 Priit Laes <amd@store20.com>
@@ -55,7 +71,7 @@
2006-03-06 Maxim Dziumanenko <mvd@mylinux.ua>
- * uk.po: Updated Ukrainian translation.
+ * uk.po: Updated Ukrainian translation.
2006-03-06 Leonid Kanter <leon@asplinux.ru>
@@ -84,7 +100,7 @@
2006-03-03 Lukas Novotny <lukasnov@cvs.gnome.org>
- * cs.po: Updated Czech translation.
+ * cs.po: Updated Czech translation.
2006-03-03 Žygimantas Beručka <zygis@gnome.org>
diff --git a/po/bg.po b/po/bg.po
index e194454aa5..3bde3986a9 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: evolution HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-03-10 18:01+0200\n"
-"PO-Revision-Date: 2006-03-10 18:01+0200\n"
+"POT-Creation-Date: 2006-03-10 17:26+0200\n"
+"PO-Revision-Date: 2006-03-10 17:26+0200\n"
"Last-Translator: Alexander Shopov <ash@contact.bg>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
"MIME-Version: 1.0\n"
@@ -2524,15 +2524,15 @@ msgstr "Променени"
msgid "Contact Editor - %s"
msgstr "Редактор на контакти - %s"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2775
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2773
msgid "Please select an image for this contact"
msgstr "Изберете изображение за този контакт"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2776
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2774
msgid "No image"
msgstr "Няма изображение"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:3060
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:3058
msgid ""
"The contact data is invalid:\n"
"\n"
@@ -2540,7 +2540,7 @@ msgstr ""
"Информацията на контакта е невалидна:\n"
"\n"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:3112
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:3110
msgid "Invalid contact."
msgstr "Невалиден контакт."
@@ -2568,7 +2568,7 @@ msgstr "Избор на адрес_ник"
#, c-format
msgid ""
"Are you sure you want\n"
-"to delete contact list (%s)?"
+"to delete contact list (%s) ?"
msgstr ""
"Сигурни ли сте, че искате да\n"
"изтриете списъка с контакти (%s)?"
@@ -2585,7 +2585,7 @@ msgstr ""
#, c-format
msgid ""
"Are you sure you want\n"
-"to delete contact (%s)?"
+"to delete contact (%s) ?"
msgstr ""
"Сигурни ли сте, че искате да\n"
"изтриете контакта (%s)?"
@@ -16438,8 +16438,8 @@ msgstr "Вносители, тип Itip"
#: ../plugins/itip-formatter/org-gnome-itip-formatter.error.xml.h:1
msgid ""
"&quot;{0}&quot; has delegated the meeting. Do you want to add the delegate "
-"&quot;{1}&quot;?"
-msgstr "„{0}“ е делегирал събранието. Искате ли да добавите делегата „{1}“?"
+"&quot;{1}&quot; ?"
+msgstr "„{0}“ е делегирал събранието. Искате ли да добавите делегата „{1}“ ?"
#: ../plugins/itip-formatter/org-gnome-itip-formatter.error.xml.h:3
msgid "This meeting has been delegated"
diff --git a/po/cs.po b/po/cs.po
index e495e33dfc..3d8ebcb564 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,19 +6,20 @@
# Michal Bukovjan <bukm@centrum.cz>, 2003
# Miloslav Trmac <mitr@volny.cz>, 2004, 2005.
# Lukas Novotny <lukasnov@cvs.gnome.org>, 2006.
+# Petr Tomeš <ptomes@gmail.com>, 2006.
#
msgid ""
msgstr ""
"Project-Id-Version: evolution 2.5.90\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-28 13:39+0100\n"
+"POT-Creation-Date: 2006-03-11 05:34+0100\n"
"PO-Revision-Date: 2006-03-03 23:14+0100\n"
-"Last-Translator: Lukas Novotny <lukasnov@cvs.gnome.org>\n"
+"Last-Translator: Petr Tomeš <ptomes@gmail.com>\n"
"Language-Team: Czech <cs@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: ../a11y/addressbook/ea-addressbook-view.c:94
#: ../a11y/addressbook/ea-addressbook-view.c:103
@@ -115,7 +116,7 @@ msgstr "Jít na datum"
msgid "a table to view and select the current time range"
msgstr "tabulka pro zobrazení a výběr aktuálního rozsahu času"
-#: ../a11y/calendar/ea-day-view.c:146 ../a11y/calendar/ea-week-view.c:148
+#: ../a11y/calendar/ea-day-view.c:149 ../a11y/calendar/ea-week-view.c:151
#, c-format
msgid "It has %d event."
msgid_plural "It has %d events."
@@ -123,25 +124,25 @@ msgstr[0] "Má %d událost."
msgstr[1] "Má %d události."
msgstr[2] "Má %d událostí."
-#: ../a11y/calendar/ea-day-view.c:148 ../a11y/calendar/ea-week-view.c:150
+#: ../a11y/calendar/ea-day-view.c:151 ../a11y/calendar/ea-week-view.c:153
msgid "It has no events."
msgstr "Nemá události."
-#: ../a11y/calendar/ea-day-view.c:152
+#: ../a11y/calendar/ea-day-view.c:155
#, c-format
msgid "Work Week View: %s. %s"
msgstr "Zobrazení pracovního týdne: %s. %s"
-#: ../a11y/calendar/ea-day-view.c:155
+#: ../a11y/calendar/ea-day-view.c:158
#, c-format
msgid "Day View: %s. %s"
msgstr "Zobrazení dne: %s. %s"
-#: ../a11y/calendar/ea-day-view.c:186
+#: ../a11y/calendar/ea-day-view.c:189
msgid "calendar view for a work week"
msgstr "pohled na kalendář pro pracovní týden"
-#: ../a11y/calendar/ea-day-view.c:188
+#: ../a11y/calendar/ea-day-view.c:191
msgid "calendar view for one or more days"
msgstr "pohled na kalendář pro jeden nebo více dnů"
@@ -217,32 +218,32 @@ msgstr "Tlačítko skoku"
msgid "Click here, you can find more events."
msgstr "Další události můžete hledat kliknutím sem."
-#: ../a11y/calendar/ea-week-view.c:155
+#: ../a11y/calendar/ea-week-view.c:158
#, c-format
msgid "Month View: %s. %s"
msgstr "Zobrazení měsíce: %s. %s"
-#: ../a11y/calendar/ea-week-view.c:159
+#: ../a11y/calendar/ea-week-view.c:162
#, c-format
msgid "Week View: %s. %s"
msgstr "Zobrazení týdne: %s. %s"
-#: ../a11y/calendar/ea-week-view.c:190
+#: ../a11y/calendar/ea-week-view.c:193
msgid "calendar view for a month"
msgstr "pohled na kalendář pro měsíc"
-#: ../a11y/calendar/ea-week-view.c:192
+#: ../a11y/calendar/ea-week-view.c:195
msgid "calendar view for one or more weeks"
msgstr "pohled na kalendář pro jeden nebo více týdnů"
#: ../a11y/e-table/gal-a11y-e-cell-popup.c:124
msgid "popup"
-msgstr "kontextové menu"
+msgstr "kontextová nabídka"
#. action name
#: ../a11y/e-table/gal-a11y-e-cell-popup.c:125
msgid "popup a child"
-msgstr "zobrazit kontextové menu"
+msgstr "zobrazit kontextovou nabídku"
#: ../a11y/e-table/gal-a11y-e-cell-text.c:612
msgid "edit"
@@ -319,7 +320,7 @@ msgstr "Aktivovat implicitní"
#: ../a11y/widgets/ea-combo-button.c:52
msgid "Popup Menu"
-msgstr "Kontextové menu"
+msgstr "Kontextová nabídka"
#: ../addressbook/addressbook.error.xml.h:1
msgid ""
@@ -365,9 +366,9 @@ msgid ""
"Please use some other GroupWise mail client once, to get your GroupWise "
"Frequent Contacts and Groupwise Personal Contacts folders."
msgstr ""
-"Nyní můžete z Evolution přistupovat pouze k adresáři GroupWise. "
-"Použijte prosím některého jiného GroupWise poštovního klienta pro vytvoření "
-"složek GroupWise sebrané kontakty·a·Groupwise·osobní kontakty."
+"Nyní můžete z Evolution přistupovat pouze k adresáři GroupWise. Použijte "
+"prosím některého jiného GroupWise poštovního klienta pro vytvoření složek "
+"GroupWise sebrané kontakty·a·Groupwise·osobní kontakty."
#: ../addressbook/addressbook.error.xml.h:9
msgid "Delete address book '{0}'?"
@@ -558,7 +559,7 @@ msgstr "Adresář Evolution"
#: ../addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in.h:7
msgid "Evolution Address Book address pop-up"
-msgstr "Kontextové menu adresy adresáře Evolution"
+msgstr "Kontextová nabídka adresy adresáře Evolution"
#: ../addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in.h:8
msgid "Evolution Address Book address viewer"
@@ -1015,13 +1016,11 @@ msgid "Search filter"
msgstr "Filtr·hledání"
#: ../addressbook/gui/component/ldap-config.glade.h:32
-#, fuzzy
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
#, fuzzy
@@ -1197,12 +1196,9 @@ msgstr "karty"
#: ../addressbook/gui/component/ldap-config.glade.h:60
#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:8
-#: ../calendar/gui/alarm-notify/util.c:65
-#: ../calendar/gui/alarm-notify/util.c:67
#: ../calendar/gui/dialogs/alarm-dialog.glade.h:26
#: ../calendar/gui/dialogs/calendar-setup.glade.h:14
-#: ../calendar/gui/dialogs/event-page.glade.h:20 ../calendar/gui/misc.c:112
-#: ../calendar/gui/misc.c:114 ../filter/filter.glade.h:16
+#: ../calendar/gui/dialogs/event-page.glade.h:20 ../filter/filter.glade.h:16
#: ../mail/em-account-editor.c:2021
#: ../plugins/calendar-http/calendar-http.c:286
#: ../plugins/calendar-weather/calendar-weather.c:563
@@ -1461,7 +1457,7 @@ msgstr "Adresa"
#: ../addressbook/gui/widgets/e-minicard-view.c:520
#: ../addressbook/gui/widgets/e-minicard.c:175
#: ../widgets/menus/gal-define-views-model.c:181
-#: ../widgets/table/e-cell-text.c:1772 ../widgets/text/e-entry.c:1312
+#: ../widgets/table/e-cell-text.c:1777 ../widgets/text/e-entry.c:1312
#: ../widgets/text/e-entry.c:1313 ../widgets/text/e-text.c:3607
#: ../widgets/text/e-text.c:3608
msgid "Editable"
@@ -2470,7 +2466,7 @@ msgstr "Služba"
#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:128
#: ../calendar/gui/e-cal-list-view.etspec.h:3
-#: ../plugins/publish-calendar/publish-calendar.c:478
+#: ../plugins/publish-calendar/publish-calendar.c:497
#: ../plugins/save-calendar/csv-format.c:400
msgid "Location"
msgstr "Místo"
@@ -2534,15 +2530,15 @@ msgstr "Změněno"
msgid "Contact Editor - %s"
msgstr "Editor kontaktů - %s"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2772
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2773
msgid "Please select an image for this contact"
msgstr "Zvolte prosím obrázek pro tento kontakt"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2773
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2774
msgid "No image"
msgstr "Žádný obrázek"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:3057
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:3058
msgid ""
"The contact data is invalid:\n"
"\n"
@@ -2550,7 +2546,7 @@ msgstr ""
"Data kontaktu nejsou platná:\n"
"\n"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:3109
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:3110
msgid "Invalid contact."
msgstr "Neplatný kontakt."
@@ -2882,7 +2878,7 @@ msgstr "Zdroj"
#: ../addressbook/gui/widgets/e-addressbook-view.c:244
#: ../calendar/gui/dialogs/meeting-page.etspec.h:11
#: ../calendar/gui/e-calendar-table.etspec.h:13
-#: ../calendar/gui/e-meeting-list-view.c:480
+#: ../calendar/gui/e-meeting-list-view.c:486
#: ../calendar/gui/e-meeting-time-sel.etspec.h:11
#: ../calendar/gui/e-memo-table.etspec.h:5
msgid "Type"
@@ -2895,7 +2891,7 @@ msgid "Save as VCard..."
msgstr "Uložit jako VCard..."
#: ../addressbook/gui/widgets/e-addressbook-view.c:957
-#: ../calendar/gui/dialogs/comp-editor.c:1086
+#: ../calendar/gui/dialogs/comp-editor.c:1088
#: ../calendar/gui/e-calendar-table.c:1174
#: ../calendar/gui/e-calendar-view.c:1595 ../calendar/gui/e-memo-table.c:852
#: ../ui/evolution-addressbook.xml.h:56
@@ -3123,7 +3119,7 @@ msgstr "Rádio"
#: ../addressbook/gui/widgets/e-addressbook-view.etspec.h:33
#: ../calendar/gui/dialogs/meeting-page.etspec.h:9
-#: ../calendar/gui/e-meeting-list-view.c:491
+#: ../calendar/gui/e-meeting-list-view.c:497
#: ../calendar/gui/e-meeting-time-sel.etspec.h:9
#: ../plugins/exchange-operations/exchange-permissions-dialog.c:725
msgid "Role"
@@ -3170,7 +3166,7 @@ msgstr "WWW stránka"
#: ../widgets/table/e-table-group-container.c:968
#: ../widgets/table/e-table-group-leaf.c:629
#: ../widgets/table/e-table-group-leaf.c:630
-#: ../widgets/table/e-table-item.c:3021 ../widgets/table/e-table-item.c:3022
+#: ../widgets/table/e-table-item.c:3022 ../widgets/table/e-table-item.c:3023
#: ../widgets/text/e-text.c:3649 ../widgets/text/e-text.c:3650
msgid "Width"
msgstr "Šířka"
@@ -3185,7 +3181,7 @@ msgstr "Šířka"
#: ../widgets/table/e-table-group-container.c:961
#: ../widgets/table/e-table-group-leaf.c:622
#: ../widgets/table/e-table-group-leaf.c:623
-#: ../widgets/table/e-table-item.c:3027 ../widgets/table/e-table-item.c:3028
+#: ../widgets/table/e-table-item.c:3028 ../widgets/table/e-table-item.c:3029
#: ../widgets/text/e-text.c:3657 ../widgets/text/e-text.c:3658
msgid "Height"
msgstr "Výška"
@@ -3554,11 +3550,14 @@ msgid ""
msgid_plural ""
"Opening %d contacts will open %d new windows as well.\n"
"Do you really want to display all of these contacts?"
-msgstr[0] "Otevření %d kontaktu otevře také %d nové okno.\n"
+msgstr[0] ""
+"Otevření %d kontaktu otevře také %d nové okno.\n"
"Opravdu chcete zobrazit všechny tyto kontakty?"
-msgstr[1] "Otevření %d kontaktů otevře také %d nová okna.\n"
+msgstr[1] ""
+"Otevření %d kontaktů otevře také %d nová okna.\n"
"Opravdu chcete zobrazit všechny tyto kontakty?"
-msgstr[2] "Otevření %d kontaktů otevře také %d nových oken.\n"
+msgstr[2] ""
+"Otevření %d kontaktů otevře také %d nových oken.\n"
"Opravdu chcete zobrazit všechny tyto kontakty?"
#: ../addressbook/gui/widgets/eab-gui-util.c:321
@@ -3711,19 +3710,19 @@ msgstr "Importér Evolution CVS a Tabelátoru"
msgid "Importing ..."
msgstr "Importuji..."
-#: ../addressbook/importers/evolution-ldif-importer.c:761
+#: ../addressbook/importers/evolution-ldif-importer.c:754
msgid "LDAP Data Interchange Format (.ldif)"
msgstr "LDAP Data Interchange Format (.ldif)"
-#: ../addressbook/importers/evolution-ldif-importer.c:762
+#: ../addressbook/importers/evolution-ldif-importer.c:755
msgid "Evolution LDIF importer"
msgstr "Importér Evolution z LDIF"
-#: ../addressbook/importers/evolution-vcard-importer.c:554
+#: ../addressbook/importers/evolution-vcard-importer.c:547
msgid "VCard (.vcf, .gcrd)"
msgstr "VCard (.vcf, .gcrd)"
-#: ../addressbook/importers/evolution-vcard-importer.c:555
+#: ../addressbook/importers/evolution-vcard-importer.c:548
msgid "Evolution VCard Importer"
msgstr "Importér Evolution z VCard"
@@ -4092,7 +4091,8 @@ msgstr ""
#: ../calendar/calendar.error.xml.h:10
msgid "All information on this task will be deleted and can not be restored."
-msgstr "Všechny informace o tomto úkolu budou odstraněny a nebude možné je obnovit."
+msgstr ""
+"Všechny informace o tomto úkolu budou odstraněny a nebude možné je obnovit."
#: ../calendar/calendar.error.xml.h:11
msgid "Are you sure you want to delete the '{0}' task?"
@@ -4496,7 +4496,7 @@ msgid "Memos"
msgstr "Poznámky"
#: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:13
-#: ../calendar/gui/e-calendar-table.c:525 ../calendar/gui/e-tasks.c:1329
+#: ../calendar/gui/e-calendar-table.c:525 ../calendar/gui/e-tasks.c:1347
#: ../calendar/gui/print.c:1828 ../calendar/gui/tasks-component.c:521
#: ../calendar/gui/tasks-component.c:1012 ../calendar/gui/tasks-control.c:475
#: ../calendar/importers/icalendar-importer.c:80
@@ -4522,9 +4522,6 @@ msgid "Evolution Calendar alarm notification service"
msgstr "Služba upozornění na alarm kalendáře Evolution"
#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:115
-#: ../calendar/gui/alarm-notify/util.c:65
-#: ../calendar/gui/alarm-notify/util.c:67 ../calendar/gui/misc.c:112
-#: ../calendar/gui/misc.c:114
msgid "minute"
msgid_plural "minutes"
msgstr[0] "minuta"
@@ -4659,67 +4656,37 @@ msgstr "Nemohu vytvořit továrnu ke službě hlášení alarmu"
msgid "invalid time"
msgstr "neplatný čas"
-#. Can't be zero
-#: ../calendar/gui/alarm-notify/util.c:58
-#, c-format
-msgid "(%ld seconds)"
-msgstr "(%ld sekund)"
-
-#. TRANSLATORS: here, "second" is the time division (like "minute"), not the ordinal number (like "third")
-#: ../calendar/gui/alarm-notify/util.c:65 ../calendar/gui/misc.c:112
-#, c-format
-msgid "(%d %s %d %s)"
-msgstr "(%d·%s·%d·%s)"
-
-#. TRANSLATORS: here, "second" is the ordinal number (like "third"), not the time division (like "minute")
-#. * Entire string is for example: This appointment recurs/Every [x] month(s) on the [second] [Monday] [forever]'
-#. * (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/alarm-notify/util.c:65
-#: ../calendar/gui/dialogs/recurrence-page.c:998 ../calendar/gui/misc.c:112
-msgid "second"
-msgstr "2."
-
-#: ../calendar/gui/alarm-notify/util.c:65 ../calendar/gui/misc.c:112
-#: ../filter/filter.glade.h:18 ../mail/mail-config.glade.h:178
-msgid "seconds"
-msgstr "sekundách"
-
-#: ../calendar/gui/alarm-notify/util.c:67 ../calendar/gui/misc.c:114
-#, c-format
-msgid "(%d %s)"
-msgstr "(%d·%s)"
-
-#: ../calendar/gui/alarm-notify/util.c:78 ../calendar/gui/misc.c:125
-#, c-format
-msgid " %u second"
-msgstr " %u sekundu"
-
-#: ../calendar/gui/alarm-notify/util.c:78 ../calendar/gui/misc.c:125
-#, c-format
-msgid " %u seconds"
-msgstr " %u sekund"
-
-#: ../calendar/gui/alarm-notify/util.c:80 ../calendar/gui/misc.c:127
-#, c-format
-msgid " %u minute"
-msgstr " %u minutu"
-
-#: ../calendar/gui/alarm-notify/util.c:80 ../calendar/gui/misc.c:127
+#. Translator: Entire string is like "Pop up an alert %d hours before start of appointment"
+#: ../calendar/gui/alarm-notify/util.c:66 ../calendar/gui/e-alarm-list.c:408
+#: ../calendar/gui/misc.c:113
#, c-format
-msgid " %u minutes"
-msgstr " %u minut"
+msgid "%d hour"
+msgid_plural "%d hours"
+msgstr[0] "%d hodinu"
+msgstr[1] "%d hodiny"
+msgstr[2] "%d hodin"
-#: ../calendar/gui/alarm-notify/util.c:82 ../calendar/gui/misc.c:129
+#. Translator: Entire string is like "Pop up an alert %d minutes before start of appointment"
+#: ../calendar/gui/alarm-notify/util.c:72 ../calendar/gui/e-alarm-list.c:414
+#: ../calendar/gui/misc.c:119
#, c-format
-msgid "%u hour"
-msgstr "%u hodinu"
+msgid "%d minute"
+msgid_plural "%d minutes"
+msgstr[0] "%d minutu"
+msgstr[1] "%d minuty"
+msgstr[2] "%d minut"
-#: ../calendar/gui/alarm-notify/util.c:82 ../calendar/gui/misc.c:129
+#. 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:76 ../calendar/gui/e-alarm-list.c:420
+#: ../calendar/gui/misc.c:123
#, c-format
-msgid "%u hours"
-msgstr "%u hodin"
+msgid "%d second"
+msgid_plural "%d seconds"
+msgstr[0] "%d sekundu"
+msgstr[1] "%d sekundy"
+msgstr[2] "%d sekund"
#: ../calendar/gui/apps_evolution_calendar.schemas.in.in.h:1
msgid "Alarm programs"
@@ -4731,11 +4698,13 @@ msgstr "Vyžadovat potvrzení před odstraňováním položek"
#: ../calendar/gui/apps_evolution_calendar.schemas.in.in.h:3
msgid "Background color of tasks that are due today, in \"#rrggbb\" format."
-msgstr "Barva pozadí úkolů, které mají být splněny dnes, ve formátu \"#rrggbb\"."
+msgstr ""
+"Barva pozadí úkolů, které mají být splněny dnes, ve formátu \"#rrggbb\"."
#: ../calendar/gui/apps_evolution_calendar.schemas.in.in.h:4
msgid "Background color of tasks that are overdue, in \"#rrggbb\" format."
-msgstr "Barva pozadí úkolů, které již měly být splněny, ve formátu \"#rrggbb\"."
+msgstr ""
+"Barva pozadí úkolů, které již měly být splněny, ve formátu \"#rrggbb\"."
#: ../calendar/gui/apps_evolution_calendar.schemas.in.in.h:5
msgid "Calendars to run alarms for"
@@ -5396,7 +5365,7 @@ msgstr "minut"
msgid "start of appointment"
msgstr "začátkem(-ku) události"
-#: ../calendar/gui/dialogs/alarm-list-dialog.c:232
+#: ../calendar/gui/dialogs/alarm-list-dialog.c:235
msgid "Action/Trigger"
msgstr "Akce/spuštění"
@@ -5872,11 +5841,11 @@ msgstr "_Přesunout"
msgid "Cancel _Drag"
msgstr "Zrušit _tažení"
-#: ../calendar/gui/dialogs/comp-editor.c:800
+#: ../calendar/gui/dialogs/comp-editor.c:802
msgid "Could not update object"
msgstr "Nemohu aktualizovat objekt"
-#: ../calendar/gui/dialogs/comp-editor.c:943 ../composer/e-msg-composer.c:2479
+#: ../calendar/gui/dialogs/comp-editor.c:945 ../composer/e-msg-composer.c:2479
#, c-format
msgid "<b>%d</b> Attachment"
msgid_plural "<b>%d</b> Attachments"
@@ -5884,18 +5853,18 @@ msgstr[0] "<b>%d</b> příloha"
msgstr[1] "<b>%d</b> přílohy"
msgstr[2] "<b>%d</b> příloh"
-#: ../calendar/gui/dialogs/comp-editor.c:975
+#: ../calendar/gui/dialogs/comp-editor.c:977
msgid "Hide Attachment _Bar"
msgstr "Skrýt lištu _příloh"
-#: ../calendar/gui/dialogs/comp-editor.c:978
-#: ../calendar/gui/dialogs/comp-editor.c:1442
+#: ../calendar/gui/dialogs/comp-editor.c:980
+#: ../calendar/gui/dialogs/comp-editor.c:1444
#, fuzzy
msgid "Show Attachment _Bar"
msgstr "Lišta příloh"
-#: ../calendar/gui/dialogs/comp-editor.c:1087
-#: ../calendar/gui/dialogs/event-page.c:1897
+#: ../calendar/gui/dialogs/comp-editor.c:1089
+#: ../calendar/gui/dialogs/event-page.c:1894
#: ../calendar/gui/dialogs/meeting-page.c:899
#: ../calendar/gui/dialogs/task-page.c:1202
#: ../composer/e-msg-composer-attachment-bar.c:470
@@ -5906,83 +5875,83 @@ msgstr "Lišta příloh"
msgid "_Remove"
msgstr "_Odstranit"
-#: ../calendar/gui/dialogs/comp-editor.c:1088
+#: ../calendar/gui/dialogs/comp-editor.c:1090
#: ../composer/e-msg-composer-attachment-bar.c:471
#: ../composer/e-msg-composer.c:3620 ../mail/em-folder-tree.c:2058
#: ../ui/evolution-addressbook.xml.h:59 ../ui/evolution-mail-list.xml.h:33
msgid "_Properties"
msgstr "_Vlastnosti"
-#: ../calendar/gui/dialogs/comp-editor.c:1090
+#: ../calendar/gui/dialogs/comp-editor.c:1092
#: ../composer/e-msg-composer-attachment-bar.c:473
#: ../composer/e-msg-composer.c:3622
msgid "_Add attachment..."
msgstr "_Přidat přílohu..."
-#: ../calendar/gui/dialogs/comp-editor.c:1466
+#: ../calendar/gui/dialogs/comp-editor.c:1468
#: ../mail/em-format-html-display.c:2065
msgid "Show Attachments"
msgstr "Zobrazit přílohy"
-#: ../calendar/gui/dialogs/comp-editor.c:1467
+#: ../calendar/gui/dialogs/comp-editor.c:1469
#, fuzzy
msgid "Press space key to toggle attachment bar"
msgstr "Tlačítko přílohy: Přepněte lištu příloh stisknutím mezery"
-#: ../calendar/gui/dialogs/comp-editor.c:2074
-#: ../calendar/gui/dialogs/comp-editor.c:2117
+#: ../calendar/gui/dialogs/comp-editor.c:2076
+#: ../calendar/gui/dialogs/comp-editor.c:2119
msgid "Edit Appointment"
msgstr "Upravit událost"
-#: ../calendar/gui/dialogs/comp-editor.c:2080
-#: ../calendar/gui/dialogs/comp-editor.c:2123
+#: ../calendar/gui/dialogs/comp-editor.c:2082
+#: ../calendar/gui/dialogs/comp-editor.c:2125
#, c-format
msgid "Meeting - %s"
msgstr "Schůzka - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2082
-#: ../calendar/gui/dialogs/comp-editor.c:2125
+#: ../calendar/gui/dialogs/comp-editor.c:2084
+#: ../calendar/gui/dialogs/comp-editor.c:2127
#, c-format
msgid "Appointment - %s"
msgstr "Událost - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2086
-#: ../calendar/gui/dialogs/comp-editor.c:2129
+#: ../calendar/gui/dialogs/comp-editor.c:2088
+#: ../calendar/gui/dialogs/comp-editor.c:2131
#, c-format
msgid "Assigned Task - %s"
msgstr "Přidělený úkol - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2088
-#: ../calendar/gui/dialogs/comp-editor.c:2131
+#: ../calendar/gui/dialogs/comp-editor.c:2090
+#: ../calendar/gui/dialogs/comp-editor.c:2133
#, c-format
msgid "Task - %s"
msgstr "Úkol - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2091
-#: ../calendar/gui/dialogs/comp-editor.c:2134
+#: ../calendar/gui/dialogs/comp-editor.c:2093
+#: ../calendar/gui/dialogs/comp-editor.c:2136
#, c-format
msgid "Journal entry - %s"
msgstr "Zápis v deníku - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2102
-#: ../calendar/gui/dialogs/comp-editor.c:2144
+#: ../calendar/gui/dialogs/comp-editor.c:2104
+#: ../calendar/gui/dialogs/comp-editor.c:2146
msgid "No summary"
msgstr "Není shrnutí"
-#: ../calendar/gui/dialogs/comp-editor.c:2652
+#: ../calendar/gui/dialogs/comp-editor.c:2654
#: ../composer/e-msg-composer-attachment-bar.c:307 ../mail/em-utils.c:464
#: ../mail/em-utils.c:501 ../widgets/misc/e-attachment-bar.c:339
msgid "attachment"
msgstr "příloha"
-#: ../calendar/gui/dialogs/comp-editor.c:2741
-#: ../calendar/gui/dialogs/comp-editor.c:2795
-#: ../calendar/gui/dialogs/comp-editor.c:2819
+#: ../calendar/gui/dialogs/comp-editor.c:2743
+#: ../calendar/gui/dialogs/comp-editor.c:2797
+#: ../calendar/gui/dialogs/comp-editor.c:2821
msgid "Changes made to this item may be discarded if an update arrives"
msgstr ""
"Změny provedené v této položce mohou být ztraceny, pokud dorazí aktualizace"
-#: ../calendar/gui/dialogs/comp-editor.c:2843
+#: ../calendar/gui/dialogs/comp-editor.c:2845
msgid "Unable to use current version!"
msgstr "Nemohu používat aktuální verzi!"
@@ -6070,87 +6039,87 @@ msgid "Recurrence"
msgstr "Opakování"
#: ../calendar/gui/dialogs/event-page.c:807
-#: ../calendar/gui/dialogs/event-page.c:2717
+#: ../calendar/gui/dialogs/event-page.c:2714
msgid "This event has alarms"
msgstr "Tato·událost má nastaveny alarmy"
-#: ../calendar/gui/dialogs/event-page.c:875
+#: ../calendar/gui/dialogs/event-page.c:872
#: ../calendar/gui/dialogs/event-page.glade.h:7
msgid "Cale_ndar:"
msgstr "_Kalendář:"
-#: ../calendar/gui/dialogs/event-page.c:881
+#: ../calendar/gui/dialogs/event-page.c:878
#: ../calendar/gui/dialogs/event-page.glade.h:13
#: ../calendar/gui/dialogs/meeting-page.glade.h:5
#: ../calendar/gui/dialogs/task-page.c:446
msgid "Or_ganizer:"
msgstr "_Organizátor:"
-#: ../calendar/gui/dialogs/event-page.c:919
+#: ../calendar/gui/dialogs/event-page.c:916
#, fuzzy
msgid "_Delegatees"
msgstr "Delegáti"
-#: ../calendar/gui/dialogs/event-page.c:921
+#: ../calendar/gui/dialogs/event-page.c:918
#, fuzzy
msgid "Atte_ndees"
msgstr "Účastníci"
-#: ../calendar/gui/dialogs/event-page.c:1089
+#: ../calendar/gui/dialogs/event-page.c:1086
msgid "Event with no start date"
msgstr "Událost bez počátečního data"
-#: ../calendar/gui/dialogs/event-page.c:1092
+#: ../calendar/gui/dialogs/event-page.c:1089
msgid "Event with no end date"
msgstr "Událost bez konečného data"
-#: ../calendar/gui/dialogs/event-page.c:1260
+#: ../calendar/gui/dialogs/event-page.c:1257
#: ../calendar/gui/dialogs/task-page.c:852
msgid "Start date is wrong"
msgstr "Počáteční datum je chybné"
-#: ../calendar/gui/dialogs/event-page.c:1270
+#: ../calendar/gui/dialogs/event-page.c:1267
msgid "End date is wrong"
msgstr "Konečné datum je chybné"
-#: ../calendar/gui/dialogs/event-page.c:1293
+#: ../calendar/gui/dialogs/event-page.c:1290
msgid "Start time is wrong"
msgstr "Počáteční čas je chybný"
-#: ../calendar/gui/dialogs/event-page.c:1300
+#: ../calendar/gui/dialogs/event-page.c:1297
msgid "End time is wrong"
msgstr "Konečný čas je chybný"
-#: ../calendar/gui/dialogs/event-page.c:1455
+#: ../calendar/gui/dialogs/event-page.c:1452
#: ../calendar/gui/dialogs/meeting-page.c:469
#: ../calendar/gui/dialogs/task-page.c:909
msgid "The organizer selected no longer has an account."
msgstr "Vybraný organizátor už nemá účet."
-#: ../calendar/gui/dialogs/event-page.c:1461
+#: ../calendar/gui/dialogs/event-page.c:1458
#: ../calendar/gui/dialogs/meeting-page.c:475
#: ../calendar/gui/dialogs/task-page.c:915
msgid "An organizer is required."
msgstr "Je požadován organizátor."
-#: ../calendar/gui/dialogs/event-page.c:1476
+#: ../calendar/gui/dialogs/event-page.c:1473
#: ../calendar/gui/dialogs/meeting-page.c:490
#: ../calendar/gui/dialogs/task-page.c:930
msgid "At least one attendee is required."
msgstr "Je požadován alespoň jeden účastník."
-#: ../calendar/gui/dialogs/event-page.c:1898
+#: ../calendar/gui/dialogs/event-page.c:1895
#: ../calendar/gui/dialogs/meeting-page.c:900
#: ../calendar/gui/dialogs/task-page.c:1203
msgid "_Add "
msgstr "Př_idat "
-#: ../calendar/gui/dialogs/event-page.c:2624
+#: ../calendar/gui/dialogs/event-page.c:2621
#, c-format
msgid "Unable to open the calendar '%s'."
msgstr "Nemohu otevřít kalendář '%s'."
-#: ../calendar/gui/dialogs/event-page.c:2920
+#: ../calendar/gui/dialogs/event-page.c:2924
#, c-format
msgid "%d day before appointment"
msgid_plural "%d days before appointment"
@@ -6158,7 +6127,7 @@ msgstr[0] "%d den před událostí"
msgstr[1] "%d dny před událostí"
msgstr[2] "%d dnů před událostí"
-#: ../calendar/gui/dialogs/event-page.c:2928
+#: ../calendar/gui/dialogs/event-page.c:2932
#, c-format
msgid "%d hour before appointment"
msgid_plural "%d hours before appointment"
@@ -6166,7 +6135,7 @@ msgstr[0] "%d hodinu před událostí"
msgstr[1] "%d hodiny před událostí"
msgstr[2] "%d hodin před událostí"
-#: ../calendar/gui/dialogs/event-page.c:2936
+#: ../calendar/gui/dialogs/event-page.c:2940
#, c-format
msgid "%d minute before appointement"
msgid_plural "%d minutes before appointment"
@@ -6174,7 +6143,7 @@ msgstr[0] "%d minutu před událostí"
msgstr[1] "%d minuty před událostí"
msgstr[2] "%d minut před událostí"
-#: ../calendar/gui/dialogs/event-page.c:2952
+#: ../calendar/gui/dialogs/event-page.c:2956
msgid "Customize"
msgstr "Přizpůsobit"
@@ -6183,7 +6152,7 @@ msgstr "Přizpůsobit"
#. When "None" is selected we want the field to be cleared.
#. Note that we don't show this here, since by default a 'None' date
#. is not permitted.
-#: ../calendar/gui/dialogs/event-page.c:2957
+#: ../calendar/gui/dialogs/event-page.c:2961
#: ../calendar/gui/dialogs/meeting-page.c:321
#: ../calendar/gui/dialogs/meeting-page.glade.h:4
#: ../calendar/gui/e-cal-model-tasks.c:649
@@ -6313,14 +6282,14 @@ msgstr "Člen"
#. To translators: RSVP means "please reply"
#: ../calendar/gui/dialogs/meeting-page.etspec.h:8
-#: ../calendar/gui/e-meeting-list-view.c:503
+#: ../calendar/gui/e-meeting-list-view.c:509
#: ../calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr "RSVP"
#: ../calendar/gui/dialogs/meeting-page.etspec.h:10
#: ../calendar/gui/e-calendar-table.etspec.h:10
-#: ../calendar/gui/e-meeting-list-view.c:514
+#: ../calendar/gui/e-meeting-list-view.c:520
#: ../calendar/gui/e-meeting-time-sel.etspec.h:10 ../mail/em-filter-i18n.h:63
#: ../mail/message-list.etspec.h:12
msgid "Status"
@@ -6459,6 +6428,15 @@ msgstr "zapnuto"
msgid "first"
msgstr "1."
+#. TRANSLATORS: here, "second" is the ordinal number (like "third"), not the time division (like "minute")
+#. * Entire string is for example: This appointment recurs/Every [x] month(s) on the [second] [Monday] [forever]'
+#. * (dropdown menu options are in [square brackets]). This means that after 'second', either the string 'day' or
+#. * the name of a week day (like 'Monday' or 'Friday') always follow.
+#.
+#: ../calendar/gui/dialogs/recurrence-page.c:998
+msgid "second"
+msgstr "2."
+
#. TRANSLATORS: Entire string is for example: This appointment recurs/Every [x] month(s) on the [third] [Monday] [forever]'
#. * (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.
@@ -6769,33 +6747,6 @@ msgstr[0] "%d týden"
msgstr[1] "%d týdny"
msgstr[2] "%d týdnů"
-#. Translator: Entire string is like "Pop up an alert %d hours before start of appointment"
-#: ../calendar/gui/e-alarm-list.c:408
-#, c-format
-msgid "%d hour"
-msgid_plural "%d hours"
-msgstr[0] "%d hodinu"
-msgstr[1] "%d hodiny"
-msgstr[2] "%d hodin"
-
-#. Translator: Entire string is like "Pop up an alert %d minutes before start of appointment"
-#: ../calendar/gui/e-alarm-list.c:414
-#, c-format
-msgid "%d minute"
-msgid_plural "%d minutes"
-msgstr[0] "%d minutu"
-msgstr[1] "%d minuty"
-msgstr[2] "%d minut"
-
-#. Translator: Entire string is like "Pop up an alert %d seconds before start of appointment"
-#: ../calendar/gui/e-alarm-list.c:420
-#, c-format
-msgid "%d second"
-msgid_plural "%d seconds"
-msgstr[0] "%d sekundu"
-msgstr[1] "%d sekundy"
-msgstr[2] "%d sekund"
-
#: ../calendar/gui/e-alarm-list.c:464
msgid "Unknown action to be performed"
msgstr "Má se vykonat neznámá akce"
@@ -6971,7 +6922,7 @@ msgstr "Ne"
#. This is the default filename used for temporary file creation
#: ../calendar/gui/e-cal-model.c:327 ../calendar/gui/e-cal-popup.c:107
-#: ../calendar/gui/e-cal-popup.c:122 ../calendar/gui/e-cal-popup.c:167
+#: ../calendar/gui/e-cal-popup.c:124 ../calendar/gui/e-cal-popup.c:171
#: ../calendar/gui/e-itip-control.c:1144 ../calendar/gui/e-itip-control.c:1285
#: ../calendar/gui/e-meeting-list-view.c:169
#: ../calendar/gui/e-meeting-list-view.c:183
@@ -6993,36 +6944,36 @@ msgstr "Opakovaný"
msgid "Assigned"
msgstr "Přiřazeno"
-#: ../calendar/gui/e-cal-popup.c:173 ../mail/em-popup.c:412
+#: ../calendar/gui/e-cal-popup.c:177 ../mail/em-popup.c:412
msgid "Save As..."
msgstr "Uložit jako..."
-#: ../calendar/gui/e-cal-popup.c:189 ../mail/em-format-html-display.c:1913
+#: ../calendar/gui/e-cal-popup.c:193 ../mail/em-format-html-display.c:1913
msgid "Select folder to save selected attachments..."
msgstr "Zvolte adresář pro uložení vybraných příloh..."
-#: ../calendar/gui/e-cal-popup.c:218 ../mail/em-popup.c:437
+#: ../calendar/gui/e-cal-popup.c:222 ../mail/em-popup.c:437
#, c-format
msgid "untitled_image.%s"
msgstr "nepojmenovany_obrazek.%s"
-#: ../calendar/gui/e-cal-popup.c:272 ../calendar/gui/e-calendar-table.c:1176
+#: ../calendar/gui/e-cal-popup.c:276 ../calendar/gui/e-calendar-table.c:1176
#: ../calendar/gui/e-calendar-view.c:1596 ../calendar/gui/e-memo-table.c:854
#: ../mail/em-folder-view.c:1087 ../mail/em-popup.c:554 ../mail/em-popup.c:565
msgid "_Save As..."
msgstr "_Uložit jako..."
-#: ../calendar/gui/e-cal-popup.c:273 ../mail/em-popup.c:555
+#: ../calendar/gui/e-cal-popup.c:277 ../mail/em-popup.c:555
#: ../mail/em-popup.c:566
msgid "Set as _Background"
msgstr "Nastavit jako _pozadí"
-#: ../calendar/gui/e-cal-popup.c:274
+#: ../calendar/gui/e-cal-popup.c:278
#, fuzzy
msgid "_Save Selected"
msgstr "Uložit vybrané"
-#: ../calendar/gui/e-cal-popup.c:396 ../mail/em-popup.c:775
+#: ../calendar/gui/e-cal-popup.c:400 ../mail/em-popup.c:775
#, c-format
msgid "Open in %s..."
msgstr "Otevřít v %s..."
@@ -7628,7 +7579,8 @@ msgstr "Požadavek na informace o volném/obsazeném čase"
#: ../calendar/gui/e-itip-control.c:1465
#, c-format
msgid "<b>%s</b> has replied to a free/busy request."
-msgstr "<b>%s</b> odpověděl(-a) na požadavek na informace o volném/obsazeném čase."
+msgstr ""
+"<b>%s</b> odpověděl(-a) na požadavek na informace o volném/obsazeném čase."
#: ../calendar/gui/e-itip-control.c:1466
msgid "Free/Busy Reply"
@@ -7846,7 +7798,7 @@ msgid "Delegated"
msgstr "Delegováno"
#. The extra space is just a hack to occupy more space for Attendee
-#: ../calendar/gui/e-meeting-list-view.c:464
+#: ../calendar/gui/e-meeting-list-view.c:470
msgid "Attendee "
msgstr "Účastník··························"
@@ -7954,7 +7906,7 @@ msgstr "Poznámku přidáte kliknutím zde"
msgid "Memo sort"
msgstr "Řazení·poznámek"
-#: ../calendar/gui/e-memos.c:724 ../calendar/gui/e-tasks.c:818
+#: ../calendar/gui/e-memos.c:724 ../calendar/gui/e-tasks.c:836
#: ../calendar/gui/gnome-cal.c:2557
#, c-format
msgid ""
@@ -7973,7 +7925,7 @@ msgstr "Načítám poznámky"
msgid "Opening memos at %s"
msgstr "Otevírám poznámky v %s"
-#: ../calendar/gui/e-memos.c:1026 ../calendar/gui/e-tasks.c:1221
+#: ../calendar/gui/e-memos.c:1026 ../calendar/gui/e-tasks.c:1239
msgid "Deleting selected objects..."
msgstr "Mažu vybrané objekty..."
@@ -7982,20 +7934,20 @@ msgstr "Mažu vybrané objekty..."
msgid "Enter the password for %s"
msgstr "Zadejte heslo pro %s"
-#: ../calendar/gui/e-tasks.c:866
+#: ../calendar/gui/e-tasks.c:884
msgid "Loading tasks"
msgstr "Načítám úkoly"
-#: ../calendar/gui/e-tasks.c:953
+#: ../calendar/gui/e-tasks.c:971
#, c-format
msgid "Opening tasks at %s"
msgstr "Otevírám úkoly v %s"
-#: ../calendar/gui/e-tasks.c:1198
+#: ../calendar/gui/e-tasks.c:1216
msgid "Completing tasks..."
msgstr "Dokončuji úkoly..."
-#: ../calendar/gui/e-tasks.c:1248
+#: ../calendar/gui/e-tasks.c:1266
msgid "Expunging"
msgstr "Čistím"
@@ -8277,12 +8229,6 @@ msgstr "Nemohu převést kalendář `%s'"
msgid "Unable to migrate tasks `%s'"
msgstr "Nemohu převést úkoly `%s'"
-#. Can't be zero
-#: ../calendar/gui/misc.c:105
-#, c-format
-msgid "(%d seconds)"
-msgstr "(%d sekund)"
-
#: ../calendar/gui/print.c:493
msgid "1st"
msgstr "1."
@@ -10193,7 +10139,7 @@ msgid "%.0fG"
msgstr "%.0fG"
#: ../composer/e-msg-composer-attachment-bar.c:740
-#: ../widgets/misc/e-attachment-bar.c:986
+#: ../widgets/misc/e-attachment-bar.c:988
msgid "Attachment Bar"
msgstr "Lišta příloh"
@@ -10386,12 +10332,12 @@ msgstr "Všechny účty byly odstraněny."
msgid ""
"Are you sure you want to discard the message, titled '{0}', you are "
"composing?"
-msgstr ""
-"Opravdu chcete zahodit zprávu s předmětem '{0}', kterou píšete?"
+msgstr "Opravdu chcete zahodit zprávu s předmětem '{0}', kterou píšete?"
#: ../composer/mail-composer.error.xml.h:4
msgid "Because &quot;{0}&quot;, you may need to select different mail options."
-msgstr "Protože &quot;{0}&quot;, možná budete muset zvolit jiná nastavení pošty."
+msgstr ""
+"Protože &quot;{0}&quot;, možná budete muset zvolit jiná nastavení pošty."
#: ../composer/mail-composer.error.xml.h:5 ../e-util/e-system.error.xml.h:1
#: ../mail/mail.error.xml.h:19
@@ -10933,6 +10879,10 @@ msgstr "nazpět"
msgid "months"
msgstr "měsíců"
+#: ../filter/filter.glade.h:18 ../mail/mail-config.glade.h:178
+msgid "seconds"
+msgstr "sekundách"
+
#: ../filter/filter.glade.h:19
msgid "the current time"
msgstr "se současným časem"
@@ -11109,7 +11059,7 @@ msgstr "[Implicitní]"
#. g_object_set((GObject *)renderer, "activatable", TRUE, NULL);
#: ../mail/em-account-prefs.c:518 ../mail/em-composer-prefs.c:930
#: ../plugins/plugin-manager/plugin-manager.c:205
-#: ../plugins/publish-calendar/publish-calendar.c:474
+#: ../plugins/publish-calendar/publish-calendar.c:493
msgid "Enabled"
msgstr "Povoleno"
@@ -11138,18 +11088,18 @@ msgstr "Přidat skript podpisu"
msgid "Signature(s)"
msgstr "Podpisy"
-#: ../mail/em-composer-utils.c:873 ../mail/em-format-quote.c:389
+#: ../mail/em-composer-utils.c:874 ../mail/em-format-quote.c:389
msgid "-------- Forwarded Message --------"
msgstr "-------- Přeposlaná zpráva --------"
-#: ../mail/em-composer-utils.c:1665
+#: ../mail/em-composer-utils.c:1666
msgid "an unknown sender"
msgstr "neznámý odesílatel"
#. 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:1712
+#: ../mail/em-composer-utils.c:1713
msgid ""
"On ${AbbrevWeekdayName}, ${Year}-${Month}-${Day} at ${24Hour}:${Minute} "
"${TimeZone}, ${Sender} wrote:"
@@ -12622,43 +12572,43 @@ msgstr "Písmo s proměnlivou šířkou:"
#: ../mail/evolution-mail.schemas.in.in.h:98
msgid "View/Bcc menu item is checked"
-msgstr "Položka menu Zobrazit/Skrytá kopie je zaškrtnuta"
+msgstr "Položka nabídky Zobrazit/Skrytá kopie je zaškrtnuta"
#: ../mail/evolution-mail.schemas.in.in.h:99
msgid "View/Bcc menu item is checked."
-msgstr "Položka menu Zobrazit/Skrytá kopie je zaškrtnuta."
+msgstr "Položka nabídky Zobrazit/Skrytá kopie je zaškrtnuta."
#: ../mail/evolution-mail.schemas.in.in.h:100
msgid "View/Cc menu item is checked"
-msgstr "Položka menu Zobrazit/Kopie je zaškrtnuta."
+msgstr "Položka nabídky Zobrazit/Kopie je zaškrtnuta."
#: ../mail/evolution-mail.schemas.in.in.h:101
msgid "View/Cc menu item is checked."
-msgstr "Položka menu Zobrazit/Kopie je zaškrtnuta"
+msgstr "Položka nabídky Zobrazit/Kopie je zaškrtnuta"
#: ../mail/evolution-mail.schemas.in.in.h:102
msgid "View/From menu item is checked"
-msgstr "Položka menu Zobrazit/Od je zaškrtnuta"
+msgstr "Položka nabídky Zobrazit/Od je zaškrtnuta"
#: ../mail/evolution-mail.schemas.in.in.h:103
msgid "View/From menu item is checked."
-msgstr "Položka menu Zobrazit/Od je zaškrtnuta."
+msgstr "Položka nabídky Zobrazit/Od je zaškrtnuta."
#: ../mail/evolution-mail.schemas.in.in.h:104
msgid "View/PostTo menu item is checked"
-msgstr "Položka menu Zobrazit/Poslat komu je zaškrtnuta"
+msgstr "Položka nabídky Zobrazit/Poslat komu je zaškrtnuta"
#: ../mail/evolution-mail.schemas.in.in.h:105
msgid "View/PostTo menu item is checked."
-msgstr "Položka menu Zobrazit/Poslat komu je zaškrtnuta."
+msgstr "Položka nabídky Zobrazit/Poslat komu je zaškrtnuta."
#: ../mail/evolution-mail.schemas.in.in.h:106
msgid "View/ReplyTo menu item is checked"
-msgstr "Položka menu Zobrazit/Odpovědět komu je zaškrtnuta"
+msgstr "Položka nabídky Zobrazit/Odpovědět komu je zaškrtnuta"
#: ../mail/evolution-mail.schemas.in.in.h:107
msgid "View/ReplyTo menu item is checked."
-msgstr "Položka menu Zobrazit/Odpovědět komu je zaškrtnuta."
+msgstr "Položka nabídky Zobrazit/Odpovědět komu je zaškrtnuta."
#: ../mail/evolution-mail.schemas.in.in.h:108
msgid ""
@@ -13636,7 +13586,7 @@ msgid ""
"Please select a follow up action from the \"Flag\" menu."
msgstr ""
"Zprávy, které jste vybral pro follow-up jsou označeny níže.\n"
-"Vyberte prosím akci pro follow-up z menu \"Značka\"."
+"Vyberte prosím akci pro follow-up z nabídky \"Značka\"."
#: ../mail/mail-dialogs.glade.h:19
msgid "_Accept License"
@@ -14015,8 +13965,7 @@ msgstr "Opravdu chcete odstranit tento účet?"
#: ../mail/mail.error.xml.h:11
msgid ""
"Are you sure you want to disable this account and delete all its proxies?"
-msgstr ""
-"Opravdu chcete zakázat tento účet a odstranit všechny jeho proxy?"
+msgstr "Opravdu chcete zakázat tento účet a odstranit všechny jeho proxy?"
#: ../mail/mail.error.xml.h:12
msgid "Are you sure you want to open {0} messages at once?"
@@ -14467,8 +14416,7 @@ msgstr "Tento podpis byl změněn, ale nebyl uložen."
msgid ""
"This will mark all messages as read in the selected folder and its "
"subfolders."
-msgstr ""
-"Označí všechny zprávy ve vybrané složce i v podsložkách jako přečtené."
+msgstr "Označí všechny zprávy ve vybrané složce i v podsložkách jako přečtené."
#: ../mail/mail.error.xml.h:114
msgid "Unable to connect to the GroupWise server."
@@ -14791,8 +14739,7 @@ msgstr "Automatické kontakty"
#: ../plugins/bbdb/bbdb.c:454
msgid ""
"_Automatically create entries in the addressbook when responding to mail"
-msgstr ""
-"_Automaticky vytvářen položky v adresáři při odpovídání na poštu"
+msgstr "_Automaticky vytvářen položky v adresáři při odpovídání na poštu"
#: ../plugins/bbdb/bbdb.c:475
msgid "Instant Messaging Contacts"
@@ -14912,7 +14859,7 @@ msgid ""
"A test plugin which demonstrates a popup menu plugin which lets you copy "
"things to the clipboard."
msgstr ""
-"Testovací zásuvný modul, který předvádí zásuvný modul kontextového menu, "
+"Testovací zásuvný modul, který předvádí zásuvný modul kontextové nabídky, "
"který vám umožňuje kopírovat věci do schránky."
#: ../plugins/copy-tool/org-gnome-copy-tool.eplug.xml.h:2
@@ -15088,7 +15035,8 @@ msgid ""
"Evolution is in offline mode. You cannot create or modify folders now.\n"
"Please switch to online mode for such operations."
msgstr ""
-"Evolution je v režimu off-line. Nyní nemůžete vytvářet ani upravovat adresáře.\n"
+"Evolution je v režimu off-line. Nyní nemůžete vytvářet ani upravovat "
+"adresáře.\n"
"Přepněte prosím pro·tyto·operace do režimu on-line."
#. User entered a wrong existing
@@ -15705,7 +15653,7 @@ msgstr "Odhlašuji se od složky \"%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."
-msgstr "Umožňuje odhlášení složek pošty v kontextovém menu stromu složek."
+msgstr "Umožňuje odhlášení složek pošty v kontextové nabídce stromu složek."
#: ../plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml.h:2
msgid "Unsubscribe Folders"
@@ -15976,8 +15924,8 @@ msgid ""
"The output directory was not found on iPod! Please ensure that iPod has been "
"correctly set up and try again."
msgstr ""
-"Složka výstupu nebyla v iPod nalezena! Zkontrolujte, že je iPod nastaven správně a "
-"zkuste to znovu prosím."
+"Složka výstupu nebyla v iPod nalezena! Zkontrolujte, že je iPod nastaven "
+"správně a zkuste to znovu prosím."
#: ../plugins/ipod-sync/sync.c:174 ../plugins/ipod-sync/sync.c:202
msgid "Could not export data!"
@@ -16001,7 +15949,8 @@ msgstr "Nemohu otevřít kalendář/pracovní úkoly!"
#: ../plugins/ipod-sync/sync.c:292
msgid "Could not open the Evolution calendar/todo list to export data."
-msgstr "Nemohu otevřít pro export dat Evolution kalendář/seznam pracovních úkolů."
+msgstr ""
+"Nemohu otevřít pro export dat Evolution kalendář/seznam pracovních úkolů."
#: ../plugins/itip-formatter/itip-formatter.c:275
#: ../plugins/itip-formatter/itip-formatter.c:392
@@ -16331,8 +16280,7 @@ msgstr "<b>%s</b> si přeje být přidán(-a) na existující schůzku:"
#, c-format
msgid ""
"<b>%s</b> wishes to receive the latest information for the following meeting:"
-msgstr ""
-"<b>%s</b> si přeje získat nejnovější informace o následující schůzce:"
+msgstr "<b>%s</b> si přeje získat nejnovější informace o následující schůzce:"
#: ../plugins/itip-formatter/itip-view.c:370
#, c-format
@@ -16588,8 +16536,7 @@ msgstr "Vzdálená pošta"
msgid ""
"A plugin which allows the creation of meetings from the contents of a mail "
"message."
-msgstr ""
-"Zásuvný modul, který umožňuje tvorbu schůzek z obsahu zprávy."
+msgstr "Zásuvný modul, který umožňuje tvorbu schůzek z obsahu zprávy."
#: ../plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.xml.h:2
msgid "Con_vert to Meeting"
@@ -16603,8 +16550,7 @@ msgstr "Zprávu na schůzku"
msgid ""
"A plugin which allows the creation of tasks from the contents of a mail "
"message."
-msgstr ""
-"Zásuvný modul, který umožňuje tvorbu úkolů z obsahu zprávy."
+msgstr "Zásuvný modul, který umožňuje tvorbu úkolů z obsahu zprávy."
#: ../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
@@ -16817,7 +16763,8 @@ msgstr "Upozornění na novou poštu"
#: ../plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml.h:1
msgid "A plugin for managing which plugins are enabled or disabled."
-msgstr "Zásuvný modul pro správu toho, které zásuvné moduly jsou povoleny nebo "
+msgstr ""
+"Zásuvný modul pro správu toho, které zásuvné moduly jsou povoleny nebo "
"zakázány."
#. Setup the ui
@@ -16930,7 +16877,7 @@ msgstr "Místa"
msgid "_Publish Calendar Information"
msgstr "_Zveřejnit kalendář"
-#: ../plugins/publish-calendar/publish-calendar.c:386
+#: ../plugins/publish-calendar/publish-calendar.c:399
msgid "Are you sure you want to remove this URL?"
msgstr "Opravdu chcete odstranit toto URL?"
@@ -16951,8 +16898,7 @@ msgid ""
msgstr ""
"Denně\n"
"Týdně\n"
-"Ručně·(přes·menu Akce)"
-""
+"Ručně·(přes·nabídku Akce)"
#: ../plugins/publish-calendar/publish-calendar.glade.h:10
#, fuzzy
@@ -20319,14 +20265,14 @@ msgstr "Y2"
#: ../widgets/misc/e-canvas-vbox.c:102 ../widgets/misc/e-reflow.c:1429
#: ../widgets/table/e-table-group-container.c:974
#: ../widgets/table/e-table-group-leaf.c:636
-#: ../widgets/table/e-table-item.c:3014
+#: ../widgets/table/e-table-item.c:3015
msgid "Minimum width"
msgstr "Minimální šířka"
#: ../widgets/misc/e-canvas-vbox.c:103 ../widgets/misc/e-reflow.c:1430
#: ../widgets/table/e-table-group-container.c:975
#: ../widgets/table/e-table-group-leaf.c:637
-#: ../widgets/table/e-table-item.c:3015
+#: ../widgets/table/e-table-item.c:3016
msgid "Minimum Width"
msgstr "Minimální šířka"
@@ -20835,23 +20781,23 @@ msgstr "Aktivní sloupec"
msgid "Unselected Column"
msgstr "Nevybraný sloupec"
-#: ../widgets/table/e-cell-text.c:1744
+#: ../widgets/table/e-cell-text.c:1749
msgid "Strikeout Column"
msgstr "Přeškrtnutý sloupec"
-#: ../widgets/table/e-cell-text.c:1751
+#: ../widgets/table/e-cell-text.c:1756
msgid "Underline Column"
msgstr "Podtržený sloupec"
-#: ../widgets/table/e-cell-text.c:1758
+#: ../widgets/table/e-cell-text.c:1763
msgid "Bold Column"
msgstr "Tučný sloupec"
-#: ../widgets/table/e-cell-text.c:1765
+#: ../widgets/table/e-cell-text.c:1770
msgid "Color Column"
msgstr "Barevný sloupec"
-#: ../widgets/table/e-cell-text.c:1779
+#: ../widgets/table/e-cell-text.c:1784
msgid "BG Color Column"
msgstr "Barva pozadí sloupce"
@@ -21024,7 +20970,7 @@ msgstr "%s (%d položek)"
#: ../widgets/table/e-table-group-container.c:898
#: ../widgets/table/e-table-group-leaf.c:573
#: ../widgets/table/e-table-group-leaf.c:574
-#: ../widgets/table/e-table-item.c:2972 ../widgets/table/e-table-item.c:2973
+#: ../widgets/table/e-table-item.c:2973 ../widgets/table/e-table-item.c:2974
msgid "Alternating Row Colors"
msgstr "Střídající se barvy řádků"
@@ -21032,7 +20978,7 @@ msgstr "Střídající se barvy řádků"
#: ../widgets/table/e-table-group-container.c:905
#: ../widgets/table/e-table-group-leaf.c:580
#: ../widgets/table/e-table-group-leaf.c:581
-#: ../widgets/table/e-table-item.c:2979 ../widgets/table/e-table-item.c:2980
+#: ../widgets/table/e-table-item.c:2980 ../widgets/table/e-table-item.c:2981
#: ../widgets/table/e-tree.c:3265 ../widgets/table/e-tree.c:3266
msgid "Horizontal Draw Grid"
msgstr "Kreslit vodorovný rastr"
@@ -21041,7 +20987,7 @@ msgstr "Kreslit vodorovný rastr"
#: ../widgets/table/e-table-group-container.c:912
#: ../widgets/table/e-table-group-leaf.c:587
#: ../widgets/table/e-table-group-leaf.c:588
-#: ../widgets/table/e-table-item.c:2986 ../widgets/table/e-table-item.c:2987
+#: ../widgets/table/e-table-item.c:2987 ../widgets/table/e-table-item.c:2988
#: ../widgets/table/e-tree.c:3271 ../widgets/table/e-tree.c:3272
msgid "Vertical Draw Grid"
msgstr "Kreslit svislý rastr"
@@ -21050,7 +20996,7 @@ msgstr "Kreslit svislý rastr"
#: ../widgets/table/e-table-group-container.c:919
#: ../widgets/table/e-table-group-leaf.c:594
#: ../widgets/table/e-table-group-leaf.c:595
-#: ../widgets/table/e-table-item.c:2993 ../widgets/table/e-table-item.c:2994
+#: ../widgets/table/e-table-item.c:2994 ../widgets/table/e-table-item.c:2995
#: ../widgets/table/e-tree.c:3277 ../widgets/table/e-tree.c:3278
msgid "Draw focus"
msgstr "Kreslit zaměření"
@@ -21059,7 +21005,7 @@ msgstr "Kreslit zaměření"
#: ../widgets/table/e-table-group-container.c:926
#: ../widgets/table/e-table-group-leaf.c:601
#: ../widgets/table/e-table-group-leaf.c:602
-#: ../widgets/table/e-table-item.c:3000 ../widgets/table/e-table-item.c:3001
+#: ../widgets/table/e-table-item.c:3001 ../widgets/table/e-table-item.c:3002
msgid "Cursor mode"
msgstr "Režim kurzoru"
@@ -21067,7 +21013,7 @@ msgstr "Režim kurzoru"
#: ../widgets/table/e-table-group-container.c:933
#: ../widgets/table/e-table-group-leaf.c:615
#: ../widgets/table/e-table-group-leaf.c:616
-#: ../widgets/table/e-table-item.c:2965 ../widgets/table/e-table-item.c:2966
+#: ../widgets/table/e-table-item.c:2966 ../widgets/table/e-table-item.c:2967
msgid "Selection model"
msgstr "Model výběru"
@@ -21075,7 +21021,7 @@ msgstr "Model výběru"
#: ../widgets/table/e-table-group-container.c:940
#: ../widgets/table/e-table-group-leaf.c:608
#: ../widgets/table/e-table-group-leaf.c:609
-#: ../widgets/table/e-table-item.c:3007 ../widgets/table/e-table-item.c:3008
+#: ../widgets/table/e-table-item.c:3008 ../widgets/table/e-table-item.c:3009
#: ../widgets/table/e-table.c:3301 ../widgets/table/e-tree.c:3259
#: ../widgets/table/e-tree.c:3260
msgid "Length Threshold"
@@ -21085,7 +21031,7 @@ msgstr "Práh délky"
#: ../widgets/table/e-table-group-container.c:947
#: ../widgets/table/e-table-group-leaf.c:650
#: ../widgets/table/e-table-group-leaf.c:651
-#: ../widgets/table/e-table-item.c:3041 ../widgets/table/e-table-item.c:3042
+#: ../widgets/table/e-table-item.c:3042 ../widgets/table/e-table-item.c:3043
#: ../widgets/table/e-table.c:3308 ../widgets/table/e-tree.c:3291
#: ../widgets/table/e-tree.c:3292
msgid "Uniform row height"
@@ -21162,15 +21108,15 @@ msgstr "Řadicí informace"
msgid "Tree"
msgstr "Strom"
-#: ../widgets/table/e-table-item.c:2951 ../widgets/table/e-table-item.c:2952
+#: ../widgets/table/e-table-item.c:2952 ../widgets/table/e-table-item.c:2953
msgid "Table header"
msgstr "Záhlaví tabulky"
-#: ../widgets/table/e-table-item.c:2958 ../widgets/table/e-table-item.c:2959
+#: ../widgets/table/e-table-item.c:2959 ../widgets/table/e-table-item.c:2960
msgid "Table model"
msgstr "Model tabulky"
-#: ../widgets/table/e-table-item.c:3034 ../widgets/table/e-table-item.c:3035
+#: ../widgets/table/e-table-item.c:3035 ../widgets/table/e-table-item.c:3036
msgid "Cursor row"
msgstr "Řádek kurzoru"
@@ -21333,7 +21279,37 @@ msgstr "Kontext IM"
#: ../widgets/text/e-text.c:3706 ../widgets/text/e-text.c:3707
msgid "Handle Popup"
-msgstr "Obsloužit kontextové menu"
+msgstr "Obsloužit kontextovou nabídku"
+
+#~ msgid "(%ld seconds)"
+#~ msgstr "(%ld sekund)"
+
+#~ msgid "(%d %s %d %s)"
+#~ msgstr "(%d·%s·%d·%s)"
+
+#~ msgid "(%d %s)"
+#~ msgstr "(%d·%s)"
+
+#~ msgid " %u second"
+#~ msgstr " %u sekundu"
+
+#~ msgid " %u seconds"
+#~ msgstr " %u sekund"
+
+#~ msgid " %u minute"
+#~ msgstr " %u minutu"
+
+#~ msgid " %u minutes"
+#~ msgstr " %u minut"
+
+#~ msgid "%u hour"
+#~ msgstr "%u hodinu"
+
+#~ msgid "%u hours"
+#~ msgstr "%u hodin"
+
+#~ msgid "(%d seconds)"
+#~ msgstr "(%d sekund)"
#~ msgid "Addressbook"
#~ msgstr "Adresář"
@@ -21548,10 +21524,10 @@ msgstr "Obsloužit kontextové menu"
#~ msgstr "_Přidat URL"
#~ msgid "option menu to choose reminder units"
-#~ msgstr "menu možností pro volbu jednotek připomínání"
+#~ msgstr "nabídka možností pro volbu jednotek připomínání"
#~ msgid "option menu to choose time units"
-#~ msgstr "menu možností pro volbu jednotek času"
+#~ msgstr "nabídka možností pro volbu jednotek času"
#~ msgid "_Attachment Bar (drop attachments here)"
#~ msgstr "Lišta _příloh (sem pouštějte přílohy)"
diff --git a/po/de.po b/po/de.po
index 101cfa0fd1..a8c8e045d1 100644
--- a/po/de.po
+++ b/po/de.po
@@ -17,8 +17,8 @@ msgid ""
msgstr ""
"Project-Id-Version: evolution\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-03-10 08:42+0100\n"
-"PO-Revision-Date: 2006-03-10 08:34+0100\n"
+"POT-Creation-Date: 2006-03-10 08:29+0100\n"
+"PO-Revision-Date: 2006-03-10 08:21+0100\n"
"Last-Translator: Frank Arnold <frank@scirocco-5v-turbo.de>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
"MIME-Version: 1.0\n"
@@ -2543,15 +2543,15 @@ msgstr "Geändert"
msgid "Contact Editor - %s"
msgstr "Kontakteditor - %s"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2775
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2773
msgid "Please select an image for this contact"
msgstr "Bitte wählen Sie ein Bild für diesen Kontakt"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2776
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2774
msgid "No image"
msgstr "Kein Bild"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:3060
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:3058
msgid ""
"The contact data is invalid:\n"
"\n"
@@ -2559,7 +2559,7 @@ msgstr ""
"Die Kontaktdaten sind ungültig:\n"
"\n"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:3112
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:3110
msgid "Invalid contact."
msgstr "Kontakt ungültig."
@@ -2587,7 +2587,7 @@ msgstr "Adressbuch aus_wählen"
#, c-format
msgid ""
"Are you sure you want\n"
-"to delete contact list (%s)?"
+"to delete contact list (%s) ?"
msgstr ""
"Sind Sie sicher, dass Sie\n"
"diese Kontaktliste löschen wollen (%s)?"
@@ -2604,7 +2604,7 @@ msgstr ""
#, c-format
msgid ""
"Are you sure you want\n"
-"to delete contact (%s)?"
+"to delete contact (%s) ?"
msgstr ""
"Sind Sie sicher, dass Sie\n"
"diesen Kontakt löschen wollen (%s)?"
@@ -16628,7 +16628,7 @@ msgstr "Itip-Formatierung"
#: ../plugins/itip-formatter/org-gnome-itip-formatter.error.xml.h:1
msgid ""
"&quot;{0}&quot; has delegated the meeting. Do you want to add the delegate "
-"&quot;{1}&quot;?"
+"&quot;{1}&quot; ?"
msgstr ""
"»{0}« hat die Besprechung delegiert. Möchten Sie den Delegaten »{1}« "
"hinzufügen?"
diff --git a/po/et.po b/po/et.po
index 6f78210dd4..42fdc0e324 100644
--- a/po/et.po
+++ b/po/et.po
@@ -20991,322 +20991,3 @@ msgstr "Välksõnumikontekst"
#: ../widgets/text/e-text.c:3706 ../widgets/text/e-text.c:3707
msgid "Handle Popup"
msgstr ""
-
-#~ msgid ""
-#~ "Selecting this option means that Evolution will only try to use SSL/TLS "
-#~ "if you are in a insecure environment. For example, if you and your LDAP "
-#~ "server are behind a firewall at work, then Evolution doesn't need to use "
-#~ "SSL/TLS because your connection is already secure."
-#~ msgstr ""
-#~ "See valik tähendab seda, et Evolution üritab kasutada SSL/TLS protokolli "
-#~ "ainult siis kui sa oled ebaturvalises keskkonnas. Näiteks kui sina ja "
-#~ "sinu LDAP server asuvad mõlemad tulemüüriga kaitstud võrgus, siis "
-#~ "Evolution ei pea kasutama SSL/TLS protokolli, kuna sinu ühendus on juba "
-#~ "turvaline."
-
-#~ msgid "The Evolution Groupware Suite"
-#~ msgstr "Evolution grupitarkvarakomplekt"
-
-#~ msgid "_Show animated images"
-#~ msgstr "A_nimeeritud piltide kuvamine"
-
-#~ msgid "<b>%s (%s)</b> : %s"
-#~ msgstr "<b>%s (%s)</b> : %s"
-
-#~ msgid "<b>%s (%s)</b>"
-#~ msgstr "<b>%s (%s)</b>"
-
-#~ msgid "<b>%s</b> : %s"
-#~ msgstr "<b>%s</b> : %s"
-
-#~ msgid "<b>%s</b>"
-#~ msgstr "<b>%s</b>"
-
-#~ msgid "<span weight=\"bold\">Automatic Contacts</span>"
-#~ msgstr "<span weight=\"bold\">Automaatsed kontaktid</span>"
-
-#~ msgid "<span weight=\"bold\">Instant Messaging Contacts</span>"
-#~ msgstr "<span weight=\"bold\">Kiirsuhtluse kontaktid</span>"
-
-#~ msgid "<span weight=\"bold\">Conflict Search</span>"
-#~ msgstr "<span weight=\"bold\">Vastuolude otsing</span>"
-
-#~ msgid "Delete this Occurrence"
-#~ msgstr "Seekordse sündmuse kustutamine"
-
-#~ msgid "Addressbook"
-#~ msgstr "Aadressiraamat"
-
-#~ msgid "Task Table"
-#~ msgstr "Ülesannete tabel"
-
-#~ msgid "Removal Complete"
-#~ msgstr "Eemaldamine lõpetatud"
-
-#~ msgid "Con_tacts..."
-#~ msgstr "_Kontaktid..."
-
-#~ msgid "Memo Table"
-#~ msgstr "Märkmetabel"
-
-#~ msgid "Timezone Button"
-#~ msgstr "Ajavööndi nupp"
-
-#~ msgid "Mail Accounts Table"
-#~ msgstr "Postikontode tabel"
-
-#~ msgid "Attachment Button"
-#~ msgstr "Manuse nupp"
-
-#~ msgid "Toggle Attachment Bar"
-#~ msgstr "Manuseriba sisse- ja väljalülitamine"
-
-#~ msgid "Filters"
-#~ msgstr "Filtrid"
-
-#~ msgid "Message List"
-#~ msgstr "Sõnumiloend"
-
-#~ msgid "Alar_ms"
-#~ msgstr "Alar_mid"
-
-#~ msgid "_All day Event"
-#~ msgstr "Kestab kogu _päeva"
-
-#~ msgid "Previous Button"
-#~ msgstr "Eelmine nupp"
-
-#~ msgid "Text Date Entry"
-#~ msgstr "Tekstiline kuupäeva väli"
-
-#~ msgid "Date Button"
-#~ msgstr "Kuupäeva nupp"
-
-#~ msgid "Time Combo Box"
-#~ msgstr "Aja valikukast"
-
-#~ msgid "Advanced..."
-#~ msgstr "Edasijõudnutele..."
-
-#~ msgid "_Advanced..."
-#~ msgstr "_Edasijõudnutele..."
-
-#~ msgid "Select target addressbook."
-#~ msgstr "Vali sihtaadressiraamat."
-
-#~ msgid "(none)"
-#~ msgstr "(puudub)"
-
-#~ msgid "Primary Email"
-#~ msgstr "Peamine e-post"
-
-#~ msgid "Select an Action"
-#~ msgstr "Vali tegevus"
-
-#~ msgid "Create a new contact \"%s\""
-#~ msgstr "Uue kontakti \"%s\" loomine"
-
-#~ msgid "Add address to existing contact \"%s\""
-#~ msgstr "Lisa aadress olemasolevale kontaktile \"%s\""
-
-#~ msgid "Or_ganizer"
-#~ msgstr "Ko_rraldaja"
-
-#~ msgid "_Description:"
-#~ msgstr "_Kirjeldus:"
-
-#~ msgid "<b>Dele_gatees</b>"
-#~ msgstr "<b>Dele_gaadid</b>"
-
-#~ msgid "<b>From:</b>"
-#~ msgstr "<b>Saatja:</b>"
-
-#~ msgid "Classi_fication:"
-#~ msgstr "_Liigitamine"
-
-#~ msgid "_Group"
-#~ msgstr "_Grupp"
-
-#~ msgid "T_erminal Font:"
-#~ msgstr "T_erminali kirjatüüp"
-
-#~ msgid "dialog1"
-#~ msgstr "dialog1"
-
-#~ msgid "Id"
-#~ msgstr "Id"
-
-#~ msgid "Path"
-#~ msgstr "Rada"
-
-#~ msgid "Evolution Settings"
-#~ msgstr "Evolutioni sätted"
-
-#~ msgid "_Select All"
-#~ msgstr "Vali _kõik"
-
-#~ msgid "Show Time _Zone"
-#~ msgstr "Näita _ajavööndit"
-
-#~ msgid "_About Evolution..."
-#~ msgstr "_Evolutionist lähemalt..."
-
-#~ msgid "Available Fields"
-#~ msgstr "Saadaolevad väljad"
-
-#~ msgid "_Attachment Bar"
-#~ msgstr "_Manuseriba"
-
-#~ msgid "Server: %s, Type: %s"
-#~ msgstr "Server: %s, tüüp: %s"
-
-#~ msgid "Path: %s, Type: %s"
-#~ msgstr "Kataloog: %s, tüüp: %s"
-
-#~ msgid "Type: %s"
-#~ msgstr "Tüüp: %s "
-
-#~ msgid "Sa junk-plugin"
-#~ msgstr "SA rämpspostiplugin"
-
-#~ msgid "Dismiss"
-#~ msgstr "Katkesta"
-
-#~ msgid "Dismiss All"
-#~ msgstr "Tühista kõik"
-
-#~ msgid "<b>Default Free/Busy Server</b>"
-#~ msgstr "<b>Vaikimisi vaba/hõivatud server</b>"
-
-#~ msgid "<b>General</b>"
-#~ msgstr "<b>Üldine</b>"
-
-#~ msgid "<b>Task List</b>"
-#~ msgstr "<b>Ülesandeloend</b>"
-
-#~ msgid "<b>Time</b>"
-#~ msgstr "<b>Aeg</b>"
-
-#~ msgid "<b>Work Week</b>"
-#~ msgstr "<b>Töönädal</b>"
-
-#~ msgid "Calendar and Tasks Settings"
-#~ msgstr "Kalendri ja ülesannete sätted"
-
-#~ msgid "Color for overdue tasks"
-#~ msgstr "Tähtaja ületanud ülesannete värvus"
-
-#~ msgid "Color for tasks due today"
-#~ msgstr "Tänase tähtajaga ülesannete värvus"
-
-#~ msgid "Days"
-#~ msgstr "Päev(a)"
-
-#~ msgid "Hours"
-#~ msgstr "Tund(i)"
-
-#~ msgid "Minutes"
-#~ msgstr "Minut(it)"
-
-#~ msgid "_Publish Free/Busy Information"
-#~ msgstr "_Avalikusta vaba/hõivatud andmed"
-
-#~ msgid "%a %m/%d/%Y %I:%M %p"
-#~ msgstr "%a, %d.%m.%Y %I:%M:%S %p"
-
-#~ msgid "%a %m/%d/%Y %H:%M"
-#~ msgstr "%a, %d.%m.%Y %H:%M:%S"
-
-#~ msgid "%a %m/%d/%Y %I %p"
-#~ msgstr "%a, %d.%m.%Y %I:%M:%S %p"
-
-#~ msgid "%a %m/%d/%Y %H"
-#~ msgstr "%a, %d.%m.%Y"
-
-#~ msgid "%m/%d/%Y %I:%M:%S %p"
-#~ msgstr "%a, %d.%m.%Y %I:%M:%S %p"
-
-#~ msgid "%m/%d/%Y %H:%M:%S"
-#~ msgstr "%a, %d.%m.%Y %H:%M:%S"
-
-#~ msgid "%m/%d/%Y %I:%M %p"
-#~ msgstr "%a, %d.%m.%Y %I:%M:%S %p"
-
-#~ msgid "%m/%d/%Y %H:%M"
-#~ msgstr "%a, %d.%m.%Y %H:%M:%S"
-
-#~ msgid "%m/%d/%Y %I %p"
-#~ msgstr "%a, %d.%m.%Y %I:%M:%S %p"
-
-#~ msgid "%m/%d/%Y %H"
-#~ msgstr "%d.%m.%Y"
-
-#~ msgid "%I:%M:%S %p"
-#~ msgstr "%I:%M:%S %p"
-
-#~ msgid "%H:%M:%S"
-#~ msgstr "%H:%M:%S"
-
-#~ msgid "%I %p"
-#~ msgstr "%I %p"
-
-#~ msgid "_Rule name:"
-#~ msgstr "_Reegli nimi:"
-
-#~ msgid "Execute actions"
-#~ msgstr "Tegevused täidetakse juhul, kui"
-
-#~ msgid "Execute Command..."
-#~ msgstr "Käsu käivitamine..."
-
-#~ msgid "Publish Free/Busy information for this calendar"
-#~ msgstr "Selle kalendri vaba/hõivatud teabe avalikustamine"
-
-#~ msgid "Customize My Evolution"
-#~ msgstr "Minu Evolutioni kohandamine"
-
-#~ msgid "Move"
-#~ msgstr "Tõsta"
-
-#~ msgid "_Send / Receive"
-#~ msgstr "_Saada / võta vastu"
-
-#~ msgid "Search Editor"
-#~ msgstr "Otsinguredaktor"
-
-#~ msgid "description of appointment"
-#~ msgstr "sündmuse kirjeldus"
-
-#~ msgid "Schedulin_g"
-#~ msgstr "_Plaanimine"
-
-#~ msgid "In_vitations"
-#~ msgstr "_Kutsed"
-
-#~ msgid "<b>Date and Time</b>"
-#~ msgstr "<b>Kuupäev ja kellaaeg</b>"
-
-#~ msgid "<b>Send Options</b>"
-#~ msgstr "<b>Saatmise valikud</b>"
-
-#~ msgid "This appointment has customized alarms"
-#~ msgstr "Sellel sündmusel on kohandatud alarmid"
-
-#~ msgid "Meetings and Tasks"
-#~ msgstr "Koosolekud ja ülesanded"
-
-#~ msgid ""
-#~ "The suggested filename extension of this filetype (%s) is unused in the "
-#~ "chosen filename. Do you want to continue?"
-#~ msgstr ""
-#~ "Selle failitüübi (%s) jaoks soovitatud failinime laiendit pole kasutatud. "
-#~ "Kas sa soovid jätkata?"
-
-#~ msgid "_Attachment Bar (drop attachments here)"
-#~ msgstr "_Manuseriba (tõsta manused siia)"
-
-#~ msgid "_Delegate To..."
-#~ msgstr "_Delegeerida..."
-
-#~ msgid "_Preview Pane"
-#~ msgstr "_Eelvaatepaan"
diff --git a/po/fr.po b/po/fr.po
index 78061c3b64..9f24a65c95 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,5 +1,5 @@
# French translation of evolution.
-# Copyright (C) 2000-2005 Free Software Foundation, Inc.
+# Copyright (C) 2000-2006 Free Software Foundation, Inc.
# This file is distributed under the same license as the evolution package.
#
# Vincent Renardias <vincent@debian.org>, 2000.
@@ -18,10 +18,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: evolution 2.4.0\n"
+"Project-Id-Version: evolution 2.5.92\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-03-05 11:22+0100\n"
-"PO-Revision-Date: 2006-03-04 16:56+0100\n"
+"POT-Creation-Date: 2006-03-12 23:01+0100\n"
+"PO-Revision-Date: 2006-03-12 22:07+0100\n"
"Last-Translator: Stéphane Raimbault <stephane.raimbault@free.fr>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
"MIME-Version: 1.0\n"
@@ -124,32 +124,32 @@ msgid "a table to view and select the current time range"
msgstr ""
"un tableau pour consulter et sélectionner l'intervalle de temps courant"
-#: ../a11y/calendar/ea-day-view.c:146 ../a11y/calendar/ea-week-view.c:148
+#: ../a11y/calendar/ea-day-view.c:149 ../a11y/calendar/ea-week-view.c:151
#, c-format
msgid "It has %d event."
msgid_plural "It has %d events."
msgstr[0] "Il possède %d événement."
msgstr[1] "Il possède %d événements."
-#: ../a11y/calendar/ea-day-view.c:148 ../a11y/calendar/ea-week-view.c:150
+#: ../a11y/calendar/ea-day-view.c:151 ../a11y/calendar/ea-week-view.c:153
msgid "It has no events."
msgstr "Il ne possède pas d'événements."
-#: ../a11y/calendar/ea-day-view.c:152
+#: ../a11y/calendar/ea-day-view.c:155
#, c-format
msgid "Work Week View: %s. %s"
msgstr "Vue hebdomadaire de travail : %s. %s"
-#: ../a11y/calendar/ea-day-view.c:155
+#: ../a11y/calendar/ea-day-view.c:158
#, c-format
msgid "Day View: %s. %s"
msgstr "Vue journalière : %s. %s"
-#: ../a11y/calendar/ea-day-view.c:186
+#: ../a11y/calendar/ea-day-view.c:189
msgid "calendar view for a work week"
msgstr "vue du calendrier pour une semaine de travail"
-#: ../a11y/calendar/ea-day-view.c:188
+#: ../a11y/calendar/ea-day-view.c:191
msgid "calendar view for one or more days"
msgstr "vue du calendrier pour un ou plusieurs jours"
@@ -225,21 +225,21 @@ msgstr "Bouton du saut"
msgid "Click here, you can find more events."
msgstr "Cliquez ici, vous pourrez trouver plus d'événements."
-#: ../a11y/calendar/ea-week-view.c:155
+#: ../a11y/calendar/ea-week-view.c:158
#, c-format
msgid "Month View: %s. %s"
msgstr "Vue mensuelle : %s. %s"
-#: ../a11y/calendar/ea-week-view.c:159
+#: ../a11y/calendar/ea-week-view.c:162
#, c-format
msgid "Week View: %s. %s"
msgstr "Vue hebdomadaire : %s. %s"
-#: ../a11y/calendar/ea-week-view.c:190
+#: ../a11y/calendar/ea-week-view.c:193
msgid "calendar view for a month"
msgstr "vue du calendrier pour un mois"
-#: ../a11y/calendar/ea-week-view.c:192
+#: ../a11y/calendar/ea-week-view.c:195
msgid "calendar view for one or more weeks"
msgstr "vue du calendrier pour une ou plusieurs semaines"
@@ -1215,12 +1215,9 @@ msgstr "cartes"
#: ../addressbook/gui/component/ldap-config.glade.h:60
#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:8
-#: ../calendar/gui/alarm-notify/util.c:65
-#: ../calendar/gui/alarm-notify/util.c:67
#: ../calendar/gui/dialogs/alarm-dialog.glade.h:26
#: ../calendar/gui/dialogs/calendar-setup.glade.h:14
-#: ../calendar/gui/dialogs/event-page.glade.h:20 ../calendar/gui/misc.c:112
-#: ../calendar/gui/misc.c:114 ../filter/filter.glade.h:16
+#: ../calendar/gui/dialogs/event-page.glade.h:20 ../filter/filter.glade.h:16
#: ../mail/em-account-editor.c:2021
#: ../plugins/calendar-http/calendar-http.c:286
#: ../plugins/calendar-weather/calendar-weather.c:563
@@ -2552,15 +2549,15 @@ msgstr "Modifié"
msgid "Contact Editor - %s"
msgstr "Éditeur de contacts - %s"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2772
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2773
msgid "Please select an image for this contact"
msgstr "Veuillez sélectionner une image pour ce contact"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2773
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2774
msgid "No image"
msgstr "Pas d'image"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:3057
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:3058
msgid ""
"The contact data is invalid:\n"
"\n"
@@ -2568,7 +2565,7 @@ msgstr ""
"La donnée sur le contact n'est pas valide :\n"
"\n"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:3109
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:3110
msgid "Invalid contact."
msgstr "Contact invalide"
@@ -2898,7 +2895,7 @@ msgstr "Source"
#: ../addressbook/gui/widgets/e-addressbook-view.c:244
#: ../calendar/gui/dialogs/meeting-page.etspec.h:11
#: ../calendar/gui/e-calendar-table.etspec.h:13
-#: ../calendar/gui/e-meeting-list-view.c:480
+#: ../calendar/gui/e-meeting-list-view.c:486
#: ../calendar/gui/e-meeting-time-sel.etspec.h:11
#: ../calendar/gui/e-memo-table.etspec.h:5
msgid "Type"
@@ -2911,7 +2908,7 @@ msgid "Save as VCard..."
msgstr "Enregistrer comme VCard..."
#: ../addressbook/gui/widgets/e-addressbook-view.c:957
-#: ../calendar/gui/dialogs/comp-editor.c:1086
+#: ../calendar/gui/dialogs/comp-editor.c:1088
#: ../calendar/gui/e-calendar-table.c:1174
#: ../calendar/gui/e-calendar-view.c:1595 ../calendar/gui/e-memo-table.c:852
#: ../ui/evolution-addressbook.xml.h:56
@@ -3131,7 +3128,7 @@ msgstr "Radio"
#: ../addressbook/gui/widgets/e-addressbook-view.etspec.h:33
#: ../calendar/gui/dialogs/meeting-page.etspec.h:9
-#: ../calendar/gui/e-meeting-list-view.c:491
+#: ../calendar/gui/e-meeting-list-view.c:497
#: ../calendar/gui/e-meeting-time-sel.etspec.h:9
#: ../plugins/exchange-operations/exchange-permissions-dialog.c:725
msgid "Role"
@@ -3715,19 +3712,19 @@ msgstr "Importateur Evolution CSV et Tab"
msgid "Importing ..."
msgstr "Importation..."
-#: ../addressbook/importers/evolution-ldif-importer.c:761
+#: ../addressbook/importers/evolution-ldif-importer.c:754
msgid "LDAP Data Interchange Format (.ldif)"
msgstr "LDAP Data Interchange Format (.ldif)"
-#: ../addressbook/importers/evolution-ldif-importer.c:762
+#: ../addressbook/importers/evolution-ldif-importer.c:755
msgid "Evolution LDIF importer"
msgstr "Assistant d'importation LDIF d'Evolution"
-#: ../addressbook/importers/evolution-vcard-importer.c:554
+#: ../addressbook/importers/evolution-vcard-importer.c:547
msgid "VCard (.vcf, .gcrd)"
msgstr "VCard (.vcf, .gcrd)"
-#: ../addressbook/importers/evolution-vcard-importer.c:555
+#: ../addressbook/importers/evolution-vcard-importer.c:548
msgid "Evolution VCard Importer"
msgstr "Assistant d'importation VCard d'Evolution"
@@ -4549,9 +4546,6 @@ msgid "Evolution Calendar alarm notification service"
msgstr "Service de notification d'alarme du calendrier d'Evolution"
#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:115
-#: ../calendar/gui/alarm-notify/util.c:65
-#: ../calendar/gui/alarm-notify/util.c:67 ../calendar/gui/misc.c:112
-#: ../calendar/gui/misc.c:114
msgid "minute"
msgid_plural "minutes"
msgstr[0] "minute"
@@ -4685,67 +4679,34 @@ msgstr "Impossible de créer la fabrique de services de notification d'alarme"
msgid "invalid time"
msgstr "Heure non valide"
-#. Can't be zero
-#: ../calendar/gui/alarm-notify/util.c:58
-#, c-format
-msgid "(%ld seconds)"
-msgstr "(%ld secondes)"
-
-#. TRANSLATORS: here, "second" is the time division (like "minute"), not the ordinal number (like "third")
-#: ../calendar/gui/alarm-notify/util.c:65 ../calendar/gui/misc.c:112
-#, c-format
-msgid "(%d %s %d %s)"
-msgstr "(%d %s %d %s)"
-
-#. TRANSLATORS: here, "second" is the ordinal number (like "third"), not the time division (like "minute")
-#. * Entire string is for example: This appointment recurs/Every [x] month(s) on the [second] [Monday] [forever]'
-#. * (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/alarm-notify/util.c:65
-#: ../calendar/gui/dialogs/recurrence-page.c:998 ../calendar/gui/misc.c:112
-msgid "second"
-msgstr "seconde"
-
-#: ../calendar/gui/alarm-notify/util.c:65 ../calendar/gui/misc.c:112
-#: ../filter/filter.glade.h:18 ../mail/mail-config.glade.h:178
-msgid "seconds"
-msgstr "secondes"
-
-#: ../calendar/gui/alarm-notify/util.c:67 ../calendar/gui/misc.c:114
-#, c-format
-msgid "(%d %s)"
-msgstr "(%d %s)"
-
-#: ../calendar/gui/alarm-notify/util.c:78 ../calendar/gui/misc.c:125
-#, c-format
-msgid " %u second"
-msgstr " %u seconde"
-
-#: ../calendar/gui/alarm-notify/util.c:78 ../calendar/gui/misc.c:125
-#, c-format
-msgid " %u seconds"
-msgstr " %u secondes"
-
-#: ../calendar/gui/alarm-notify/util.c:80 ../calendar/gui/misc.c:127
-#, c-format
-msgid " %u minute"
-msgstr " %u minute"
-
-#: ../calendar/gui/alarm-notify/util.c:80 ../calendar/gui/misc.c:127
+#. Translator: Entire string is like "Pop up an alert %d hours before start of appointment"
+#: ../calendar/gui/alarm-notify/util.c:66 ../calendar/gui/e-alarm-list.c:408
+#: ../calendar/gui/misc.c:113
#, c-format
-msgid " %u minutes"
-msgstr " %u minutes"
+msgid "%d hour"
+msgid_plural "%d hours"
+msgstr[0] "%d heure"
+msgstr[1] "%d heures"
-#: ../calendar/gui/alarm-notify/util.c:82 ../calendar/gui/misc.c:129
+#. Translator: Entire string is like "Pop up an alert %d minutes before start of appointment"
+#: ../calendar/gui/alarm-notify/util.c:72 ../calendar/gui/e-alarm-list.c:414
+#: ../calendar/gui/misc.c:119
#, c-format
-msgid "%u hour"
-msgstr " %u heure"
+msgid "%d minute"
+msgid_plural "%d minutes"
+msgstr[0] "%d minute"
+msgstr[1] "%d minutes"
-#: ../calendar/gui/alarm-notify/util.c:82 ../calendar/gui/misc.c:129
+#. 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:76 ../calendar/gui/e-alarm-list.c:420
+#: ../calendar/gui/misc.c:123
#, c-format
-msgid "%u hours"
-msgstr "%u heures"
+msgid "%d second"
+msgid_plural "%d seconds"
+msgstr[0] "%d seconde"
+msgstr[1] "%d secondes"
#: ../calendar/gui/apps_evolution_calendar.schemas.in.in.h:1
msgid "Alarm programs"
@@ -5953,27 +5914,27 @@ msgstr "_Déplacer"
msgid "Cancel _Drag"
msgstr "Annuler le _déplacement"
-#: ../calendar/gui/dialogs/comp-editor.c:800
+#: ../calendar/gui/dialogs/comp-editor.c:802
msgid "Could not update object"
msgstr "Impossible de mettre à jour l'objet."
-#: ../calendar/gui/dialogs/comp-editor.c:943 ../composer/e-msg-composer.c:2479
+#: ../calendar/gui/dialogs/comp-editor.c:945 ../composer/e-msg-composer.c:2479
#, c-format
msgid "<b>%d</b> Attachment"
msgid_plural "<b>%d</b> Attachments"
msgstr[0] "<b>%d</b> fichier attaché"
msgstr[1] "<b>%d</b> fichiers attachés"
-#: ../calendar/gui/dialogs/comp-editor.c:975
+#: ../calendar/gui/dialogs/comp-editor.c:977
msgid "Hide Attachment _Bar"
msgstr "Masquer la _barre des pièces jointes"
-#: ../calendar/gui/dialogs/comp-editor.c:978
-#: ../calendar/gui/dialogs/comp-editor.c:1442
+#: ../calendar/gui/dialogs/comp-editor.c:980
+#: ../calendar/gui/dialogs/comp-editor.c:1444
msgid "Show Attachment _Bar"
msgstr "Afficher la _barre des pièces jointes"
-#: ../calendar/gui/dialogs/comp-editor.c:1087
+#: ../calendar/gui/dialogs/comp-editor.c:1089
#: ../calendar/gui/dialogs/event-page.c:1894
#: ../calendar/gui/dialogs/meeting-page.c:899
#: ../calendar/gui/dialogs/task-page.c:1202
@@ -5985,83 +5946,83 @@ msgstr "Afficher la _barre des pièces jointes"
msgid "_Remove"
msgstr "_Enlever"
-#: ../calendar/gui/dialogs/comp-editor.c:1088
+#: ../calendar/gui/dialogs/comp-editor.c:1090
#: ../composer/e-msg-composer-attachment-bar.c:471
#: ../composer/e-msg-composer.c:3620 ../mail/em-folder-tree.c:2058
#: ../ui/evolution-addressbook.xml.h:59 ../ui/evolution-mail-list.xml.h:33
msgid "_Properties"
msgstr "_Propriétés"
-#: ../calendar/gui/dialogs/comp-editor.c:1090
+#: ../calendar/gui/dialogs/comp-editor.c:1092
#: ../composer/e-msg-composer-attachment-bar.c:473
#: ../composer/e-msg-composer.c:3622
msgid "_Add attachment..."
msgstr "A_jouter une pièce jointe..."
-#: ../calendar/gui/dialogs/comp-editor.c:1466
+#: ../calendar/gui/dialogs/comp-editor.c:1468
#: ../mail/em-format-html-display.c:2065
msgid "Show Attachments"
msgstr "Afficher les pièces jointes"
-#: ../calendar/gui/dialogs/comp-editor.c:1467
+#: ../calendar/gui/dialogs/comp-editor.c:1469
msgid "Press space key to toggle attachment bar"
msgstr "Appuyez sur la barre espace pour basculer la barre des pièces jointes"
-#: ../calendar/gui/dialogs/comp-editor.c:2074
-#: ../calendar/gui/dialogs/comp-editor.c:2117
+#: ../calendar/gui/dialogs/comp-editor.c:2076
+#: ../calendar/gui/dialogs/comp-editor.c:2119
msgid "Edit Appointment"
msgstr "Éditer le rendez-vous"
-#: ../calendar/gui/dialogs/comp-editor.c:2080
-#: ../calendar/gui/dialogs/comp-editor.c:2123
+#: ../calendar/gui/dialogs/comp-editor.c:2082
+#: ../calendar/gui/dialogs/comp-editor.c:2125
#, c-format
msgid "Meeting - %s"
msgstr "Réunion - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2082
-#: ../calendar/gui/dialogs/comp-editor.c:2125
+#: ../calendar/gui/dialogs/comp-editor.c:2084
+#: ../calendar/gui/dialogs/comp-editor.c:2127
#, c-format
msgid "Appointment - %s"
msgstr "Rendez-vous - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2086
-#: ../calendar/gui/dialogs/comp-editor.c:2129
+#: ../calendar/gui/dialogs/comp-editor.c:2088
+#: ../calendar/gui/dialogs/comp-editor.c:2131
#, c-format
msgid "Assigned Task - %s"
msgstr "Tâche assignée - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2088
-#: ../calendar/gui/dialogs/comp-editor.c:2131
+#: ../calendar/gui/dialogs/comp-editor.c:2090
+#: ../calendar/gui/dialogs/comp-editor.c:2133
#, c-format
msgid "Task - %s"
msgstr "Tâche - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2091
-#: ../calendar/gui/dialogs/comp-editor.c:2134
+#: ../calendar/gui/dialogs/comp-editor.c:2093
+#: ../calendar/gui/dialogs/comp-editor.c:2136
#, c-format
msgid "Journal entry - %s"
msgstr "Entrée de journal - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2102
-#: ../calendar/gui/dialogs/comp-editor.c:2144
+#: ../calendar/gui/dialogs/comp-editor.c:2104
+#: ../calendar/gui/dialogs/comp-editor.c:2146
msgid "No summary"
msgstr "Aucun résumé"
-#: ../calendar/gui/dialogs/comp-editor.c:2652
+#: ../calendar/gui/dialogs/comp-editor.c:2654
#: ../composer/e-msg-composer-attachment-bar.c:307 ../mail/em-utils.c:464
#: ../mail/em-utils.c:501 ../widgets/misc/e-attachment-bar.c:339
msgid "attachment"
msgstr "pièce jointe"
-#: ../calendar/gui/dialogs/comp-editor.c:2741
-#: ../calendar/gui/dialogs/comp-editor.c:2795
-#: ../calendar/gui/dialogs/comp-editor.c:2819
+#: ../calendar/gui/dialogs/comp-editor.c:2743
+#: ../calendar/gui/dialogs/comp-editor.c:2797
+#: ../calendar/gui/dialogs/comp-editor.c:2821
msgid "Changes made to this item may be discarded if an update arrives"
msgstr ""
"Les changements apportés à cet élément peuvent être annulés en cas de "
"réception d'une mise à jour."
-#: ../calendar/gui/dialogs/comp-editor.c:2843
+#: ../calendar/gui/dialogs/comp-editor.c:2845
msgid "Unable to use current version!"
msgstr "Impossible d'utiliser la version courante !"
@@ -6390,14 +6351,14 @@ msgstr "Membre"
#. To translators: RSVP means "please reply"
#: ../calendar/gui/dialogs/meeting-page.etspec.h:8
-#: ../calendar/gui/e-meeting-list-view.c:503
+#: ../calendar/gui/e-meeting-list-view.c:509
#: ../calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr "RSVP"
#: ../calendar/gui/dialogs/meeting-page.etspec.h:10
#: ../calendar/gui/e-calendar-table.etspec.h:10
-#: ../calendar/gui/e-meeting-list-view.c:514
+#: ../calendar/gui/e-meeting-list-view.c:520
#: ../calendar/gui/e-meeting-time-sel.etspec.h:10 ../mail/em-filter-i18n.h:63
#: ../mail/message-list.etspec.h:12
msgid "Status"
@@ -6542,6 +6503,15 @@ msgstr "le"
msgid "first"
msgstr "premier"
+#. TRANSLATORS: here, "second" is the ordinal number (like "third"), not the time division (like "minute")
+#. * Entire string is for example: This appointment recurs/Every [x] month(s) on the [second] [Monday] [forever]'
+#. * (dropdown menu options are in [square brackets]). This means that after 'second', either the string 'day' or
+#. * the name of a week day (like 'Monday' or 'Friday') always follow.
+#.
+#: ../calendar/gui/dialogs/recurrence-page.c:998
+msgid "second"
+msgstr "seconde"
+
#. TRANSLATORS: Entire string is for example: This appointment recurs/Every [x] month(s) on the [third] [Monday] [forever]'
#. * (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.
@@ -6850,30 +6820,6 @@ msgid_plural "%d weeks"
msgstr[0] "%d semaine"
msgstr[1] "%d semaines"
-#. Translator: Entire string is like "Pop up an alert %d hours before start of appointment"
-#: ../calendar/gui/e-alarm-list.c:408
-#, c-format
-msgid "%d hour"
-msgid_plural "%d hours"
-msgstr[0] "%d heure"
-msgstr[1] "%d heures"
-
-#. Translator: Entire string is like "Pop up an alert %d minutes before start of appointment"
-#: ../calendar/gui/e-alarm-list.c:414
-#, c-format
-msgid "%d minute"
-msgid_plural "%d minutes"
-msgstr[0] "%d minute"
-msgstr[1] "%d minutes"
-
-#. Translator: Entire string is like "Pop up an alert %d seconds before start of appointment"
-#: ../calendar/gui/e-alarm-list.c:420
-#, c-format
-msgid "%d second"
-msgid_plural "%d seconds"
-msgstr[0] "%d seconde"
-msgstr[1] "%d secondes"
-
#: ../calendar/gui/e-alarm-list.c:464
msgid "Unknown action to be performed"
msgstr "Action inconnue à exécuter"
@@ -7049,7 +6995,7 @@ msgstr "Non"
#. This is the default filename used for temporary file creation
#: ../calendar/gui/e-cal-model.c:327 ../calendar/gui/e-cal-popup.c:107
-#: ../calendar/gui/e-cal-popup.c:122 ../calendar/gui/e-cal-popup.c:167
+#: ../calendar/gui/e-cal-popup.c:124 ../calendar/gui/e-cal-popup.c:171
#: ../calendar/gui/e-itip-control.c:1144 ../calendar/gui/e-itip-control.c:1285
#: ../calendar/gui/e-meeting-list-view.c:169
#: ../calendar/gui/e-meeting-list-view.c:183
@@ -7071,35 +7017,35 @@ msgstr "Récurrent"
msgid "Assigned"
msgstr "Attribué"
-#: ../calendar/gui/e-cal-popup.c:173 ../mail/em-popup.c:412
+#: ../calendar/gui/e-cal-popup.c:177 ../mail/em-popup.c:412
msgid "Save As..."
msgstr "Enregistrer sous..."
-#: ../calendar/gui/e-cal-popup.c:189 ../mail/em-format-html-display.c:1913
+#: ../calendar/gui/e-cal-popup.c:193 ../mail/em-format-html-display.c:1913
msgid "Select folder to save selected attachments..."
msgstr "Choisir le dossier où enregistrer les pièces jointes sélectionnées..."
-#: ../calendar/gui/e-cal-popup.c:218 ../mail/em-popup.c:437
+#: ../calendar/gui/e-cal-popup.c:222 ../mail/em-popup.c:437
#, c-format
msgid "untitled_image.%s"
msgstr "image_sansnom.%s"
-#: ../calendar/gui/e-cal-popup.c:272 ../calendar/gui/e-calendar-table.c:1176
+#: ../calendar/gui/e-cal-popup.c:276 ../calendar/gui/e-calendar-table.c:1176
#: ../calendar/gui/e-calendar-view.c:1596 ../calendar/gui/e-memo-table.c:854
#: ../mail/em-folder-view.c:1087 ../mail/em-popup.c:554 ../mail/em-popup.c:565
msgid "_Save As..."
msgstr "Enregistrer _sous..."
-#: ../calendar/gui/e-cal-popup.c:273 ../mail/em-popup.c:555
+#: ../calendar/gui/e-cal-popup.c:277 ../mail/em-popup.c:555
#: ../mail/em-popup.c:566
msgid "Set as _Background"
msgstr "Définir comme _arrière-plan"
-#: ../calendar/gui/e-cal-popup.c:274
+#: ../calendar/gui/e-cal-popup.c:278
msgid "_Save Selected"
msgstr "_Enregistrer la sélection"
-#: ../calendar/gui/e-cal-popup.c:396 ../mail/em-popup.c:775
+#: ../calendar/gui/e-cal-popup.c:400 ../mail/em-popup.c:775
#, c-format
msgid "Open in %s..."
msgstr "Ouvrir dans %s..."
@@ -7925,7 +7871,7 @@ msgid "Delegated"
msgstr "Délégué"
#. The extra space is just a hack to occupy more space for Attendee
-#: ../calendar/gui/e-meeting-list-view.c:464
+#: ../calendar/gui/e-meeting-list-view.c:470
msgid "Attendee "
msgstr "Participant "
@@ -8354,12 +8300,6 @@ msgstr "Impossible de migrer le calendrier « %s »"
msgid "Unable to migrate tasks `%s'"
msgstr "Impossible de migrer les tâches dans '%s'"
-#. Can't be zero
-#: ../calendar/gui/misc.c:105
-#, c-format
-msgid "(%d seconds)"
-msgstr "(%d secondes)"
-
#: ../calendar/gui/print.c:493
msgid "1st"
msgstr "1"
@@ -10270,7 +10210,7 @@ msgid "%.0fG"
msgstr "%.0fG"
#: ../composer/e-msg-composer-attachment-bar.c:740
-#: ../widgets/misc/e-attachment-bar.c:986
+#: ../widgets/misc/e-attachment-bar.c:988
msgid "Attachment Bar"
msgstr "Barre des pièces jointes"
@@ -11014,6 +10954,10 @@ msgstr "passé(e)s"
msgid "months"
msgstr "mois"
+#: ../filter/filter.glade.h:18 ../mail/mail-config.glade.h:178
+msgid "seconds"
+msgstr "secondes"
+
#: ../filter/filter.glade.h:19
msgid "the current time"
msgstr "la date actuelle"
@@ -15795,8 +15739,8 @@ msgid ""
"Your current usage is: {0} KB. Try to clear up some space by deleting some "
"mail."
msgstr ""
-"Votre utilisation actuelle est {0} Kio. Essayez de libérer un peu d'espace en "
-"supprimant quelques courriels."
+"Votre utilisation actuelle est {0} Kio. Essayez de libérer un peu d'espace "
+"en supprimant quelques courriels."
#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:73
msgid ""
@@ -21183,19 +21127,25 @@ msgstr ""
"Pour ajouter une colonne à votre table, glissez là\n"
"à l'emplacement où elle doit apparaître."
-#: ../widgets/table/e-table-group-container.c:345
-#, fuzzy, c-format
+#: ../widgets/table/e-table-group-container.c:346
+#, c-format
msgid "%s : %s (%d item)"
-msgid_plural "%s : %s (%d items)"
-msgstr[0] "%s : %s (%d élément)"
-msgstr[1] "%s : %s (%d élément)"
+msgstr "%s : %s (%d élément)"
-#: ../widgets/table/e-table-group-container.c:351
-#, fuzzy, c-format
+#: ../widgets/table/e-table-group-container.c:347
+#, c-format
+msgid "%s : %s (%d items)"
+msgstr "%s : %s (%d éléments)"
+
+#: ../widgets/table/e-table-group-container.c:352
+#, c-format
msgid "%s (%d item)"
-msgid_plural "%s (%d items)"
-msgstr[0] "%s (%d élément)"
-msgstr[1] "%s (%d élément)"
+msgstr "%s (%d élément)"
+
+#: ../widgets/table/e-table-group-container.c:353
+#, c-format
+msgid "%s (%d items)"
+msgstr "%s (%d éléments)"
#: ../widgets/table/e-table-group-container.c:897
#: ../widgets/table/e-table-group-container.c:898
@@ -21512,8 +21462,32 @@ msgstr "Contexte des méthodes de saisie"
msgid "Handle Popup"
msgstr "Poignée du menu contextuel"
-#~ msgid "%s : %s (%d items)"
-#~ msgstr "%s : %s (%d éléments)"
+#~ msgid "(%ld seconds)"
+#~ msgstr "(%ld secondes)"
+
+#~ msgid "(%d %s %d %s)"
+#~ msgstr "(%d %s %d %s)"
+
+#~ msgid "(%d %s)"
+#~ msgstr "(%d %s)"
+
+#~ msgid " %u second"
+#~ msgstr " %u seconde"
+
+#~ msgid " %u seconds"
+#~ msgstr " %u secondes"
+
+#~ msgid " %u minute"
+#~ msgstr " %u minute"
+
+#~ msgid " %u minutes"
+#~ msgstr " %u minutes"
+
+#~ msgid "%u hour"
+#~ msgstr " %u heure"
+
+#~ msgid "%u hours"
+#~ msgstr "%u heures"
-#~ msgid "%s (%d items)"
-#~ msgstr "%s (%d éléments)"
+#~ msgid "(%d seconds)"
+#~ msgstr "(%d secondes)"
diff --git a/po/it.po b/po/it.po
index c352269ab6..644c4cf93a 100644
--- a/po/it.po
+++ b/po/it.po
@@ -30,8 +30,8 @@ msgid ""
msgstr ""
"Project-Id-Version: evolution\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-28 11:34+0100\n"
-"PO-Revision-Date: 2006-02-28 11:33+0100\n"
+"POT-Creation-Date: 2006-03-10 16:24+0100\n"
+"PO-Revision-Date: 2006-03-10 16:25+0100\n"
"Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
"MIME-Version: 1.0\n"
@@ -102,12 +102,10 @@ msgstr "Evento di calendario: nessun indice."
# descrizione accessibile... spero di averla indovinata -Luca
#: ../a11y/calendar/ea-cal-view-event.c:268
-#, fuzzy
msgid "calendar view event"
msgstr "evento vista calendario"
#: ../a11y/calendar/ea-cal-view-event.c:485
-#, fuzzy
msgid "Grab Focus"
msgstr "Cattura il focus"
@@ -137,32 +135,32 @@ msgid "a table to view and select the current time range"
msgstr ""
"una tabella per visualizzare e selezionare l'intervallo di tempo corrente"
-#: ../a11y/calendar/ea-day-view.c:146 ../a11y/calendar/ea-week-view.c:148
+#: ../a11y/calendar/ea-day-view.c:149 ../a11y/calendar/ea-week-view.c:151
#, c-format
msgid "It has %d event."
msgid_plural "It has %d events."
msgstr[0] "Presenta %d evento."
msgstr[1] "Presenta %d eventi."
-#: ../a11y/calendar/ea-day-view.c:148 ../a11y/calendar/ea-week-view.c:150
+#: ../a11y/calendar/ea-day-view.c:151 ../a11y/calendar/ea-week-view.c:153
msgid "It has no events."
msgstr "Non presenta eventi."
-#: ../a11y/calendar/ea-day-view.c:152
+#: ../a11y/calendar/ea-day-view.c:155
#, c-format
msgid "Work Week View: %s. %s"
msgstr "Vista settimana lavorativa: %s. %s"
-#: ../a11y/calendar/ea-day-view.c:155
+#: ../a11y/calendar/ea-day-view.c:158
#, c-format
msgid "Day View: %s. %s"
msgstr "Vista giornaliera: %s. %s"
-#: ../a11y/calendar/ea-day-view.c:186
+#: ../a11y/calendar/ea-day-view.c:189
msgid "calendar view for a work week"
msgstr "vista calendario per una settimana lavorativa"
-#: ../a11y/calendar/ea-day-view.c:188
+#: ../a11y/calendar/ea-day-view.c:191
msgid "calendar view for one or more days"
msgstr "vista calendario per uno o più giorni"
@@ -238,21 +236,21 @@ msgstr "Pulsante \"vai a\""
msgid "Click here, you can find more events."
msgstr "Fare clic qui per trovare altri eventi."
-#: ../a11y/calendar/ea-week-view.c:155
+#: ../a11y/calendar/ea-week-view.c:158
#, c-format
msgid "Month View: %s. %s"
msgstr "Vista mensile: %s. %s"
-#: ../a11y/calendar/ea-week-view.c:159
+#: ../a11y/calendar/ea-week-view.c:162
#, c-format
msgid "Week View: %s. %s"
msgstr "Vista settimanale: %s. %s"
-#: ../a11y/calendar/ea-week-view.c:190
+#: ../a11y/calendar/ea-week-view.c:193
msgid "calendar view for a month"
msgstr "vista calendario per un mese"
-#: ../a11y/calendar/ea-week-view.c:192
+#: ../a11y/calendar/ea-week-view.c:195
msgid "calendar view for one or more weeks"
msgstr "vista calendario per una o più settimane"
@@ -681,7 +679,7 @@ msgstr "_Rubrica"
msgid "Create a new address book"
msgstr "Crea una nuova rubrica"
-#: ../addressbook/gui/component/addressbook-component.c:382
+#: ../addressbook/gui/component/addressbook-component.c:406
msgid "Failed upgrading Address Book settings or folders."
msgstr ""
"Aggiornamento delle impostazioni o delle cartelle della rubrica fallito."
@@ -707,7 +705,7 @@ msgstr ""
#: ../calendar/gui/dialogs/calendar-setup.c:369
#: ../calendar/gui/dialogs/calendar-setup.c:380
#: ../calendar/gui/dialogs/calendar-setup.c:391
-#: ../mail/em-folder-properties.c:217 ../mail/mail-config.glade.h:86
+#: ../mail/em-folder-properties.c:222 ../mail/mail-config.glade.h:86
#: ../plugins/itip-formatter/itip-formatter.c:1978
#: ../smime/gui/smime-ui.glade.h:28
msgid "General"
@@ -1058,6 +1056,9 @@ msgid ""
"search. If this is not modified, by default search will be performed on "
"objectclass of the type \"person\"."
msgstr ""
+"Il filtro di ricerca è il tipo di oggetto cercato, durante l'esecuzione "
+"della ricerca. Se questo non è modificato, in modo predefinito la ricerca "
+"verrà eseguida sulla objectclass di tipo \"person\"."
#: ../addressbook/gui/component/ldap-config.glade.h:33
msgid ""
@@ -1231,13 +1232,10 @@ msgstr "tessere"
#: ../addressbook/gui/component/ldap-config.glade.h:60
#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:8
-#: ../calendar/gui/alarm-notify/util.c:65
-#: ../calendar/gui/alarm-notify/util.c:67
#: ../calendar/gui/dialogs/alarm-dialog.glade.h:26
#: ../calendar/gui/dialogs/calendar-setup.glade.h:14
-#: ../calendar/gui/dialogs/event-page.glade.h:20 ../calendar/gui/misc.c:112
-#: ../calendar/gui/misc.c:114 ../filter/filter.glade.h:16
-#: ../mail/em-account-editor.c:2020
+#: ../calendar/gui/dialogs/event-page.glade.h:20 ../filter/filter.glade.h:16
+#: ../mail/em-account-editor.c:2021
#: ../plugins/calendar-http/calendar-http.c:286
#: ../plugins/calendar-weather/calendar-weather.c:563
msgid "minutes"
@@ -1497,7 +1495,7 @@ msgstr "Indirizzo"
#: ../addressbook/gui/widgets/e-minicard-view.c:520
#: ../addressbook/gui/widgets/e-minicard.c:175
#: ../widgets/menus/gal-define-views-model.c:181
-#: ../widgets/table/e-cell-text.c:1772 ../widgets/text/e-entry.c:1312
+#: ../widgets/table/e-cell-text.c:1777 ../widgets/text/e-entry.c:1312
#: ../widgets/text/e-entry.c:1313 ../widgets/text/e-text.c:3607
#: ../widgets/text/e-text.c:3608
msgid "Editable"
@@ -2508,7 +2506,7 @@ msgstr "Servizio"
# verificare nel codice se indica effettivamente posizione geografica -Luca
#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:128
#: ../calendar/gui/e-cal-list-view.etspec.h:3
-#: ../plugins/publish-calendar/publish-calendar.c:478
+#: ../plugins/publish-calendar/publish-calendar.c:497
#: ../plugins/save-calendar/csv-format.c:400
msgid "Location"
msgstr "Ubicazione"
@@ -2572,15 +2570,15 @@ msgstr "Cambiato"
msgid "Contact Editor - %s"
msgstr "Editor dei contatti - %s"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2757
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2773
msgid "Please select an image for this contact"
msgstr "Selezionare un'immagine per questo contatto"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2758
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2774
msgid "No image"
msgstr "Nessuna immagine"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:3042
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:3058
msgid ""
"The contact data is invalid:\n"
"\n"
@@ -2588,7 +2586,7 @@ msgstr ""
"I dati del contatto non sono validi:\n"
"\n"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:3094
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:3110
msgid "Invalid contact."
msgstr "Contatto non valido."
@@ -2746,8 +2744,8 @@ msgstr "Servizio _IM:"
# verificare che sia realmente ubicazione -Luca
#: ../addressbook/gui/contact-editor/im.glade.h:5
#: ../plugins/calendar-weather/calendar-weather.c:409
-#: ../plugins/exchange-operations/exchange-calendar.c:234
-#: ../plugins/exchange-operations/exchange-contacts.c:222
+#: ../plugins/exchange-operations/exchange-calendar.c:239
+#: ../plugins/exchange-operations/exchange-contacts.c:228
msgid "_Location:"
msgstr "_Ubicazione:"
@@ -2919,7 +2917,7 @@ msgstr "Origine"
#: ../addressbook/gui/widgets/e-addressbook-view.c:244
#: ../calendar/gui/dialogs/meeting-page.etspec.h:11
#: ../calendar/gui/e-calendar-table.etspec.h:13
-#: ../calendar/gui/e-meeting-list-view.c:480
+#: ../calendar/gui/e-meeting-list-view.c:486
#: ../calendar/gui/e-meeting-time-sel.etspec.h:11
#: ../calendar/gui/e-memo-table.etspec.h:5
msgid "Type"
@@ -2932,7 +2930,7 @@ msgid "Save as VCard..."
msgstr "Salva come VCard..."
#: ../addressbook/gui/widgets/e-addressbook-view.c:957
-#: ../calendar/gui/dialogs/comp-editor.c:1086
+#: ../calendar/gui/dialogs/comp-editor.c:1088
#: ../calendar/gui/e-calendar-table.c:1174
#: ../calendar/gui/e-calendar-view.c:1595 ../calendar/gui/e-memo-table.c:852
#: ../ui/evolution-addressbook.xml.h:56
@@ -2999,7 +2997,7 @@ msgstr "_Taglia"
#: ../calendar/gui/dialogs/comp-editor.c:445
#: ../calendar/gui/e-calendar-table.c:1182
#: ../calendar/gui/e-calendar-view.c:1602 ../calendar/gui/e-memo-table.c:860
-#: ../calendar/gui/tasks-component.c:442 ../composer/e-msg-composer.c:3098
+#: ../calendar/gui/tasks-component.c:442 ../composer/e-msg-composer.c:3120
#: ../mail/em-folder-tree.c:979 ../mail/em-folder-view.c:1077
#: ../mail/message-list.c:1724 ../ui/evolution-addressbook.xml.h:46
#: ../ui/evolution-calendar.xml.h:39 ../ui/evolution-composer-entries.xml.h:13
@@ -3158,7 +3156,7 @@ msgstr "Radio"
#: ../addressbook/gui/widgets/e-addressbook-view.etspec.h:33
#: ../calendar/gui/dialogs/meeting-page.etspec.h:9
-#: ../calendar/gui/e-meeting-list-view.c:491
+#: ../calendar/gui/e-meeting-list-view.c:497
#: ../calendar/gui/e-meeting-time-sel.etspec.h:9
#: ../plugins/exchange-operations/exchange-permissions-dialog.c:725
msgid "Role"
@@ -3197,7 +3195,7 @@ msgstr "Sito Web"
#: ../addressbook/gui/widgets/e-minicard-label.c:115
#: ../addressbook/gui/widgets/e-minicard.c:138
#: ../widgets/misc/e-canvas-vbox.c:96 ../widgets/misc/e-canvas-vbox.c:97
-#: ../widgets/misc/e-reflow.c:1434 ../widgets/misc/e-reflow.c:1435
+#: ../widgets/misc/e-reflow.c:1436 ../widgets/misc/e-reflow.c:1437
#: ../widgets/table/e-table-click-to-add.c:516
#: ../widgets/table/e-table-col.c:98
#: ../widgets/table/e-table-field-chooser-item.c:656
@@ -3205,7 +3203,7 @@ msgstr "Sito Web"
#: ../widgets/table/e-table-group-container.c:968
#: ../widgets/table/e-table-group-leaf.c:629
#: ../widgets/table/e-table-group-leaf.c:630
-#: ../widgets/table/e-table-item.c:3021 ../widgets/table/e-table-item.c:3022
+#: ../widgets/table/e-table-item.c:3022 ../widgets/table/e-table-item.c:3023
#: ../widgets/text/e-text.c:3649 ../widgets/text/e-text.c:3650
msgid "Width"
msgstr "Larghezza"
@@ -3213,14 +3211,14 @@ msgstr "Larghezza"
#: ../addressbook/gui/widgets/e-minicard-label.c:122
#: ../addressbook/gui/widgets/e-minicard.c:145
#: ../widgets/misc/e-canvas-vbox.c:108 ../widgets/misc/e-canvas-vbox.c:109
-#: ../widgets/misc/e-reflow.c:1442 ../widgets/misc/e-reflow.c:1443
+#: ../widgets/misc/e-reflow.c:1444 ../widgets/misc/e-reflow.c:1445
#: ../widgets/table/e-table-click-to-add.c:523
#: ../widgets/table/e-table-field-chooser-item.c:663
#: ../widgets/table/e-table-group-container.c:960
#: ../widgets/table/e-table-group-container.c:961
#: ../widgets/table/e-table-group-leaf.c:622
#: ../widgets/table/e-table-group-leaf.c:623
-#: ../widgets/table/e-table-item.c:3027 ../widgets/table/e-table-item.c:3028
+#: ../widgets/table/e-table-item.c:3028 ../widgets/table/e-table-item.c:3029
#: ../widgets/text/e-text.c:3657 ../widgets/text/e-text.c:3658
msgid "Height"
msgstr "Altezza"
@@ -3741,19 +3739,19 @@ msgstr "Importatore CSV e Tab di Evolution"
msgid "Importing ..."
msgstr "Importazione..."
-#: ../addressbook/importers/evolution-ldif-importer.c:761
+#: ../addressbook/importers/evolution-ldif-importer.c:754
msgid "LDAP Data Interchange Format (.ldif)"
msgstr "Formato dati di scambio LDAP (.ldif)"
-#: ../addressbook/importers/evolution-ldif-importer.c:762
+#: ../addressbook/importers/evolution-ldif-importer.c:755
msgid "Evolution LDIF importer"
msgstr "Importatore LDIF di Evolution"
-#: ../addressbook/importers/evolution-vcard-importer.c:554
+#: ../addressbook/importers/evolution-vcard-importer.c:547
msgid "VCard (.vcf, .gcrd)"
msgstr "VCard (.vcf, .gcrd)"
-#: ../addressbook/importers/evolution-vcard-importer.c:555
+#: ../addressbook/importers/evolution-vcard-importer.c:548
msgid "Evolution VCard Importer"
msgstr "Importatore VCard di Evolution"
@@ -3923,8 +3921,8 @@ msgstr "Ombreggiatura"
#. FIXME: Take care of i18n
#: ../addressbook/printing/e-contact-print.glade.h:36
#: ../plugins/exchange-operations/exchange-account-setup.c:955
-#: ../plugins/exchange-operations/exchange-calendar.c:224
-#: ../plugins/exchange-operations/exchange-contacts.c:205
+#: ../plugins/exchange-operations/exchange-calendar.c:229
+#: ../plugins/exchange-operations/exchange-contacts.c:211
msgid "Size:"
msgstr "Dimensione:"
@@ -4222,7 +4220,6 @@ msgstr ""
"loro di accettare questo compito."
#: ../calendar/calendar.error.xml.h:32
-#, fuzzy
msgid ""
"Email invitations will be sent to all participants and allow them to reply."
msgstr ""
@@ -4242,7 +4239,6 @@ msgid "Error loading task list"
msgstr "Errore nel caricare l'elenco di compiti"
#: ../calendar/calendar.error.xml.h:36
-#, fuzzy
msgid ""
"If you do not send a cancelation notice, the other participants may not know "
"the journal has been deleted."
@@ -4251,7 +4247,6 @@ msgstr ""
"potrebbero non venire a conoscenza che il diario è stato eliminato."
#: ../calendar/calendar.error.xml.h:37
-#, fuzzy
msgid ""
"If you do not send a cancelation notice, the other participants may not know "
"the meeting is canceled."
@@ -4260,7 +4255,6 @@ msgstr ""
"potrebbero non venire a conoscenza che la riunione è stata annullata."
#: ../calendar/calendar.error.xml.h:38
-#, fuzzy
msgid ""
"If you do not send a cancelation notice, the other participants may not know "
"the task has been deleted."
@@ -4285,22 +4279,20 @@ msgstr ""
"partecipanti di mantenere i propri elenchi di compiti aggiornati."
#: ../calendar/calendar.error.xml.h:41
-#, fuzzy
msgid ""
"Some attachments are being downloaded. Saving the appointment would result "
"in the loss of these attachments."
msgstr ""
" È in corso lo scaricamento di alcuni allegati. Salvando ora l'appuntamento, "
-"questo non includerà tali allegati non ancora disponibili "
+"si potrebbero perdere tali allegati."
#: ../calendar/calendar.error.xml.h:42
-#, fuzzy
msgid ""
"Some attachments are being downloaded. Saving the task would result in the "
"loss of these attachments."
msgstr ""
-" È in corso lo scaricamento di alcuni allegati. Salvando ora il compito, "
-"questo non includerà tali allegati non ancora disponibili "
+" È in corso lo scaricamento di alcuni allegati. Salvando ora il compito, si "
+"potrebbero perdere tali allegati."
#: ../calendar/calendar.error.xml.h:43
msgid "Some features may not work properly with your current server."
@@ -4357,12 +4349,10 @@ msgid "Would you like to save your changes to this task?"
msgstr "Salvare le modifiche apportate a questo compito?"
#: ../calendar/calendar.error.xml.h:56
-#, fuzzy
msgid "Would you like to send a cancelation notice for this journal entry?"
msgstr "Inviare una notifica di annullamento per questa voce di diario?"
#: ../calendar/calendar.error.xml.h:57
-#, fuzzy
msgid "Would you like to send all the participants a cancelation notice?"
msgstr "Inviare a tutti i partecipanti una notifica di annullamento?"
@@ -4383,7 +4373,6 @@ msgid "Would you like to send updated task information to participants?"
msgstr "Inviare ai partecipanti informazioni aggiornate sul compito?"
#: ../calendar/calendar.error.xml.h:62
-#, fuzzy
msgid ""
"You are connecting to an unsupported GroupWise server and may encounter "
"problems using Evolution. For best results, the server should be upgraded to "
@@ -4552,7 +4541,7 @@ msgid "Memos"
msgstr "Memo"
#: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:13
-#: ../calendar/gui/e-calendar-table.c:525 ../calendar/gui/e-tasks.c:1329
+#: ../calendar/gui/e-calendar-table.c:525 ../calendar/gui/e-tasks.c:1347
#: ../calendar/gui/print.c:1828 ../calendar/gui/tasks-component.c:521
#: ../calendar/gui/tasks-component.c:1012 ../calendar/gui/tasks-control.c:475
#: ../calendar/importers/icalendar-importer.c:80
@@ -4578,9 +4567,6 @@ msgid "Evolution Calendar alarm notification service"
msgstr "Servizio notifica allarme del calendario di Evolution"
#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:115
-#: ../calendar/gui/alarm-notify/util.c:65
-#: ../calendar/gui/alarm-notify/util.c:67 ../calendar/gui/misc.c:112
-#: ../calendar/gui/misc.c:114
msgid "minute"
msgid_plural "minutes"
msgstr[0] "minuto"
@@ -4714,67 +4700,34 @@ msgstr "Impossibile creare la fabbrica per il servizio di notifica allarme"
msgid "invalid time"
msgstr "tempo non valido"
-#. Can't be zero
-#: ../calendar/gui/alarm-notify/util.c:58
-#, c-format
-msgid "(%ld seconds)"
-msgstr "(%ld secondi)"
-
-#. TRANSLATORS: here, "second" is the time division (like "minute"), not the ordinal number (like "third")
-#: ../calendar/gui/alarm-notify/util.c:65 ../calendar/gui/misc.c:112
-#, c-format
-msgid "(%d %s %d %s)"
-msgstr "(%d %s %d %s)"
-
-#. TRANSLATORS: here, "second" is the ordinal number (like "third"), not the time division (like "minute")
-#. * Entire string is for example: This appointment recurs/Every [x] month(s) on the [second] [Monday] [forever]'
-#. * (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/alarm-notify/util.c:65
-#: ../calendar/gui/dialogs/recurrence-page.c:998 ../calendar/gui/misc.c:112
-msgid "second"
-msgstr "secondo"
-
-#: ../calendar/gui/alarm-notify/util.c:65 ../calendar/gui/misc.c:112
-#: ../filter/filter.glade.h:18 ../mail/mail-config.glade.h:178
-msgid "seconds"
-msgstr "secondi"
-
-#: ../calendar/gui/alarm-notify/util.c:67 ../calendar/gui/misc.c:114
-#, c-format
-msgid "(%d %s)"
-msgstr "(%d %s)"
-
-#: ../calendar/gui/alarm-notify/util.c:78 ../calendar/gui/misc.c:125
-#, c-format
-msgid " %u second"
-msgstr " %u secondo"
-
-#: ../calendar/gui/alarm-notify/util.c:78 ../calendar/gui/misc.c:125
-#, c-format
-msgid " %u seconds"
-msgstr " %u secondi"
-
-#: ../calendar/gui/alarm-notify/util.c:80 ../calendar/gui/misc.c:127
-#, c-format
-msgid " %u minute"
-msgstr " %u minuto"
-
-#: ../calendar/gui/alarm-notify/util.c:80 ../calendar/gui/misc.c:127
+#. Translator: Entire string is like "Pop up an alert %d hours before start of appointment"
+#: ../calendar/gui/alarm-notify/util.c:66 ../calendar/gui/e-alarm-list.c:408
+#: ../calendar/gui/misc.c:113
#, c-format
-msgid " %u minutes"
-msgstr " %u minuti"
+msgid "%d hour"
+msgid_plural "%d hours"
+msgstr[0] "%d ora"
+msgstr[1] "%d ore"
-#: ../calendar/gui/alarm-notify/util.c:82 ../calendar/gui/misc.c:129
+#. Translator: Entire string is like "Pop up an alert %d minutes before start of appointment"
+#: ../calendar/gui/alarm-notify/util.c:72 ../calendar/gui/e-alarm-list.c:414
+#: ../calendar/gui/misc.c:119
#, c-format
-msgid "%u hour"
-msgstr "%u ora"
+msgid "%d minute"
+msgid_plural "%d minutes"
+msgstr[0] "%d minuto"
+msgstr[1] "%d minuti"
-#: ../calendar/gui/alarm-notify/util.c:82 ../calendar/gui/misc.c:129
+#. 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:76 ../calendar/gui/e-alarm-list.c:420
+#: ../calendar/gui/misc.c:123
#, c-format
-msgid "%u hours"
-msgstr "%u ore"
+msgid "%d second"
+msgid_plural "%d seconds"
+msgstr[0] "%d secondo"
+msgstr[1] "%d secondi"
#: ../calendar/gui/apps_evolution_calendar.schemas.in.in.h:1
msgid "Alarm programs"
@@ -5480,7 +5433,7 @@ msgstr "minuto/i"
msgid "start of appointment"
msgstr "inizio dell'appuntamento"
-#: ../calendar/gui/dialogs/alarm-list-dialog.c:232
+#: ../calendar/gui/dialogs/alarm-list-dialog.c:235
msgid "Action/Trigger"
msgstr "Azione/Attivatore"
@@ -5947,134 +5900,134 @@ msgstr "Messaggio allegato - %s"
#. translators, this count will always be >1
#: ../calendar/gui/dialogs/comp-editor.c:212
#: ../calendar/gui/dialogs/comp-editor.c:382 ../composer/e-msg-composer.c:2855
-#: ../composer/e-msg-composer.c:3034
+#: ../composer/e-msg-composer.c:3056
#, c-format
msgid "Attached message"
msgid_plural "%d attached messages"
msgstr[0] "Messaggio allegato"
msgstr[1] "%d messaggi allegati"
-#: ../calendar/gui/dialogs/comp-editor.c:446 ../composer/e-msg-composer.c:3099
+#: ../calendar/gui/dialogs/comp-editor.c:446 ../composer/e-msg-composer.c:3121
#: ../mail/em-folder-tree.c:980 ../mail/em-folder-utils.c:368
#: ../mail/em-folder-view.c:973 ../mail/message-list.c:1725
msgid "_Move"
msgstr "_Sposta"
-#: ../calendar/gui/dialogs/comp-editor.c:448 ../composer/e-msg-composer.c:3101
+#: ../calendar/gui/dialogs/comp-editor.c:448 ../composer/e-msg-composer.c:3123
#: ../mail/em-folder-tree.c:982 ../mail/message-list.c:1727
msgid "Cancel _Drag"
msgstr "Annulla _trascinamento"
-#: ../calendar/gui/dialogs/comp-editor.c:800
+#: ../calendar/gui/dialogs/comp-editor.c:802
msgid "Could not update object"
msgstr "Impossibile aggiornare l'oggetto"
-#: ../calendar/gui/dialogs/comp-editor.c:943 ../composer/e-msg-composer.c:2479
+#: ../calendar/gui/dialogs/comp-editor.c:945 ../composer/e-msg-composer.c:2479
#, c-format
msgid "<b>%d</b> Attachment"
msgid_plural "<b>%d</b> Attachments"
msgstr[0] "<b>%d</b> allegato"
msgstr[1] "<b>%d</b> allegati"
-#: ../calendar/gui/dialogs/comp-editor.c:975
+#: ../calendar/gui/dialogs/comp-editor.c:977
msgid "Hide Attachment _Bar"
msgstr "Nascondi _barra allegati"
-#: ../calendar/gui/dialogs/comp-editor.c:978
-#: ../calendar/gui/dialogs/comp-editor.c:1442
+#: ../calendar/gui/dialogs/comp-editor.c:980
+#: ../calendar/gui/dialogs/comp-editor.c:1444
msgid "Show Attachment _Bar"
msgstr "Mostra _barra allegati"
-#: ../calendar/gui/dialogs/comp-editor.c:1087
-#: ../calendar/gui/dialogs/event-page.c:1897
+#: ../calendar/gui/dialogs/comp-editor.c:1089
+#: ../calendar/gui/dialogs/event-page.c:1894
#: ../calendar/gui/dialogs/meeting-page.c:899
#: ../calendar/gui/dialogs/task-page.c:1202
#: ../composer/e-msg-composer-attachment-bar.c:470
-#: ../composer/e-msg-composer.c:3597
+#: ../composer/e-msg-composer.c:3619
#: ../plugins/groupwise-features/junk-settings.glade.h:8
#: ../plugins/groupwise-features/properties.glade.h:14
#: ../widgets/table/e-table-config.glade.h:18
msgid "_Remove"
msgstr "_Rimuovi"
-#: ../calendar/gui/dialogs/comp-editor.c:1088
+#: ../calendar/gui/dialogs/comp-editor.c:1090
#: ../composer/e-msg-composer-attachment-bar.c:471
-#: ../composer/e-msg-composer.c:3598 ../mail/em-folder-tree.c:2058
+#: ../composer/e-msg-composer.c:3620 ../mail/em-folder-tree.c:2058
#: ../ui/evolution-addressbook.xml.h:59 ../ui/evolution-mail-list.xml.h:33
msgid "_Properties"
msgstr "_Proprietà"
-#: ../calendar/gui/dialogs/comp-editor.c:1090
+#: ../calendar/gui/dialogs/comp-editor.c:1092
#: ../composer/e-msg-composer-attachment-bar.c:473
-#: ../composer/e-msg-composer.c:3600
+#: ../composer/e-msg-composer.c:3622
msgid "_Add attachment..."
msgstr "_Aggiungi allegato..."
-#: ../calendar/gui/dialogs/comp-editor.c:1466
-#: ../mail/em-format-html-display.c:2063
+#: ../calendar/gui/dialogs/comp-editor.c:1468
+#: ../mail/em-format-html-display.c:2065
msgid "Show Attachments"
msgstr "Mostra allegati"
-#: ../calendar/gui/dialogs/comp-editor.c:1467
+#: ../calendar/gui/dialogs/comp-editor.c:1469
msgid "Press space key to toggle attachment bar"
msgstr "Premere la barra spaziatrice per commutare la barra degli allegati"
-#: ../calendar/gui/dialogs/comp-editor.c:2074
-#: ../calendar/gui/dialogs/comp-editor.c:2117
+#: ../calendar/gui/dialogs/comp-editor.c:2076
+#: ../calendar/gui/dialogs/comp-editor.c:2119
msgid "Edit Appointment"
msgstr "Modifica appuntamento"
-#: ../calendar/gui/dialogs/comp-editor.c:2080
-#: ../calendar/gui/dialogs/comp-editor.c:2123
+#: ../calendar/gui/dialogs/comp-editor.c:2082
+#: ../calendar/gui/dialogs/comp-editor.c:2125
#, c-format
msgid "Meeting - %s"
msgstr "Riunione - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2082
-#: ../calendar/gui/dialogs/comp-editor.c:2125
+#: ../calendar/gui/dialogs/comp-editor.c:2084
+#: ../calendar/gui/dialogs/comp-editor.c:2127
#, c-format
msgid "Appointment - %s"
msgstr "Appuntamento - %s"
# Novell Translation
-#: ../calendar/gui/dialogs/comp-editor.c:2086
-#: ../calendar/gui/dialogs/comp-editor.c:2129
+#: ../calendar/gui/dialogs/comp-editor.c:2088
+#: ../calendar/gui/dialogs/comp-editor.c:2131
#, c-format
msgid "Assigned Task - %s"
msgstr "Compito assegnato - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2088
-#: ../calendar/gui/dialogs/comp-editor.c:2131
+#: ../calendar/gui/dialogs/comp-editor.c:2090
+#: ../calendar/gui/dialogs/comp-editor.c:2133
#, c-format
msgid "Task - %s"
msgstr "Compito - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2091
-#: ../calendar/gui/dialogs/comp-editor.c:2134
+#: ../calendar/gui/dialogs/comp-editor.c:2093
+#: ../calendar/gui/dialogs/comp-editor.c:2136
#, c-format
msgid "Journal entry - %s"
msgstr "Voce diario - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2102
-#: ../calendar/gui/dialogs/comp-editor.c:2144
+#: ../calendar/gui/dialogs/comp-editor.c:2104
+#: ../calendar/gui/dialogs/comp-editor.c:2146
msgid "No summary"
msgstr "Nessun indice"
-#: ../calendar/gui/dialogs/comp-editor.c:2652
+#: ../calendar/gui/dialogs/comp-editor.c:2654
#: ../composer/e-msg-composer-attachment-bar.c:307 ../mail/em-utils.c:464
#: ../mail/em-utils.c:501 ../widgets/misc/e-attachment-bar.c:339
msgid "attachment"
msgstr "allegato"
-#: ../calendar/gui/dialogs/comp-editor.c:2741
-#: ../calendar/gui/dialogs/comp-editor.c:2795
-#: ../calendar/gui/dialogs/comp-editor.c:2819
+#: ../calendar/gui/dialogs/comp-editor.c:2743
+#: ../calendar/gui/dialogs/comp-editor.c:2797
+#: ../calendar/gui/dialogs/comp-editor.c:2821
msgid "Changes made to this item may be discarded if an update arrives"
msgstr ""
"I cambiamenti apportati a questa voce possono essere scartati se arriva un "
"aggiornamento"
-#: ../calendar/gui/dialogs/comp-editor.c:2843
+#: ../calendar/gui/dialogs/comp-editor.c:2845
msgid "Unable to use current version!"
msgstr "Impossibile usare la versione corrente!"
@@ -6165,107 +6118,107 @@ msgid "Recurrence"
msgstr "Ricorrenza"
#: ../calendar/gui/dialogs/event-page.c:807
-#: ../calendar/gui/dialogs/event-page.c:2717
+#: ../calendar/gui/dialogs/event-page.c:2714
msgid "This event has alarms"
msgstr "Questo evento presenta degli allarmi"
-#: ../calendar/gui/dialogs/event-page.c:875
+#: ../calendar/gui/dialogs/event-page.c:872
#: ../calendar/gui/dialogs/event-page.glade.h:7
msgid "Cale_ndar:"
msgstr "Cale_ndario:"
# Novell Translation
-#: ../calendar/gui/dialogs/event-page.c:881
+#: ../calendar/gui/dialogs/event-page.c:878
#: ../calendar/gui/dialogs/event-page.glade.h:13
#: ../calendar/gui/dialogs/meeting-page.glade.h:5
#: ../calendar/gui/dialogs/task-page.c:446
msgid "Or_ganizer:"
msgstr "Or_ganizzatore:"
-#: ../calendar/gui/dialogs/event-page.c:919
+#: ../calendar/gui/dialogs/event-page.c:916
msgid "_Delegatees"
msgstr "_Delegati"
-#: ../calendar/gui/dialogs/event-page.c:921
+#: ../calendar/gui/dialogs/event-page.c:918
msgid "Atte_ndees"
msgstr "Partecipa_nti"
-#: ../calendar/gui/dialogs/event-page.c:1089
+#: ../calendar/gui/dialogs/event-page.c:1086
msgid "Event with no start date"
msgstr "Evento senza data di inizio"
-#: ../calendar/gui/dialogs/event-page.c:1092
+#: ../calendar/gui/dialogs/event-page.c:1089
msgid "Event with no end date"
msgstr "Evento senza data di termine"
-#: ../calendar/gui/dialogs/event-page.c:1260
+#: ../calendar/gui/dialogs/event-page.c:1257
#: ../calendar/gui/dialogs/task-page.c:852
msgid "Start date is wrong"
msgstr "La data di inizio è errata"
-#: ../calendar/gui/dialogs/event-page.c:1270
+#: ../calendar/gui/dialogs/event-page.c:1267
msgid "End date is wrong"
msgstr "La data di termine è errata"
-#: ../calendar/gui/dialogs/event-page.c:1293
+#: ../calendar/gui/dialogs/event-page.c:1290
msgid "Start time is wrong"
msgstr "L'ora di inizio è errata"
-#: ../calendar/gui/dialogs/event-page.c:1300
+#: ../calendar/gui/dialogs/event-page.c:1297
msgid "End time is wrong"
msgstr "L'ora di termine è errata"
-#: ../calendar/gui/dialogs/event-page.c:1455
+#: ../calendar/gui/dialogs/event-page.c:1452
#: ../calendar/gui/dialogs/meeting-page.c:469
#: ../calendar/gui/dialogs/task-page.c:909
msgid "The organizer selected no longer has an account."
msgstr "L'organizzatore selezionato non ha più un account"
-#: ../calendar/gui/dialogs/event-page.c:1461
+#: ../calendar/gui/dialogs/event-page.c:1458
#: ../calendar/gui/dialogs/meeting-page.c:475
#: ../calendar/gui/dialogs/task-page.c:915
msgid "An organizer is required."
msgstr "È richiesto un organizzatore."
-#: ../calendar/gui/dialogs/event-page.c:1476
+#: ../calendar/gui/dialogs/event-page.c:1473
#: ../calendar/gui/dialogs/meeting-page.c:490
#: ../calendar/gui/dialogs/task-page.c:930
msgid "At least one attendee is required."
msgstr "È richiesto almeno un partecipante."
-#: ../calendar/gui/dialogs/event-page.c:1898
+#: ../calendar/gui/dialogs/event-page.c:1895
#: ../calendar/gui/dialogs/meeting-page.c:900
#: ../calendar/gui/dialogs/task-page.c:1203
msgid "_Add "
msgstr "A_ggiungi "
-#: ../calendar/gui/dialogs/event-page.c:2624
+#: ../calendar/gui/dialogs/event-page.c:2621
#, c-format
msgid "Unable to open the calendar '%s'."
msgstr "Impossibile aprire il calendario «%s»."
-#: ../calendar/gui/dialogs/event-page.c:2920
+#: ../calendar/gui/dialogs/event-page.c:2924
#, c-format
msgid "%d day before appointment"
msgid_plural "%d days before appointment"
msgstr[0] "%d giorno prima dell'appuntamento"
msgstr[1] "%d giorni prima dell'appuntamento"
-#: ../calendar/gui/dialogs/event-page.c:2928
+#: ../calendar/gui/dialogs/event-page.c:2932
#, c-format
msgid "%d hour before appointment"
msgid_plural "%d hours before appointment"
msgstr[0] "%d ora prima dell'appuntamento"
msgstr[1] "%d ore prima dell'appuntamento"
-#: ../calendar/gui/dialogs/event-page.c:2936
+#: ../calendar/gui/dialogs/event-page.c:2940
#, c-format
msgid "%d minute before appointement"
msgid_plural "%d minutes before appointment"
msgstr[0] "%d minuto prima dell'appuntamento"
msgstr[1] "%d minuti prima dell'appuntamento"
-#: ../calendar/gui/dialogs/event-page.c:2952
+#: ../calendar/gui/dialogs/event-page.c:2956
msgid "Customize"
msgstr "Personalizza"
@@ -6274,7 +6227,7 @@ msgstr "Personalizza"
#. When "None" is selected we want the field to be cleared.
#. Note that we don't show this here, since by default a 'None' date
#. is not permitted.
-#: ../calendar/gui/dialogs/event-page.c:2957
+#: ../calendar/gui/dialogs/event-page.c:2961
#: ../calendar/gui/dialogs/meeting-page.c:321
#: ../calendar/gui/dialogs/meeting-page.glade.h:4
#: ../calendar/gui/e-cal-model-tasks.c:649
@@ -6405,14 +6358,14 @@ msgstr "Membro"
#. To translators: RSVP means "please reply"
#: ../calendar/gui/dialogs/meeting-page.etspec.h:8
-#: ../calendar/gui/e-meeting-list-view.c:503
+#: ../calendar/gui/e-meeting-list-view.c:509
#: ../calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr "RSVP"
#: ../calendar/gui/dialogs/meeting-page.etspec.h:10
#: ../calendar/gui/e-calendar-table.etspec.h:10
-#: ../calendar/gui/e-meeting-list-view.c:514
+#: ../calendar/gui/e-meeting-list-view.c:520
#: ../calendar/gui/e-meeting-time-sel.etspec.h:10 ../mail/em-filter-i18n.h:63
#: ../mail/message-list.etspec.h:12
msgid "Status"
@@ -6553,6 +6506,15 @@ msgstr "il"
msgid "first"
msgstr "primo"
+#. TRANSLATORS: here, "second" is the ordinal number (like "third"), not the time division (like "minute")
+#. * Entire string is for example: This appointment recurs/Every [x] month(s) on the [second] [Monday] [forever]'
+#. * (dropdown menu options are in [square brackets]). This means that after 'second', either the string 'day' or
+#. * the name of a week day (like 'Monday' or 'Friday') always follow.
+#.
+#: ../calendar/gui/dialogs/recurrence-page.c:998
+msgid "second"
+msgstr "secondo"
+
#. TRANSLATORS: Entire string is for example: This appointment recurs/Every [x] month(s) on the [third] [Monday] [forever]'
#. * (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.
@@ -6861,30 +6823,6 @@ msgid_plural "%d weeks"
msgstr[0] "%d settimana"
msgstr[1] "%d settimane"
-#. Translator: Entire string is like "Pop up an alert %d hours before start of appointment"
-#: ../calendar/gui/e-alarm-list.c:408
-#, c-format
-msgid "%d hour"
-msgid_plural "%d hours"
-msgstr[0] "%d ora"
-msgstr[1] "%d ore"
-
-#. Translator: Entire string is like "Pop up an alert %d minutes before start of appointment"
-#: ../calendar/gui/e-alarm-list.c:414
-#, c-format
-msgid "%d minute"
-msgid_plural "%d minutes"
-msgstr[0] "%d minuto"
-msgstr[1] "%d minuti"
-
-#. Translator: Entire string is like "Pop up an alert %d seconds before start of appointment"
-#: ../calendar/gui/e-alarm-list.c:420
-#, c-format
-msgid "%d second"
-msgid_plural "%d seconds"
-msgstr[0] "%d secondo"
-msgstr[1] "%d secondi"
-
#: ../calendar/gui/e-alarm-list.c:464
msgid "Unknown action to be performed"
msgstr "Azione sconosciuta da portare a termine"
@@ -7060,7 +6998,7 @@ msgstr "No"
#. This is the default filename used for temporary file creation
#: ../calendar/gui/e-cal-model.c:327 ../calendar/gui/e-cal-popup.c:107
-#: ../calendar/gui/e-cal-popup.c:122 ../calendar/gui/e-cal-popup.c:167
+#: ../calendar/gui/e-cal-popup.c:124 ../calendar/gui/e-cal-popup.c:171
#: ../calendar/gui/e-itip-control.c:1144 ../calendar/gui/e-itip-control.c:1285
#: ../calendar/gui/e-meeting-list-view.c:169
#: ../calendar/gui/e-meeting-list-view.c:183
@@ -7082,35 +7020,35 @@ msgstr "Ricorrente"
msgid "Assigned"
msgstr "Assegnato"
-#: ../calendar/gui/e-cal-popup.c:173 ../mail/em-popup.c:412
+#: ../calendar/gui/e-cal-popup.c:177 ../mail/em-popup.c:412
msgid "Save As..."
msgstr "Salva come..."
-#: ../calendar/gui/e-cal-popup.c:189 ../mail/em-format-html-display.c:1911
+#: ../calendar/gui/e-cal-popup.c:193 ../mail/em-format-html-display.c:1913
msgid "Select folder to save selected attachments..."
msgstr "Selezionare una cartella per salvare gli allegati selezionati..."
-#: ../calendar/gui/e-cal-popup.c:218 ../mail/em-popup.c:437
+#: ../calendar/gui/e-cal-popup.c:222 ../mail/em-popup.c:437
#, c-format
msgid "untitled_image.%s"
msgstr "immagine_senza_nome.%s"
-#: ../calendar/gui/e-cal-popup.c:272 ../calendar/gui/e-calendar-table.c:1176
+#: ../calendar/gui/e-cal-popup.c:276 ../calendar/gui/e-calendar-table.c:1176
#: ../calendar/gui/e-calendar-view.c:1596 ../calendar/gui/e-memo-table.c:854
#: ../mail/em-folder-view.c:1087 ../mail/em-popup.c:554 ../mail/em-popup.c:565
msgid "_Save As..."
msgstr "Sa_lva come..."
-#: ../calendar/gui/e-cal-popup.c:273 ../mail/em-popup.c:555
+#: ../calendar/gui/e-cal-popup.c:277 ../mail/em-popup.c:555
#: ../mail/em-popup.c:566
msgid "Set as _Background"
msgstr "Imposta come _sfondo"
-#: ../calendar/gui/e-cal-popup.c:274
+#: ../calendar/gui/e-cal-popup.c:278
msgid "_Save Selected"
msgstr "_Salva selezionati"
-#: ../calendar/gui/e-cal-popup.c:396 ../mail/em-popup.c:775
+#: ../calendar/gui/e-cal-popup.c:400 ../mail/em-popup.c:775
#, c-format
msgid "Open in %s..."
msgstr "Apri in %s..."
@@ -7548,17 +7486,15 @@ msgstr "Declinato"
# ma che senso ha?
#: ../calendar/gui/e-itip-control.c:1224
-#, fuzzy
msgid ""
"The meeting has been canceled, however it could not be found in your "
"calendars"
msgstr ""
-"La riunione è stata annullata, tuttavia potrebbe non essere presente nei "
-"propri calendari"
+"La riunione è stata annullata, tuttavia potrebbe essere presente nei propri "
+"calendari"
# ma che senso ha?
#: ../calendar/gui/e-itip-control.c:1226
-#, fuzzy
msgid ""
"The task has been canceled, however it could not be found in your task lists"
msgstr ""
@@ -7945,7 +7881,7 @@ msgid "Delegated"
msgstr "Delegato"
#. The extra space is just a hack to occupy more space for Attendee
-#: ../calendar/gui/e-meeting-list-view.c:464
+#: ../calendar/gui/e-meeting-list-view.c:470
msgid "Attendee "
msgstr "Partecipante "
@@ -8052,7 +7988,7 @@ msgstr "Fare clic per aggiungere un memo"
msgid "Memo sort"
msgstr "Ordinamento memo"
-#: ../calendar/gui/e-memos.c:724 ../calendar/gui/e-tasks.c:818
+#: ../calendar/gui/e-memos.c:724 ../calendar/gui/e-tasks.c:836
#: ../calendar/gui/gnome-cal.c:2557
#, c-format
msgid ""
@@ -8071,7 +8007,7 @@ msgstr "Caricamento memo"
msgid "Opening memos at %s"
msgstr "Apertura memo presso %s"
-#: ../calendar/gui/e-memos.c:1026 ../calendar/gui/e-tasks.c:1221
+#: ../calendar/gui/e-memos.c:1026 ../calendar/gui/e-tasks.c:1239
msgid "Deleting selected objects..."
msgstr "Eliminazione oggetti selezionati..."
@@ -8080,20 +8016,20 @@ msgstr "Eliminazione oggetti selezionati..."
msgid "Enter the password for %s"
msgstr "Inserire la password per %s"
-#: ../calendar/gui/e-tasks.c:866
+#: ../calendar/gui/e-tasks.c:884
msgid "Loading tasks"
msgstr "Caricamento compiti"
-#: ../calendar/gui/e-tasks.c:953
+#: ../calendar/gui/e-tasks.c:971
#, c-format
msgid "Opening tasks at %s"
msgstr "Apertura compiti presso %s"
-#: ../calendar/gui/e-tasks.c:1198
+#: ../calendar/gui/e-tasks.c:1216
msgid "Completing tasks..."
msgstr "Completamento compiti..."
-#: ../calendar/gui/e-tasks.c:1248
+#: ../calendar/gui/e-tasks.c:1266
msgid "Expunging"
msgstr "Pulizia"
@@ -8208,19 +8144,19 @@ msgstr "È necessario impostare un organizzatore."
msgid "At least one attendee is necessary"
msgstr "È richiesto almeno un partecipante"
-#: ../calendar/gui/itip-utils.c:631 ../calendar/gui/itip-utils.c:757
+#: ../calendar/gui/itip-utils.c:631 ../calendar/gui/itip-utils.c:754
msgid "Event information"
msgstr "Informazioni sull'evento"
-#: ../calendar/gui/itip-utils.c:633 ../calendar/gui/itip-utils.c:759
+#: ../calendar/gui/itip-utils.c:633 ../calendar/gui/itip-utils.c:756
msgid "Task information"
msgstr "Informazioni sul compito"
-#: ../calendar/gui/itip-utils.c:635 ../calendar/gui/itip-utils.c:761
+#: ../calendar/gui/itip-utils.c:635 ../calendar/gui/itip-utils.c:758
msgid "Journal information"
msgstr "Informazioni sul diario"
-#: ../calendar/gui/itip-utils.c:637 ../calendar/gui/itip-utils.c:779
+#: ../calendar/gui/itip-utils.c:637 ../calendar/gui/itip-utils.c:776
msgid "Free/Busy information"
msgstr "Informazioni libero/occupato"
@@ -8240,16 +8176,16 @@ msgstr "Aggiorna"
msgid "Counter-proposal"
msgstr "Contro-proposta"
-#: ../calendar/gui/itip-utils.c:775
+#: ../calendar/gui/itip-utils.c:772
#, c-format
msgid "Free/Busy information (%s to %s)"
msgstr "Informazioni libero/occupato (da %s a %s)"
-#: ../calendar/gui/itip-utils.c:785
+#: ../calendar/gui/itip-utils.c:782
msgid "iCalendar information"
msgstr "Informazioni iCalendar"
-#: ../calendar/gui/itip-utils.c:940
+#: ../calendar/gui/itip-utils.c:937
msgid "You must be an attendee of the event."
msgstr "È necessario essere un partecipante all'evento."
@@ -8373,12 +8309,6 @@ msgstr "Impossibile migrare il calendario «%s»"
msgid "Unable to migrate tasks `%s'"
msgstr "Impossibile migrare i compiti «%s»."
-#. Can't be zero
-#: ../calendar/gui/misc.c:105
-#, c-format
-msgid "(%d seconds)"
-msgstr "(%d secondi)"
-
#: ../calendar/gui/print.c:493
msgid "1st"
msgstr "1"
@@ -10296,7 +10226,7 @@ msgid "%.0fG"
msgstr "%.0f GB"
#: ../composer/e-msg-composer-attachment-bar.c:740
-#: ../widgets/misc/e-attachment-bar.c:986
+#: ../widgets/misc/e-attachment-bar.c:988
msgid "Attachment Bar"
msgstr "Barra allegati"
@@ -10426,7 +10356,7 @@ msgid "Hide _Attachment Bar"
msgstr "Nascondi _barra allegati"
#: ../composer/e-msg-composer.c:1298 ../composer/e-msg-composer.c:2511
-#: ../composer/e-msg-composer.c:3843
+#: ../composer/e-msg-composer.c:3865
msgid "Show _Attachment Bar"
msgstr "Mostra _barra allegati"
@@ -10461,12 +10391,12 @@ msgstr "Generata autom."
msgid "Si_gnature:"
msgstr "Si_gla:"
-#: ../composer/e-msg-composer.c:2522 ../composer/e-msg-composer.c:3725
-#: ../composer/e-msg-composer.c:3728
+#: ../composer/e-msg-composer.c:2522 ../composer/e-msg-composer.c:3747
+#: ../composer/e-msg-composer.c:3750
msgid "Compose Message"
msgstr "Composizione messaggio"
-#: ../composer/e-msg-composer.c:4952
+#: ../composer/e-msg-composer.c:4974
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -11037,6 +10967,10 @@ msgstr "fa"
msgid "months"
msgstr "mesi"
+#: ../filter/filter.glade.h:18 ../mail/mail-config.glade.h:178
+msgid "seconds"
+msgstr "secondi"
+
#: ../filter/filter.glade.h:19
msgid "the current time"
msgstr "l'ora corrente"
@@ -11154,46 +11088,46 @@ msgstr "Scelta cartella"
msgid "Ask for each message"
msgstr "Domandare per ciascun messaggio"
-#: ../mail/em-account-editor.c:1779 ../mail/mail-config.glade.h:91
+#: ../mail/em-account-editor.c:1780 ../mail/mail-config.glade.h:91
msgid "Identity"
msgstr "Identità"
-#: ../mail/em-account-editor.c:1828 ../mail/mail-config.glade.h:118
+#: ../mail/em-account-editor.c:1829 ../mail/mail-config.glade.h:118
msgid "Receiving Email"
msgstr "Ricezione email"
-#: ../mail/em-account-editor.c:2012
+#: ../mail/em-account-editor.c:2013
msgid "Automatically check for _new mail every"
msgstr "Controllare automaticamente la _nuova posta ogni"
-#: ../mail/em-account-editor.c:2193 ../mail/mail-config.glade.h:130
+#: ../mail/em-account-editor.c:2194 ../mail/mail-config.glade.h:130
msgid "Sending Email"
msgstr "Invio email"
-#: ../mail/em-account-editor.c:2252 ../mail/mail-config.glade.h:68
+#: ../mail/em-account-editor.c:2253 ../mail/mail-config.glade.h:68
msgid "Defaults"
msgstr "Predefiniti"
#. Security settings
-#: ../mail/em-account-editor.c:2318 ../mail/mail-config.glade.h:123
+#: ../mail/em-account-editor.c:2319 ../mail/mail-config.glade.h:123
#: ../plugins/exchange-operations/exchange-account-setup.c:317
msgid "Security"
msgstr "Sicurezza"
#. Most sections for this is auto-generated fromt the camel config
-#: ../mail/em-account-editor.c:2355 ../mail/em-account-editor.c:2446
+#: ../mail/em-account-editor.c:2356 ../mail/em-account-editor.c:2447
msgid "Receiving Options"
msgstr "Ricezione opzioni"
-#: ../mail/em-account-editor.c:2356 ../mail/em-account-editor.c:2447
+#: ../mail/em-account-editor.c:2357 ../mail/em-account-editor.c:2448
msgid "Checking for New Mail"
msgstr "Controllo nuova posta"
-#: ../mail/em-account-editor.c:2786 ../mail/mail-config.glade.h:34
+#: ../mail/em-account-editor.c:2795 ../mail/mail-config.glade.h:34
msgid "Account Editor"
msgstr "Editor account"
-#: ../mail/em-account-editor.c:2786 ../mail/mail-config.glade.h:80
+#: ../mail/em-account-editor.c:2795 ../mail/mail-config.glade.h:80
msgid "Evolution Account Assistant"
msgstr "Assistente agli account di Evolution"
@@ -11215,7 +11149,7 @@ msgstr "[Predefinito]"
#. g_object_set((GObject *)renderer, "activatable", TRUE, NULL);
#: ../mail/em-account-prefs.c:518 ../mail/em-composer-prefs.c:930
#: ../plugins/plugin-manager/plugin-manager.c:205
-#: ../plugins/publish-calendar/publish-calendar.c:474
+#: ../plugins/publish-calendar/publish-calendar.c:493
msgid "Enabled"
msgstr "Abilitato"
@@ -11244,18 +11178,18 @@ msgstr "Aggiungi script di sigla"
msgid "Signature(s)"
msgstr "Sigla/e"
-#: ../mail/em-composer-utils.c:873 ../mail/em-format-quote.c:389
+#: ../mail/em-composer-utils.c:874 ../mail/em-format-quote.c:389
msgid "-------- Forwarded Message --------"
msgstr "------- Messaggio inoltrato -------"
-#: ../mail/em-composer-utils.c:1665
+#: ../mail/em-composer-utils.c:1666
msgid "an unknown sender"
msgstr "un mittente sconosciuto"
#. 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:1712
+#: ../mail/em-composer-utils.c:1713
msgid ""
"On ${AbbrevWeekdayName}, ${Year}-${Month}-${Day} at ${24Hour}:${Minute} "
"${TimeZone}, ${Sender} wrote:"
@@ -11533,20 +11467,20 @@ msgstr "_Crea cartella di ricerca da ricerca..."
#. TODO: can this be done in a loop?
#. to be on the safe side, ngettext is used here, see e.g. comment #3 at bug 272567
-#: ../mail/em-folder-properties.c:145
+#: ../mail/em-folder-properties.c:150
msgid "Total messages:"
msgid_plural "Total messages:"
msgstr[0] "Messaggi in totale:"
msgstr[1] "Messaggi in totale:"
#. to be on the safe side, ngettext is used here, see e.g. comment #3 at bug 272567
-#: ../mail/em-folder-properties.c:158
+#: ../mail/em-folder-properties.c:163
msgid "Unread messages:"
msgid_plural "Unread messages:"
msgstr[0] "Messaggi non letti:"
msgstr[1] "Messaggi non letti:"
-#: ../mail/em-folder-properties.c:289
+#: ../mail/em-folder-properties.c:316
#: ../plugins/groupwise-features/properties.glade.h:3
msgid "Folder Properties"
msgstr "Proprietà cartella"
@@ -11958,64 +11892,64 @@ msgstr "_Visualizza certificato"
msgid "This certificate is not viewable"
msgstr "Certificato non è visualizzabile"
-#: ../mail/em-format-html-display.c:1172
+#: ../mail/em-format-html-display.c:1174
msgid "Completed on %B %d, %Y, %l:%M %p"
msgstr "Completato il %d %B %Y alle %k.%M"
-#: ../mail/em-format-html-display.c:1180
+#: ../mail/em-format-html-display.c:1182
msgid "Overdue:"
msgstr "Scaduto:"
-#: ../mail/em-format-html-display.c:1183
+#: ../mail/em-format-html-display.c:1185
msgid "by %B %d, %Y, %l:%M %p"
msgstr "per il %d %b alle %k.%M"
-#: ../mail/em-format-html-display.c:1243
+#: ../mail/em-format-html-display.c:1245
msgid "_View Inline"
msgstr "_Visualizza inlinea"
-#: ../mail/em-format-html-display.c:1244
+#: ../mail/em-format-html-display.c:1246
msgid "_Hide"
msgstr "_Nascondi"
-#: ../mail/em-format-html-display.c:1245
+#: ../mail/em-format-html-display.c:1247
msgid "_Fit to Width"
msgstr "Adatta alla _larghezza"
-#: ../mail/em-format-html-display.c:1246
+#: ../mail/em-format-html-display.c:1248
msgid "Show _Original Size"
msgstr "Mostra dimensioni _originali"
-#: ../mail/em-format-html-display.c:1665 ../mail/mail-config.glade.h:45
+#: ../mail/em-format-html-display.c:1667 ../mail/mail-config.glade.h:45
#: ../mail/message-list.etspec.h:1
msgid "Attachment"
msgstr "Allegato"
-#: ../mail/em-format-html-display.c:1872
+#: ../mail/em-format-html-display.c:1874
msgid "Select folder to save all attachments..."
msgstr "Selezionare una cartella per salvare tutti gli allegati..."
-#: ../mail/em-format-html-display.c:1919
+#: ../mail/em-format-html-display.c:1921
msgid "_Save Selected..."
msgstr "_Salva selezionati..."
#. Cant i put in the number of attachments here ?
-#: ../mail/em-format-html-display.c:1986
+#: ../mail/em-format-html-display.c:1988
#, c-format
msgid "%d attachme_nt"
msgid_plural "%d attachme_nts"
msgstr[0] "%d alle_gato"
msgstr[1] "%d alle_gati"
-#: ../mail/em-format-html-display.c:1993 ../mail/em-format-html-display.c:2069
+#: ../mail/em-format-html-display.c:1995 ../mail/em-format-html-display.c:2071
msgid "S_ave"
msgstr "S_alva"
-#: ../mail/em-format-html-display.c:2004
+#: ../mail/em-format-html-display.c:2006
msgid "S_ave All"
msgstr "S_alva tutti"
-#: ../mail/em-format-html-display.c:2065
+#: ../mail/em-format-html-display.c:2067
msgid "No Attachment"
msgstr "Nessun allegato"
@@ -13986,7 +13920,7 @@ msgid "Checking for new mail"
msgstr "Controllo nuova posta"
#: ../mail/mail-session.c:204
-#: ../plugins/exchange-operations/exchange-config-listener.c:681
+#: ../plugins/exchange-operations/exchange-config-listener.c:710
#, c-format
msgid "Enter Password for %s"
msgstr "Inserire la password per %s"
@@ -14077,7 +14011,6 @@ msgstr ""
"accodare il suo contentuto, oppure di uscire.\n"
#: ../mail/mail.error.xml.h:6
-#, fuzzy
msgid ""
"A read receipt notification has been requested for &quot;{1}&quot;. Send the "
"receipt notification to {0}?"
@@ -14204,7 +14137,6 @@ msgid "Cannot open target &quot;{2}&quot;."
msgstr "Impossibile aprire la destinazione «{2}»."
#: ../mail/mail.error.xml.h:34
-#, fuzzy
msgid ""
"Cannot read the license file &quot;{0}&quot;, due to an installation "
"problem. You will not be able to use this provider until you can accept its "
@@ -14521,7 +14453,6 @@ msgstr ""
"Le regole sono state aggiornate."
#: ../mail/mail.error.xml.h:104
-#, fuzzy
msgid ""
"The message was sent via the &quot;sendmail&quot; external application. "
"Sendmail reports the following error: status 67: mail not sent.\n"
@@ -15203,8 +15134,8 @@ msgstr "Tipo di autenticazione"
msgid "Ch_eck for Supported Types"
msgstr "Verifica _tipi supportati"
-#: ../plugins/exchange-operations/exchange-calendar.c:192
-#: ../plugins/exchange-operations/exchange-contacts.c:165
+#: ../plugins/exchange-operations/exchange-calendar.c:193
+#: ../plugins/exchange-operations/exchange-contacts.c:167
msgid ""
"Evolution is in offline mode. You cannot create or modify folders now.\n"
"Please switch to online mode for such operations."
@@ -15244,7 +15175,7 @@ msgid "Your current password has expired. Please change your password now."
msgstr ""
"La password attualmente in uso è scaduta. È opportuno cambiarla subito."
-#: ../plugins/exchange-operations/exchange-config-listener.c:633
+#: ../plugins/exchange-operations/exchange-config-listener.c:662
#, c-format
msgid "Your password will expire in the next %d days"
msgstr "La password in uso scadrà tra %d giorni"
@@ -15595,7 +15526,6 @@ msgid "Exchange Account is offline."
msgstr "L'account Exchange è fuori linea."
#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:21
-#, fuzzy
msgid ""
"Exchange Connector requires access to certain\n"
"functionality on the Exchange Server that appears\n"
@@ -15610,19 +15540,17 @@ msgid ""
"{0}\n"
" "
msgstr ""
-"Exchange Connector richiede l'acceso ad una certa\n"
"funzionalità su Exchange Server che sembra essere\n"
-"disabilitate o bloccata, di solito in modo non\n"
-"intenzionale. L'amministratore del proprio server\n"
-"Exchage dovrebbe abilitare tale funzionalità per\n"
-"consentire l'uso di Ximian Connector.\n"
+"disabilitate o bloccata (di solito in modo non\n"
+"intenzionale). L'amministratore del server Exchange\n"
+"in uso dovrebbe abilitare tale funzionalità per\n"
+"consentire l'uso di Evolution Exchange Connector.\n"
"\n"
"Per le informazioni da fornire al proprio \n"
"amministratore di Exchange, seguire questo collegamento:\n"
"\n"
-"http://support.novell.com/cgi-bin/search/searchtid.cgi?/ximian/ximian328."
-"html\n"
-" "
+"{0}\n"
+" "
#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:33
msgid "Failed to update delegates:"
@@ -17099,7 +17027,7 @@ msgstr "Posizioni"
msgid "_Publish Calendar Information"
msgstr "_Pubblica informazioni calendario"
-#: ../plugins/publish-calendar/publish-calendar.c:386
+#: ../plugins/publish-calendar/publish-calendar.c:399
msgid "Are you sure you want to remove this URL?"
msgstr "Rimuovere veramente questo URL?"
@@ -20062,7 +19990,7 @@ msgstr "_Inverti selezione"
#: ../ui/evolution-task-editor.xml.h:4
msgid "Click change / view the status details of the task"
-msgstr ""
+msgstr "Fare clic per cambiare/visualizzare i dettagli di stato del compito"
#: ../ui/evolution-task-editor.xml.h:9
msgid "Status Details"
@@ -20557,17 +20485,17 @@ msgstr "Y1"
msgid "Y2"
msgstr "Y2"
-#: ../widgets/misc/e-canvas-vbox.c:102 ../widgets/misc/e-reflow.c:1427
+#: ../widgets/misc/e-canvas-vbox.c:102 ../widgets/misc/e-reflow.c:1429
#: ../widgets/table/e-table-group-container.c:974
#: ../widgets/table/e-table-group-leaf.c:636
-#: ../widgets/table/e-table-item.c:3014
+#: ../widgets/table/e-table-item.c:3015
msgid "Minimum width"
msgstr "Larghezza minima"
-#: ../widgets/misc/e-canvas-vbox.c:103 ../widgets/misc/e-reflow.c:1428
+#: ../widgets/misc/e-canvas-vbox.c:103 ../widgets/misc/e-reflow.c:1430
#: ../widgets/table/e-table-group-container.c:975
#: ../widgets/table/e-table-group-leaf.c:637
-#: ../widgets/table/e-table-item.c:3015
+#: ../widgets/table/e-table-item.c:3016
msgid "Minimum Width"
msgstr "Larghezza minima"
@@ -20827,15 +20755,15 @@ msgstr "Sincronizza Record Privati:"
msgid "Sync Categories:"
msgstr "Categorie Sync:"
-#: ../widgets/misc/e-reflow.c:1449 ../widgets/misc/e-reflow.c:1450
+#: ../widgets/misc/e-reflow.c:1451 ../widgets/misc/e-reflow.c:1452
msgid "Empty message"
msgstr "Messaggio vuoto"
-#: ../widgets/misc/e-reflow.c:1456 ../widgets/misc/e-reflow.c:1457
+#: ../widgets/misc/e-reflow.c:1458 ../widgets/misc/e-reflow.c:1459
msgid "Reflow model"
msgstr ""
-#: ../widgets/misc/e-reflow.c:1463 ../widgets/misc/e-reflow.c:1464
+#: ../widgets/misc/e-reflow.c:1465 ../widgets/misc/e-reflow.c:1466
msgid "Column width"
msgstr "Larghezza colonna"
@@ -21077,23 +21005,23 @@ msgstr "Colonna con focus"
msgid "Unselected Column"
msgstr "Colonna deselezionata"
-#: ../widgets/table/e-cell-text.c:1744
+#: ../widgets/table/e-cell-text.c:1749
msgid "Strikeout Column"
msgstr "Colonna barrata"
-#: ../widgets/table/e-cell-text.c:1751
+#: ../widgets/table/e-cell-text.c:1756
msgid "Underline Column"
msgstr "Colonna sottolineata"
-#: ../widgets/table/e-cell-text.c:1758
+#: ../widgets/table/e-cell-text.c:1763
msgid "Bold Column"
msgstr "Colonna in grassetto"
-#: ../widgets/table/e-cell-text.c:1765
+#: ../widgets/table/e-cell-text.c:1770
msgid "Color Column"
msgstr "Colonna colorata"
-#: ../widgets/table/e-cell-text.c:1779
+#: ../widgets/table/e-cell-text.c:1784
msgid "BG Color Column"
msgstr "Colore di sfondo colonna"
@@ -21141,6 +21069,7 @@ msgid "Sh_ow these fields in order:"
msgstr "_Mostra questi campi nell'ordine:"
#: ../widgets/table/e-table-config-no-group.glade.h:12
+#: ../widgets/table/e-table-config.c:563
#: ../widgets/table/e-table-config.glade.h:10
msgid "Show Fields"
msgstr "Mostra campi"
@@ -21199,6 +21128,10 @@ msgstr "Non ordinato"
msgid "No grouping"
msgstr "Non raggruppato"
+#: ../widgets/table/e-table-config.c:584
+msgid "Available Fields"
+msgstr "Campi disponibili"
+
#: ../widgets/table/e-table-config.glade.h:17
msgid "_Group By..."
msgstr "_Raggruppa per..."
@@ -21261,7 +21194,7 @@ msgstr "%s (%d oggetti)"
#: ../widgets/table/e-table-group-container.c:898
#: ../widgets/table/e-table-group-leaf.c:573
#: ../widgets/table/e-table-group-leaf.c:574
-#: ../widgets/table/e-table-item.c:2972 ../widgets/table/e-table-item.c:2973
+#: ../widgets/table/e-table-item.c:2973 ../widgets/table/e-table-item.c:2974
msgid "Alternating Row Colors"
msgstr "Colori colonna alternativi"
@@ -21269,7 +21202,7 @@ msgstr "Colori colonna alternativi"
#: ../widgets/table/e-table-group-container.c:905
#: ../widgets/table/e-table-group-leaf.c:580
#: ../widgets/table/e-table-group-leaf.c:581
-#: ../widgets/table/e-table-item.c:2979 ../widgets/table/e-table-item.c:2980
+#: ../widgets/table/e-table-item.c:2980 ../widgets/table/e-table-item.c:2981
#: ../widgets/table/e-tree.c:3265 ../widgets/table/e-tree.c:3266
msgid "Horizontal Draw Grid"
msgstr "Disegna griglia orizzontale"
@@ -21278,7 +21211,7 @@ msgstr "Disegna griglia orizzontale"
#: ../widgets/table/e-table-group-container.c:912
#: ../widgets/table/e-table-group-leaf.c:587
#: ../widgets/table/e-table-group-leaf.c:588
-#: ../widgets/table/e-table-item.c:2986 ../widgets/table/e-table-item.c:2987
+#: ../widgets/table/e-table-item.c:2987 ../widgets/table/e-table-item.c:2988
#: ../widgets/table/e-tree.c:3271 ../widgets/table/e-tree.c:3272
msgid "Vertical Draw Grid"
msgstr "Disegna griglia verticale"
@@ -21287,7 +21220,7 @@ msgstr "Disegna griglia verticale"
#: ../widgets/table/e-table-group-container.c:919
#: ../widgets/table/e-table-group-leaf.c:594
#: ../widgets/table/e-table-group-leaf.c:595
-#: ../widgets/table/e-table-item.c:2993 ../widgets/table/e-table-item.c:2994
+#: ../widgets/table/e-table-item.c:2994 ../widgets/table/e-table-item.c:2995
#: ../widgets/table/e-tree.c:3277 ../widgets/table/e-tree.c:3278
msgid "Draw focus"
msgstr "Disegna focus"
@@ -21296,7 +21229,7 @@ msgstr "Disegna focus"
#: ../widgets/table/e-table-group-container.c:926
#: ../widgets/table/e-table-group-leaf.c:601
#: ../widgets/table/e-table-group-leaf.c:602
-#: ../widgets/table/e-table-item.c:3000 ../widgets/table/e-table-item.c:3001
+#: ../widgets/table/e-table-item.c:3001 ../widgets/table/e-table-item.c:3002
msgid "Cursor mode"
msgstr "Modalità cursore"
@@ -21304,7 +21237,7 @@ msgstr "Modalità cursore"
#: ../widgets/table/e-table-group-container.c:933
#: ../widgets/table/e-table-group-leaf.c:615
#: ../widgets/table/e-table-group-leaf.c:616
-#: ../widgets/table/e-table-item.c:2965 ../widgets/table/e-table-item.c:2966
+#: ../widgets/table/e-table-item.c:2966 ../widgets/table/e-table-item.c:2967
msgid "Selection model"
msgstr "Modello di selezione"
@@ -21312,7 +21245,7 @@ msgstr "Modello di selezione"
#: ../widgets/table/e-table-group-container.c:940
#: ../widgets/table/e-table-group-leaf.c:608
#: ../widgets/table/e-table-group-leaf.c:609
-#: ../widgets/table/e-table-item.c:3007 ../widgets/table/e-table-item.c:3008
+#: ../widgets/table/e-table-item.c:3008 ../widgets/table/e-table-item.c:3009
#: ../widgets/table/e-table.c:3301 ../widgets/table/e-tree.c:3259
#: ../widgets/table/e-tree.c:3260
msgid "Length Threshold"
@@ -21322,7 +21255,7 @@ msgstr "Lunghezza soglia"
#: ../widgets/table/e-table-group-container.c:947
#: ../widgets/table/e-table-group-leaf.c:650
#: ../widgets/table/e-table-group-leaf.c:651
-#: ../widgets/table/e-table-item.c:3041 ../widgets/table/e-table-item.c:3042
+#: ../widgets/table/e-table-item.c:3042 ../widgets/table/e-table-item.c:3043
#: ../widgets/table/e-table.c:3308 ../widgets/table/e-tree.c:3291
#: ../widgets/table/e-tree.c:3292
msgid "Uniform row height"
@@ -21399,15 +21332,15 @@ msgstr "Informazioni ordinamento"
msgid "Tree"
msgstr "Albero"
-#: ../widgets/table/e-table-item.c:2951 ../widgets/table/e-table-item.c:2952
+#: ../widgets/table/e-table-item.c:2952 ../widgets/table/e-table-item.c:2953
msgid "Table header"
msgstr "Intestazione tabella"
-#: ../widgets/table/e-table-item.c:2958 ../widgets/table/e-table-item.c:2959
+#: ../widgets/table/e-table-item.c:2959 ../widgets/table/e-table-item.c:2960
msgid "Table model"
msgstr "Modello tabella"
-#: ../widgets/table/e-table-item.c:3034 ../widgets/table/e-table-item.c:3035
+#: ../widgets/table/e-table-item.c:3035 ../widgets/table/e-table-item.c:3036
msgid "Cursor row"
msgstr "Riga cursore"
@@ -21582,6 +21515,36 @@ msgstr "Contesto IM"
msgid "Handle Popup"
msgstr "Gestisci popup"
+#~ msgid "(%ld seconds)"
+#~ msgstr "(%ld secondi)"
+
+#~ msgid "(%d %s %d %s)"
+#~ msgstr "(%d %s %d %s)"
+
+#~ msgid "(%d %s)"
+#~ msgstr "(%d %s)"
+
+#~ msgid " %u second"
+#~ msgstr " %u secondo"
+
+#~ msgid " %u seconds"
+#~ msgstr " %u secondi"
+
+#~ msgid " %u minute"
+#~ msgstr " %u minuto"
+
+#~ msgid " %u minutes"
+#~ msgstr " %u minuti"
+
+#~ msgid "%u hour"
+#~ msgstr "%u ora"
+
+#~ msgid "%u hours"
+#~ msgstr "%u ore"
+
+#~ msgid "(%d seconds)"
+#~ msgstr "(%d secondi)"
+
#~ msgid "Addressbook"
#~ msgstr "Rubrica"
@@ -21759,6 +21722,3 @@ msgstr "Gestisci popup"
#~ msgid "_About Evolution..."
#~ msgstr "I_nformazioni su Evolution..."
-
-#~ msgid "Available Fields"
-#~ msgstr "Campi disponibili"
diff --git a/po/pa.po b/po/pa.po
index 9ca508ccf8..ddbbb6033b 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -1,30 +1,27 @@
-# translation of evolution.HEAD.po to Punjabi
-# translation of pa2.po to Punjabi
-# translation of evolution.po to Punjabi
-# translation of evolution.HEAD.pa.po to Punjabi
-# translation of pa.po to Punjabi
+# translation of evolution.gnome-2-14.po to Punjabi
# Copyright (C) 2004 THE evolution'S COPYRIGHT HOLDER
# This file is distributed under the same license as the evolution package.
+#
# Punjab Linux Technology <punjablinux@netscape.net>, 2004.
# Amanpreet Singh Alam <aalam@redhat.com>, 2004.
# Amanpreet Singh Alam <amanpreetalam@yahoo.com>, 2005, 2006.
# Amanpreet Singh Brar <amanpreetsinghalam@redhat.com>, 2005.
# Amanpreet Singh Brar <amanpreetalam@yahoo.com>, 2005.
# Amanpreet Singh Brar Alamwalia <apbrar@gmail.com>, 2006.
-#
+# A S Alam <apbrar@gmail.com>, 2006.
msgid ""
msgstr ""
-"Project-Id-Version: evolution.HEAD\n"
+"Project-Id-Version: evolution.gnome-2-14\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-24 06:07+0100\n"
-"PO-Revision-Date: 2006-02-25 12:41+0530\n"
-"Last-Translator: Amanpreet Singh Alam <amanpreetalam@yahoo.com>\n"
+"POT-Creation-Date: 2006-03-11 06:27+0100\n"
+"PO-Revision-Date: 2006-03-11 18:18+0530\n"
+"Last-Translator: A S Alam <apbrar@gmail.com>\n"
"Language-Team: Punjabi <fedora-trans-pa@redhat.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: KBabel 1.11.1\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"\n"
"\n"
"\n"
@@ -123,32 +120,32 @@ msgstr "ਮਿਤੀ ਤੇ ਜਾਓ"
msgid "a table to view and select the current time range"
msgstr "ਮੌਜੂਦਾ ਸਮੇਂ ਸੀਮਾ ਵੇਖਣ ਅਤੇ ਚੁਣਨ ਲਈ ਸਾਰਣੀ"
-#: ../a11y/calendar/ea-day-view.c:146 ../a11y/calendar/ea-week-view.c:148
+#: ../a11y/calendar/ea-day-view.c:149 ../a11y/calendar/ea-week-view.c:151
#, c-format
msgid "It has %d event."
msgid_plural "It has %d events."
msgstr[0] "ਇਸ ਵਿੱਚ %d ਘਟਨਾ ਹੈ"
msgstr[1] "ਇਸ ਵਿੱਚ %d ਘਟਨਾਵਾਂ ਹਨ।"
-#: ../a11y/calendar/ea-day-view.c:148 ../a11y/calendar/ea-week-view.c:150
+#: ../a11y/calendar/ea-day-view.c:151 ../a11y/calendar/ea-week-view.c:153
msgid "It has no events."
msgstr "ਇਸ ਵਿੱਚ ਕੋਈ ਘਟਨਾ ਨਹੀਂ ਹੈ।"
-#: ../a11y/calendar/ea-day-view.c:152
+#: ../a11y/calendar/ea-day-view.c:155
#, c-format
msgid "Work Week View: %s. %s"
msgstr "ਕੰਮ ਹਫਤਾ ਦਰਿਸ਼: %s. %s"
-#: ../a11y/calendar/ea-day-view.c:155
+#: ../a11y/calendar/ea-day-view.c:158
#, c-format
msgid "Day View: %s. %s"
msgstr "ਦਿਨ ਝਲਕ: %s. %s"
-#: ../a11y/calendar/ea-day-view.c:186
+#: ../a11y/calendar/ea-day-view.c:189
msgid "calendar view for a work week"
msgstr "ਕੰਮ ਹਫਤੇ ਲਈ ਕੈਲੰਡਰ ਦਿੱਖ"
-#: ../a11y/calendar/ea-day-view.c:188
+#: ../a11y/calendar/ea-day-view.c:191
msgid "calendar view for one or more days"
msgstr "ਇੱਕ ਜਾਂ ਵਧੇਰੇ ਦਿਨਾਂ ਲ਼ਈ ਕੈਲੰਡਰ ਦਿੱਖ"
@@ -224,21 +221,21 @@ msgstr "ਜੰਪ ਬਟਨ"
msgid "Click here, you can find more events."
msgstr "ਹੋਰ ਘਟਨਾਵਾਂ ਵੇਖਣ ਲ਼ਈ ਇਸ ਨੂੰ ਦਬਾਓ।"
-#: ../a11y/calendar/ea-week-view.c:155
+#: ../a11y/calendar/ea-week-view.c:158
#, c-format
msgid "Month View: %s. %s"
msgstr "ਮਹੀਨਾ ਝਲਕ: %s. %s"
-#: ../a11y/calendar/ea-week-view.c:159
+#: ../a11y/calendar/ea-week-view.c:162
#, c-format
msgid "Week View: %s. %s"
msgstr "ਹਫਤਾ ਝਲਕ: %s. %s"
-#: ../a11y/calendar/ea-week-view.c:190
+#: ../a11y/calendar/ea-week-view.c:193
msgid "calendar view for a month"
msgstr "ਮਹੀਨੇ ਦੀ ਕੈਲੰਡਰ ਦਿੱਖ"
-#: ../a11y/calendar/ea-week-view.c:192
+#: ../a11y/calendar/ea-week-view.c:195
msgid "calendar view for one or more weeks"
msgstr "ਇੱਕ ਜਾਂ ਵਧੇਰੇ ਹਫਤਿਆਂ ਲ਼ਈ ਕੈਲੰਡਰ ਦਰਿਸ਼"
@@ -1029,8 +1026,8 @@ msgid ""
"Selecting this option means that Evolution will only connect to your LDAP "
"server if your LDAP server supports SSL."
msgstr ""
-"ਇਹ ਚੋਣ ਕਰਨ ਦਾ ਅਰਥ ਹੈ ਕਿ ਈਵੇਲੂਸ਼ਨ ਤੁਹਾਡੇ LDAP ਸਰਵਰ ਨਾਲ ਤਾਂ ਜੁੜੇਗਾ, ਜੇਕਰ ਤੁਹਾਡਾ LDAP "
-"ਸਰਵਰ SSL ਲਈ ਸਹਾਇਕ ਹੋਇਆ।"
+"ਇਹ ਚੋਣ ਕਰਨ ਦਾ ਅਰਥ ਹੈ ਕਿ ਈਵੇਲੂਸ਼ਨ ਤੁਹਾਡੇ LDAP ਸਰਵਰ ਨਾਲ ਤਾਂ ਜੁੜੇਗਾ, ਜੇਕਰ ਤੁਹਾਡਾ LDAP ਸਰਵਰ "
+"SSL ਲਈ ਸਹਾਇਕ ਹੋਇਆ।"
#: ../addressbook/gui/component/ldap-config.glade.h:34
msgid ""
@@ -1189,13 +1186,10 @@ msgstr "ਕਾਰਡ"
#: ../addressbook/gui/component/ldap-config.glade.h:60
#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:8
-#: ../calendar/gui/alarm-notify/util.c:65
-#: ../calendar/gui/alarm-notify/util.c:67
#: ../calendar/gui/dialogs/alarm-dialog.glade.h:26
#: ../calendar/gui/dialogs/calendar-setup.glade.h:14
-#: ../calendar/gui/dialogs/event-page.glade.h:20 ../calendar/gui/misc.c:112
-#: ../calendar/gui/misc.c:114 ../filter/filter.glade.h:16
-#: ../mail/em-account-editor.c:2020
+#: ../calendar/gui/dialogs/event-page.glade.h:20 ../filter/filter.glade.h:16
+#: ../mail/em-account-editor.c:2021
#: ../plugins/calendar-http/calendar-http.c:286
#: ../plugins/calendar-weather/calendar-weather.c:563
msgid "minutes"
@@ -1453,7 +1447,7 @@ msgstr "ਸਿਰਨਾਵਾਂ"
#: ../addressbook/gui/widgets/e-minicard-view.c:520
#: ../addressbook/gui/widgets/e-minicard.c:175
#: ../widgets/menus/gal-define-views-model.c:181
-#: ../widgets/table/e-cell-text.c:1772 ../widgets/text/e-entry.c:1312
+#: ../widgets/table/e-cell-text.c:1777 ../widgets/text/e-entry.c:1312
#: ../widgets/text/e-entry.c:1313 ../widgets/text/e-text.c:3607
#: ../widgets/text/e-text.c:3608
msgid "Editable"
@@ -2462,7 +2456,7 @@ msgstr "ਸੇਵਾ"
#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:128
#: ../calendar/gui/e-cal-list-view.etspec.h:3
-#: ../plugins/publish-calendar/publish-calendar.c:478
+#: ../plugins/publish-calendar/publish-calendar.c:497
#: ../plugins/save-calendar/csv-format.c:400
msgid "Location"
msgstr "ਟਿਕਾਣਾ"
@@ -2526,15 +2520,15 @@ msgstr "ਤਬਦੀਲ"
msgid "Contact Editor - %s"
msgstr "ਸਬੰਧ ਸੰਪਾਦਕ - %s"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2759
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2773
msgid "Please select an image for this contact"
msgstr "ਇਸ ਸੰਪਰਕ ਲਈ ਚਿੱਤਰ ਚੁਣੋ"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2760
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2774
msgid "No image"
msgstr "ਕੋਈ ਚਿੱਤਰ ਨਹੀਂ"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:3044
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:3058
msgid ""
"The contact data is invalid:\n"
"\n"
@@ -2542,7 +2536,7 @@ msgstr ""
"ਸੰਪਰਕ ਡਾਟਾ ਗਲਤ ਹੈ:\n"
"\n"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:3096
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:3110
msgid "Invalid contact."
msgstr "ਗਲਤ ਸੰਬੰਧ"
@@ -2699,8 +2693,8 @@ msgstr "_IM ਸੇਵਾ:"
#: ../addressbook/gui/contact-editor/im.glade.h:5
#: ../plugins/calendar-weather/calendar-weather.c:409
-#: ../plugins/exchange-operations/exchange-calendar.c:234
-#: ../plugins/exchange-operations/exchange-contacts.c:222
+#: ../plugins/exchange-operations/exchange-calendar.c:239
+#: ../plugins/exchange-operations/exchange-contacts.c:228
msgid "_Location:"
msgstr "ਟਿਕਾਣਾ(_L):"
@@ -2870,7 +2864,7 @@ msgstr "ਸਰੋਤ"
#: ../addressbook/gui/widgets/e-addressbook-view.c:244
#: ../calendar/gui/dialogs/meeting-page.etspec.h:11
#: ../calendar/gui/e-calendar-table.etspec.h:13
-#: ../calendar/gui/e-meeting-list-view.c:480
+#: ../calendar/gui/e-meeting-list-view.c:486
#: ../calendar/gui/e-meeting-time-sel.etspec.h:11
#: ../calendar/gui/e-memo-table.etspec.h:5
msgid "Type"
@@ -2883,7 +2877,7 @@ msgid "Save as VCard..."
msgstr "VCard ਇਸਤਰਾਂ ਸੰਭਾਲੋ..."
#: ../addressbook/gui/widgets/e-addressbook-view.c:957
-#: ../calendar/gui/dialogs/comp-editor.c:1086
+#: ../calendar/gui/dialogs/comp-editor.c:1088
#: ../calendar/gui/e-calendar-table.c:1174
#: ../calendar/gui/e-calendar-view.c:1595 ../calendar/gui/e-memo-table.c:852
#: ../ui/evolution-addressbook.xml.h:56
@@ -2944,7 +2938,7 @@ msgstr "ਕੱਟੋ(_t)"
#: ../calendar/gui/dialogs/comp-editor.c:445
#: ../calendar/gui/e-calendar-table.c:1182
#: ../calendar/gui/e-calendar-view.c:1602 ../calendar/gui/e-memo-table.c:860
-#: ../calendar/gui/tasks-component.c:442 ../composer/e-msg-composer.c:3098
+#: ../calendar/gui/tasks-component.c:442 ../composer/e-msg-composer.c:3120
#: ../mail/em-folder-tree.c:979 ../mail/em-folder-view.c:1077
#: ../mail/message-list.c:1724 ../ui/evolution-addressbook.xml.h:46
#: ../ui/evolution-calendar.xml.h:39 ../ui/evolution-composer-entries.xml.h:13
@@ -3103,7 +3097,7 @@ msgstr "ਰੇਡੀਓ"
#: ../addressbook/gui/widgets/e-addressbook-view.etspec.h:33
#: ../calendar/gui/dialogs/meeting-page.etspec.h:9
-#: ../calendar/gui/e-meeting-list-view.c:491
+#: ../calendar/gui/e-meeting-list-view.c:497
#: ../calendar/gui/e-meeting-time-sel.etspec.h:9
#: ../plugins/exchange-operations/exchange-permissions-dialog.c:725
msgid "Role"
@@ -3142,7 +3136,7 @@ msgstr "ਵੈਬ ਸਾਇਟ"
#: ../addressbook/gui/widgets/e-minicard-label.c:115
#: ../addressbook/gui/widgets/e-minicard.c:138
#: ../widgets/misc/e-canvas-vbox.c:96 ../widgets/misc/e-canvas-vbox.c:97
-#: ../widgets/misc/e-reflow.c:1434 ../widgets/misc/e-reflow.c:1435
+#: ../widgets/misc/e-reflow.c:1436 ../widgets/misc/e-reflow.c:1437
#: ../widgets/table/e-table-click-to-add.c:516
#: ../widgets/table/e-table-col.c:98
#: ../widgets/table/e-table-field-chooser-item.c:656
@@ -3150,7 +3144,7 @@ msgstr "ਵੈਬ ਸਾਇਟ"
#: ../widgets/table/e-table-group-container.c:968
#: ../widgets/table/e-table-group-leaf.c:629
#: ../widgets/table/e-table-group-leaf.c:630
-#: ../widgets/table/e-table-item.c:3021 ../widgets/table/e-table-item.c:3022
+#: ../widgets/table/e-table-item.c:3022 ../widgets/table/e-table-item.c:3023
#: ../widgets/text/e-text.c:3649 ../widgets/text/e-text.c:3650
msgid "Width"
msgstr "ਚੌਡ਼ਾਈ"
@@ -3158,14 +3152,14 @@ msgstr "ਚੌਡ਼ਾਈ"
#: ../addressbook/gui/widgets/e-minicard-label.c:122
#: ../addressbook/gui/widgets/e-minicard.c:145
#: ../widgets/misc/e-canvas-vbox.c:108 ../widgets/misc/e-canvas-vbox.c:109
-#: ../widgets/misc/e-reflow.c:1442 ../widgets/misc/e-reflow.c:1443
+#: ../widgets/misc/e-reflow.c:1444 ../widgets/misc/e-reflow.c:1445
#: ../widgets/table/e-table-click-to-add.c:523
#: ../widgets/table/e-table-field-chooser-item.c:663
#: ../widgets/table/e-table-group-container.c:960
#: ../widgets/table/e-table-group-container.c:961
#: ../widgets/table/e-table-group-leaf.c:622
#: ../widgets/table/e-table-group-leaf.c:623
-#: ../widgets/table/e-table-item.c:3027 ../widgets/table/e-table-item.c:3028
+#: ../widgets/table/e-table-item.c:3028 ../widgets/table/e-table-item.c:3029
#: ../widgets/text/e-text.c:3657 ../widgets/text/e-text.c:3658
msgid "Height"
msgstr "ਉਚਾਈ"
@@ -3680,19 +3674,19 @@ msgstr "ਈਵੇਲੂਸ਼ਨ CSV ਅਤੇ ਟੈਬ ਆਯਾਤਕਾਰ"
msgid "Importing ..."
msgstr "ਅਯਾਤ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ ..."
-#: ../addressbook/importers/evolution-ldif-importer.c:761
+#: ../addressbook/importers/evolution-ldif-importer.c:754
msgid "LDAP Data Interchange Format (.ldif)"
msgstr "LDAP ਡਾਟਾ ਅੰਤਰ ਤਬਦੀਲੀ ਫਾਰਮੈਟ (.ldif)"
-#: ../addressbook/importers/evolution-ldif-importer.c:762
+#: ../addressbook/importers/evolution-ldif-importer.c:755
msgid "Evolution LDIF importer"
msgstr "ਈਵੇਲੂਸ਼ਨ LDIF ਆਯਾਤਕਾਰ"
-#: ../addressbook/importers/evolution-vcard-importer.c:554
+#: ../addressbook/importers/evolution-vcard-importer.c:547
msgid "VCard (.vcf, .gcrd)"
msgstr "VCard (.vcf, .gcrd)"
-#: ../addressbook/importers/evolution-vcard-importer.c:555
+#: ../addressbook/importers/evolution-vcard-importer.c:548
msgid "Evolution VCard Importer"
msgstr "ਈਵੇਲੂਸ਼ਨ VCard ਆਯਾਤਕਾਰ"
@@ -3860,8 +3854,8 @@ msgstr "ਛਾਂ"
#. FIXME: Take care of i18n
#: ../addressbook/printing/e-contact-print.glade.h:36
#: ../plugins/exchange-operations/exchange-account-setup.c:955
-#: ../plugins/exchange-operations/exchange-calendar.c:224
-#: ../plugins/exchange-operations/exchange-contacts.c:205
+#: ../plugins/exchange-operations/exchange-calendar.c:229
+#: ../plugins/exchange-operations/exchange-contacts.c:211
msgid "Size:"
msgstr "ਅਕਾਰ:"
@@ -4154,8 +4148,8 @@ msgid ""
"If you do not send a cancelation notice, the other participants may not know "
"the journal has been deleted."
msgstr ""
-"ਜੇਕਰ ਤੁਸੀਂ ਰੱਦ ਕਰਨ ਦਾ ਨੋਟਿਸ ਨਾ ਭੇਜਿਆ ਤਾਂ ਹੋਰ ਭਾਗ ਲੈਣ ਵਾਲਿਆਂ ਨੂੰ ਪਤਾ ਨਹੀਂ ਲੱਗੇਗਾ ਕਿ "
-"ਜਰਨਲ ਹਟਾ ਦਿੱਤਾ ਗਿਆ ਹੈ।"
+"ਜੇਕਰ ਤੁਸੀਂ ਰੱਦ ਕਰਨ ਦਾ ਨੋਟਿਸ ਨਾ ਭੇਜਿਆ ਤਾਂ ਹੋਰ ਭਾਗ ਲੈਣ ਵਾਲਿਆਂ ਨੂੰ ਪਤਾ ਨਹੀਂ ਲੱਗੇਗਾ ਕਿ ਜਰਨਲ ਹਟਾ "
+"ਦਿੱਤਾ ਗਿਆ ਹੈ।"
#: ../calendar/calendar.error.xml.h:37
msgid ""
@@ -4170,8 +4164,8 @@ 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:39
msgid ""
@@ -4434,7 +4428,7 @@ msgid "Memos"
msgstr "ਮੀਮੋ"
#: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:13
-#: ../calendar/gui/e-calendar-table.c:525 ../calendar/gui/e-tasks.c:1329
+#: ../calendar/gui/e-calendar-table.c:525 ../calendar/gui/e-tasks.c:1347
#: ../calendar/gui/print.c:1828 ../calendar/gui/tasks-component.c:521
#: ../calendar/gui/tasks-component.c:1012 ../calendar/gui/tasks-control.c:475
#: ../calendar/importers/icalendar-importer.c:80
@@ -4460,9 +4454,6 @@ msgid "Evolution Calendar alarm notification service"
msgstr "ਈਵੇਲੂਸ਼ਨ ਕੈਲੰਡਰ ਚੇਤਾਵਨੀ ਟਿੱਪਣੀ ਸੇਵਾ"
#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:115
-#: ../calendar/gui/alarm-notify/util.c:65
-#: ../calendar/gui/alarm-notify/util.c:67 ../calendar/gui/misc.c:112
-#: ../calendar/gui/misc.c:114
msgid "minute"
msgid_plural "minutes"
msgstr[0] "ਮਿੰਟ"
@@ -4594,70 +4585,34 @@ msgstr "ਚੇਤਾਵਨੀ ਟਿੱਪਣੀ ਸੇਵਾ ਫੈਕਟਰੀ
msgid "invalid time"
msgstr "ਗਲਤ ਸਮਾਂ"
-#. Can't be zero
-#: ../calendar/gui/alarm-notify/util.c:58
-#, c-format
-msgid "(%ld seconds)"
-msgstr "(%ld ਸਕਿੰਟ)"
-
-#. TRANSLATORS: here, "second" is the time division (like "minute"), not the ordinal number (like "third")
-#: ../calendar/gui/alarm-notify/util.c:65 ../calendar/gui/misc.c:112
-#, c-format
-msgid "(%d %s %d %s)"
-msgstr "(%d %s %d %s)"
-
-#. TRANSLATORS: here, "second" is the ordinal number (like "third"), not the time division (like "minute")
-#. * Entire string is for example: This appointment recurs/Every [x] month(s) on the [second] [Monday] [forever]'
-#. * (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/alarm-notify/util.c:65
-#: ../calendar/gui/dialogs/recurrence-page.c:998 ../calendar/gui/misc.c:112
-msgid "second"
-msgstr "ਦੂਜਾ"
-
-#: ../calendar/gui/alarm-notify/util.c:65 ../calendar/gui/misc.c:112
-#: ../filter/filter.glade.h:18 ../mail/mail-config.glade.h:178
-msgid "seconds"
-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/alarm-notify/util.c:67 ../calendar/gui/misc.c:114
-#, c-format
-msgid "(%d %s)"
-msgstr "(%d %s)"
-
-#: ../calendar/gui/alarm-notify/util.c:78 ../calendar/gui/misc.c:125
-#, c-format
-msgid " %u second"
-msgstr " %u ਸਕਿੰਟ"
-
-#: ../calendar/gui/alarm-notify/util.c:78 ../calendar/gui/misc.c:125
-#, c-format
-msgid " %u seconds"
-msgstr " %u ਸਕਿੰਟ"
-
-#: ../calendar/gui/alarm-notify/util.c:80 ../calendar/gui/misc.c:127
-#, c-format
-msgid " %u minute"
-msgstr " %u ਮਿੰਟ"
-
-#: ../calendar/gui/alarm-notify/util.c:80 ../calendar/gui/misc.c:127
+#. Translator: Entire string is like "Pop up an alert %d hours before start of appointment"
+#: ../calendar/gui/alarm-notify/util.c:66 ../calendar/gui/e-alarm-list.c:408
+#: ../calendar/gui/misc.c:113
#, c-format
-msgid " %u minutes"
-msgstr " %u ਮਿੰਟ"
+msgid "%d hour"
+msgid_plural "%d hours"
+msgstr[0] "%d ਘੰਟਾ"
+msgstr[1] "%d ਘੰਟੇ"
-#: ../calendar/gui/alarm-notify/util.c:82 ../calendar/gui/misc.c:129
+#. Translator: Entire string is like "Pop up an alert %d minutes before start of appointment"
+#: ../calendar/gui/alarm-notify/util.c:72 ../calendar/gui/e-alarm-list.c:414
+#: ../calendar/gui/misc.c:119
#, c-format
-msgid "%u hour"
-msgstr " %u ਘੰਟਾ"
+msgid "%d minute"
+msgid_plural "%d minutes"
+msgstr[0] "%d ਮਿੰਟ"
+msgstr[1] "%d ਮਿੰਟ"
-#: ../calendar/gui/alarm-notify/util.c:82 ../calendar/gui/misc.c:129
+#. 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:76 ../calendar/gui/e-alarm-list.c:420
+#: ../calendar/gui/misc.c:123
#, c-format
-msgid "%u hours"
-msgstr " %u ਘੰਟੇ"
+msgid "%d second"
+msgid_plural "%d seconds"
+msgstr[0] "%d ਸਕਿੰਟ"
+msgstr[1] "%d ਸਕਿੰਟ"
#: ../calendar/gui/apps_evolution_calendar.schemas.in.in.h:1
msgid "Alarm programs"
@@ -4897,8 +4852,8 @@ 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 ""
-"ਵੇਹਲਾ/ਰੁਝਿਆ ਵਾਂਗ ਵਰਤਣ ਲ਼ਈ URL ਨਮੂਨਾ ਡਾਟਾ, %u ਨੂੰ ਪੱਤਰ ਸਿਰਨਾਵੇਂ ਦੇ ਉਪਭੋਗੀ ਖੇਤਰ ਅਤੇ %d ਨੂੰ "
-"ਡੋਮੇਨ ਨਾਲ ਤਬਦੀਲ ਕਰ ਦਿੱਤਾ ਜਾਵੇਗਾ।"
+"ਵੇਹਲਾ/ਰੁਝਿਆ ਵਾਂਗ ਵਰਤਣ ਲ਼ਈ URL ਨਮੂਨਾ ਡਾਟਾ, %u ਨੂੰ ਪੱਤਰ ਸਿਰਨਾਵੇਂ ਦੇ ਉਪਭੋਗੀ ਖੇਤਰ ਅਤੇ %d ਨੂੰ ਡੋਮੇਨ "
+"ਨਾਲ ਤਬਦੀਲ ਕਰ ਦਿੱਤਾ ਜਾਵੇਗਾ।"
#: ../calendar/gui/apps_evolution_calendar.schemas.in.in.h:56
msgid ""
@@ -5320,7 +5275,7 @@ msgstr "ਮਿੰਟ"
msgid "start of appointment"
msgstr "ਰੁਝੇਵੇਂ ਨਾਲ ਸ਼ੁਰੂ ਕਰੋ"
-#: ../calendar/gui/dialogs/alarm-list-dialog.c:232
+#: ../calendar/gui/dialogs/alarm-list-dialog.c:235
msgid "Action/Trigger"
msgstr "ਕਾਰਵਾਈ/ਤਬਦੀਲ"
@@ -5775,131 +5730,131 @@ msgstr "ਨੱਥੀ ਸੁਨੇਹਾ - %s"
#. translators, this count will always be >1
#: ../calendar/gui/dialogs/comp-editor.c:212
#: ../calendar/gui/dialogs/comp-editor.c:382 ../composer/e-msg-composer.c:2855
-#: ../composer/e-msg-composer.c:3034
+#: ../composer/e-msg-composer.c:3056
#, c-format
msgid "Attached message"
msgid_plural "%d attached messages"
msgstr[0] "ਸ਼ਾਮਿਲ ਸੁਨੇਹਾ"
msgstr[1] "%d ਨੱਥੀ ਸੁਨੇਹੇ"
-#: ../calendar/gui/dialogs/comp-editor.c:446 ../composer/e-msg-composer.c:3099
+#: ../calendar/gui/dialogs/comp-editor.c:446 ../composer/e-msg-composer.c:3121
#: ../mail/em-folder-tree.c:980 ../mail/em-folder-utils.c:368
#: ../mail/em-folder-view.c:973 ../mail/message-list.c:1725
msgid "_Move"
msgstr "ਭੇਜੋ(_M)"
-#: ../calendar/gui/dialogs/comp-editor.c:448 ../composer/e-msg-composer.c:3101
+#: ../calendar/gui/dialogs/comp-editor.c:448 ../composer/e-msg-composer.c:3123
#: ../mail/em-folder-tree.c:982 ../mail/message-list.c:1727
msgid "Cancel _Drag"
msgstr "ਚੁੱਕਣਾ ਰੱਦ(_D)"
-#: ../calendar/gui/dialogs/comp-editor.c:800
+#: ../calendar/gui/dialogs/comp-editor.c:802
msgid "Could not update object"
msgstr "ਇਕਾਈ ਅੱਪਡੇਟ ਨਹੀਂ ਹੋ ਸਕਦੀ ਹੈ"
-#: ../calendar/gui/dialogs/comp-editor.c:943 ../composer/e-msg-composer.c:2479
+#: ../calendar/gui/dialogs/comp-editor.c:945 ../composer/e-msg-composer.c:2479
#, 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:975
+#: ../calendar/gui/dialogs/comp-editor.c:977
msgid "Hide Attachment _Bar"
msgstr "ਨੱਥੀ ਪੱਟੀ ਓਹਲੇ(_B)"
-#: ../calendar/gui/dialogs/comp-editor.c:978
-#: ../calendar/gui/dialogs/comp-editor.c:1442
+#: ../calendar/gui/dialogs/comp-editor.c:980
+#: ../calendar/gui/dialogs/comp-editor.c:1444
msgid "Show Attachment _Bar"
msgstr "ਨੱਥੀ ਪੱਟੀ ਵੇਖਾਓ(_B)"
-#: ../calendar/gui/dialogs/comp-editor.c:1087
-#: ../calendar/gui/dialogs/event-page.c:1897
+#: ../calendar/gui/dialogs/comp-editor.c:1089
+#: ../calendar/gui/dialogs/event-page.c:1894
#: ../calendar/gui/dialogs/meeting-page.c:899
#: ../calendar/gui/dialogs/task-page.c:1202
#: ../composer/e-msg-composer-attachment-bar.c:470
-#: ../composer/e-msg-composer.c:3597
+#: ../composer/e-msg-composer.c:3619
#: ../plugins/groupwise-features/junk-settings.glade.h:8
#: ../plugins/groupwise-features/properties.glade.h:14
#: ../widgets/table/e-table-config.glade.h:18
msgid "_Remove"
msgstr "ਹਟਾਓ(_R)"
-#: ../calendar/gui/dialogs/comp-editor.c:1088
+#: ../calendar/gui/dialogs/comp-editor.c:1090
#: ../composer/e-msg-composer-attachment-bar.c:471
-#: ../composer/e-msg-composer.c:3598 ../mail/em-folder-tree.c:2058
+#: ../composer/e-msg-composer.c:3620 ../mail/em-folder-tree.c:2058
#: ../ui/evolution-addressbook.xml.h:59 ../ui/evolution-mail-list.xml.h:33
msgid "_Properties"
msgstr "ਵਿਸ਼ੇਸਤਾ(_P)"
-#: ../calendar/gui/dialogs/comp-editor.c:1090
+#: ../calendar/gui/dialogs/comp-editor.c:1092
#: ../composer/e-msg-composer-attachment-bar.c:473
-#: ../composer/e-msg-composer.c:3600
+#: ../composer/e-msg-composer.c:3622
msgid "_Add attachment..."
msgstr "ਨੱਥੀ ਸ਼ਾਮਿਲ(_A)..."
-#: ../calendar/gui/dialogs/comp-editor.c:1466
-#: ../mail/em-format-html-display.c:2063
+#: ../calendar/gui/dialogs/comp-editor.c:1468
+#: ../mail/em-format-html-display.c:2065
msgid "Show Attachments"
msgstr "ਨੱਥੀ ਵੇਖਾਓ"
-#: ../calendar/gui/dialogs/comp-editor.c:1467
+#: ../calendar/gui/dialogs/comp-editor.c:1469
msgid "Press space key to toggle attachment bar"
msgstr "ਨੱਥੀ ਪੱਟੀ ਨੂੰ ਬਦਲਣ ਲਈ ਸਪੇਸ ਸਵਿੱਚ ਦਬਾਓ"
-#: ../calendar/gui/dialogs/comp-editor.c:2074
-#: ../calendar/gui/dialogs/comp-editor.c:2117
+#: ../calendar/gui/dialogs/comp-editor.c:2076
+#: ../calendar/gui/dialogs/comp-editor.c:2119
msgid "Edit Appointment"
msgstr "ਰੁਝੇਵਾਂ ਸੋਧ"
-#: ../calendar/gui/dialogs/comp-editor.c:2080
-#: ../calendar/gui/dialogs/comp-editor.c:2123
+#: ../calendar/gui/dialogs/comp-editor.c:2082
+#: ../calendar/gui/dialogs/comp-editor.c:2125
#, c-format
msgid "Meeting - %s"
msgstr "ਮੀਟਿੰਗ - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2082
-#: ../calendar/gui/dialogs/comp-editor.c:2125
+#: ../calendar/gui/dialogs/comp-editor.c:2084
+#: ../calendar/gui/dialogs/comp-editor.c:2127
#, c-format
msgid "Appointment - %s"
msgstr "ਰੁਝੇਵਾਂ - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2086
-#: ../calendar/gui/dialogs/comp-editor.c:2129
+#: ../calendar/gui/dialogs/comp-editor.c:2088
+#: ../calendar/gui/dialogs/comp-editor.c:2131
#, c-format
msgid "Assigned Task - %s"
msgstr "ਮਿਲੇ ਕੰਮ - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2088
-#: ../calendar/gui/dialogs/comp-editor.c:2131
+#: ../calendar/gui/dialogs/comp-editor.c:2090
+#: ../calendar/gui/dialogs/comp-editor.c:2133
#, c-format
msgid "Task - %s"
msgstr "ਕੰਮ - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2091
-#: ../calendar/gui/dialogs/comp-editor.c:2134
+#: ../calendar/gui/dialogs/comp-editor.c:2093
+#: ../calendar/gui/dialogs/comp-editor.c:2136
#, c-format
msgid "Journal entry - %s"
msgstr "ਜਰਨਲ ਇੰਦਰਾਜ਼ - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2102
-#: ../calendar/gui/dialogs/comp-editor.c:2144
+#: ../calendar/gui/dialogs/comp-editor.c:2104
+#: ../calendar/gui/dialogs/comp-editor.c:2146
msgid "No summary"
msgstr "ਸੰਖੇਪ ਨਹੀਂ"
-#: ../calendar/gui/dialogs/comp-editor.c:2652
+#: ../calendar/gui/dialogs/comp-editor.c:2654
#: ../composer/e-msg-composer-attachment-bar.c:307 ../mail/em-utils.c:464
#: ../mail/em-utils.c:501 ../widgets/misc/e-attachment-bar.c:339
msgid "attachment"
msgstr "ਨੱਥੀ"
-#: ../calendar/gui/dialogs/comp-editor.c:2741
-#: ../calendar/gui/dialogs/comp-editor.c:2795
-#: ../calendar/gui/dialogs/comp-editor.c:2819
+#: ../calendar/gui/dialogs/comp-editor.c:2743
+#: ../calendar/gui/dialogs/comp-editor.c:2797
+#: ../calendar/gui/dialogs/comp-editor.c:2821
msgid "Changes made to this item may be discarded if an update arrives"
msgstr "ਜੇਕਰ ਅੱਪਡੇਟ ਕੀਤਾ ਇਸ ਇਕਾਈ ਵਿੱਚ ਕੀਤੀਆਂ ਤਬਦੀਲੀਆਂ ਰੱਦ ਕਰ ਦਿੱਤੀਆਂ ਜਾਣਗੀਆਂ"
-#: ../calendar/gui/dialogs/comp-editor.c:2843
+#: ../calendar/gui/dialogs/comp-editor.c:2845
msgid "Unable to use current version!"
msgstr "ਮੌਜੂਦਾ ਵਰਜਨ ਵਰਤਣ ਵਿੱਚ ਅਸਫਲ!"
@@ -5986,106 +5941,106 @@ msgid "Recurrence"
msgstr "ਦੁਹਰਾਓ"
#: ../calendar/gui/dialogs/event-page.c:807
-#: ../calendar/gui/dialogs/event-page.c:2717
+#: ../calendar/gui/dialogs/event-page.c:2714
msgid "This event has alarms"
msgstr "ਇਹ ਘਟਨਾ ਲਈ ਅਲਾਰਮ ਹੈ"
-#: ../calendar/gui/dialogs/event-page.c:875
+#: ../calendar/gui/dialogs/event-page.c:872
#: ../calendar/gui/dialogs/event-page.glade.h:7
msgid "Cale_ndar:"
msgstr "ਕੈਲੰਡਰ(_n):"
-#: ../calendar/gui/dialogs/event-page.c:881
+#: ../calendar/gui/dialogs/event-page.c:878
#: ../calendar/gui/dialogs/event-page.glade.h:13
#: ../calendar/gui/dialogs/meeting-page.glade.h:5
#: ../calendar/gui/dialogs/task-page.c:446
msgid "Or_ganizer:"
msgstr "ਪ੍ਰਬੰਧਕ(_O):"
-#: ../calendar/gui/dialogs/event-page.c:919
+#: ../calendar/gui/dialogs/event-page.c:916
msgid "_Delegatees"
msgstr "ਪ੍ਰਤੀਨਿਧ(_D)"
-#: ../calendar/gui/dialogs/event-page.c:921
+#: ../calendar/gui/dialogs/event-page.c:918
msgid "Atte_ndees"
msgstr "ਦਰਸ਼ਕ(_N)"
-#: ../calendar/gui/dialogs/event-page.c:1089
+#: ../calendar/gui/dialogs/event-page.c:1086
msgid "Event with no start date"
msgstr "ਬਿਨਾਂ ਸ਼ੁਰੂਆਤ ਮਿਤੀ ਨਾਲ ਘਟਨਾ"
-#: ../calendar/gui/dialogs/event-page.c:1092
+#: ../calendar/gui/dialogs/event-page.c:1089
msgid "Event with no end date"
msgstr "ਬਿਨਾਂ ਅੰਤ ਮਿਤੀ ਨਾਲ ਘਟਨਾ"
-#: ../calendar/gui/dialogs/event-page.c:1260
+#: ../calendar/gui/dialogs/event-page.c:1257
#: ../calendar/gui/dialogs/task-page.c:852
msgid "Start date is wrong"
msgstr "ਸ਼ੁਰੂਆਤੀ ਮਿਤੀ ਗਲਤ ਹੈ"
-#: ../calendar/gui/dialogs/event-page.c:1270
+#: ../calendar/gui/dialogs/event-page.c:1267
msgid "End date is wrong"
msgstr "ਸਮਾਪਤੀ ਮਿਤੀ ਗਲਤ ਹੈ"
-#: ../calendar/gui/dialogs/event-page.c:1293
+#: ../calendar/gui/dialogs/event-page.c:1290
msgid "Start time is wrong"
msgstr "ਸ਼ੁਰੂਆਤੀ ਸਮਾਂ ਗਲਤ ਹੈ"
-#: ../calendar/gui/dialogs/event-page.c:1300
+#: ../calendar/gui/dialogs/event-page.c:1297
msgid "End time is wrong"
msgstr "ਸਮਾਪਤੀ ਸਮਾਂ ਗਲਤ ਹੈ"
-#: ../calendar/gui/dialogs/event-page.c:1455
+#: ../calendar/gui/dialogs/event-page.c:1452
#: ../calendar/gui/dialogs/meeting-page.c:469
#: ../calendar/gui/dialogs/task-page.c:909
msgid "The organizer selected no longer has an account."
msgstr "ਚੁਣੇ ਪ੍ਰਬੰਧਕ ਦਾ ਖਾਤਾ ਨਹੀਂ ਰਿਹਾ ਹੈ।"
-#: ../calendar/gui/dialogs/event-page.c:1461
+#: ../calendar/gui/dialogs/event-page.c:1458
#: ../calendar/gui/dialogs/meeting-page.c:475
#: ../calendar/gui/dialogs/task-page.c:915
msgid "An organizer is required."
msgstr "ਇੱਕ ਪ੍ਰਬੰਧਕ ਲੋੜੀਦਾ ਹੈ।"
-#: ../calendar/gui/dialogs/event-page.c:1476
+#: ../calendar/gui/dialogs/event-page.c:1473
#: ../calendar/gui/dialogs/meeting-page.c:490
#: ../calendar/gui/dialogs/task-page.c:930
msgid "At least one attendee is required."
msgstr "ਇੱਕ ਦਰਸ਼ਕ ਤਾਂ ਲੋੜੀਦਾ ਹੈ।"
-#: ../calendar/gui/dialogs/event-page.c:1898
+#: ../calendar/gui/dialogs/event-page.c:1895
#: ../calendar/gui/dialogs/meeting-page.c:900
#: ../calendar/gui/dialogs/task-page.c:1203
msgid "_Add "
msgstr "ਸ਼ਾਮਿਲ(_A) "
-#: ../calendar/gui/dialogs/event-page.c:2624
+#: ../calendar/gui/dialogs/event-page.c:2621
#, c-format
msgid "Unable to open the calendar '%s'."
msgstr "'%s' ਕੈਲੰਡਰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ"
-#: ../calendar/gui/dialogs/event-page.c:2920
+#: ../calendar/gui/dialogs/event-page.c:2924
#, 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:2928
+#: ../calendar/gui/dialogs/event-page.c:2932
#, 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:2936
+#: ../calendar/gui/dialogs/event-page.c:2940
#, c-format
msgid "%d minute before appointement"
msgid_plural "%d minutes before appointment"
msgstr[0] "ਰੁਝੇਵੇਂ ਤੋਂ ਪਹਿਲਾਂ %d ਮਿੰਟ"
msgstr[1] "ਰੁਝੇਵੇਂ ਤੋਂ ਪਹਿਲਾਂ %d ਮਿੰਟ"
-#: ../calendar/gui/dialogs/event-page.c:2952
+#: ../calendar/gui/dialogs/event-page.c:2956
msgid "Customize"
msgstr "ਪਸੰਦ"
@@ -6094,7 +6049,7 @@ msgstr "ਪਸੰਦ"
#. When "None" is selected we want the field to be cleared.
#. Note that we don't show this here, since by default a 'None' date
#. is not permitted.
-#: ../calendar/gui/dialogs/event-page.c:2957
+#: ../calendar/gui/dialogs/event-page.c:2961
#: ../calendar/gui/dialogs/meeting-page.c:321
#: ../calendar/gui/dialogs/meeting-page.glade.h:4
#: ../calendar/gui/e-cal-model-tasks.c:649
@@ -6224,14 +6179,14 @@ msgstr "ਮੈਂਬਰ"
#. To translators: RSVP means "please reply"
#: ../calendar/gui/dialogs/meeting-page.etspec.h:8
-#: ../calendar/gui/e-meeting-list-view.c:503
+#: ../calendar/gui/e-meeting-list-view.c:509
#: ../calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr "RSVP"
#: ../calendar/gui/dialogs/meeting-page.etspec.h:10
#: ../calendar/gui/e-calendar-table.etspec.h:10
-#: ../calendar/gui/e-meeting-list-view.c:514
+#: ../calendar/gui/e-meeting-list-view.c:520
#: ../calendar/gui/e-meeting-time-sel.etspec.h:10 ../mail/em-filter-i18n.h:63
#: ../mail/message-list.etspec.h:12
msgid "Status"
@@ -6367,6 +6322,15 @@ msgstr "ਚਾਲੂ"
msgid "first"
msgstr "ਪਹਿਲਾਂ"
+#. TRANSLATORS: here, "second" is the ordinal number (like "third"), not the time division (like "minute")
+#. * Entire string is for example: This appointment recurs/Every [x] month(s) on the [second] [Monday] [forever]'
+#. * (dropdown menu options are in [square brackets]). This means that after 'second', either the string 'day' or
+#. * the name of a week day (like 'Monday' or 'Friday') always follow.
+#.
+#: ../calendar/gui/dialogs/recurrence-page.c:998
+msgid "second"
+msgstr "ਦੂਜਾ"
+
#. TRANSLATORS: Entire string is for example: This appointment recurs/Every [x] month(s) on the [third] [Monday] [forever]'
#. * (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.
@@ -6675,30 +6639,6 @@ msgid_plural "%d weeks"
msgstr[0] "%d ਹਫਤਾ"
msgstr[1] "%d ਹਫਤਾ"
-#. Translator: Entire string is like "Pop up an alert %d hours before start of appointment"
-#: ../calendar/gui/e-alarm-list.c:408
-#, c-format
-msgid "%d hour"
-msgid_plural "%d hours"
-msgstr[0] "%d ਘੰਟਾ"
-msgstr[1] "%d ਘੰਟੇ"
-
-#. Translator: Entire string is like "Pop up an alert %d minutes before start of appointment"
-#: ../calendar/gui/e-alarm-list.c:414
-#, c-format
-msgid "%d minute"
-msgid_plural "%d minutes"
-msgstr[0] "%d ਮਿੰਟ"
-msgstr[1] "%d ਮਿੰਟ"
-
-#. Translator: Entire string is like "Pop up an alert %d seconds before start of appointment"
-#: ../calendar/gui/e-alarm-list.c:420
-#, c-format
-msgid "%d second"
-msgid_plural "%d seconds"
-msgstr[0] "%d ਸਕਿੰਟ"
-msgstr[1] "%d ਸਕਿੰਟ"
-
#: ../calendar/gui/e-alarm-list.c:464
msgid "Unknown action to be performed"
msgstr "ਅਣਪਛਾਤੀ ਕਾਰਵਾਈ ਕਰਨ ਲਈ ਹੈ"
@@ -6874,7 +6814,7 @@ msgstr "ਨਹੀ"
#. This is the default filename used for temporary file creation
#: ../calendar/gui/e-cal-model.c:327 ../calendar/gui/e-cal-popup.c:107
-#: ../calendar/gui/e-cal-popup.c:122 ../calendar/gui/e-cal-popup.c:167
+#: ../calendar/gui/e-cal-popup.c:124 ../calendar/gui/e-cal-popup.c:171
#: ../calendar/gui/e-itip-control.c:1144 ../calendar/gui/e-itip-control.c:1285
#: ../calendar/gui/e-meeting-list-view.c:169
#: ../calendar/gui/e-meeting-list-view.c:183
@@ -6896,35 +6836,35 @@ msgstr "ਆਵਿਰਤੀ"
msgid "Assigned"
msgstr "ਜਾਰੀ ਕੀਤੇ"
-#: ../calendar/gui/e-cal-popup.c:173 ../mail/em-popup.c:412
+#: ../calendar/gui/e-cal-popup.c:177 ../mail/em-popup.c:412
msgid "Save As..."
msgstr "ਇਸਤਰਾਂ ਸੰਭਾਲੋ..."
-#: ../calendar/gui/e-cal-popup.c:189 ../mail/em-format-html-display.c:1911
+#: ../calendar/gui/e-cal-popup.c:193 ../mail/em-format-html-display.c:1913
msgid "Select folder to save selected attachments..."
msgstr "ਨੱਥੀ ਸੰਭਾਲਣ ਲਈ ਫੋਲਡਰ ਚੁਣੋ..."
-#: ../calendar/gui/e-cal-popup.c:218 ../mail/em-popup.c:437
+#: ../calendar/gui/e-cal-popup.c:222 ../mail/em-popup.c:437
#, c-format
msgid "untitled_image.%s"
msgstr "ਬਿਨਾਂ ਸਿਰਲੇਖ ਚਿੱਤਰ %s"
-#: ../calendar/gui/e-cal-popup.c:272 ../calendar/gui/e-calendar-table.c:1176
+#: ../calendar/gui/e-cal-popup.c:276 ../calendar/gui/e-calendar-table.c:1176
#: ../calendar/gui/e-calendar-view.c:1596 ../calendar/gui/e-memo-table.c:854
#: ../mail/em-folder-view.c:1087 ../mail/em-popup.c:554 ../mail/em-popup.c:565
msgid "_Save As..."
msgstr "ਇਸ ਤਰਾਂ ਸੰਭਾਲੋ(_S)..."
-#: ../calendar/gui/e-cal-popup.c:273 ../mail/em-popup.c:555
+#: ../calendar/gui/e-cal-popup.c:277 ../mail/em-popup.c:555
#: ../mail/em-popup.c:566
msgid "Set as _Background"
msgstr "ਪਿੱਠਭੂਮੀ ਬਣਾਉ(_B)"
-#: ../calendar/gui/e-cal-popup.c:274
+#: ../calendar/gui/e-cal-popup.c:278
msgid "_Save Selected"
msgstr "ਚੁਣੇ ਸੰਭਾਲੋ(_S)"
-#: ../calendar/gui/e-cal-popup.c:396 ../mail/em-popup.c:775
+#: ../calendar/gui/e-cal-popup.c:400 ../mail/em-popup.c:775
#, c-format
msgid "Open in %s..."
msgstr "%s ਨਾਲ ਖੋਲਿਆ ਜਾ ਰਿਹਾ ਹੈ..."
@@ -7739,7 +7679,7 @@ msgid "Delegated"
msgstr "ਪ੍ਰਤੀਨਿਧੀ"
#. The extra space is just a hack to occupy more space for Attendee
-#: ../calendar/gui/e-meeting-list-view.c:464
+#: ../calendar/gui/e-meeting-list-view.c:470
msgid "Attendee "
msgstr "ਦਰਸ਼ਕ "
@@ -7845,7 +7785,7 @@ msgstr "ਇੱਕ ਮੀਮੋ ਸ਼ਾਮਿਲ ਕਰਨ ਲਈ ਦਬਾਓ"
msgid "Memo sort"
msgstr "ਮੀਮੋ ਕ੍ਰਮਬੱਧ"
-#: ../calendar/gui/e-memos.c:724 ../calendar/gui/e-tasks.c:818
+#: ../calendar/gui/e-memos.c:724 ../calendar/gui/e-tasks.c:836
#: ../calendar/gui/gnome-cal.c:2557
#, c-format
msgid ""
@@ -7864,7 +7804,7 @@ msgstr "ਮੀਮੋ ਲੋਡ ਕਰ ਰਿਹਾ ਹੈ"
msgid "Opening memos at %s"
msgstr "%s ਉੱਤੇ ਮੀਮੋ ਖੋਲ ਰਿਹਾ ਹੈ"
-#: ../calendar/gui/e-memos.c:1026 ../calendar/gui/e-tasks.c:1221
+#: ../calendar/gui/e-memos.c:1026 ../calendar/gui/e-tasks.c:1239
msgid "Deleting selected objects..."
msgstr "ਚੁਣੀਆਂ ਇਕਾਈਆਂ ਹਟਾਈਆਂ ਜਾ ਰਹੀਆਂ ਹਨ..."
@@ -7873,20 +7813,20 @@ msgstr "ਚੁਣੀਆਂ ਇਕਾਈਆਂ ਹਟਾਈਆਂ ਜਾ ਰਹ
msgid "Enter the password for %s"
msgstr "%s ਲਈ ਗੁਪਤ-ਕੋਡ ਭਰੋ"
-#: ../calendar/gui/e-tasks.c:866
+#: ../calendar/gui/e-tasks.c:884
msgid "Loading tasks"
msgstr "ਕੰਮ ਲੋਡ ਕਰ ਰਿਹਾ ਹੈ"
-#: ../calendar/gui/e-tasks.c:953
+#: ../calendar/gui/e-tasks.c:971
#, c-format
msgid "Opening tasks at %s"
msgstr "%s ਤੇ ਕੰਮ ਖੋਲ ਰਿਹਾ ਹੈ"
-#: ../calendar/gui/e-tasks.c:1198
+#: ../calendar/gui/e-tasks.c:1216
msgid "Completing tasks..."
msgstr "ਕੰਮ ਪੂਰੇ ਕਰ ਰਿਹਾ ਹੈ..."
-#: ../calendar/gui/e-tasks.c:1248
+#: ../calendar/gui/e-tasks.c:1266
msgid "Expunging"
msgstr "ਨਿਕਾਲਾ"
@@ -8168,12 +8108,6 @@ msgstr "ਕੈਲੰਡਰ `%s' ਨੂੰ ਤਬਦੀਲ ਕਰਨ ਵਿੱਚ
msgid "Unable to migrate tasks `%s'"
msgstr "ਕੰਮ `%s' ਭੇਜਣ ਵਿੱਚ ਅਸਫਲ"
-#. Can't be zero
-#: ../calendar/gui/misc.c:105
-#, c-format
-msgid "(%d seconds)"
-msgstr "(%d ਸਕਿੰਟ)"
-
#: ../calendar/gui/print.c:493
msgid "1st"
msgstr "1ਹਿਲਾਂ"
@@ -10086,7 +10020,7 @@ msgid "%.0fG"
msgstr "%.0f ਗੈਗਾ"
#: ../composer/e-msg-composer-attachment-bar.c:740
-#: ../widgets/misc/e-attachment-bar.c:986
+#: ../widgets/misc/e-attachment-bar.c:988
msgid "Attachment Bar"
msgstr "ਨੱਥੀ ਪੱਟੀ"
@@ -10211,7 +10145,7 @@ msgid "Hide _Attachment Bar"
msgstr "ਨੱਥੀ ਪੱਟੀ ਓਹਲੇ(_A)"
#: ../composer/e-msg-composer.c:1298 ../composer/e-msg-composer.c:2511
-#: ../composer/e-msg-composer.c:3843
+#: ../composer/e-msg-composer.c:3865
msgid "Show _Attachment Bar"
msgstr "ਨੱਥੀ ਪੱਟੀ ਵੇਖਾਓ(_A)"
@@ -10246,12 +10180,12 @@ msgstr "ਸਵੈ-ਨਿਰਮਤ"
msgid "Si_gnature:"
msgstr "ਦਸਤਖਤ(_g):"
-#: ../composer/e-msg-composer.c:2522 ../composer/e-msg-composer.c:3725
-#: ../composer/e-msg-composer.c:3728
+#: ../composer/e-msg-composer.c:2522 ../composer/e-msg-composer.c:3747
+#: ../composer/e-msg-composer.c:3750
msgid "Compose Message"
msgstr "ਸੁਨੇਹਾ ਲਿਖੋ"
-#: ../composer/e-msg-composer.c:4952
+#: ../composer/e-msg-composer.c:4974
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10822,6 +10756,10 @@ msgstr "ਪਹਿਲਾਂ"
msgid "months"
msgstr "ਮਹੀਨੇ"
+#: ../filter/filter.glade.h:18 ../mail/mail-config.glade.h:178
+msgid "seconds"
+msgstr "ਸਕਿੰਟ"
+
#: ../filter/filter.glade.h:19
msgid "the current time"
msgstr "ਮੌਜੂਦਾ ਸਮਾਂ"
@@ -10936,46 +10874,46 @@ msgstr "ਫੋਲਡਰ ਚੁਣੋ"
msgid "Ask for each message"
msgstr "ਹਰ ਸੁਨੇਹੇ ਲਈ ਪੁੱਛੋ"
-#: ../mail/em-account-editor.c:1779 ../mail/mail-config.glade.h:91
+#: ../mail/em-account-editor.c:1780 ../mail/mail-config.glade.h:91
msgid "Identity"
msgstr "ਪਛਾਣ"
-#: ../mail/em-account-editor.c:1828 ../mail/mail-config.glade.h:118
+#: ../mail/em-account-editor.c:1829 ../mail/mail-config.glade.h:118
msgid "Receiving Email"
msgstr "ਈ-ਪੱਤਰ ਪ੍ਰਾਪਤ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ"
-#: ../mail/em-account-editor.c:2012
+#: ../mail/em-account-editor.c:2013
msgid "Automatically check for _new mail every"
msgstr "ਇੰਨੇ ਅੰਤਰਾਲ ਬਾਅਦ ਪੱਤਰ ਦੀ ਜਾਂਚ ਕਰੋ(_n)"
-#: ../mail/em-account-editor.c:2193 ../mail/mail-config.glade.h:130
+#: ../mail/em-account-editor.c:2194 ../mail/mail-config.glade.h:130
msgid "Sending Email"
msgstr "ਈ-ਪੱਤਰ ਭੇਜਿਆ ਜਾ ਰਿਹਾ ਹੈ"
-#: ../mail/em-account-editor.c:2252 ../mail/mail-config.glade.h:68
+#: ../mail/em-account-editor.c:2253 ../mail/mail-config.glade.h:68
msgid "Defaults"
msgstr "ਮੂਲ"
#. Security settings
-#: ../mail/em-account-editor.c:2318 ../mail/mail-config.glade.h:123
+#: ../mail/em-account-editor.c:2319 ../mail/mail-config.glade.h:123
#: ../plugins/exchange-operations/exchange-account-setup.c:317
msgid "Security"
msgstr "ਸੁਰੱਖਿਆ"
#. Most sections for this is auto-generated fromt the camel config
-#: ../mail/em-account-editor.c:2355 ../mail/em-account-editor.c:2446
+#: ../mail/em-account-editor.c:2356 ../mail/em-account-editor.c:2447
msgid "Receiving Options"
msgstr "ਪ੍ਰਾਪਤੀ ਚੋਣ"
-#: ../mail/em-account-editor.c:2356 ../mail/em-account-editor.c:2447
+#: ../mail/em-account-editor.c:2357 ../mail/em-account-editor.c:2448
msgid "Checking for New Mail"
msgstr "ਨਵਾਂ ਪੱਤਰ ਲਈ ਜਾਂਚ ਜਾਰੀ"
-#: ../mail/em-account-editor.c:2786 ../mail/mail-config.glade.h:34
+#: ../mail/em-account-editor.c:2795 ../mail/mail-config.glade.h:34
msgid "Account Editor"
msgstr "ਖਾਤਾ ਸੰਪਾਦਕ"
-#: ../mail/em-account-editor.c:2786 ../mail/mail-config.glade.h:80
+#: ../mail/em-account-editor.c:2795 ../mail/mail-config.glade.h:80
msgid "Evolution Account Assistant"
msgstr "ਈਵੇਲੂਸ਼ਨ ਖਾਤਾ ਸਹਾਇਕ"
@@ -10997,7 +10935,7 @@ msgstr "[ਮੂਲ]"
#. g_object_set((GObject *)renderer, "activatable", TRUE, NULL);
#: ../mail/em-account-prefs.c:518 ../mail/em-composer-prefs.c:930
#: ../plugins/plugin-manager/plugin-manager.c:205
-#: ../plugins/publish-calendar/publish-calendar.c:474
+#: ../plugins/publish-calendar/publish-calendar.c:493
msgid "Enabled"
msgstr "ਯੋਗ ਕੀਤਾ"
@@ -11026,18 +10964,18 @@ msgstr "ਇੱਕ ਦਸਤਖਤੀ ਸਕਰਿਪਟ ਸ਼ਾਮਿਲ"
msgid "Signature(s)"
msgstr "ਦਸਤਖਤ"
-#: ../mail/em-composer-utils.c:873 ../mail/em-format-quote.c:389
+#: ../mail/em-composer-utils.c:874 ../mail/em-format-quote.c:389
msgid "-------- Forwarded Message --------"
msgstr "-------- ਅੱਗੇ ਭੇਜੇ ਸੁਨੇਹੇ --------"
-#: ../mail/em-composer-utils.c:1665
+#: ../mail/em-composer-utils.c:1666
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:1712
+#: ../mail/em-composer-utils.c:1713
msgid ""
"On ${AbbrevWeekdayName}, ${Year}-${Month}-${Day} at ${24Hour}:${Minute} "
"${TimeZone}, ${Sender} wrote:"
@@ -11695,8 +11633,8 @@ msgid ""
"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:767 ../mail/em-format-html.c:618
msgid "Encrypted"
@@ -11718,8 +11656,8 @@ msgid ""
"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:869 ../smime/gui/smime-ui.glade.h:48
msgid "_View Certificate"
@@ -11729,64 +11667,64 @@ msgstr "ਸਰਟੀਫਿਕੇਟ ਵੇਖੋ(_V)"
msgid "This certificate is not viewable"
msgstr "ਇਹ ਸਰਟੀਫਿਕੇਟ ਵੇਖਣਯੋਗ ਨਹੀਂ ਹੈ"
-#: ../mail/em-format-html-display.c:1172
+#: ../mail/em-format-html-display.c:1174
msgid "Completed on %B %d, %Y, %l:%M %p"
msgstr "%B %d, %Y, %l:%M %p ਤੇ ਸਮਾਪਤ"
-#: ../mail/em-format-html-display.c:1180
+#: ../mail/em-format-html-display.c:1182
msgid "Overdue:"
msgstr "ਮਿਆਦ ਪੁੱਗੇ:"
-#: ../mail/em-format-html-display.c:1183
+#: ../mail/em-format-html-display.c:1185
msgid "by %B %d, %Y, %l:%M %p"
msgstr "ਵੱਲੋਂ %B %d, %Y, %l:%M %p"
-#: ../mail/em-format-html-display.c:1243
+#: ../mail/em-format-html-display.c:1245
msgid "_View Inline"
msgstr "ਕਤਾਰ ਵਿੱਚ ਦਰਿਸ਼(_V)"
-#: ../mail/em-format-html-display.c:1244
+#: ../mail/em-format-html-display.c:1246
msgid "_Hide"
msgstr "ਓਹਲੇ(_H)"
-#: ../mail/em-format-html-display.c:1245
+#: ../mail/em-format-html-display.c:1247
msgid "_Fit to Width"
msgstr "ਚੌੜਾਈ ਦੇ ਫਿੱਟ(_F)"
-#: ../mail/em-format-html-display.c:1246
+#: ../mail/em-format-html-display.c:1248
msgid "Show _Original Size"
msgstr "ਅਸਲੀ ਅਕਾਰ ਵੇਖਾਓ(_O)"
-#: ../mail/em-format-html-display.c:1665 ../mail/mail-config.glade.h:45
+#: ../mail/em-format-html-display.c:1667 ../mail/mail-config.glade.h:45
#: ../mail/message-list.etspec.h:1
msgid "Attachment"
msgstr "ਨੱਥੀ"
-#: ../mail/em-format-html-display.c:1872
+#: ../mail/em-format-html-display.c:1874
msgid "Select folder to save all attachments..."
msgstr "ਸਭ ਨੱਥੀਆਂ ਨੂੰ ਫੋਲਡਰ 'ਚ ਸੰਭਾਲੋ"
-#: ../mail/em-format-html-display.c:1919
+#: ../mail/em-format-html-display.c:1921
msgid "_Save Selected..."
msgstr "ਚੁਣੇ ਸੰਭਾਲੋ(_S)..."
#. Cant i put in the number of attachments here ?
-#: ../mail/em-format-html-display.c:1986
+#: ../mail/em-format-html-display.c:1988
#, c-format
msgid "%d attachme_nt"
msgid_plural "%d attachme_nts"
msgstr[0] "%d ਨੱਥੀ"
msgstr[1] "%d ਨੱਥੀ"
-#: ../mail/em-format-html-display.c:1993 ../mail/em-format-html-display.c:2069
+#: ../mail/em-format-html-display.c:1995 ../mail/em-format-html-display.c:2071
msgid "S_ave"
msgstr "ਸੰਭਾਲੋ(_a)"
-#: ../mail/em-format-html-display.c:2004
+#: ../mail/em-format-html-display.c:2006
msgid "S_ave All"
msgstr "ਸਭ ਸੰਭਾਲੋ(_a)"
-#: ../mail/em-format-html-display.c:2065
+#: ../mail/em-format-html-display.c:2067
msgid "No Attachment"
msgstr "ਕੋਈ ਨੱਥੀ ਨਹੀਂ"
@@ -11995,8 +11933,8 @@ msgid ""
"Unable to read settings from previous Evolution install, `evolution/config."
"xmldb' does not exist or is corrupt."
msgstr ""
-"ਪੁਰਾਣੀ ਈਵੇਲੂਸ਼ਨ ਦੇ ਸਥਾਪਨ ਪੜਨ ਤੋਂ ਅਸਫਲ, `evolution/config.xmldb' ਮੌਜੂਦ ਨਹੀਂ ਹੈ ਜਾਂ "
-"ਨਿਕਾਰਾ ਹੋ ਗਈ ਹੈ।"
+"ਪੁਰਾਣੀ ਈਵੇਲੂਸ਼ਨ ਦੇ ਸਥਾਪਨ ਪੜਨ ਤੋਂ ਅਸਫਲ, `evolution/config.xmldb' ਮੌਜੂਦ ਨਹੀਂ ਹੈ ਜਾਂ ਨਿਕਾਰਾ "
+"ਹੋ ਗਈ ਹੈ।"
#: ../mail/em-popup.c:557 ../mail/em-popup.c:568
msgid "_Reply to sender"
@@ -13735,7 +13673,7 @@ msgid "Checking for new mail"
msgstr "ਨਵਾਂ ਪੱਤਰ ਲਈ ਜਾਂਚ ਜਾਰੀ"
#: ../mail/mail-session.c:204
-#: ../plugins/exchange-operations/exchange-config-listener.c:681
+#: ../plugins/exchange-operations/exchange-config-listener.c:710
#, c-format
msgid "Enter Password for %s"
msgstr "%s ਲਈ ਗੁਪਤ-ਕੋਡ ਭਰੋ"
@@ -13831,9 +13769,7 @@ msgstr ""
msgid ""
"A read receipt notification has been requested for &quot;{1}&quot;. Send the "
"receipt notification to {0}?"
-msgstr ""
-"&quot;{1}&quot; ਲਈ ਪੜਨ ਰਸੀਦ ਸੂਚਨਾ ਦੀ ਮੰਗ ਕੀਤੀ ਗਈ ਹੈ। ਕੀ {0} ਨੂੰ ਰਸੀਦ ਸੂਚਨਾ "
-"ਭੇਜਣੀ ਹੈ?"
+msgstr "&quot;{1}&quot; ਲਈ ਪੜਨ ਰਸੀਦ ਸੂਚਨਾ ਦੀ ਮੰਗ ਕੀਤੀ ਗਈ ਹੈ। ਕੀ {0} ਨੂੰ ਰਸੀਦ ਸੂਚਨਾ ਭੇਜਣੀ ਹੈ?"
# mail:no-rename-folder-exists secondary
# mail:vfolder-notunique secondary
@@ -13958,8 +13894,8 @@ msgid ""
"problem. You will not be able to use this provider until you can accept its "
"license."
msgstr ""
-"ਲਾਈਸੈਂਸ ਫਾਇਲ &quot;{0}&quot; ਨੂੰ ਪੜਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ, ਕਿਉਕਿ ਇੰਸਟਾਲੇਸ਼ਨ ਸਮੱਸਿਆ ਹੈ। "
-"ਤੁਸੀਂ ਇਹ ਉਪਲੱਬਧ ਕਰਤਾ ਨੂੰ ਵਰਤਣ ਦੇ ਤੱਦ ਤੱਕ ਯੋਗ ਨਹੀਂ ਹੋ ਸਕਦੇ, ਜਦ ਤੱਕ ਲਾਈਸੈਂਸ ਨਾਲ ਸਹਿਮਤ ਨਹੀਂ ਹੁੰਦੇ।"
+"ਲਾਈਸੈਂਸ ਫਾਇਲ &quot;{0}&quot; ਨੂੰ ਪੜਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ, ਕਿਉਕਿ ਇੰਸਟਾਲੇਸ਼ਨ ਸਮੱਸਿਆ ਹੈ। ਤੁਸੀਂ "
+"ਇਹ ਉਪਲੱਬਧ ਕਰਤਾ ਨੂੰ ਵਰਤਣ ਦੇ ਤੱਦ ਤੱਕ ਯੋਗ ਨਹੀਂ ਹੋ ਸਕਦੇ, ਜਦ ਤੱਕ ਲਾਈਸੈਂਸ ਨਾਲ ਸਹਿਮਤ ਨਹੀਂ ਹੁੰਦੇ।"
#: ../mail/mail.error.xml.h:35
msgid "Cannot rename &quot;{0}&quot; to &quot;{1}&quot;."
@@ -14264,7 +14200,8 @@ msgid ""
msgstr ""
"ਇਹ ਸੁਨੇਹਾ ਬਾਹਰੀ ਕਾਰਜ &quot;sendmail &quot; ਕਾਰਜ ਰਾਹੀ ਭੇਜਿਆ ਜਾ ਰਿਹਾ ਸੀ। Sendmail "
"ਨੇ ਹੇਠ ਲਿਖੀ ਗਲਤੀ ਦਿੱਤੀ ਹੈ: ਹਾਲਤ 67: ਸੁਨੇਹਾ ਭੇਜਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ।\n"
-"ਇਹ ਸੁਨੇਹਾ ਬਾਹਰੀ-ਬਕਸਾ (Outbox) ਫੋਲਡਰ ਵਿੱਚ ਸੰਭਾਲਿਆ ਗਿਆ ਹੈ। ਸੁਨੇਹੇ ਵਿੱਚ ਗਲਤੀਆਂ ਦੀ ਜਾਂਚ ਕਰੋ ਅਤੇ ਮੁੜ ਭੇਜੋ।"
+"ਇਹ ਸੁਨੇਹਾ ਬਾਹਰੀ-ਬਕਸਾ (Outbox) ਫੋਲਡਰ ਵਿੱਚ ਸੰਭਾਲਿਆ ਗਿਆ ਹੈ। ਸੁਨੇਹੇ ਵਿੱਚ ਗਲਤੀਆਂ ਦੀ ਜਾਂਚ ਕਰੋ "
+"ਅਤੇ ਮੁੜ ਭੇਜੋ।"
# mail:signature-notscript secondary
#: ../mail/mail.error.xml.h:106
@@ -14305,9 +14242,7 @@ msgstr "ਇਹ ਦਸਤਖਤ ਤਬਦੀਲ ਹੋ ਗਏ ਹਨ, ਪਰ ਸ
msgid ""
"This will mark all messages as read in the selected folder and its "
"subfolders."
-msgstr ""
-"ਇਸ ਨਾਲ ਚੁਣੇ ਫੋਲਡਰ ਅਤੇ ਉਸ ਦੇ ਅਧੀਨ-ਫੋਲਡਰ ਵਿੱਚ ਸਭ ਸੁਨੇਹੇ ਪੜ੍ਹੇ ਬਣਾ ਦਿੱਤੇ "
-"ਜਾਣਗੇ।"
+msgstr "ਇਸ ਨਾਲ ਚੁਣੇ ਫੋਲਡਰ ਅਤੇ ਉਸ ਦੇ ਅਧੀਨ-ਫੋਲਡਰ ਵਿੱਚ ਸਭ ਸੁਨੇਹੇ ਪੜ੍ਹੇ ਬਣਾ ਦਿੱਤੇ ਜਾਣਗੇ।"
#: ../mail/mail.error.xml.h:114
msgid "Unable to connect to the GroupWise server."
@@ -14318,8 +14253,8 @@ msgid ""
"Unable to open the drafts folder for this account. Use the system drafts "
"folder instead?"
msgstr ""
-"ਇਸ ਖਾਤੇ ਲਈ ਡਰਾਫਟ ਫੋਲਡਰ ਖੋਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ ਹੈ। ਕੀ ਇਸ ਦੀ ਬਜਾਏ ਸਿਸਟਮ "
-"ਡਰਾਫਟ ਫੋਲਡਰ ਵਰਤਿਆ ਜਾਵੇ?"
+"ਇਸ ਖਾਤੇ ਲਈ ਡਰਾਫਟ ਫੋਲਡਰ ਖੋਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ ਹੈ। ਕੀ ਇਸ ਦੀ ਬਜਾਏ ਸਿਸਟਮ ਡਰਾਫਟ ਫੋਲਡਰ "
+"ਵਰਤਿਆ ਜਾਵੇ?"
#: ../mail/mail.error.xml.h:116
msgid "Unable to read license file."
@@ -14904,8 +14839,8 @@ msgstr "ਪ੍ਰਮਾਣਕਿਤਾ ਕਿਸਮ"
msgid "Ch_eck for Supported Types"
msgstr "ਸਹਾਇਕ ਕਿਸਮ ਲਈ ਜਾਂਚ(_e)"
-#: ../plugins/exchange-operations/exchange-calendar.c:192
-#: ../plugins/exchange-operations/exchange-contacts.c:165
+#: ../plugins/exchange-operations/exchange-calendar.c:193
+#: ../plugins/exchange-operations/exchange-contacts.c:167
msgid ""
"Evolution is in offline mode. You cannot create or modify folders now.\n"
"Please switch to online mode for such operations."
@@ -14944,7 +14879,7 @@ msgstr "ਨਵਾਂ ਗੁਪਤ-ਕੋਡ:"
msgid "Your current password has expired. Please change your password now."
msgstr "ਤੁਹਾਡੇ ਮੌਜੂਦਾ ਗੁਪਤ-ਕੋਡ ਦੀ ਮਿਆਦ ਖਤਮ ਹੋ ਗਈ ਹੈ। ਕਿਰਪਾ ਕਰਕੇ ਆਪਣਾ ਗੁਪਤ-ਕੋਡ ਹੁਣੇ ਬਦਲੋ।"
-#: ../plugins/exchange-operations/exchange-config-listener.c:633
+#: ../plugins/exchange-operations/exchange-config-listener.c:662
#, c-format
msgid "Your password will expire in the next %d days"
msgstr "ਤੁਹਾਡੇ ਗੁਪਤ-ਕੋਡ ਦੀ ਮਿਆਦ ਅਗਲੇ %d ਦਿਨਾਂ 'ਚ ਖਤਮ ਹੋਵੇਗੀ"
@@ -16653,8 +16588,8 @@ msgid ""
"\n"
"This plugin is unsupported demonstration code only.\n"
msgstr ""
-"ਇੱਕ ਜਾਂਚ ਪਲੱਗ-ਇਨ, ਜੋ ਕਿ ਤੁਹਾਨੂੰ ਇੱਕ ਫਾਰਮੈਟ ਪਲੱਗ-ਇਨ ਦਾ ਕੰਮ ਵਿਖਾਉਦੀ ਹੈ, ਜੋ ਕਿ ਤੁਹਾਨੂੰ HTML ਪੱਤਰਾਂ "
-"ਨੂੰ ਅਯੋਗ ਕਰਨ ਲਈ ਸਹਾਇਕ ਹੈ।\n"
+"ਇੱਕ ਜਾਂਚ ਪਲੱਗ-ਇਨ, ਜੋ ਕਿ ਤੁਹਾਨੂੰ ਇੱਕ ਫਾਰਮੈਟ ਪਲੱਗ-ਇਨ ਦਾ ਕੰਮ ਵਿਖਾਉਦੀ ਹੈ, ਜੋ ਕਿ ਤੁਹਾਨੂੰ HTML "
+"ਪੱਤਰਾਂ ਨੂੰ ਅਯੋਗ ਕਰਨ ਲਈ ਸਹਾਇਕ ਹੈ।\n"
"\n"
"ਇਹ ਪਲੱਗ-ਇਨ ਸਿਰਫ਼ ਨਾ-ਸਹਾਇਕ ਝਲਕ ਕੋਡ ਹੀ ਹੈ।\n"
@@ -16722,7 +16657,7 @@ msgstr "ਟਿਕਾਣੇ"
msgid "_Publish Calendar Information"
msgstr "ਕੈਲੰਡਰ ਜਾਣਕਾਰੀ ਪਰਕਾਸ਼ਤ(_P)"
-#: ../plugins/publish-calendar/publish-calendar.c:386
+#: ../plugins/publish-calendar/publish-calendar.c:399
msgid "Are you sure you want to remove this URL?"
msgstr "ਕੀ ਤੁਸੀਂ URL ਨੂੰ ਹਟਾਉਣ ਲਈ ਸਹਿਮਤ ਹੋ?"
@@ -17114,8 +17049,8 @@ msgid ""
"The last upgraded configuration version of Evolution, with major/minor/"
"configuration level (for example \"2.6.0\")."
msgstr ""
-"ਈਵੂਲੇਸ਼ਨ ਦਾ ਆਖਰੀ ਅੱਪਗਰੇਡ ਕੀਤਾ ਸੰਰਚਨਾ ਵਰਜਨ, ਵੱਧ/ਘੱਟ/ਸੰਰਚਨਾ ਪੱਧਰ ਨਾਲ "
-"(ਉਦਾਹਰਨ ਲਈ \"2.6.0\")"
+"ਈਵੂਲੇਸ਼ਨ ਦਾ ਆਖਰੀ ਅੱਪਗਰੇਡ ਕੀਤਾ ਸੰਰਚਨਾ ਵਰਜਨ, ਵੱਧ/ਘੱਟ/ਸੰਰਚਨਾ ਪੱਧਰ ਨਾਲ (ਉਦਾਹਰਨ ਲਈ \"2.6.0"
+"\")"
#: ../shell/apps_evolution_shell.schemas.in.in.h:18
msgid ""
@@ -17274,8 +17209,8 @@ msgstr "ਬੱਗ-ਬੱਡੀ ਨੂੰ ਚਲਾਇਆ ਨਹੀਂ ਜਾ ਸ
#: ../shell/e-shell-window-commands.c:530
msgid "translator-credits"
msgstr ""
-"ਅਮਨਪ੍ਰੀਤ ਸਿੰਘ ਆਲਮ (amanpreetalam@yahoo.com)\n"
-"ਪੰਜਾਬ ਲੀਨਕਸ ਤਕਨਾਲੋਜੀ (http://punlinux.sf.net)"
+"ਅਮਨਪਰੀਤ ਸਿੰਘ ਆਲਮ\n"
+"(aalam@redhat.com)"
#: ../shell/e-shell-window-commands.c:775
msgid "_Work Online"
@@ -17283,7 +17218,7 @@ msgstr "ਆਨਲਾਇਨ(_W)"
#: ../shell/e-shell-window-commands.c:788 ../ui/evolution.xml.h:54
msgid "_Work Offline"
-msgstr "ਆਫਲਾਇਨ(_W)"
+msgstr "ਆਫ਼ਲਾਇਨ(_W)"
#: ../shell/e-shell-window-commands.c:801
msgid "Work Offline"
@@ -17308,7 +17243,7 @@ msgstr "%s ਲਈ ਤਬਦੀਲ"
#: ../shell/e-shell.c:633
msgid "Uknown system error."
-msgstr "ਅਣਪਛਾਤੀ ਸਿਸਟਮ ਗਲਤੀ।"
+msgstr "ਅਣਜਾਣੀ ਸਿਸਟਮ ਗਲਤੀ।"
#: ../shell/e-shell.c:829 ../shell/e-shell.c:830
#, c-format
@@ -17406,7 +17341,7 @@ msgid ""
"eagerly await your contributions!\n"
msgstr ""
"ਮਿੱਤਰ, ਈਵੇਲੂਸ਼ਨ ਸਮੂਹ ਉਤਾਪਦ ਦੇ ਇਸ ਪਹਿਲਾਂ ਜਾਰੀ ਵਰਜਨ ਨੂੰ ਡਾਊਨ ਲੋਡ ਕਰਨ\n"
-"ਧੰਨਵਾਦ।\n"
+"ਧੰਨਵਾਦ ਹੈ।\n"
"\n"
"ਈਵੇਲੂਸ਼ਨ ਦਾ ਇਹ ਵਰਜਨ ਸੰਪੂਰਨ ਨਹੀਂ ਹੈ, ਇਸ ਨੂੰ ਬਣਾ ਤਾਂ ਦਿੱਤਾ ਗਿਆ ਹੈ, ਪਰ\n"
"ਇਸ ਦੇ ਕਈ ਫੀਚਰ ਤਾਂ ਸਮਾਪਤ ਨਹੀਂ ਹੋਏ ਜਾਂ ਠੀਕ ਤਰਾਂ ਕੰਮ ਨਹੀਂ ਕਰਦੇ ਹਨ।\n"
@@ -17415,11 +17350,11 @@ msgstr ""
"ਵਰਜਨ ਹਟਾਉਣਾ ਪਵੇਗਾ ਅਤੇ ਇਸ ਦੀ ਬਜਾਏ %s ਵਰਜਨ ਇੰਸਟਾਲ ਕਰੋ।\n"
"\n"
"ਜੇਕਰ ਤੁਸੀਂ ਬੱਗ ਲੱਭ ਲਿਆ, ਤਾਂ ਕਿਰਪਾ ਕਰਕੇ ਇਸ ਦੀ ਸੂਚਨਾ bugzilla.gnome.com\n"
-"ਤੇ ਦਿਓ। ਇਹ ਉਤਾਪਦ ਬਿਨਾਂ ਕਿਸੇ ਵਾਰੰਟੀ ਦੇ ਹੈ ਅਤੇ ਕਿਸੇ ਦੇ ਗੁੱਸੇ ਲਈ ਜਿੰਮਵਾਰ\n"
+"ਤੇ ਦਿਓ। ਇਹ ਉਤਾਪਦ ਬਿਨਾਂ ਕਿਸੇ ਵਾਰੰਟੀ ਦੇ ਹੈ ਅਤੇ ਕਿਸੇ ਦੇ ਗੁੱਸੇ ਲਈ ਜਿੰਮੇਵਾਰ\n"
"ਨਹੀਂ ਹੈ।\n"
"\n"
"ਸਾਨੂੰ ਉਮੀਦ ਹੈ ਮਿੱਤਰ ਤੂੰ ਸਾਡੀ ਮੇਹਨਤ ਦਾ ਆਨੰਦ ਮਾਣੇਗਾ ਅਤੇ ਅਸੀਂ ਤੇਰੇ ਇਸ ਸਹਿਯੋਗ ਦਾ\n"
-"ਤਹਿ ਦਿਲੋਂ ਧੰਨਵਾਦ ਕਰਦੇ ਹਾਂ\n"
+"ਤਹਿ ਦਿਲੋਂ ਧੰਨਵਾਦ ਕਰਦੇ ਹਾਂ।\n"
#: ../shell/main.c:254
msgid ""
@@ -17472,11 +17407,11 @@ msgstr "ਕੀ ਤੁਸੀਂ ਸਭ ਯਾਦ ਰੱਖੇ ਹੋਏ ਗੁਪ
#: ../shell/shell.error.xml.h:2
msgid "Continue"
-msgstr "ਜਾਰੀ"
+msgstr "ਜਾਰੀ ਰੱਖੋ"
#: ../shell/shell.error.xml.h:3
msgid "Delete old data from version {0}?"
-msgstr "ਵਰਜਨ {0} ਦਾ ਪੁਰਾਣਾ ਡਾਟਾ ਹਟਾਓ?"
+msgstr "ਕੀ ਵਰਜਨ {0} ਦਾ ਪੁਰਾਣਾ ਡਾਟਾ ਹਟਾਓਣਾ ਹੈ?"
#: ../shell/shell.error.xml.h:4
msgid "Evolution can not start."
@@ -17517,8 +17452,8 @@ msgstr ""
"ਇਹ ਸਲਾਹ ਦਿੱਤੀ ਜਾਦੀ ਹੈ ਕਿ ਤੁਸੀਂ ਆਪਣੇ ਪੱਤਰ, ਸੰਪਰਕ ਤੇ ਕੈਲੰਡਰ ਡਾਟਾ, ਜੋ ਵੀ ਮੌਜੂਦ ਹੈ, ਦੀ ਖੁਦ ਜਾਂਚ "
"ਕਰ ਲਵੋ ਅਤੇ ਇਹ ਵੀ ਕੇ ਈਵੇਲੂਸ਼ਨ ਇਸ ਪੁਰਾਣੇ ਡਾਟਾ ਨਾਲ ਪਹਿਲਾਂ ਠੀਕ ਕੰਮ ਕਰਦਾ ਸੀ।\n"
"\n"
-"ਇੱਕ ਵਾਰ ਹਟਾਉਣ ਬਾਅਦ ਤੁਸੀਂ ਈਵੇਲੂਸ਼ਨ ਦੇ ਪੁਰਾਣੇ ਵਰਜਨ ਨੂੰ ਵਾਪਿਸ ਨਹੀਂ ਲਿਆ ਸਕਦੇ ਹੋ, "
-"ਜਦੋਂ ਤੱਕ ਤੁਸੀਂ ਖੁਦ ਨਾ ਵਰਤੋਂ।\n"
+"ਇੱਕ ਵਾਰ ਹਟਾਉਣ ਬਾਅਦ ਤੁਸੀਂ ਈਵੇਲੂਸ਼ਨ ਦੇ ਪੁਰਾਣੇ ਵਰਜਨ ਨੂੰ ਵਾਪਿਸ ਨਹੀਂ ਲਿਆ ਸਕਦੇ ਹੋ, ਜਦੋਂ ਤੱਕ ਤੁਸੀਂ ਖੁਦ "
+"ਨਾ ਵਰਤੋਂ।\n"
#: ../shell/shell.error.xml.h:15
msgid ""
@@ -17531,9 +17466,9 @@ msgid ""
msgstr ""
"ਈਵੇਲੂਸ਼ਨ ਦੇ ਪੁਰਾਣੇ ਵਰਜਨ ਨੇ ਡਾਟਾ ਕਿਸੇ ਵੱਖਰੇ ਟਿਕਾਣੇ ਉੱਤੇ ਸੰਭਾਲਿਆ ਸੀ।\n"
"\n"
-"ਜੇਕਰ ਤੁਸੀਂ ਇਹ ਡਾਟਾ ਹਟਾਉਣ ਲਈ ਚੁਣਿਆ ਤਾਂ &quot;evolution&quot; ਡਾਇਰੈਕਟਰੀ "
-"ਨੂੰ ਹਮੇਸ਼ਾ ਲਈ ਹਟਾ ਦਿੱਤਾ ਜਾਵੇਗਾ। ਜੇਕਰ ਤੁਸੀਂ ਇਸ ਡਾਟਾ ਨੂੰ ਰੱਖਣ ਲਈ ਚੁਣਿਆ, ਤਾਂ "
-"ਤੁਸੀਂ ਆਪਣੀ ਜਿੰਮੇਵਾਰੀ ਉੱਤੇ &quot;evolution&quot;ਦੇ ਭਾਗ ਹਟਾ ਸਕਦੇ ਹੋ।\n"
+"ਜੇਕਰ ਤੁਸੀਂ ਇਹ ਡਾਟਾ ਹਟਾਉਣ ਲਈ ਚੁਣਿਆ ਤਾਂ &quot;evolution&quot; ਡਾਇਰੈਕਟਰੀ ਨੂੰ ਹਮੇਸ਼ਾ ਲਈ "
+"ਹਟਾ ਦਿੱਤਾ ਜਾਵੇਗਾ। ਜੇਕਰ ਤੁਸੀਂ ਇਸ ਡਾਟਾ ਨੂੰ ਰੱਖਣ ਲਈ ਚੁਣਿਆ, ਤਾਂ ਤੁਸੀਂ ਆਪਣੀ ਜਿੰਮੇਵਾਰੀ ਉੱਤੇ &quot;"
+"evolution&quot;ਦੇ ਭਾਗ ਹਟਾ ਸਕਦੇ ਹੋ।\n"
#: ../shell/shell.error.xml.h:19
msgid "Upgrade from previous version failed: {0}"
@@ -17547,8 +17482,8 @@ msgid ""
"You will need to make more space available in your home directory before you "
"can continue."
msgstr ""
-"ਤੁਹਾਡੇ ਡਾਟਾ ਅਤੇ ਸਥਾਪਨ ਦੇ ਅੱਪਡੇਟ ਨੂੰ {0} ਡਿਸਕ ਥਾਂ ਦੀ ਲੋੜ ਹੈ, ਪਰ ਤੁਹਾਡੇ ਕੋਲ ਸਿਰਫ਼ "
-"{1} ਉਪਲੱਬਧ ਹੈ।\n"
+"ਤੁਹਾਡੇ ਡਾਟਾ ਅਤੇ ਸਥਾਪਨ ਦੇ ਅੱਪਡੇਟ ਨੂੰ {0} ਡਿਸਕ ਥਾਂ ਦੀ ਲੋੜ ਹੈ, ਪਰ ਤੁਹਾਡੇ ਕੋਲ ਸਿਰਫ਼ {1} ਉਪਲੱਬਧ "
+"ਹੈ।\n"
"\n"
"ਤੁਹਾਨੂੰ ਜਾਰੀ ਰੱਖਣ ਲਈ ਆਪਣੀ ਘਰ ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਹੋਰ ਥਾਂ ਬਣਾਉਣ ਦੀ ਲੋੜ ਹੈ।"
@@ -20054,17 +19989,17 @@ msgstr "Y1"
msgid "Y2"
msgstr "Y2"
-#: ../widgets/misc/e-canvas-vbox.c:102 ../widgets/misc/e-reflow.c:1427
+#: ../widgets/misc/e-canvas-vbox.c:102 ../widgets/misc/e-reflow.c:1429
#: ../widgets/table/e-table-group-container.c:974
#: ../widgets/table/e-table-group-leaf.c:636
-#: ../widgets/table/e-table-item.c:3014
+#: ../widgets/table/e-table-item.c:3015
msgid "Minimum width"
msgstr "ਨਿਊਨਤਮ ਚੌੜਾਈ"
-#: ../widgets/misc/e-canvas-vbox.c:103 ../widgets/misc/e-reflow.c:1428
+#: ../widgets/misc/e-canvas-vbox.c:103 ../widgets/misc/e-reflow.c:1430
#: ../widgets/table/e-table-group-container.c:975
#: ../widgets/table/e-table-group-leaf.c:637
-#: ../widgets/table/e-table-item.c:3015
+#: ../widgets/table/e-table-item.c:3016
msgid "Minimum Width"
msgstr "ਨਿਊਨਤਮ ਚੌੜਾਈ"
@@ -20319,15 +20254,15 @@ msgstr "ਨਿੱਜੀ ਰਿਕਾਰਡ ਸਮਕਾਲੀ:"
msgid "Sync Categories:"
msgstr "ਵਰਗ ਸਮਕਾਲੀ:"
-#: ../widgets/misc/e-reflow.c:1449 ../widgets/misc/e-reflow.c:1450
+#: ../widgets/misc/e-reflow.c:1451 ../widgets/misc/e-reflow.c:1452
msgid "Empty message"
msgstr "ਖਾਲੀ ਸੁਨੇਹਾ"
-#: ../widgets/misc/e-reflow.c:1456 ../widgets/misc/e-reflow.c:1457
+#: ../widgets/misc/e-reflow.c:1458 ../widgets/misc/e-reflow.c:1459
msgid "Reflow model"
msgstr "ਮੁੜ-ਵਹਾ ਮਾਡਲ"
-#: ../widgets/misc/e-reflow.c:1463 ../widgets/misc/e-reflow.c:1464
+#: ../widgets/misc/e-reflow.c:1465 ../widgets/misc/e-reflow.c:1466
msgid "Column width"
msgstr "ਕਾਲਮ ਚੌੜਾਈ"
@@ -20569,23 +20504,23 @@ msgstr "ਕੇਂਦਰਿਤ ਕਾਲਮ"
msgid "Unselected Column"
msgstr "ਨਾ-ਚੁਣਿਆ ਕਾਲਮ"
-#: ../widgets/table/e-cell-text.c:1744
+#: ../widgets/table/e-cell-text.c:1749
msgid "Strikeout Column"
msgstr "ਕਾਲਮ ਵਿੰਨੋ"
-#: ../widgets/table/e-cell-text.c:1751
+#: ../widgets/table/e-cell-text.c:1756
msgid "Underline Column"
msgstr "ਕਾਲਮ ਹੇਠ ਰੇਖਾ"
-#: ../widgets/table/e-cell-text.c:1758
+#: ../widgets/table/e-cell-text.c:1763
msgid "Bold Column"
msgstr "ਗੂੜਾ ਕਾਲਮ"
-#: ../widgets/table/e-cell-text.c:1765
+#: ../widgets/table/e-cell-text.c:1770
msgid "Color Column"
msgstr "ਕਾਲਮ ਰੰਗ"
-#: ../widgets/table/e-cell-text.c:1779
+#: ../widgets/table/e-cell-text.c:1784
msgid "BG Color Column"
msgstr "BG ਰੰਗ ਕਾਲਮ"
@@ -20633,6 +20568,7 @@ msgid "Sh_ow these fields in order:"
msgstr "ਇਹ ਫੋਲਡਰ ਕਰਮ ਵਿੱਚ ਵੇਖਾਓ(_o):"
#: ../widgets/table/e-table-config-no-group.glade.h:12
+#: ../widgets/table/e-table-config.c:563
#: ../widgets/table/e-table-config.glade.h:10
msgid "Show Fields"
msgstr "ਖੇਤਰ ਵੇਖਾਓ"
@@ -20691,6 +20627,10 @@ msgstr "ਨਾ ਕ੍ਰਮਬੱਧ"
msgid "No grouping"
msgstr "ਨਾ ਵਰਗੀਕ੍ਰਿਤ"
+#: ../widgets/table/e-table-config.c:584
+msgid "Available Fields"
+msgstr "ਉਪਲੱਬਧ ਖੇਤਰ"
+
#: ../widgets/table/e-table-config.glade.h:17
msgid "_Group By..."
msgstr "ਇੰਞ ਗਰੁੱਪ(_G)..."
@@ -20753,7 +20693,7 @@ msgstr "%s (%d ਇਕਾਈਆਂ)"
#: ../widgets/table/e-table-group-container.c:898
#: ../widgets/table/e-table-group-leaf.c:573
#: ../widgets/table/e-table-group-leaf.c:574
-#: ../widgets/table/e-table-item.c:2972 ../widgets/table/e-table-item.c:2973
+#: ../widgets/table/e-table-item.c:2973 ../widgets/table/e-table-item.c:2974
msgid "Alternating Row Colors"
msgstr "ਬਦਲਵਾਂ ਕਤਾਰ ਰੰਗ"
@@ -20761,7 +20701,7 @@ msgstr "ਬਦਲਵਾਂ ਕਤਾਰ ਰੰਗ"
#: ../widgets/table/e-table-group-container.c:905
#: ../widgets/table/e-table-group-leaf.c:580
#: ../widgets/table/e-table-group-leaf.c:581
-#: ../widgets/table/e-table-item.c:2979 ../widgets/table/e-table-item.c:2980
+#: ../widgets/table/e-table-item.c:2980 ../widgets/table/e-table-item.c:2981
#: ../widgets/table/e-tree.c:3265 ../widgets/table/e-tree.c:3266
msgid "Horizontal Draw Grid"
msgstr "ਖਿਤਿਜੀ ਗਰਿੱਡ ਬਣਾਓ"
@@ -20770,7 +20710,7 @@ msgstr "ਖਿਤਿਜੀ ਗਰਿੱਡ ਬਣਾਓ"
#: ../widgets/table/e-table-group-container.c:912
#: ../widgets/table/e-table-group-leaf.c:587
#: ../widgets/table/e-table-group-leaf.c:588
-#: ../widgets/table/e-table-item.c:2986 ../widgets/table/e-table-item.c:2987
+#: ../widgets/table/e-table-item.c:2987 ../widgets/table/e-table-item.c:2988
#: ../widgets/table/e-tree.c:3271 ../widgets/table/e-tree.c:3272
msgid "Vertical Draw Grid"
msgstr "ਲੰਬਕਾਰੀ ਗਰਿੱਡ ਬਣਾਓ"
@@ -20779,7 +20719,7 @@ msgstr "ਲੰਬਕਾਰੀ ਗਰਿੱਡ ਬਣਾਓ"
#: ../widgets/table/e-table-group-container.c:919
#: ../widgets/table/e-table-group-leaf.c:594
#: ../widgets/table/e-table-group-leaf.c:595
-#: ../widgets/table/e-table-item.c:2993 ../widgets/table/e-table-item.c:2994
+#: ../widgets/table/e-table-item.c:2994 ../widgets/table/e-table-item.c:2995
#: ../widgets/table/e-tree.c:3277 ../widgets/table/e-tree.c:3278
msgid "Draw focus"
msgstr "ਕੇਂਦਰ ਬਣਾਓ"
@@ -20788,7 +20728,7 @@ msgstr "ਕੇਂਦਰ ਬਣਾਓ"
#: ../widgets/table/e-table-group-container.c:926
#: ../widgets/table/e-table-group-leaf.c:601
#: ../widgets/table/e-table-group-leaf.c:602
-#: ../widgets/table/e-table-item.c:3000 ../widgets/table/e-table-item.c:3001
+#: ../widgets/table/e-table-item.c:3001 ../widgets/table/e-table-item.c:3002
msgid "Cursor mode"
msgstr "ਕਰਸਰ ਢੰਗ"
@@ -20796,7 +20736,7 @@ msgstr "ਕਰਸਰ ਢੰਗ"
#: ../widgets/table/e-table-group-container.c:933
#: ../widgets/table/e-table-group-leaf.c:615
#: ../widgets/table/e-table-group-leaf.c:616
-#: ../widgets/table/e-table-item.c:2965 ../widgets/table/e-table-item.c:2966
+#: ../widgets/table/e-table-item.c:2966 ../widgets/table/e-table-item.c:2967
msgid "Selection model"
msgstr "ਚੋਣ ਨਮੂਨਾ"
@@ -20804,7 +20744,7 @@ msgstr "ਚੋਣ ਨਮੂਨਾ"
#: ../widgets/table/e-table-group-container.c:940
#: ../widgets/table/e-table-group-leaf.c:608
#: ../widgets/table/e-table-group-leaf.c:609
-#: ../widgets/table/e-table-item.c:3007 ../widgets/table/e-table-item.c:3008
+#: ../widgets/table/e-table-item.c:3008 ../widgets/table/e-table-item.c:3009
#: ../widgets/table/e-table.c:3301 ../widgets/table/e-tree.c:3259
#: ../widgets/table/e-tree.c:3260
msgid "Length Threshold"
@@ -20814,7 +20754,7 @@ msgstr "ਮੁੱਢਲੀ ਲੰਬਾਈ"
#: ../widgets/table/e-table-group-container.c:947
#: ../widgets/table/e-table-group-leaf.c:650
#: ../widgets/table/e-table-group-leaf.c:651
-#: ../widgets/table/e-table-item.c:3041 ../widgets/table/e-table-item.c:3042
+#: ../widgets/table/e-table-item.c:3042 ../widgets/table/e-table-item.c:3043
#: ../widgets/table/e-table.c:3308 ../widgets/table/e-tree.c:3291
#: ../widgets/table/e-tree.c:3292
msgid "Uniform row height"
@@ -20891,15 +20831,15 @@ msgstr "ਕਰਮਬੱਧ ਜਾਣਕਾਰੀ"
msgid "Tree"
msgstr "ਲੜੀ"
-#: ../widgets/table/e-table-item.c:2951 ../widgets/table/e-table-item.c:2952
+#: ../widgets/table/e-table-item.c:2952 ../widgets/table/e-table-item.c:2953
msgid "Table header"
msgstr "ਸਾਰਣੀ ਸਿਰਲੇਖ"
-#: ../widgets/table/e-table-item.c:2958 ../widgets/table/e-table-item.c:2959
+#: ../widgets/table/e-table-item.c:2959 ../widgets/table/e-table-item.c:2960
msgid "Table model"
msgstr "ਸਾਰਣੀ ਮਾਡਲ"
-#: ../widgets/table/e-table-item.c:3034 ../widgets/table/e-table-item.c:3035
+#: ../widgets/table/e-table-item.c:3035 ../widgets/table/e-table-item.c:3036
msgid "Cursor row"
msgstr "ਕਰਸਰ ਕਤਾਰ"
diff --git a/po/pt.po b/po/pt.po
index b45c5cb65c..3116140a28 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.14\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-03-10 23:24+0000\n"
-"PO-Revision-Date: 2006-03-10 23:30+0000\n"
+"POT-Creation-Date: 2006-03-10 23:36+0000\n"
+"PO-Revision-Date: 2006-03-10 23:40+0000\n"
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
"MIME-Version: 1.0\n"
@@ -2526,15 +2526,15 @@ msgstr "Alterado"
msgid "Contact Editor - %s"
msgstr "Editor de Contactos - %s"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2775
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2773
msgid "Please select an image for this contact"
msgstr "Seleccione uma imagem para este contacto"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2776
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2774
msgid "No image"
msgstr "Sem imagem"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:3060
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:3058
msgid ""
"The contact data is invalid:\n"
"\n"
@@ -2542,7 +2542,7 @@ msgstr ""
"Os dados do contacto são inválidos:\n"
"\n"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:3112
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:3110
msgid "Invalid contact."
msgstr "Contacto inválido."
@@ -2570,7 +2570,7 @@ msgstr "_Seleccione o Livro de Endereços"
#, c-format
msgid ""
"Are you sure you want\n"
-"to delete contact list (%s)?"
+"to delete contact list (%s) ?"
msgstr ""
"Tem a certeza de que deseja\n"
"apagar a lista de contactos (%s)?"
@@ -2587,7 +2587,7 @@ msgstr ""
#, c-format
msgid ""
"Are you sure you want\n"
-"to delete contact (%s)?"
+"to delete contact (%s) ?"
msgstr ""
"Tem a certeza de que deseja\n"
"apagar este contacto (%s)?"
@@ -16472,7 +16472,7 @@ msgstr "Formatador Itip"
#: ../plugins/itip-formatter/org-gnome-itip-formatter.error.xml.h:1
msgid ""
"&quot;{0}&quot; has delegated the meeting. Do you want to add the delegate "
-"&quot;{1}&quot;?"
+"&quot;{1}&quot; ?"
msgstr ""
"&quot;{0}&quot; delegou a reunião. Deseja adicionar o delegado &quot;{1}"
"&quot;?"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 14d14097cb..f195ac584e 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: evolution.HEAD.pt_BR\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-01-26 06:32+0100\n"
-"PO-Revision-Date: 2005-08-24 23:21-0300\n"
-"Last-Translator: Afonso Celso Medina <afmedina@uol.com.br>\n"
+"POT-Creation-Date: 2006-03-10 23:54-0300\n"
+"PO-Revision-Date: 2006-03-10 21:12-0300\n"
+"Last-Translator: Leandro A. F. Pereira <leandro@linuxmag.com.br>\n"
"Language-Team: Português/Brasil <gnome-l10n-br@listas.cipsga.org.br>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -87,23 +87,23 @@ msgstr "visão de evento da agenda"
msgid "Grab Focus"
msgstr "Capturar foco"
-#: ../a11y/calendar/ea-cal-view.c:306
+#: ../a11y/calendar/ea-cal-view.c:302
msgid "New Appointment"
msgstr "Novo Compromisso"
-#: ../a11y/calendar/ea-cal-view.c:307
+#: ../a11y/calendar/ea-cal-view.c:303
msgid "New All Day Event"
msgstr "Novo Evento de Dia Inteiro"
-#: ../a11y/calendar/ea-cal-view.c:308
+#: ../a11y/calendar/ea-cal-view.c:304
msgid "New Meeting"
msgstr "Nova Reunião"
-#: ../a11y/calendar/ea-cal-view.c:309
+#: ../a11y/calendar/ea-cal-view.c:305
msgid "Go to Today"
msgstr "Ir para Hoje"
-#: ../a11y/calendar/ea-cal-view.c:310
+#: ../a11y/calendar/ea-cal-view.c:306
msgid "Go to Date"
msgstr "Ir para Data"
@@ -112,32 +112,32 @@ msgstr "Ir para Data"
msgid "a table to view and select the current time range"
msgstr "uma tabela para ver e selecionar o intervalo de tempo corrente"
-#: ../a11y/calendar/ea-day-view.c:146 ../a11y/calendar/ea-week-view.c:148
+#: ../a11y/calendar/ea-day-view.c:149 ../a11y/calendar/ea-week-view.c:151
#, c-format
msgid "It has %d event."
msgid_plural "It has %d events."
msgstr[0] "Tem %d evento."
msgstr[1] "Tem %d eventos."
-#: ../a11y/calendar/ea-day-view.c:148 ../a11y/calendar/ea-week-view.c:150
+#: ../a11y/calendar/ea-day-view.c:151 ../a11y/calendar/ea-week-view.c:153
msgid "It has no events."
msgstr "Não tem eventos."
-#: ../a11y/calendar/ea-day-view.c:152
+#: ../a11y/calendar/ea-day-view.c:155
#, c-format
msgid "Work Week View: %s. %s"
msgstr "Visão de Semana Útil: %s. %s"
-#: ../a11y/calendar/ea-day-view.c:155
+#: ../a11y/calendar/ea-day-view.c:158
#, c-format
msgid "Day View: %s. %s"
msgstr "Visão de Dia: %s. %s"
-#: ../a11y/calendar/ea-day-view.c:186
+#: ../a11y/calendar/ea-day-view.c:189
msgid "calendar view for a work week"
msgstr "visão de agenda para uma semana útil"
-#: ../a11y/calendar/ea-day-view.c:188
+#: ../a11y/calendar/ea-day-view.c:191
msgid "calendar view for one or more days"
msgstr "visão de agenda para um ou mais dias"
@@ -154,8 +154,8 @@ msgstr "%A %d %b %Y"
#. specifiers or add anything.
#: ../a11y/calendar/ea-gnome-calendar.c:190
#: ../calendar/gui/calendar-component.c:664
-#: ../calendar/gui/e-day-view-top-item.c:719 ../calendar/gui/e-day-view.c:1510
-#: ../calendar/gui/e-week-view-main-item.c:322
+#: ../calendar/gui/e-day-view-top-item.c:711 ../calendar/gui/e-day-view.c:1503
+#: ../calendar/gui/e-week-view-main-item.c:321
msgid "%a %d %b"
msgstr "%a %d %b"
@@ -186,8 +186,8 @@ msgstr "%d %b %Y"
#. change the specifiers or add anything.
#: ../a11y/calendar/ea-gnome-calendar.c:220
#: ../calendar/gui/calendar-component.c:690
-#: ../calendar/gui/e-day-view-top-item.c:723 ../calendar/gui/e-day-view.c:1526
-#: ../calendar/gui/e-week-view-main-item.c:336
+#: ../calendar/gui/e-day-view-top-item.c:715 ../calendar/gui/e-day-view.c:1519
+#: ../calendar/gui/e-week-view-main-item.c:335
msgid "%d %b"
msgstr "%d %b"
@@ -213,21 +213,21 @@ msgstr "Botão de salto"
msgid "Click here, you can find more events."
msgstr "Clique aqui, você pode encontrar mais eventos."
-#: ../a11y/calendar/ea-week-view.c:155
+#: ../a11y/calendar/ea-week-view.c:158
#, c-format
msgid "Month View: %s. %s"
msgstr "Visão de Mês: %s. %s"
-#: ../a11y/calendar/ea-week-view.c:159
+#: ../a11y/calendar/ea-week-view.c:162
#, c-format
msgid "Week View: %s. %s"
msgstr "Visão de Semana: %s. %s"
-#: ../a11y/calendar/ea-week-view.c:190
+#: ../a11y/calendar/ea-week-view.c:193
msgid "calendar view for a month"
msgstr "visão de agenda para um mês"
-#: ../a11y/calendar/ea-week-view.c:192
+#: ../a11y/calendar/ea-week-view.c:195
msgid "calendar view for one or more weeks"
msgstr "visão de agenda para uma ou mais semanas"
@@ -279,7 +279,7 @@ msgstr "Célula de Tabela"
#: ../a11y/e-table/gal-a11y-e-table-click-to-add.c:44
#: ../a11y/e-table/gal-a11y-e-table-click-to-add.c:119
-#: ../widgets/table/e-table-click-to-add.c:575
+#: ../widgets/table/e-table-click-to-add.c:574
msgid "click to add"
msgstr "clique para adicionar"
@@ -546,30 +546,30 @@ msgstr "Configure aqui o autocompletar"
#. Create the contacts group
#: ../addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in.h:5
-#: ../addressbook/gui/component/addressbook-view.c:1344
+#: ../addressbook/gui/component/addressbook-view.c:1334
#: ../calendar/gui/calendar-component.c:247 ../calendar/gui/migration.c:400
-#: ../plugins/exchange-operations/exchange-folder.c:629
+#: ../plugins/exchange-operations/exchange-folder.c:585
msgid "Contacts"
msgstr "Contatos"
#: ../addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in.h:6
-msgid "Evolution Addressbook"
+msgid "Evolution Address Book"
msgstr "Catálogo de Endereços do Evolution"
#: ../addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in.h:7
-msgid "Evolution Addressbook address pop-up"
+msgid "Evolution Address Book address pop-up"
msgstr "Pop-up de endereços do Catálogo de Endereços do Evolution"
#: ../addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in.h:8
-msgid "Evolution Addressbook address viewer"
+msgid "Evolution Address Book address viewer"
msgstr "Visualizador de endereços do Catálogo de Endereços do Evolution"
#: ../addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in.h:9
-msgid "Evolution Addressbook card viewer"
+msgid "Evolution Address Book card viewer"
msgstr "Visualizador de cartões do Catálogo de Endereços do Evolution"
#: ../addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in.h:10
-msgid "Evolution Addressbook component"
+msgid "Evolution Address Book component"
msgstr "Componente do Catálogo de Endereços do Evolution"
#: ../addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in.h:11
@@ -587,7 +587,7 @@ msgstr "Gerencie aqui os seus certificados S/MIME"
#. create the local source group
#. On This Computer is always first and Search Folders is always last
#: ../addressbook/gui/component/addressbook-component.c:141
-#: ../addressbook/gui/component/addressbook-migrate.c:507
+#: ../addressbook/gui/component/addressbook-migrate.c:483
#: ../calendar/gui/calendar-component.c:209
#: ../calendar/gui/memos-component.c:194 ../calendar/gui/migration.c:474
#: ../calendar/gui/migration.c:567 ../calendar/gui/migration.c:1075
@@ -603,20 +603,19 @@ msgstr "Neste Computador"
#. Create the default Person addressbook
#. orange
#: ../addressbook/gui/component/addressbook-component.c:149
-#: ../addressbook/gui/component/addressbook-migrate.c:515
+#: ../addressbook/gui/component/addressbook-migrate.c:491
#: ../addressbook/gui/contact-editor/contact-editor.glade.h:20
#: ../calendar/gui/calendar-component.c:217
#: ../calendar/gui/memos-component.c:202 ../calendar/gui/migration.c:482
#: ../calendar/gui/migration.c:575 ../calendar/gui/migration.c:1083
#: ../calendar/gui/tasks-component.c:198 ../filter/filter-label.c:123
-#: ../mail/em-migrate.c:1054 ../mail/mail-config.c:87
-#: ../mail/mail-config.glade.h:104
+#: ../mail/em-migrate.c:1054 ../mail/mail-config.glade.h:105
msgid "Personal"
msgstr "Pessoal"
#. Create the LDAP source group
#: ../addressbook/gui/component/addressbook-component.c:159
-#: ../addressbook/gui/component/addressbook-migrate.c:525
+#: ../addressbook/gui/component/addressbook-migrate.c:501
msgid "On LDAP Servers"
msgstr "Em servidores LDAP"
@@ -637,7 +636,7 @@ msgid "Create a new contact list"
msgstr "Criar uma nova lista de contatos"
#: ../addressbook/gui/component/addressbook-component.c:242
-#: ../addressbook/gui/component/addressbook-config.c:1204
+#: ../addressbook/gui/component/addressbook-config.c:1202
msgid "New Address Book"
msgstr "Novo Catálogo de Endereços"
@@ -649,8 +648,8 @@ msgstr "Catálogo de _Endereços"
msgid "Create a new address book"
msgstr "Criar um novo catálogo de endereços"
-#: ../addressbook/gui/component/addressbook-component.c:386
-msgid "Failed upgrading Addressbook settings or folders."
+#: ../addressbook/gui/component/addressbook-component.c:406
+msgid "Failed upgrading Address Book settings or folders."
msgstr ""
"Falha ao atualizar as pastas ou configurações do Catálogo de Endereços."
@@ -664,50 +663,52 @@ msgstr "Base"
msgid "_Type:"
msgstr "_Tipo:"
-#: ../addressbook/gui/component/addressbook-config.c:634
+#: ../addressbook/gui/component/addressbook-config.c:632
msgid "Copy book content locally for offline operation"
msgstr ""
"Copiar o conteúdo do catálogo localmente para funcionamento desconectado"
-#: ../addressbook/gui/component/addressbook-config.c:983
+#: ../addressbook/gui/component/addressbook-config.c:981
#: ../addressbook/gui/component/ldap-config.glade.h:22
#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:19
-#: ../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:217 ../mail/mail-config.glade.h:85
+#: ../calendar/gui/dialogs/calendar-setup.c:369
+#: ../calendar/gui/dialogs/calendar-setup.c:380
+#: ../calendar/gui/dialogs/calendar-setup.c:391
+#: ../mail/em-folder-properties.c:222 ../mail/mail-config.glade.h:86
+#: ../plugins/itip-formatter/itip-formatter.c:1978
#: ../smime/gui/smime-ui.glade.h:28
msgid "General"
msgstr "Geral"
-#: ../addressbook/gui/component/addressbook-config.c:984
+#: ../addressbook/gui/component/addressbook-config.c:982
+#: ../addressbook/gui/widgets/e-addressbook-view.c:563
#: ../mail/importers/pine-importer.c:392
-msgid "Addressbook"
+msgid "Address Book"
msgstr "Catálogo de Endereços"
-#: ../addressbook/gui/component/addressbook-config.c:988
+#: ../addressbook/gui/component/addressbook-config.c:986
msgid "Server Information"
msgstr "Informação do Servidor"
-#: ../addressbook/gui/component/addressbook-config.c:990
+#: ../addressbook/gui/component/addressbook-config.c:988
msgid "Authentication"
msgstr "Autenticação"
-#: ../addressbook/gui/component/addressbook-config.c:993
+#: ../addressbook/gui/component/addressbook-config.c:991
#: ../addressbook/gui/component/ldap-config.glade.h:17
#: ../mail/mail-dialogs.glade.h:7 ../smime/gui/smime-ui.glade.h:20
msgid "Details"
msgstr "Detalhes"
-#: ../addressbook/gui/component/addressbook-config.c:994
+#: ../addressbook/gui/component/addressbook-config.c:992
msgid "Searching"
msgstr "Procurando"
-#: ../addressbook/gui/component/addressbook-config.c:996
+#: ../addressbook/gui/component/addressbook-config.c:994
msgid "Downloading"
msgstr "Baixando"
-#: ../addressbook/gui/component/addressbook-config.c:1202
+#: ../addressbook/gui/component/addressbook-config.c:1200
#: ../addressbook/gui/component/ldap-config.glade.h:13
msgid "Address Book Properties"
msgstr "Propriedades do Catálogo de Endereços"
@@ -723,15 +724,15 @@ msgstr "Migrando..."
msgid "Migrating `%s':"
msgstr "Migrando `%s':"
-#: ../addressbook/gui/component/addressbook-migrate.c:653
+#: ../addressbook/gui/component/addressbook-migrate.c:629
msgid "LDAP Servers"
msgstr "Servidores LDAP"
-#: ../addressbook/gui/component/addressbook-migrate.c:768
+#: ../addressbook/gui/component/addressbook-migrate.c:744
msgid "Autocompletion Settings"
msgstr "Configurações do Autocompletar"
-#: ../addressbook/gui/component/addressbook-migrate.c:1143
+#: ../addressbook/gui/component/addressbook-migrate.c:1119
msgid ""
"The location and hierarchy of the Evolution contact folders has changed "
"since Evolution 1.x.\n"
@@ -743,7 +744,7 @@ msgstr ""
"\n"
"Por favor, aguarde enquanto o Evolution migra as sua pastas..."
-#: ../addressbook/gui/component/addressbook-migrate.c:1157
+#: ../addressbook/gui/component/addressbook-migrate.c:1133
msgid ""
"The format of mailing list contacts has changed.\n"
"\n"
@@ -753,7 +754,7 @@ msgstr ""
"\n"
"Por favor, aguarde enquanto o Evolution migra as sua pastas..."
-#: ../addressbook/gui/component/addressbook-migrate.c:1166
+#: ../addressbook/gui/component/addressbook-migrate.c:1142
msgid ""
"The way Evolution stores some phone numbers has changed.\n"
"\n"
@@ -763,7 +764,7 @@ msgstr ""
"\n"
"Por favor, aguarde enquanto o Evolution migra as sua pastas..."
-#: ../addressbook/gui/component/addressbook-migrate.c:1176
+#: ../addressbook/gui/component/addressbook-migrate.c:1152
msgid ""
"Evolution's Palm Sync changelog and map files have changed.\n"
"\n"
@@ -775,54 +776,54 @@ msgstr ""
"Por favor, aguarde enquanto o Evolution migra os dados de sincronização com "
"pilot..."
-#: ../addressbook/gui/component/addressbook-view.c:444
+#: ../addressbook/gui/component/addressbook-view.c:434
#: ../mail/em-folder-utils.c:503
#, c-format
msgid "Rename the \"%s\" folder to:"
msgstr "Renomear a pasta \"%s\" para:"
-#: ../addressbook/gui/component/addressbook-view.c:447
+#: ../addressbook/gui/component/addressbook-view.c:437
#: ../mail/em-folder-utils.c:505
msgid "Rename Folder"
msgstr "Renomear Pasta"
-#: ../addressbook/gui/component/addressbook-view.c:452
+#: ../addressbook/gui/component/addressbook-view.c:442
#: ../mail/em-folder-utils.c:511
msgid "Folder names cannot contain '/'"
msgstr "O nome da pasta não pode conter o caractere '/'"
-#: ../addressbook/gui/component/addressbook-view.c:455
+#: ../addressbook/gui/component/addressbook-view.c:445
msgid "A Folder with this name already exists"
msgstr "Uma pasta com este nome já existe"
-#: ../addressbook/gui/component/addressbook-view.c:963
+#: ../addressbook/gui/component/addressbook-view.c:953
msgid "_New Address Book"
msgstr "_Novo Catálogo de Endereços"
#. FIXME: need to disable for undeletable folders
-#: ../addressbook/gui/component/addressbook-view.c:964
-#: ../addressbook/gui/widgets/e-addressbook-view.c:966
+#: ../addressbook/gui/component/addressbook-view.c:954
+#: ../addressbook/gui/widgets/e-addressbook-view.c:979
#: ../calendar/gui/calendar-component.c:538
-#: ../calendar/gui/e-calendar-table.c:1196
-#: ../calendar/gui/e-calendar-view.c:1628 ../calendar/gui/e-memo-table.c:871
+#: ../calendar/gui/e-calendar-table.c:1194
+#: ../calendar/gui/e-calendar-view.c:1617 ../calendar/gui/e-memo-table.c:869
#: ../calendar/gui/tasks-component.c:443 ../mail/em-folder-tree.c:2054
#: ../mail/em-folder-view.c:1091 ../ui/evolution-addressbook.xml.h:49
-#: ../ui/evolution-calendar.xml.h:38 ../ui/evolution-mail-list.xml.h:30
+#: ../ui/evolution-calendar.xml.h:40 ../ui/evolution-mail-list.xml.h:30
#: ../ui/evolution-memos.xml.h:16 ../ui/evolution-tasks.xml.h:24
msgid "_Delete"
msgstr "E_xcluir"
-#: ../addressbook/gui/component/addressbook-view.c:966
+#: ../addressbook/gui/component/addressbook-view.c:956
msgid "Save As Vcard..."
msgstr "Salvar como Vcard..."
-#: ../addressbook/gui/component/addressbook-view.c:968
+#: ../addressbook/gui/component/addressbook-view.c:958
#: ../calendar/gui/calendar-component.c:539
#: ../calendar/gui/tasks-component.c:444
msgid "_Properties..."
msgstr "_Propriedades..."
-#: ../addressbook/gui/component/addressbook-view.c:1355
+#: ../addressbook/gui/component/addressbook-view.c:1345
msgid "Contact Source Selector"
msgstr "Seletor de Fonte de Contatos"
@@ -940,7 +941,7 @@ msgid "Add Address Book"
msgstr "Adicionar Catálogo de Endereços"
#: ../addressbook/gui/component/ldap-config.glade.h:14
-#: ../mail/em-account-editor.c:304 ../mail/em-account-editor.c:767
+#: ../mail/em-account-editor.c:777
msgid "Always"
msgstr "Sempre"
@@ -975,31 +976,46 @@ msgid "Lo_gin:"
msgstr "Lo_gin:"
#: ../addressbook/gui/component/ldap-config.glade.h:24
-#: ../mail/em-account-editor.c:302 ../mail/em-account-editor.c:766
+#: ../mail/em-account-editor.c:776
msgid "Never"
msgstr "Nunca"
+#. 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:304
+msgid "No encryption"
+msgstr "Sem criptografia"
+
+#: ../addressbook/gui/component/ldap-config.glade.h:26
msgid "One"
msgstr "Um"
-#: ../addressbook/gui/component/ldap-config.glade.h:26
+#. 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:312
+msgid "SSL encryption"
+msgstr "Criptografado (SSL)"
+
+#: ../addressbook/gui/component/ldap-config.glade.h:28
msgid "Search Filter"
msgstr "Filtro de Pesquisa"
-#: ../addressbook/gui/component/ldap-config.glade.h:27
+#: ../addressbook/gui/component/ldap-config.glade.h:29
msgid "Search _base:"
msgstr "_Base de pesquisa:"
-#: ../addressbook/gui/component/ldap-config.glade.h:28
+#: ../addressbook/gui/component/ldap-config.glade.h:30
msgid "Search _filter:"
msgstr "_Filtro de pesquisa:"
-#: ../addressbook/gui/component/ldap-config.glade.h:29
+#: ../addressbook/gui/component/ldap-config.glade.h:31
msgid "Search filter"
msgstr "Filtro de pesquisa"
-#: ../addressbook/gui/component/ldap-config.glade.h:30
+#: ../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 "
@@ -1009,47 +1025,51 @@ msgstr ""
"pesquisa é feita. Se não for modificado, o padrão é procurar no objectclass "
"do tipo \"pessoa\"."
-#: ../addressbook/gui/component/ldap-config.glade.h:31
+#: ../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 or TLS."
+"server if your LDAP server supports SSL."
msgstr ""
"A seleção desta opção significa que o Evolution apenas se conectará ao seu "
-"servidor LDAP se este suportar SSL ou TLS."
+"servidor LDAP se este suportar SSL."
-#: ../addressbook/gui/component/ldap-config.glade.h:32
+#: ../addressbook/gui/component/ldap-config.glade.h:34
msgid ""
-"Selecting this option means that Evolution will only try to use SSL/TLS if "
-"you are in a insecure environment. For example, if you and your LDAP server "
-"are behind a firewall at work, then Evolution doesn't need to use SSL/TLS "
-"because your connection is already secure."
+"Selecting this option means that Evolution will only connect to your LDAP "
+"server if your LDAP server supports TLS."
msgstr ""
-"A seleção desta opção significa que o Evolution apenas tentará usar SSL/TLS "
-"se você estiver em um ambiente inseguro. Por exemplo, se você e seu servidor "
-"LDAP estiverem atrás de uma firewall no trabalho, então o Evolution não "
-"precisa usar SSL/TLS, pois a sua conexão já é segura."
+"A seleção desta opção significa que o Evolution apenas se conectará ao seu "
+"servidor LDAP se este suportar TLS."
-#: ../addressbook/gui/component/ldap-config.glade.h:33
+#: ../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. "
+"TLS. This means that your connection will be insecure, and that you will be "
+"vulnerable to security exploits."
msgstr ""
"A seleção desta opção significa que o seu servidor não suporta nem SSL nem "
"TLS. Isto significa que a sua conexão será insegura e que você estará "
"vulnerável a falhas de segurança. "
-#: ../addressbook/gui/component/ldap-config.glade.h:34
+#: ../addressbook/gui/component/ldap-config.glade.h:36
msgid "Sub"
msgstr "Sub"
-#: ../addressbook/gui/component/ldap-config.glade.h:35
+#: ../addressbook/gui/component/ldap-config.glade.h:37
msgid "Supported Search Bases"
msgstr "Bases de Pesquisa Suportadas"
-#: ../addressbook/gui/component/ldap-config.glade.h:36
+#. 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:308
+msgid "TLS encryption"
+msgstr "Criptografado (TLS)"
+
+#: ../addressbook/gui/component/ldap-config.glade.h:39
msgid ""
-"The search base is the distinguished name (DN) of the entry where your "
+"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 ""
@@ -1057,7 +1077,7 @@ msgstr ""
"suas pesquisas começarão. Se você deixar este campo vazio as pesquisas "
"começarão na raiz da árvore do diretório."
-#: ../addressbook/gui/component/ldap-config.glade.h:37
+#: ../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 "
@@ -1070,7 +1090,7 @@ msgstr ""
"pesquisa de \"um\" incluirá apenas as entradas que estão um nível abaixo da "
"sua base."
-#: ../addressbook/gui/component/ldap-config.glade.h:38
+#: ../addressbook/gui/component/ldap-config.glade.h:41
msgid ""
"This is the full name of your ldap server. For example, \"ldap.mycompany.com"
"\"."
@@ -1078,7 +1098,7 @@ msgstr ""
"Este é o nome completo do seu servidor LDAP. Por exemplo, \"ldap."
"minhaempresa.com.br\"."
-#: ../addressbook/gui/component/ldap-config.glade.h:39
+#: ../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."
@@ -1086,7 +1106,7 @@ msgstr ""
"Este é o número máximo de entradas a serem baixadas. Atribuir um valor muito "
"grande a este número diminuirá a velocidade de seu catálogo de endereços."
-#: ../addressbook/gui/component/ldap-config.glade.h:40
+#: ../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 "
@@ -1095,7 +1115,7 @@ msgstr ""
"Este é o método que o Evolution usará para autenticá-lo. Note que a opção "
"\"Endereço de Email\" requer acesso anônimo ao seu servidor LDAP."
-#: ../addressbook/gui/component/ldap-config.glade.h:41
+#: ../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. "
@@ -1103,7 +1123,7 @@ msgstr ""
"Este é o nome deste servidor que aparecerá na lista de pastas do Evolution. "
"Ele é usado apenas para exibição. "
-#: ../addressbook/gui/component/ldap-config.glade.h:42
+#: ../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 "
@@ -1113,79 +1133,74 @@ msgstr ""
"lista de portas padrão foi fornecida. Pergunte ao seu administrador de "
"sistemas qual porta você deve escolher."
-#: ../addressbook/gui/component/ldap-config.glade.h:43
+#: ../addressbook/gui/component/ldap-config.glade.h:46
msgid "Using distinguished name (DN)"
msgstr "Usando distinguished name (DN)"
-#: ../addressbook/gui/component/ldap-config.glade.h:44
+#: ../addressbook/gui/component/ldap-config.glade.h:47
msgid "Using email address"
msgstr "Usando endereço de email"
-#: ../addressbook/gui/component/ldap-config.glade.h:45
-#: ../mail/em-account-editor.c:303
+#: ../addressbook/gui/component/ldap-config.glade.h:48
msgid "Whenever Possible"
msgstr "Quando Possível"
-#: ../addressbook/gui/component/ldap-config.glade.h:46
+#: ../addressbook/gui/component/ldap-config.glade.h:49
msgid "_Add Address Book"
msgstr "_Adicionar Catálogo de Endereços"
-#: ../addressbook/gui/component/ldap-config.glade.h:47
+#: ../addressbook/gui/component/ldap-config.glade.h:50
msgid "_Download limit:"
msgstr "_Limite de transferência:"
-#: ../addressbook/gui/component/ldap-config.glade.h:48
+#: ../addressbook/gui/component/ldap-config.glade.h:51
msgid "_Find Possible Search Bases"
msgstr "Localizar Bases de Pesquisa _Possíveis"
-#: ../addressbook/gui/component/ldap-config.glade.h:49
+#: ../addressbook/gui/component/ldap-config.glade.h:52
msgid "_Login method:"
msgstr "Método de _login:"
-#: ../addressbook/gui/component/ldap-config.glade.h:50
-#: ../calendar/gui/dialogs/calendar-setup.c:244
+#: ../addressbook/gui/component/ldap-config.glade.h:53
+#: ../calendar/gui/dialogs/calendar-setup.c:245
#: ../calendar/gui/dialogs/calendar-setup.glade.h:8
#: ../mail/mail-config.glade.h:164
#: ../widgets/menus/gal-view-instance-save-as-dialog.glade.h:4
msgid "_Name:"
msgstr "_Nome:"
-#: ../addressbook/gui/component/ldap-config.glade.h:51
-#: ../plugins/publish-calendar/publish-calendar.glade.h:23
+#: ../addressbook/gui/component/ldap-config.glade.h:54
msgid "_Port:"
msgstr "_Porta:"
-#: ../addressbook/gui/component/ldap-config.glade.h:52
+#: ../addressbook/gui/component/ldap-config.glade.h:55
msgid "_Search scope:"
msgstr "_Escopo da pesquisa:"
-#: ../addressbook/gui/component/ldap-config.glade.h:53
+#: ../addressbook/gui/component/ldap-config.glade.h:56
#: ../mail/mail-config.glade.h:171
#: ../plugins/publish-calendar/publish-calendar.glade.h:26
msgid "_Server:"
msgstr "_Servidor:"
-#: ../addressbook/gui/component/ldap-config.glade.h:54
+#: ../addressbook/gui/component/ldap-config.glade.h:57
msgid "_Timeout:"
msgstr "_Tempo limite:"
-#: ../addressbook/gui/component/ldap-config.glade.h:55
+#: ../addressbook/gui/component/ldap-config.glade.h:58
msgid "_Use secure connection:"
msgstr "_Usar conexão segura:"
-#: ../addressbook/gui/component/ldap-config.glade.h:56
+#: ../addressbook/gui/component/ldap-config.glade.h:59
msgid "cards"
msgstr "cartões"
-#: ../addressbook/gui/component/ldap-config.glade.h:57
+#: ../addressbook/gui/component/ldap-config.glade.h:60
#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:8
-#: ../calendar/gui/alarm-notify/util.c:64
-#: ../calendar/gui/alarm-notify/util.c:66
#: ../calendar/gui/dialogs/alarm-dialog.glade.h:26
#: ../calendar/gui/dialogs/calendar-setup.glade.h:14
-#: ../calendar/gui/dialogs/event-page.glade.h:20 ../calendar/gui/misc.c:111
-#: ../calendar/gui/misc.c:113 ../filter/filter.glade.h:16
-#: ../mail/em-account-editor.c:1987
+#: ../calendar/gui/dialogs/event-page.glade.h:20 ../filter/filter.glade.h:16
+#: ../mail/em-account-editor.c:2021
#: ../plugins/calendar-http/calendar-http.c:286
#: ../plugins/calendar-weather/calendar-weather.c:563
msgid "minutes"
@@ -1198,7 +1213,6 @@ msgstr "minutos"
#: ../addressbook/gui/contact-list-editor/contact-list-editor.glade.h:3
#: ../calendar/gui/dialogs/cal-attachment.glade.h:1
#: ../calendar/gui/dialogs/calendar-setup.glade.h:1
-#: ../calendar/gui/dialogs/memo-page.glade.h:1
#: ../calendar/gui/dialogs/new-calendar.glade.h:1
#: ../calendar/gui/dialogs/new-task-list.glade.h:1
#: ../calendar/gui/dialogs/url-editor-dialog.glade.h:1
@@ -1265,9 +1279,9 @@ msgid "Contact"
msgstr "Contato"
#: ../addressbook/gui/contact-editor/contact-editor.glade.h:13
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:553
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:568
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2406
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:551
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:566
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2402
msgid "Contact Editor"
msgstr "Editor de Contatos"
@@ -1310,7 +1324,7 @@ msgstr "Telefone"
#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:236
#: ../addressbook/gui/contact-editor/e-contact-editor.c:203
#: ../filter/filter-label.c:122 ../mail/em-migrate.c:1053
-#: ../mail/mail-config.c:86 ../mail/mail-config.glade.h:154
+#: ../mail/mail-config.glade.h:154
msgid "Work"
msgstr "Trabalho"
@@ -1332,12 +1346,13 @@ msgid "_Birthday:"
msgstr "Aniver_sário:"
#: ../addressbook/gui/contact-editor/contact-editor.glade.h:28
-#: ../plugins/itip-formatter/itip-view.c:1662
+#: ../plugins/itip-formatter/itip-view.c:1652
msgid "_Calendar:"
msgstr "Agen_da:"
#: ../addressbook/gui/contact-editor/contact-editor.glade.h:29
-#: ../ui/evolution-event-editor.xml.h:27 ../ui/evolution-task-editor.xml.h:18
+#: ../ui/evolution-event-editor.xml.h:27 ../ui/evolution-memo-editor.xml.h:6
+#: ../ui/evolution-task-editor.xml.h:18
msgid "_Categories"
msgstr "_Categorias"
@@ -1443,9 +1458,9 @@ msgstr "Endereço"
#: ../addressbook/gui/widgets/e-minicard-view.c:520
#: ../addressbook/gui/widgets/e-minicard.c:175
#: ../widgets/menus/gal-define-views-model.c:181
-#: ../widgets/table/e-cell-text.c:1770 ../widgets/text/e-entry.c:1312
-#: ../widgets/text/e-entry.c:1313 ../widgets/text/e-text.c:3612
-#: ../widgets/text/e-text.c:3613
+#: ../widgets/table/e-cell-text.c:1777 ../widgets/text/e-entry.c:1312
+#: ../widgets/text/e-entry.c:1313 ../widgets/text/e-text.c:3607
+#: ../widgets/text/e-text.c:3608
msgid "Editable"
msgstr "Editável"
@@ -2418,9 +2433,9 @@ msgid "Zimbabwe"
msgstr "Zimbábue"
#: ../addressbook/gui/contact-editor/e-contact-editor-fullname.c:90
-#: ../plugins/exchange-operations/exchange-delegates.c:936
-#: ../plugins/exchange-operations/exchange-permissions-dialog.c:717
-#: ../plugins/plugin-manager/plugin-manager.c:44
+#: ../plugins/exchange-operations/exchange-delegates.c:934
+#: ../plugins/exchange-operations/exchange-permissions-dialog.c:721
+#: ../plugins/plugin-manager/plugin-manager.c:42
#: ../plugins/save-attachments/save-attachments.c:369
#: ../widgets/menus/gal-view-new-dialog.c:73
msgid "Name"
@@ -2452,7 +2467,7 @@ msgstr "Serviço"
#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:128
#: ../calendar/gui/e-cal-list-view.etspec.h:3
-#: ../plugins/publish-calendar/publish-calendar.c:478
+#: ../plugins/publish-calendar/publish-calendar.c:497
#: ../plugins/save-calendar/csv-format.c:400
msgid "Location"
msgstr "Local"
@@ -2510,21 +2525,21 @@ msgstr "Campos Necessários"
msgid "Changed"
msgstr "Alterado"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:563
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2401
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:561
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2397
#, c-format
msgid "Contact Editor - %s"
msgstr "Editor de Contatos - %s"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2739
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2773
msgid "Please select an image for this contact"
msgstr "Por favor, selecione uma imagem para este contato"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2740
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2774
msgid "No image"
msgstr "Sem imagem"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:3019
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:3058
msgid ""
"The contact data is invalid:\n"
"\n"
@@ -2532,7 +2547,7 @@ msgstr ""
"Os dados do contato são inválidos:\n"
"\n"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:3071
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:3110
msgid "Invalid contact."
msgstr "Contato inválido."
@@ -2689,8 +2704,8 @@ msgstr "Serviço de M_I:"
#: ../addressbook/gui/contact-editor/im.glade.h:5
#: ../plugins/calendar-weather/calendar-weather.c:409
-#: ../plugins/exchange-operations/exchange-calendar.c:234
-#: ../plugins/exchange-operations/exchange-contacts.c:216
+#: ../plugins/exchange-operations/exchange-calendar.c:239
+#: ../plugins/exchange-operations/exchange-contacts.c:228
msgid "_Location:"
msgstr "_Local:"
@@ -2739,7 +2754,7 @@ msgstr ""
#: ../addressbook/gui/contact-list-editor/e-contact-list-editor.c:163
#: ../addressbook/gui/widgets/e-addressbook-model.c:296
#: ../addressbook/gui/widgets/e-addressbook-reflow-adapter.c:384
-#: ../addressbook/gui/widgets/e-addressbook-view.c:224
+#: ../addressbook/gui/widgets/e-addressbook-view.c:223
#: ../addressbook/gui/widgets/e-minicard-view-widget.c:107
#: ../addressbook/gui/widgets/e-minicard-view.c:506
msgid "Book"
@@ -2794,11 +2809,28 @@ msgstr ""
"O nome ou email deste contato já existe nesta pasta.\n"
"Você deseja adicioná-lo mesmo assim?"
-#. FIXME: get the toplevel window...
-#: ../addressbook/gui/search/e-addressbook-search-dialog.c:165
-#: ../widgets/misc/e-filter-bar.c:162
-msgid "Advanced Search"
-msgstr "Pesquisa Avançada"
+#. We attach subitems below
+#: ../addressbook/gui/widgets/addresstypes.xml.h:1
+#: ../addressbook/gui/widgets/e-addressbook-view.c:172
+#: ../calendar/gui/cal-search-bar.c:53
+msgid "Any field contains"
+msgstr "Qualquer campo contém"
+
+#: ../addressbook/gui/widgets/addresstypes.xml.h:2
+#: ../addressbook/gui/widgets/e-addressbook-view.c:171
+#: ../calendar/gui/cal-search-bar.c:50
+msgid "Category is"
+msgstr "Categoria é"
+
+#: ../addressbook/gui/widgets/addresstypes.xml.h:3
+#: ../addressbook/gui/widgets/e-addressbook-view.c:170
+msgid "Email begins with"
+msgstr "Email começa com"
+
+#: ../addressbook/gui/widgets/addresstypes.xml.h:4
+#: ../addressbook/gui/widgets/e-addressbook-view.c:169
+msgid "Name begins with"
+msgstr "Nome começa com"
#: ../addressbook/gui/widgets/e-addressbook-model.c:148
msgid "No contacts"
@@ -2813,7 +2845,7 @@ msgstr[1] "%d contatos"
#: ../addressbook/gui/widgets/e-addressbook-model.c:303
#: ../addressbook/gui/widgets/e-addressbook-reflow-adapter.c:391
-#: ../addressbook/gui/widgets/e-addressbook-view.c:238
+#: ../addressbook/gui/widgets/e-addressbook-view.c:237
#: ../addressbook/gui/widgets/e-minicard-view-widget.c:114
#: ../addressbook/gui/widgets/e-minicard-view.c:513
msgid "Query"
@@ -2824,12 +2856,12 @@ msgid "Error getting book view"
msgstr "Erro ao obter visão do catálogo"
#: ../addressbook/gui/widgets/e-addressbook-reflow-adapter.c:405
-#: ../widgets/table/e-table-click-to-add.c:503
+#: ../widgets/table/e-table-click-to-add.c:502
#: ../widgets/table/e-table-selection-model.c:311
-#: ../widgets/table/e-table.c:3344
+#: ../widgets/table/e-table.c:3329
#: ../widgets/table/e-tree-selection-model.c:825
#: ../widgets/text/e-entry.c:1235 ../widgets/text/e-entry.c:1236
-#: ../widgets/text/e-text.c:3476 ../widgets/text/e-text.c:3477
+#: ../widgets/text/e-text.c:3471 ../widgets/text/e-text.c:3472
msgid "Model"
msgstr "Modelo"
@@ -2837,139 +2869,108 @@ msgstr "Modelo"
msgid "Error modifying card"
msgstr "Erro ao modificar o cartão"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:170
-msgid "Name begins with"
-msgstr "Nome começa com"
-
-#: ../addressbook/gui/widgets/e-addressbook-view.c:171
-msgid "Email begins with"
-msgstr "Email começa com"
-
-#: ../addressbook/gui/widgets/e-addressbook-view.c:172
-#: ../calendar/gui/cal-search-bar.c:50
-msgid "Category is"
-msgstr "Categoria é"
-
-#. We attach subitems below
-#: ../addressbook/gui/widgets/e-addressbook-view.c:173
-#: ../calendar/gui/cal-search-bar.c:53
-msgid "Any field contains"
-msgstr "Qualquer campo contém"
-
-#: ../addressbook/gui/widgets/e-addressbook-view.c:174
-msgid "Advanced..."
-msgstr "Avançado..."
-
-#: ../addressbook/gui/widgets/e-addressbook-view.c:179
-msgid "_Advanced..."
-msgstr "_Avançado..."
-
-#: ../addressbook/gui/widgets/e-addressbook-view.c:231
+#: ../addressbook/gui/widgets/e-addressbook-view.c:230
msgid "Source"
msgstr "Fonte"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:245
+#: ../addressbook/gui/widgets/e-addressbook-view.c:244
#: ../calendar/gui/dialogs/meeting-page.etspec.h:11
#: ../calendar/gui/e-calendar-table.etspec.h:13
-#: ../calendar/gui/e-meeting-list-view.c:479
+#: ../calendar/gui/e-meeting-list-view.c:486
#: ../calendar/gui/e-meeting-time-sel.etspec.h:11
#: ../calendar/gui/e-memo-table.etspec.h:5
msgid "Type"
msgstr "Tipo"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:550
-msgid "Address Book"
-msgstr "Catálogo de Endereços"
-
-#: ../addressbook/gui/widgets/e-addressbook-view.c:821
-#: ../addressbook/gui/widgets/e-addressbook-view.c:2051
+#: ../addressbook/gui/widgets/e-addressbook-view.c:834
+#: ../addressbook/gui/widgets/e-addressbook-view.c:2067
#: ../ui/evolution-addressbook.xml.h:31
msgid "Save as VCard..."
msgstr "Salvar como VCard..."
-#: ../addressbook/gui/widgets/e-addressbook-view.c:944
-#: ../calendar/gui/dialogs/comp-editor.c:1093
-#: ../calendar/gui/e-calendar-table.c:1176
-#: ../calendar/gui/e-calendar-view.c:1606 ../calendar/gui/e-memo-table.c:854
+#: ../addressbook/gui/widgets/e-addressbook-view.c:957
+#: ../calendar/gui/dialogs/comp-editor.c:1088
+#: ../calendar/gui/e-calendar-table.c:1174
+#: ../calendar/gui/e-calendar-view.c:1595 ../calendar/gui/e-memo-table.c:852
#: ../ui/evolution-addressbook.xml.h:56
msgid "_Open"
msgstr "A_brir"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:946
+#: ../addressbook/gui/widgets/e-addressbook-view.c:959
msgid "_New Contact..."
msgstr "_Novo Contato..."
-#: ../addressbook/gui/widgets/e-addressbook-view.c:947
+#: ../addressbook/gui/widgets/e-addressbook-view.c:960
msgid "New Contact _List..."
msgstr "Nova _Lista de Contatos..."
-#: ../addressbook/gui/widgets/e-addressbook-view.c:950
+#: ../addressbook/gui/widgets/e-addressbook-view.c:963
msgid "_Save as VCard..."
msgstr "_Salvar como VCard..."
-#: ../addressbook/gui/widgets/e-addressbook-view.c:951
+#: ../addressbook/gui/widgets/e-addressbook-view.c:964
msgid "_Forward Contact"
msgstr "_Encaminhar Contato"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:952
+#: ../addressbook/gui/widgets/e-addressbook-view.c:965
msgid "_Forward Contacts"
msgstr "_Encaminhar Contatos"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:953
+#: ../addressbook/gui/widgets/e-addressbook-view.c:966
msgid "Send _Message to Contact"
msgstr "Enviar _Mensagem ao Contato"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:954
+#: ../addressbook/gui/widgets/e-addressbook-view.c:967
msgid "Send _Message to List"
msgstr "Enviar _Mensagem à Lista"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:955
+#: ../addressbook/gui/widgets/e-addressbook-view.c:968
msgid "Send _Message to Contacts"
msgstr "Enviar _Mensagem aos Contatos"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:956
+#: ../addressbook/gui/widgets/e-addressbook-view.c:969
msgid "_Print"
msgstr "_Imprimir"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:959
+#: ../addressbook/gui/widgets/e-addressbook-view.c:972
msgid "Cop_y to Address Book..."
msgstr "_Copiar para o Catálogo de Endereços..."
-#: ../addressbook/gui/widgets/e-addressbook-view.c:960
+#: ../addressbook/gui/widgets/e-addressbook-view.c:973
msgid "Mo_ve to Address Book..."
msgstr "Mo_ver para o Catálogo de Endereços..."
-#: ../addressbook/gui/widgets/e-addressbook-view.c:963
+#: ../addressbook/gui/widgets/e-addressbook-view.c:976
#: ../ui/evolution-composer-entries.xml.h:4 ../ui/evolution-editor.xml.h:8
msgid "Cu_t"
msgstr "Recor_tar"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:964
+#: ../addressbook/gui/widgets/e-addressbook-view.c:977
#: ../calendar/gui/calendar-component.c:537
#: ../calendar/gui/dialogs/comp-editor.c:445
-#: ../calendar/gui/e-calendar-table.c:1184
-#: ../calendar/gui/e-calendar-view.c:1613 ../calendar/gui/e-memo-table.c:862
-#: ../calendar/gui/tasks-component.c:442 ../composer/e-msg-composer.c:3102
+#: ../calendar/gui/e-calendar-table.c:1182
+#: ../calendar/gui/e-calendar-view.c:1602 ../calendar/gui/e-memo-table.c:860
+#: ../calendar/gui/tasks-component.c:442 ../composer/e-msg-composer.c:3120
#: ../mail/em-folder-tree.c:979 ../mail/em-folder-view.c:1077
-#: ../mail/message-list.c:1729 ../ui/evolution-addressbook.xml.h:46
-#: ../ui/evolution-calendar.xml.h:37 ../ui/evolution-composer-entries.xml.h:13
+#: ../mail/message-list.c:1724 ../ui/evolution-addressbook.xml.h:46
+#: ../ui/evolution-calendar.xml.h:39 ../ui/evolution-composer-entries.xml.h:13
#: ../ui/evolution-editor.xml.h:16 ../ui/evolution-mail-message.xml.h:104
#: ../ui/evolution-memos.xml.h:15 ../ui/evolution-tasks.xml.h:23
msgid "_Copy"
msgstr "_Copiar"
-#: ../addressbook/gui/widgets/e-addressbook-view.c:965
+#: ../addressbook/gui/widgets/e-addressbook-view.c:978
msgid "P_aste"
msgstr "C_olar"
#. All, unmatched, separator
-#: ../addressbook/gui/widgets/e-addressbook-view.c:1584
-#: ../calendar/gui/cal-search-bar.c:346
+#: ../addressbook/gui/widgets/e-addressbook-view.c:1601
+#: ../calendar/gui/cal-search-bar.c:343
msgid "Any Category"
msgstr "Qualquer Categoria"
#. FIXME: Allow range selection in table views, as in minicard view
-#: ../addressbook/gui/widgets/e-addressbook-view.c:1786
+#: ../addressbook/gui/widgets/e-addressbook-view.c:1802
msgid "Print cards"
msgstr "Imprimir cartões"
@@ -3002,7 +3003,7 @@ msgid "Car Phone"
msgstr "Telefone do Carro"
#: ../addressbook/gui/widgets/e-addressbook-view.etspec.h:8
-#: ../calendar/gui/dialogs/event-page.glade.h:9
+#: ../calendar/gui/dialogs/event-page.glade.h:8
#: ../calendar/gui/e-cal-list-view.etspec.h:1
#: ../calendar/gui/e-calendar-table.etspec.h:3
#: ../calendar/gui/e-memo-table.etspec.h:1
@@ -3108,9 +3109,9 @@ msgstr "Rádio"
#: ../addressbook/gui/widgets/e-addressbook-view.etspec.h:33
#: ../calendar/gui/dialogs/meeting-page.etspec.h:9
-#: ../calendar/gui/e-meeting-list-view.c:490
+#: ../calendar/gui/e-meeting-list-view.c:497
#: ../calendar/gui/e-meeting-time-sel.etspec.h:9
-#: ../plugins/exchange-operations/exchange-permissions-dialog.c:721
+#: ../plugins/exchange-operations/exchange-permissions-dialog.c:725
msgid "Role"
msgstr "Papel"
@@ -3147,31 +3148,31 @@ msgstr "Sítio da Web"
#: ../addressbook/gui/widgets/e-minicard-label.c:115
#: ../addressbook/gui/widgets/e-minicard.c:138
#: ../widgets/misc/e-canvas-vbox.c:96 ../widgets/misc/e-canvas-vbox.c:97
-#: ../widgets/misc/e-reflow.c:1437 ../widgets/misc/e-reflow.c:1438
-#: ../widgets/table/e-table-click-to-add.c:517
+#: ../widgets/misc/e-reflow.c:1436 ../widgets/misc/e-reflow.c:1437
+#: ../widgets/table/e-table-click-to-add.c:516
#: ../widgets/table/e-table-col.c:98
-#: ../widgets/table/e-table-field-chooser-item.c:667
-#: ../widgets/table/e-table-group-container.c:971
-#: ../widgets/table/e-table-group-container.c:972
+#: ../widgets/table/e-table-field-chooser-item.c:656
+#: ../widgets/table/e-table-group-container.c:967
+#: ../widgets/table/e-table-group-container.c:968
#: ../widgets/table/e-table-group-leaf.c:629
#: ../widgets/table/e-table-group-leaf.c:630
-#: ../widgets/table/e-table-item.c:3024 ../widgets/table/e-table-item.c:3025
-#: ../widgets/text/e-text.c:3654 ../widgets/text/e-text.c:3655
+#: ../widgets/table/e-table-item.c:3022 ../widgets/table/e-table-item.c:3023
+#: ../widgets/text/e-text.c:3649 ../widgets/text/e-text.c:3650
msgid "Width"
msgstr "Largura"
#: ../addressbook/gui/widgets/e-minicard-label.c:122
#: ../addressbook/gui/widgets/e-minicard.c:145
#: ../widgets/misc/e-canvas-vbox.c:108 ../widgets/misc/e-canvas-vbox.c:109
-#: ../widgets/misc/e-reflow.c:1445 ../widgets/misc/e-reflow.c:1446
-#: ../widgets/table/e-table-click-to-add.c:524
-#: ../widgets/table/e-table-field-chooser-item.c:674
-#: ../widgets/table/e-table-group-container.c:964
-#: ../widgets/table/e-table-group-container.c:965
+#: ../widgets/misc/e-reflow.c:1444 ../widgets/misc/e-reflow.c:1445
+#: ../widgets/table/e-table-click-to-add.c:523
+#: ../widgets/table/e-table-field-chooser-item.c:663
+#: ../widgets/table/e-table-group-container.c:960
+#: ../widgets/table/e-table-group-container.c:961
#: ../widgets/table/e-table-group-leaf.c:622
#: ../widgets/table/e-table-group-leaf.c:623
-#: ../widgets/table/e-table-item.c:3030 ../widgets/table/e-table-item.c:3031
-#: ../widgets/text/e-text.c:3662 ../widgets/text/e-text.c:3663
+#: ../widgets/table/e-table-item.c:3028 ../widgets/table/e-table-item.c:3029
+#: ../widgets/text/e-text.c:3657 ../widgets/text/e-text.c:3658
msgid "Height"
msgstr "Altura"
@@ -3376,8 +3377,8 @@ msgstr "Protocolo não suportado"
#: ../calendar/gui/dialogs/task-details-page.glade.h:3
#: ../calendar/gui/e-cal-component-preview.c:234
#: ../calendar/gui/e-cal-model-tasks.c:349
-#: ../calendar/gui/e-cal-model-tasks.c:662
-#: ../calendar/gui/e-calendar-table.c:464 ../calendar/gui/print.c:2377
+#: ../calendar/gui/e-cal-model-tasks.c:657
+#: ../calendar/gui/e-calendar-table.c:462 ../calendar/gui/print.c:2372
msgid "Canceled"
msgstr "Cancelado"
@@ -3388,7 +3389,7 @@ msgstr "Não foi possível cancelar"
#. E_BOOK_ERROR_AUTHENTICATION_FAILED
#: ../addressbook/gui/widgets/eab-gui-util.c:64
-#: ../calendar/gui/comp-editor-factory.c:438
+#: ../calendar/gui/comp-editor-factory.c:433
msgid "Authentication Failed"
msgstr "A autenticação falhou"
@@ -3691,19 +3692,19 @@ msgstr "Importador CSV e Tab do Evolution"
msgid "Importing ..."
msgstr "Importando..."
-#: ../addressbook/importers/evolution-ldif-importer.c:761
+#: ../addressbook/importers/evolution-ldif-importer.c:754
msgid "LDAP Data Interchange Format (.ldif)"
msgstr "Formato de Troca de Dados LDAP (.ldif)"
-#: ../addressbook/importers/evolution-ldif-importer.c:762
+#: ../addressbook/importers/evolution-ldif-importer.c:755
msgid "Evolution LDIF importer"
msgstr "Importador LDIF do Evolution"
-#: ../addressbook/importers/evolution-vcard-importer.c:554
+#: ../addressbook/importers/evolution-vcard-importer.c:547
msgid "VCard (.vcf, .gcrd)"
msgstr "VCard (.vcf, .gcrd)"
-#: ../addressbook/importers/evolution-vcard-importer.c:555
+#: ../addressbook/importers/evolution-vcard-importer.c:548
msgid "Evolution VCard Importer"
msgstr "Importador VCard do Evolution"
@@ -3712,12 +3713,12 @@ msgstr "Importador VCard do Evolution"
msgid "Print envelope"
msgstr "Imprimir envelope"
-#: ../addressbook/printing/e-contact-print.c:1033
+#: ../addressbook/printing/e-contact-print.c:923
msgid "Print contacts"
msgstr "Imprimir contatos"
-#: ../addressbook/printing/e-contact-print.c:1124
-#: ../addressbook/printing/e-contact-print.c:1152
+#: ../addressbook/printing/e-contact-print.c:1015
+#: ../addressbook/printing/e-contact-print.c:1043
msgid "Print contact"
msgstr "Imprimir contato"
@@ -3762,11 +3763,11 @@ msgid "Format"
msgstr "Formato"
#: ../addressbook/printing/e-contact-print.glade.h:11
-#: ../widgets/table/e-table-click-to-add.c:496
+#: ../widgets/table/e-table-click-to-add.c:495
#: ../widgets/table/e-table-field-chooser-dialog.c:91
-#: ../widgets/table/e-table-field-chooser-item.c:660
-#: ../widgets/table/e-table-field-chooser.c:93
-#: ../widgets/table/e-table-header-item.c:1831
+#: ../widgets/table/e-table-field-chooser-item.c:649
+#: ../widgets/table/e-table-field-chooser.c:91
+#: ../widgets/table/e-table-header-item.c:1825
#: ../widgets/table/e-table-selection-model.c:318
msgid "Header"
msgstr "Cabeçalho"
@@ -3870,9 +3871,9 @@ msgstr "Sombreamento"
#. FIXME: Take care of i18n
#: ../addressbook/printing/e-contact-print.glade.h:36
-#: ../plugins/exchange-operations/exchange-account-setup.c:965
-#: ../plugins/exchange-operations/exchange-calendar.c:224
-#: ../plugins/exchange-operations/exchange-contacts.c:199
+#: ../plugins/exchange-operations/exchange-account-setup.c:955
+#: ../plugins/exchange-operations/exchange-calendar.c:229
+#: ../plugins/exchange-operations/exchange-contacts.c:211
msgid "Size:"
msgstr "Tamanho:"
@@ -4144,8 +4145,8 @@ msgid "Delete task list '{0}'?"
msgstr "Excluir a lista de tarefas '{0}'?"
#: ../calendar/calendar.error.xml.h:27
-msgid "Do not Send"
-msgstr "Não Enviar"
+msgid "Do _not Send"
+msgstr "_Não Enviar"
#: ../calendar/calendar.error.xml.h:28
msgid "Download in progress. Do you want to save the appointment?"
@@ -4212,15 +4213,6 @@ msgstr ""
"não saber que a tarefa foi excluída."
#: ../calendar/calendar.error.xml.h:39
-#: ../ui/evolution-message-composer.xml.h:29
-msgid "Send"
-msgstr "Enviar"
-
-#: ../calendar/calendar.error.xml.h:40
-msgid "Send Notice"
-msgstr "Enviar Notificação"
-
-#: ../calendar/calendar.error.xml.h:41
msgid ""
"Sending updated information allows other participants to keep their "
"calendars up to date."
@@ -4228,7 +4220,7 @@ msgstr ""
"Enviar informação atualizada permite que os outros participantes mantenham "
"as suas agendas atualizadas."
-#: ../calendar/calendar.error.xml.h:42
+#: ../calendar/calendar.error.xml.h:40
msgid ""
"Sending updated information allows other participants to keep their task "
"lists up to date."
@@ -4236,7 +4228,7 @@ msgstr ""
"Enviar informação atualizada permite que os outros participantes mantenham "
"as suas listas de tarefas atualizadas."
-#: ../calendar/calendar.error.xml.h:43
+#: ../calendar/calendar.error.xml.h:41
msgid ""
"Some attachments are being downloaded. Saving the appointment would result "
"in the loss of these attachments."
@@ -4244,7 +4236,7 @@ msgstr ""
"Existem alguns anexos sendo baixados. Salvar o compromisso agora causará a "
"perda destes anexos."
-#: ../calendar/calendar.error.xml.h:44
+#: ../calendar/calendar.error.xml.h:42
msgid ""
"Some attachments are being downloaded. Saving the task would result in the "
"loss of these attachments."
@@ -4252,81 +4244,85 @@ msgstr ""
"Existem alguns anexos sendo baixados. Salvar a tarefa agora causará a perda "
"destes anexos."
-#: ../calendar/calendar.error.xml.h:45
+#: ../calendar/calendar.error.xml.h:43
msgid "Some features may not work properly with your current server."
msgstr ""
"Alguns recursos podem não funcionar corretamente com a versão do seu "
"servidor atual"
-#: ../calendar/calendar.error.xml.h:46
+#: ../calendar/calendar.error.xml.h:44
msgid "The Evolution calendar has quit unexpectedly."
msgstr "A agenda do Evolution terminou de forma inesperada."
-#: ../calendar/calendar.error.xml.h:47
+#: ../calendar/calendar.error.xml.h:45
msgid "The Evolution tasks have quit unexpectedly."
msgstr "As tarefas do Evolution terminaram de forma inesperada."
-#: ../calendar/calendar.error.xml.h:48
+#: ../calendar/calendar.error.xml.h:46
msgid "The calendar is not marked for offline usage."
msgstr "A agenda não está configurada para uso desconectado."
-#: ../calendar/calendar.error.xml.h:49
+#: ../calendar/calendar.error.xml.h:47
msgid "The calendar you have selected is read-only"
msgstr "A agenda que você selecionou é apenas para leitura"
-#: ../calendar/calendar.error.xml.h:50
+#: ../calendar/calendar.error.xml.h:48
msgid "The memo list is not marked for offline usage"
msgstr "A lista de memorandos não está configurada para uso desconectado"
-#: ../calendar/calendar.error.xml.h:51
+#: ../calendar/calendar.error.xml.h:49
msgid "The task list is not marked for offline usage."
msgstr "A lista de tarefas não está configurada para uso desconectado."
-#: ../calendar/calendar.error.xml.h:52
+#: ../calendar/calendar.error.xml.h:50
msgid "This calendar will be removed permanently."
msgstr "Esta agenda será removida permanentemente."
-#: ../calendar/calendar.error.xml.h:53
+#: ../calendar/calendar.error.xml.h:51
msgid "This memo list will be removed permanently."
msgstr "Esta lista de memorandos será removida permanentemente."
-#: ../calendar/calendar.error.xml.h:54
+#: ../calendar/calendar.error.xml.h:52
msgid "This task list will be removed permanently."
msgstr "Esta lista de tarefas será removida permanentemente."
-#: ../calendar/calendar.error.xml.h:55
+#: ../calendar/calendar.error.xml.h:53
msgid "Would you like to save your changes to this appointment?"
msgstr "Você deseja salvar as alterações realizadas neste compromisso?"
-#: ../calendar/calendar.error.xml.h:56
+#: ../calendar/calendar.error.xml.h:54
+msgid "Would you like to save your changes to this memo?"
+msgstr "Você deseja salvar as alterações realizadas nesta tarefa?"
+
+#: ../calendar/calendar.error.xml.h:55
msgid "Would you like to save your changes to this task?"
msgstr "Você deseja salvar as alterações realizadas nesta tarefa?"
-#: ../calendar/calendar.error.xml.h:57
+#: ../calendar/calendar.error.xml.h:56
msgid "Would you like to send a cancelation notice for this journal entry?"
msgstr "Você deseja enviar um aviso de cancelamento deste item de diário?"
-#: ../calendar/calendar.error.xml.h:58
+#: ../calendar/calendar.error.xml.h:57
msgid "Would you like to send all the participants a cancelation notice?"
msgstr "Você deseja enviar um aviso de cancelamento a todos os participantes?"
-#: ../calendar/calendar.error.xml.h:59
+#: ../calendar/calendar.error.xml.h:58
msgid "Would you like to send meeting invitations to participants?"
msgstr "Você deseja enviar convites de reunião aos participantes?"
-#: ../calendar/calendar.error.xml.h:60
+#: ../calendar/calendar.error.xml.h:59
msgid "Would you like to send this task to participants?"
msgstr "Você deseja enviar esta tarefa aos participantes?"
-#: ../calendar/calendar.error.xml.h:61
+#: ../calendar/calendar.error.xml.h:60
msgid "Would you like to send updated meeting information to participants?"
msgstr "Você deseja enviar informação atualizada de reunião aos participantes?"
-#: ../calendar/calendar.error.xml.h:62
+#: ../calendar/calendar.error.xml.h:61
msgid "Would you like to send updated task information to participants?"
msgstr "Você deseja enviar informação atualizada de tarefa aos participantes?"
-#: ../calendar/calendar.error.xml.h:63
+#: ../calendar/calendar.error.xml.h:62
msgid ""
"You are connecting to an unsupported GroupWise server and may encounter "
"problems using Evolution. For best results, the server should be upgraded to "
@@ -4336,12 +4332,16 @@ msgstr ""
"problemas utilizando o Evolution. Para os melhores resultados o servidor "
"deve ser atualizado para uma versão suportada"
+#: ../calendar/calendar.error.xml.h:63
+msgid "You have changed this appointment, but not yet saved it."
+msgstr "Você fez alterações neste compromisso, mas ainda não as salvou."
+
#: ../calendar/calendar.error.xml.h:64
-msgid "You have changed this appointment, but not yet saved them."
-msgstr "Você fez alterações a este compromisso, mas ainda não as salvou."
+msgid "You have changed this task, but not yet saved it."
+msgstr "Você fez alterações nesta tarefa, mas ainda não as salvou."
#: ../calendar/calendar.error.xml.h:65
-msgid "You have made changes to this task, but not yet saved them."
+msgid "You have made changes to this memo, but not yet saved them."
msgstr "Você fez alterações nesta tarefa, mas ainda não as salvou."
#: ../calendar/calendar.error.xml.h:66
@@ -4369,16 +4369,20 @@ msgid "_Save Changes"
msgstr "_Salvar Alterações"
#: ../calendar/calendar.error.xml.h:71
-#: ../composer/mail-composer.error.xml.h:31 ../mail/mail.error.xml.h:132
+#: ../composer/mail-composer.error.xml.h:31 ../mail/mail.error.xml.h:134
msgid "_Send"
msgstr "_Enviar"
#: ../calendar/calendar.error.xml.h:72
+msgid "_Send Notice"
+msgstr "_Enviar Notificação"
+
+#: ../calendar/calendar.error.xml.h:73
msgid "{0}."
msgstr "{0}."
#: ../calendar/common/authentication.c:49 ../calendar/gui/e-pub-utils.c:323
-#: ../smime/gui/component.c:48
+#: ../smime/gui/component.c:50
msgid "Enter password"
msgstr "Digite a senha"
@@ -4425,7 +4429,7 @@ msgid "Could not write pilot's ToDo application block"
msgstr "Não foi possível escrever os dados do aplicativo de tarefas do pilot"
#: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:1
-#: ../plugins/itip-formatter/itip-formatter.c:1968
+#: ../plugins/itip-formatter/itip-formatter.c:1969
msgid "Calendar and Tasks"
msgstr "Agenda e Tarefas"
@@ -4472,18 +4476,19 @@ msgid "Memo_s"
msgstr "Memorando_s"
#: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:12
-#: ../calendar/gui/e-memos.c:1092 ../calendar/gui/memos-component.c:530
-#: ../calendar/gui/memos-component.c:1000 ../calendar/gui/memos-control.c:340
+#: ../calendar/gui/e-memo-table.c:274 ../calendar/gui/e-memos.c:1084
+#: ../calendar/gui/memos-component.c:530 ../calendar/gui/memos-component.c:997
+#: ../calendar/gui/memos-control.c:340
msgid "Memos"
msgstr "Memorandos"
#: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:13
-#: ../calendar/gui/e-tasks.c:1334 ../calendar/gui/print.c:1833
-#: ../calendar/gui/tasks-component.c:521
-#: ../calendar/gui/tasks-component.c:1015 ../calendar/gui/tasks-control.c:472
+#: ../calendar/gui/e-calendar-table.c:525 ../calendar/gui/e-tasks.c:1347
+#: ../calendar/gui/print.c:1828 ../calendar/gui/tasks-component.c:521
+#: ../calendar/gui/tasks-component.c:1012 ../calendar/gui/tasks-control.c:475
#: ../calendar/importers/icalendar-importer.c:80
#: ../calendar/importers/icalendar-importer.c:741
-#: ../plugins/exchange-operations/exchange-folder.c:635
+#: ../plugins/exchange-operations/exchange-folder.c:591
#: ../plugins/groupwise-account-setup/camel-gw-listener.c:384
#: ../plugins/groupwise-account-setup/camel-gw-listener.c:591
#: ../plugins/groupwise-features/proxy-add-dialog.glade.h:12
@@ -4504,9 +4509,6 @@ msgid "Evolution Calendar alarm notification service"
msgstr "Serviço de notificação de alarme da Agenda do Evolution"
#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:115
-#: ../calendar/gui/alarm-notify/util.c:64
-#: ../calendar/gui/alarm-notify/util.c:66 ../calendar/gui/misc.c:111
-#: ../calendar/gui/misc.c:113
msgid "minute"
msgid_plural "minutes"
msgstr[0] "minuto"
@@ -4535,10 +4537,10 @@ msgstr "Compromissos"
#. Location
#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:2
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1270
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1276
-#: ../calendar/gui/e-itip-control.c:1119
-#: ../plugins/itip-formatter/itip-view.c:884
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1268
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1274
+#: ../calendar/gui/e-itip-control.c:1113
+#: ../plugins/itip-formatter/itip-view.c:880
msgid "Location:"
msgstr "Local:"
@@ -4547,17 +4549,17 @@ msgid "Snooze _time:"
msgstr "_Tempo de adiamento:"
#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:4
-#: ../calendar/gui/dialogs/recurrence-page.glade.h:6
+#: ../calendar/gui/dialogs/recurrence-page.glade.h:10
#: ../filter/filter.glade.h:11 ../mail/mail-config.glade.h:159
#: ../plugins/exchange-operations/exchange-delegates.glade.h:15
-#: ../plugins/publish-calendar/publish-calendar.glade.h:20
-#: ../ui/evolution-addressbook.xml.h:51 ../ui/evolution-calendar.xml.h:39
+#: ../plugins/publish-calendar/publish-calendar.glade.h:21
+#: ../ui/evolution-addressbook.xml.h:51 ../ui/evolution-calendar.xml.h:41
#: ../ui/evolution-composer-entries.xml.h:14 ../ui/evolution-editor.xml.h:17
#: ../ui/evolution-mail-messagedisplay.xml.h:5 ../ui/evolution-memos.xml.h:17
#: ../ui/evolution-message-composer.xml.h:46
#: ../ui/evolution-signature-editor.xml.h:24
#: ../ui/evolution-subscribe.xml.h:10 ../ui/evolution-tasks.xml.h:25
-#: ../ui/evolution.xml.h:37
+#: ../ui/evolution.xml.h:40
msgid "_Edit"
msgstr "E_ditar"
@@ -4569,32 +4571,32 @@ msgstr "_Adiar"
msgid "location of appointment"
msgstr "localização do compromisso"
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1109
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1252
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1107
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1250
msgid "No summary available."
msgstr "Sem resumo disponível."
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1116
#: ../calendar/gui/alarm-notify/alarm-queue.c:1118
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1120
msgid "No description available."
msgstr "Sem descrição disponível."
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1128
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1126
msgid "No location information available."
msgstr "Sem informação de local disponível."
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1186
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1184
#, c-format
msgid "You have %d alarms"
msgstr "Você tem %d alarmes"
#. FIXME
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1346
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1370
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1344
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1368
msgid "Warning"
msgstr "Alerta"
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1350
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1348
msgid ""
"Evolution does not support calendar reminders with\n"
"email notifications yet, but this reminder was\n"
@@ -4606,7 +4608,7 @@ msgstr ""
"com notificações por e-mail. Em lugar disso, o Evolution\n"
"exibirá uma caixa de diálogo de lembrete normal."
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1376
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1374
#, c-format
msgid ""
"An Evolution Calendar reminder is about to trigger. This reminder is "
@@ -4623,7 +4625,7 @@ msgstr ""
"\n"
"Você tem certeza que deseja executar este programa?"
-#: ../calendar/gui/alarm-notify/alarm-queue.c:1390
+#: ../calendar/gui/alarm-notify/alarm-queue.c:1388
msgid "Do not ask me about this program again."
msgstr "Não me pergunte sobre este programa novamente."
@@ -4639,61 +4641,34 @@ msgstr "Não foi possível criar a fábrica de serviço de notificação de alar
msgid "invalid time"
msgstr "hora inválida"
-#. Can't be zero
-#: ../calendar/gui/alarm-notify/util.c:58 ../calendar/gui/misc.c:105
-#, c-format
-msgid "(%d seconds)"
-msgstr "(%d segundos)"
-
-#: ../calendar/gui/alarm-notify/util.c:64 ../calendar/gui/misc.c:111
-#, c-format
-msgid "(%d %s %d %s)"
-msgstr "(%d %s %d %s)"
-
-#: ../calendar/gui/alarm-notify/util.c:64
-#: ../calendar/gui/dialogs/recurrence-page.c:992 ../calendar/gui/misc.c:111
-msgid "second"
-msgstr "segundo"
-
-#: ../calendar/gui/alarm-notify/util.c:64 ../calendar/gui/misc.c:111
-#: ../filter/filter.glade.h:18 ../mail/mail-config.glade.h:177
-msgid "seconds"
-msgstr "segundos"
-
-#: ../calendar/gui/alarm-notify/util.c:66 ../calendar/gui/misc.c:113
-#, c-format
-msgid "(%d %s)"
-msgstr "(%d %s)"
-
-#: ../calendar/gui/alarm-notify/util.c:77 ../calendar/gui/misc.c:124
-#, c-format
-msgid " %u second"
-msgstr " %u segundo"
-
-#: ../calendar/gui/alarm-notify/util.c:77 ../calendar/gui/misc.c:124
-#, c-format
-msgid " %u seconds"
-msgstr " %u segundos"
-
-#: ../calendar/gui/alarm-notify/util.c:79 ../calendar/gui/misc.c:126
-#, c-format
-msgid " %u minute"
-msgstr " %u minuto"
-
-#: ../calendar/gui/alarm-notify/util.c:79 ../calendar/gui/misc.c:126
+#. Translator: Entire string is like "Pop up an alert %d hours before start of appointment"
+#: ../calendar/gui/alarm-notify/util.c:66 ../calendar/gui/e-alarm-list.c:408
+#: ../calendar/gui/misc.c:113
#, c-format
-msgid " %u minutes"
-msgstr " %u minutos"
+msgid "%d hour"
+msgid_plural "%d hours"
+msgstr[0] "%d hora"
+msgstr[1] "%d horas"
-#: ../calendar/gui/alarm-notify/util.c:81 ../calendar/gui/misc.c:128
+#. Translator: Entire string is like "Pop up an alert %d minutes before start of appointment"
+#: ../calendar/gui/alarm-notify/util.c:72 ../calendar/gui/e-alarm-list.c:414
+#: ../calendar/gui/misc.c:119
#, c-format
-msgid "%u hour"
-msgstr "%u hora"
+msgid "%d minute"
+msgid_plural "%d minutes"
+msgstr[0] "%d minuto"
+msgstr[1] "%d minutos"
-#: ../calendar/gui/alarm-notify/util.c:81 ../calendar/gui/misc.c:128
+#. 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:76 ../calendar/gui/e-alarm-list.c:420
+#: ../calendar/gui/misc.c:123
#, c-format
-msgid "%u hours"
-msgstr "%u horas"
+msgid "%d second"
+msgid_plural "%d seconds"
+msgstr[0] "%d segundo"
+msgstr[1] "%d segundos"
#: ../calendar/gui/apps_evolution_calendar.schemas.in.in.h:1
msgid "Alarm programs"
@@ -5105,12 +5080,12 @@ msgstr "Comentário contém"
msgid "Location contains"
msgstr "Local contém"
-#: ../calendar/gui/cal-search-bar.c:350
+#: ../calendar/gui/cal-search-bar.c:347
msgid "Unmatched"
msgstr "Não combinadas"
-#: ../calendar/gui/calendar-commands.c:119 ../calendar/gui/print.c:2514
-#: ../ui/evolution-addressbook.xml.h:26 ../ui/evolution-calendar.xml.h:18
+#: ../calendar/gui/calendar-commands.c:119 ../calendar/gui/print.c:2509
+#: ../ui/evolution-addressbook.xml.h:26 ../ui/evolution-calendar.xml.h:20
#: ../ui/evolution-mail-message.xml.h:75 ../ui/evolution-memos.xml.h:11
#: ../ui/evolution-tasks.xml.h:14
msgid "Print"
@@ -5118,14 +5093,14 @@ msgstr "Imprimir"
#: ../calendar/gui/calendar-commands.c:119
#: ../calendar/gui/calendar-component.c:709
-#: ../calendar/gui/dialogs/calendar-setup.c:369
-#: ../calendar/gui/gnome-cal.c:2123
-#: ../plugins/exchange-operations/exchange-folder.c:623
+#: ../calendar/gui/dialogs/calendar-setup.c:370
+#: ../calendar/gui/gnome-cal.c:2111
+#: ../plugins/exchange-operations/exchange-folder.c:579
#: ../plugins/groupwise-account-setup/camel-gw-listener.c:383
#: ../plugins/groupwise-account-setup/camel-gw-listener.c:413
#: ../plugins/groupwise-account-setup/camel-gw-listener.c:590
-#: ../plugins/hula-account-setup/camel-hula-listener.c:374
-#: ../plugins/hula-account-setup/camel-hula-listener.c:403
+#: ../plugins/hula-account-setup/camel-hula-listener.c:379
+#: ../plugins/hula-account-setup/camel-hula-listener.c:408
#: ../plugins/publish-calendar/publish-calendar.glade.h:5
msgid "Calendar"
msgstr "Agenda"
@@ -5236,7 +5211,6 @@ msgid "New calendar"
msgstr "Nova agenda"
#: ../calendar/gui/calendar-component.c:1482
-#: ../calendar/gui/dialogs/event-page.c:872
msgid "Cale_ndar"
msgstr "Age_nda"
@@ -5260,22 +5234,26 @@ msgstr "Visão de Semana"
msgid "Month View"
msgstr "Visão de Mês"
-#: ../calendar/gui/comp-editor-factory.c:420
+#: ../calendar/gui/comp-editor-factory.c:415
msgid "Error while opening the calendar"
msgstr "Erro ao abrir a agenda"
-#: ../calendar/gui/comp-editor-factory.c:426
+#: ../calendar/gui/comp-editor-factory.c:421
msgid "Method not supported when opening the calendar"
msgstr "Método não suportado ao abrir a agenda"
-#: ../calendar/gui/comp-editor-factory.c:432
+#: ../calendar/gui/comp-editor-factory.c:427
msgid "Permission denied to open the calendar"
msgstr "Permissão negada para abrir a agenda"
-#: ../calendar/gui/comp-editor-factory.c:444 ../shell/e-shell.c:1279
+#: ../calendar/gui/comp-editor-factory.c:439 ../shell/e-shell.c:1271
msgid "Unknown error"
msgstr "Erro desconhecido"
+#: ../calendar/gui/dialogs/alarm-dialog.c:567
+msgid "Edit Alarm"
+msgstr "Editar Alarme"
+
#: ../calendar/gui/dialogs/alarm-dialog.glade.h:1
msgid "<b>Alarm</b>"
msgstr "<b>Alarme</b>\t"
@@ -5305,17 +5283,17 @@ msgid "Mes_sage:"
msgstr "Men_sagem:"
#: ../calendar/gui/dialogs/alarm-dialog.glade.h:8
-#: ../calendar/gui/e-alarm-list.c:449
+#: ../calendar/gui/e-alarm-list.c:446
msgid "Play a sound"
msgstr "Tocar um som"
#: ../calendar/gui/dialogs/alarm-dialog.glade.h:9
-#: ../calendar/gui/e-alarm-list.c:453
+#: ../calendar/gui/e-alarm-list.c:450
msgid "Pop up an alert"
msgstr "Exibir um alerta"
#: ../calendar/gui/dialogs/alarm-dialog.glade.h:10
-#: ../calendar/gui/e-alarm-list.c:461
+#: ../calendar/gui/e-alarm-list.c:458
msgid "Run a program"
msgstr "Executar um programa"
@@ -5324,7 +5302,7 @@ msgid "Send To:"
msgstr "Enviar Para:"
#: ../calendar/gui/dialogs/alarm-dialog.glade.h:12
-#: ../calendar/gui/e-alarm-list.c:457
+#: ../calendar/gui/e-alarm-list.c:454
msgid "Send an email"
msgstr "Enviar um email"
@@ -5352,8 +5330,10 @@ msgstr "após"
msgid "before"
msgstr "antes"
+#. 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:19
-#: ../calendar/gui/dialogs/recurrence-page.glade.h:7
+#: ../calendar/gui/dialogs/recurrence-page.glade.h:13
msgid "day(s)"
msgstr "dia(s)"
@@ -5377,7 +5357,7 @@ msgstr "minuto(s)"
msgid "start of appointment"
msgstr "início do compromisso"
-#: ../calendar/gui/dialogs/alarm-list-dialog.c:200
+#: ../calendar/gui/dialogs/alarm-list-dialog.c:235
msgid "Action/Trigger"
msgstr "Ação/Gatilho"
@@ -5388,7 +5368,7 @@ msgstr "A_dicionar"
#: ../calendar/gui/dialogs/alarm-list-dialog.glade.h:2
#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:14
#: ../calendar/gui/dialogs/event-page.glade.h:4
-#: ../ui/evolution-event-editor.xml.h:2
+#: ../ui/evolution-event-editor.xml.h:1
msgid "Alarms"
msgstr "Alarmes"
@@ -5414,7 +5394,7 @@ msgstr "Propriedades do Anexo"
#: ../calendar/gui/dialogs/cal-attachment.glade.h:3
#: ../calendar/gui/e-cal-component-preview.c:269
-#: ../calendar/gui/e-itip-control.c:1165
+#: ../calendar/gui/e-itip-control.c:1159
#: ../calendar/gui/e-itip-control.glade.h:6
#: ../composer/e-msg-composer-attachment.glade.h:3
#: ../mail/mail-config.glade.h:69 ../widgets/misc/e-attachment.glade.h:3
@@ -5433,7 +5413,7 @@ msgstr "Nome do arquivo:"
msgid "MIME type:"
msgstr "Tipo MIME:"
-#: ../calendar/gui/dialogs/cal-prefs-dialog.c:470
+#: ../calendar/gui/dialogs/cal-prefs-dialog.c:469
msgid "Selected Calendars for Alarms"
msgstr "Agendas que devem ter alarmes"
@@ -5469,7 +5449,6 @@ msgstr "<span weight=\"bold\">Servidor Livre/Ocupado Padrão</span>"
#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:10
#: ../mail/mail-config.glade.h:18
-#: ../plugins/itip-formatter/itip-formatter.c:1977
#: ../plugins/publish-calendar/publish-calendar.glade.h:1
msgid "<span weight=\"bold\">General</span>"
msgstr "<span weight=\"bold\">Geral</span>"
@@ -5495,14 +5474,14 @@ msgid "Display"
msgstr "Exibição"
#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:17
-#: ../calendar/gui/dialogs/event-editor.c:566
+#: ../calendar/gui/dialogs/event-editor.c:572
#: ../ui/evolution-event-editor.xml.h:8
msgid "Free/Busy"
msgstr "Livre/Ocupado"
#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:18
-#: ../calendar/gui/dialogs/recurrence-page.c:1051
-#: ../calendar/gui/e-itip-control.c:733
+#: ../calendar/gui/dialogs/recurrence-page.c:1084
+#: ../calendar/gui/e-itip-control.c:730
msgid "Friday"
msgstr "Sexta-feira"
@@ -5517,8 +5496,8 @@ msgstr ""
"Dias"
#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:23
-#: ../calendar/gui/dialogs/recurrence-page.c:1047
-#: ../calendar/gui/e-itip-control.c:729
+#: ../calendar/gui/dialogs/recurrence-page.c:1080
+#: ../calendar/gui/e-itip-control.c:726
msgid "Monday"
msgstr "Segunda-feira"
@@ -5542,7 +5521,7 @@ msgstr ""
#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:31
#: ../calendar/gui/dialogs/calendar-setup.glade.h:5
-#: ../mail/mail-config.glade.h:105
+#: ../mail/mail-config.glade.h:106
msgid "Pick a color"
msgstr "Escolha uma cor"
@@ -5551,8 +5530,8 @@ msgid "S_un"
msgstr "_Dom"
#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:33
-#: ../calendar/gui/dialogs/recurrence-page.c:1052
-#: ../calendar/gui/e-itip-control.c:734
+#: ../calendar/gui/dialogs/recurrence-page.c:1085
+#: ../calendar/gui/e-itip-control.c:731
msgid "Saturday"
msgstr "Sábado"
@@ -5569,8 +5548,8 @@ msgid "Show week _numbers in date navigator"
msgstr "Exibir _números da semana no navegador de datas"
#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:37
-#: ../calendar/gui/dialogs/recurrence-page.c:1053
-#: ../calendar/gui/e-itip-control.c:728
+#: ../calendar/gui/dialogs/recurrence-page.c:1086
+#: ../calendar/gui/e-itip-control.c:725
msgid "Sunday"
msgstr "Domingo"
@@ -5587,13 +5566,13 @@ msgid "Template:"
msgstr "Modelo:"
#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:41
-#: ../calendar/gui/dialogs/recurrence-page.c:1050
-#: ../calendar/gui/e-itip-control.c:732
+#: ../calendar/gui/dialogs/recurrence-page.c:1083
+#: ../calendar/gui/e-itip-control.c:729
msgid "Thursday"
msgstr "Quinta-feira"
#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:42
-#: ../calendar/gui/dialogs/event-page.glade.h:14
+#: ../calendar/gui/dialogs/event-page.glade.h:15
msgid "Time _zone:"
msgstr "F_uso horário:"
@@ -5602,127 +5581,128 @@ msgid "Time format:"
msgstr "Formato de hora:"
#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:44
-#: ../calendar/gui/dialogs/recurrence-page.c:1048
-#: ../calendar/gui/e-itip-control.c:730
+#: ../calendar/gui/dialogs/recurrence-page.c:1081
+#: ../calendar/gui/e-itip-control.c:727
msgid "Tuesday"
msgstr "Terça-feira"
#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:45
-msgid "W_eek starts:"
-msgstr "A sema_na começa na:"
-
-#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:46
-#: ../calendar/gui/dialogs/recurrence-page.c:1049
-#: ../calendar/gui/e-itip-control.c:731
+#: ../calendar/gui/dialogs/recurrence-page.c:1082
+#: ../calendar/gui/e-itip-control.c:728
msgid "Wednesday"
msgstr "Quarta-feira"
+#. A weekday like "Monday" follows
#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:47
+msgid "Wee_k starts on:"
+msgstr "A sema_na começa na:"
+
+#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:48
msgid "Work days:"
msgstr "Dias úteis:"
-#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:48
+#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:49
msgid "_12 hour (AM/PM)"
msgstr "_12 horas (AM/PM)"
-#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:49
+#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:50
msgid "_24 hour"
msgstr "_24 horas"
-#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:50
+#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:51
msgid "_Ask for confirmation when deleting items"
msgstr "Pedir confirm_ação ao apagar itens"
-#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:51
+#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:52
msgid "_Compress weekends in month view"
msgstr "_Comprimir finais de semana na visão de mês"
-#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:52
+#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:53
msgid "_Day begins:"
msgstr "_O dia começa às:"
-#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:53
+#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:54
msgid "_Fri"
msgstr "Se_x"
-#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:54
+#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:55
msgid "_Hide completed tasks after"
msgstr "E_sconder tarefas concluídas após"
-#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:55
+#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:56
msgid "_Mon"
msgstr "_Seg"
-#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:56
+#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:57
msgid "_Overdue tasks:"
msgstr "Ta_refas atrasadas:"
-#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:57
+#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:58
msgid "_Sat"
msgstr "Sá_b"
-#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:58
+#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:59
msgid "_Show appointment end times in week and month view"
msgstr "Exibir _hora de término de compromissos nas visões de semana e mês"
-#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:59
+#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:60
msgid "_Time divisions:"
msgstr "_Frações de tempo:"
-#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:60
+#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:61
msgid "_Tue"
msgstr "_Ter"
-#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:61
+#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:62
msgid "_Wed"
msgstr "_Qua"
-#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:62
+#: ../calendar/gui/dialogs/cal-prefs-dialog.glade.h:63
msgid "before every appointment"
msgstr "antes de cada compromisso"
-#: ../calendar/gui/dialogs/calendar-setup.c:287
+#: ../calendar/gui/dialogs/calendar-setup.c:288
msgid "Copy calendar contents locally for offline operation"
msgstr "Copiar o conteúdo da agenda localmente para funcionamento desconectado"
-#: ../calendar/gui/dialogs/calendar-setup.c:290
+#: ../calendar/gui/dialogs/calendar-setup.c:291
msgid "Copy task list contents locally for offline operation"
msgstr ""
"Copiar o conteúdo da lista de tarefas localmente para funcionamento "
"desconectado"
-#: ../calendar/gui/dialogs/calendar-setup.c:292
+#: ../calendar/gui/dialogs/calendar-setup.c:293
msgid "Copy memo list contents locally for offline operation"
msgstr ""
"Copiar o conteúdo da lista de memorandos localmente para funcionamento "
"desconectado"
-#: ../calendar/gui/dialogs/calendar-setup.c:343
+#: ../calendar/gui/dialogs/calendar-setup.c:344
#: ../calendar/gui/dialogs/calendar-setup.glade.h:4
msgid "C_olor:"
msgstr "C_or:"
-#: ../calendar/gui/dialogs/calendar-setup.c:380
+#: ../calendar/gui/dialogs/calendar-setup.c:381
msgid "Tasks List"
msgstr "Lista de Tarefas"
-#: ../calendar/gui/dialogs/calendar-setup.c:391
+#: ../calendar/gui/dialogs/calendar-setup.c:392
msgid "Memos List"
msgstr "Lista de Memorandos"
-#: ../calendar/gui/dialogs/calendar-setup.c:460
+#: ../calendar/gui/dialogs/calendar-setup.c:461
msgid "Calendar Properties"
msgstr "Propriedades da Agenda"
-#: ../calendar/gui/dialogs/calendar-setup.c:462
+#: ../calendar/gui/dialogs/calendar-setup.c:463
msgid "New Calendar"
msgstr "Nova Agenda"
-#: ../calendar/gui/dialogs/calendar-setup.c:528
+#: ../calendar/gui/dialogs/calendar-setup.c:529
msgid "Task List Properties"
msgstr "Propriedades da Lista de Tarefas"
-#: ../calendar/gui/dialogs/calendar-setup.c:594
+#: ../calendar/gui/dialogs/calendar-setup.c:595
#: ../calendar/gui/memos-component.c:450
msgid "New Memo List"
msgstr "Nova Lista de Memorandos"
@@ -5811,158 +5791,161 @@ msgstr "%s Você não fez alterações, atualizar o editor?"
msgid "Validation error: %s"
msgstr "Erro de validação: %s"
-#: ../calendar/gui/dialogs/comp-editor-util.c:187 ../calendar/gui/print.c:2272
+#: ../calendar/gui/dialogs/comp-editor-util.c:187 ../calendar/gui/print.c:2267
msgid " to "
msgstr " para "
-#: ../calendar/gui/dialogs/comp-editor-util.c:191 ../calendar/gui/print.c:2276
+#: ../calendar/gui/dialogs/comp-editor-util.c:191 ../calendar/gui/print.c:2271
msgid " (Completed "
msgstr " (Concluída "
-#: ../calendar/gui/dialogs/comp-editor-util.c:193 ../calendar/gui/print.c:2278
+#: ../calendar/gui/dialogs/comp-editor-util.c:193 ../calendar/gui/print.c:2273
msgid "Completed "
msgstr "Concluída "
-#: ../calendar/gui/dialogs/comp-editor-util.c:198 ../calendar/gui/print.c:2283
+#: ../calendar/gui/dialogs/comp-editor-util.c:198 ../calendar/gui/print.c:2278
msgid " (Due "
msgstr " (Prazo "
-#: ../calendar/gui/dialogs/comp-editor-util.c:200 ../calendar/gui/print.c:2285
+#: ../calendar/gui/dialogs/comp-editor-util.c:200 ../calendar/gui/print.c:2280
msgid "Due "
msgstr "Prazo "
-#: ../calendar/gui/dialogs/comp-editor.c:207 ../composer/e-msg-composer.c:2854
+#: ../calendar/gui/dialogs/comp-editor.c:207 ../composer/e-msg-composer.c:2850
#, c-format
msgid "Attached message - %s"
msgstr "Mensagem anexa - %s"
#. translators, this count will always be >1
#: ../calendar/gui/dialogs/comp-editor.c:212
-#: ../calendar/gui/dialogs/comp-editor.c:382 ../composer/e-msg-composer.c:2859
-#: ../composer/e-msg-composer.c:3038
+#: ../calendar/gui/dialogs/comp-editor.c:382 ../composer/e-msg-composer.c:2855
+#: ../composer/e-msg-composer.c:3056
#, c-format
msgid "Attached message"
msgid_plural "%d attached messages"
msgstr[0] "Mensagem anexa"
msgstr[1] "%d mensagens anexas"
-#: ../calendar/gui/dialogs/comp-editor.c:446 ../composer/e-msg-composer.c:3103
+#: ../calendar/gui/dialogs/comp-editor.c:446 ../composer/e-msg-composer.c:3121
#: ../mail/em-folder-tree.c:980 ../mail/em-folder-utils.c:368
-#: ../mail/em-folder-view.c:973 ../mail/message-list.c:1730
+#: ../mail/em-folder-view.c:973 ../mail/message-list.c:1725
msgid "_Move"
msgstr "_Mover"
-#: ../calendar/gui/dialogs/comp-editor.c:448 ../composer/e-msg-composer.c:3105
-#: ../mail/em-folder-tree.c:982 ../mail/message-list.c:1732
+#: ../calendar/gui/dialogs/comp-editor.c:448 ../composer/e-msg-composer.c:3123
+#: ../mail/em-folder-tree.c:982 ../mail/message-list.c:1727
msgid "Cancel _Drag"
msgstr "Cancelar _Arraste"
-#: ../calendar/gui/dialogs/comp-editor.c:806
+#: ../calendar/gui/dialogs/comp-editor.c:802
msgid "Could not update object"
msgstr "Não foi possível atualizar objeto"
-#: ../calendar/gui/dialogs/comp-editor.c:952 ../composer/e-msg-composer.c:2483
+#: ../calendar/gui/dialogs/comp-editor.c:945 ../composer/e-msg-composer.c:2479
#, c-format
msgid "<b>%d</b> Attachment"
msgid_plural "<b>%d</b> Attachments"
msgstr[0] "<b>%d</b> Anexo"
msgstr[1] "<b>%d</b> Anexos"
-#: ../calendar/gui/dialogs/comp-editor.c:982
+#: ../calendar/gui/dialogs/comp-editor.c:977
msgid "Hide Attachment _Bar"
msgstr "Esconder _Barra de Anexos"
-#: ../calendar/gui/dialogs/comp-editor.c:985
-#: ../calendar/gui/dialogs/comp-editor.c:1457
+#: ../calendar/gui/dialogs/comp-editor.c:980
+#: ../calendar/gui/dialogs/comp-editor.c:1444
msgid "Show Attachment _Bar"
msgstr "Exibir _Barra de Anexos"
-#: ../calendar/gui/dialogs/comp-editor.c:1094
-#: ../calendar/gui/dialogs/event-page.c:1895
-#: ../calendar/gui/dialogs/meeting-page.c:914
-#: ../calendar/gui/dialogs/task-page.c:1206
+#: ../calendar/gui/dialogs/comp-editor.c:1089
+#: ../calendar/gui/dialogs/event-page.c:1894
+#: ../calendar/gui/dialogs/meeting-page.c:899
+#: ../calendar/gui/dialogs/task-page.c:1202
#: ../composer/e-msg-composer-attachment-bar.c:470
-#: ../composer/e-msg-composer.c:3601
+#: ../composer/e-msg-composer.c:3619
#: ../plugins/groupwise-features/junk-settings.glade.h:8
#: ../plugins/groupwise-features/properties.glade.h:14
#: ../widgets/table/e-table-config.glade.h:18
msgid "_Remove"
msgstr "_Remover"
-#: ../calendar/gui/dialogs/comp-editor.c:1095
+#: ../calendar/gui/dialogs/comp-editor.c:1090
#: ../composer/e-msg-composer-attachment-bar.c:471
-#: ../composer/e-msg-composer.c:3602 ../mail/em-folder-tree.c:2058
+#: ../composer/e-msg-composer.c:3620 ../mail/em-folder-tree.c:2058
#: ../ui/evolution-addressbook.xml.h:59 ../ui/evolution-mail-list.xml.h:33
msgid "_Properties"
msgstr "_Propriedades"
-#: ../calendar/gui/dialogs/comp-editor.c:1097
+#: ../calendar/gui/dialogs/comp-editor.c:1092
#: ../composer/e-msg-composer-attachment-bar.c:473
-#: ../composer/e-msg-composer.c:3604
+#: ../composer/e-msg-composer.c:3622
msgid "_Add attachment..."
msgstr "_Adicionar anexo..."
-#: ../calendar/gui/dialogs/comp-editor.c:1481
-msgid "Attachment Button: Press space key to toggle attachment bar"
-msgstr ""
-"Botão de Anexo: Pressione a tecla de espaço para alternar a barra de anexos"
+#: ../calendar/gui/dialogs/comp-editor.c:1468
+#: ../mail/em-format-html-display.c:2065
+msgid "Show Attachments"
+msgstr "Exibir Anexos"
-#: ../calendar/gui/dialogs/comp-editor.c:2088
-#: ../calendar/gui/dialogs/comp-editor.c:2131
+#: ../calendar/gui/dialogs/comp-editor.c:1469
+msgid "Press space key to toggle attachment bar"
+msgstr "Pressione a barra de espaço para exibir ou esconder a barra de anexos"
+
+#: ../calendar/gui/dialogs/comp-editor.c:2076
+#: ../calendar/gui/dialogs/comp-editor.c:2119
msgid "Edit Appointment"
msgstr "Editar Compromisso"
-#: ../calendar/gui/dialogs/comp-editor.c:2094
-#: ../calendar/gui/dialogs/comp-editor.c:2137
+#: ../calendar/gui/dialogs/comp-editor.c:2082
+#: ../calendar/gui/dialogs/comp-editor.c:2125
#, c-format
msgid "Meeting - %s"
msgstr "Reunião - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2096
-#: ../calendar/gui/dialogs/comp-editor.c:2139
+#: ../calendar/gui/dialogs/comp-editor.c:2084
+#: ../calendar/gui/dialogs/comp-editor.c:2127
#, c-format
msgid "Appointment - %s"
msgstr "Compromisso - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2100
-#: ../calendar/gui/dialogs/comp-editor.c:2143
+#: ../calendar/gui/dialogs/comp-editor.c:2088
+#: ../calendar/gui/dialogs/comp-editor.c:2131
#, c-format
msgid "Assigned Task - %s"
msgstr "Tarefa Atribuída - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2102
-#: ../calendar/gui/dialogs/comp-editor.c:2145
+#: ../calendar/gui/dialogs/comp-editor.c:2090
+#: ../calendar/gui/dialogs/comp-editor.c:2133
#, c-format
msgid "Task - %s"
msgstr "Tarefa - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2105
-#: ../calendar/gui/dialogs/comp-editor.c:2148
+#: ../calendar/gui/dialogs/comp-editor.c:2093
+#: ../calendar/gui/dialogs/comp-editor.c:2136
#, c-format
msgid "Journal entry - %s"
msgstr "Item de diário - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2116
-#: ../calendar/gui/dialogs/comp-editor.c:2158
+#: ../calendar/gui/dialogs/comp-editor.c:2104
+#: ../calendar/gui/dialogs/comp-editor.c:2146
msgid "No summary"
msgstr "Sem resumo"
-#: ../calendar/gui/dialogs/comp-editor.c:2668
-#: ../composer/e-msg-composer-attachment-bar.c:307 ../mail/em-utils.c:156
-#: ../mail/em-utils.c:502 ../mail/em-utils.c:539
-#: ../widgets/misc/e-attachment-bar.c:342
+#: ../calendar/gui/dialogs/comp-editor.c:2654
+#: ../composer/e-msg-composer-attachment-bar.c:307 ../mail/em-utils.c:464
+#: ../mail/em-utils.c:501 ../widgets/misc/e-attachment-bar.c:339
msgid "attachment"
msgstr "anexo"
-#: ../calendar/gui/dialogs/comp-editor.c:2761
-#: ../calendar/gui/dialogs/comp-editor.c:2818
-#: ../calendar/gui/dialogs/comp-editor.c:2842
+#: ../calendar/gui/dialogs/comp-editor.c:2743
+#: ../calendar/gui/dialogs/comp-editor.c:2797
+#: ../calendar/gui/dialogs/comp-editor.c:2821
msgid "Changes made to this item may be discarded if an update arrives"
msgstr ""
"As alterações feitas a este item poderão ser descartadas se houver uma "
"atualização"
-#: ../calendar/gui/dialogs/comp-editor.c:2866
+#: ../calendar/gui/dialogs/comp-editor.c:2845
msgid "Unable to use current version!"
msgstr "Impossível usar a versão atual!"
@@ -6039,19 +6022,31 @@ msgstr "Delegar Para:"
msgid "Enter Delegate"
msgstr "Especificar Representante"
-#: ../calendar/gui/dialogs/event-editor.c:541
+#: ../calendar/gui/dialogs/event-editor.c:547
msgid "Appoint_ment"
msgstr "Compro_misso"
-#: ../calendar/gui/dialogs/event-editor.c:545
+#: ../calendar/gui/dialogs/event-editor.c:551
#: ../ui/evolution-event-editor.xml.h:14
msgid "Recurrence"
msgstr "Recorrência"
+#: ../calendar/gui/dialogs/event-page.c:807
+#: ../calendar/gui/dialogs/event-page.c:2714
+msgid "This event has alarms"
+msgstr "Este evento possui alarmes"
+
+#: ../calendar/gui/dialogs/event-page.c:872
+#: ../calendar/gui/dialogs/event-page.glade.h:7
+msgid "Cale_ndar:"
+msgstr "Age_nda:"
+
#: ../calendar/gui/dialogs/event-page.c:878
+#: ../calendar/gui/dialogs/event-page.glade.h:13
+#: ../calendar/gui/dialogs/meeting-page.glade.h:5
#: ../calendar/gui/dialogs/task-page.c:446
-msgid "Or_ganizer"
-msgstr "Or_ganizador"
+msgid "Or_ganizer:"
+msgstr "Or_ganizador:"
#: ../calendar/gui/dialogs/event-page.c:916
msgid "_Delegatees"
@@ -6061,148 +6056,171 @@ msgstr "_Delegados"
msgid "Atte_ndees"
msgstr "Participa_ntes"
-#: ../calendar/gui/dialogs/event-page.c:1085
+#: ../calendar/gui/dialogs/event-page.c:1086
msgid "Event with no start date"
msgstr "Evento sem data de início"
-#: ../calendar/gui/dialogs/event-page.c:1088
+#: ../calendar/gui/dialogs/event-page.c:1089
msgid "Event with no end date"
msgstr "Evento sem data de término"
-#: ../calendar/gui/dialogs/event-page.c:1254
-#: ../calendar/gui/dialogs/task-page.c:851
+#: ../calendar/gui/dialogs/event-page.c:1257
+#: ../calendar/gui/dialogs/task-page.c:852
msgid "Start date is wrong"
msgstr "A data de início está errada"
-#: ../calendar/gui/dialogs/event-page.c:1264
+#: ../calendar/gui/dialogs/event-page.c:1267
msgid "End date is wrong"
msgstr "A data de término está errada"
-#: ../calendar/gui/dialogs/event-page.c:1287
+#: ../calendar/gui/dialogs/event-page.c:1290
msgid "Start time is wrong"
msgstr "A hora de início está errada"
-#: ../calendar/gui/dialogs/event-page.c:1294
+#: ../calendar/gui/dialogs/event-page.c:1297
msgid "End time is wrong"
msgstr "A hora de término está errada"
-#: ../calendar/gui/dialogs/event-page.c:1449
+#: ../calendar/gui/dialogs/event-page.c:1452
#: ../calendar/gui/dialogs/meeting-page.c:469
-#: ../calendar/gui/dialogs/task-page.c:908
+#: ../calendar/gui/dialogs/task-page.c:909
msgid "The organizer selected no longer has an account."
msgstr "O organizador selecionado não possui mais uma conta."
-#: ../calendar/gui/dialogs/event-page.c:1455
+#: ../calendar/gui/dialogs/event-page.c:1458
#: ../calendar/gui/dialogs/meeting-page.c:475
-#: ../calendar/gui/dialogs/task-page.c:914
+#: ../calendar/gui/dialogs/task-page.c:915
msgid "An organizer is required."
msgstr "É necessário um organizador."
-#: ../calendar/gui/dialogs/event-page.c:1470
+#: ../calendar/gui/dialogs/event-page.c:1473
#: ../calendar/gui/dialogs/meeting-page.c:490
-#: ../calendar/gui/dialogs/task-page.c:929
+#: ../calendar/gui/dialogs/task-page.c:930
msgid "At least one attendee is required."
msgstr "É necessário pelo menos um participante."
-#: ../calendar/gui/dialogs/event-page.c:1896
-#: ../calendar/gui/dialogs/meeting-page.c:915
-#: ../calendar/gui/dialogs/task-page.c:1207
+#: ../calendar/gui/dialogs/event-page.c:1895
+#: ../calendar/gui/dialogs/meeting-page.c:900
+#: ../calendar/gui/dialogs/task-page.c:1203
msgid "_Add "
msgstr "_Adicionar "
-#: ../calendar/gui/dialogs/event-page.c:2625
+#: ../calendar/gui/dialogs/event-page.c:2621
#, c-format
msgid "Unable to open the calendar '%s'."
msgstr "Não é possível abrir a agenda '%s'."
-#: ../calendar/gui/dialogs/event-page.c:2893
+#: ../calendar/gui/dialogs/event-page.c:2924
#, c-format
msgid "%d day before appointment"
msgid_plural "%d days before appointment"
msgstr[0] "%d dia para o compromisso"
msgstr[1] "%d dias para o compromisso"
-#: ../calendar/gui/dialogs/event-page.c:2901
+#: ../calendar/gui/dialogs/event-page.c:2932
#, c-format
msgid "%d hour before appointment"
msgid_plural "%d hours before appointment"
msgstr[0] "%d hora para o compromisso"
msgstr[1] "%d horas para o compromisso"
-#: ../calendar/gui/dialogs/event-page.c:2909
+#: ../calendar/gui/dialogs/event-page.c:2940
#, c-format
msgid "%d minute before appointement"
msgid_plural "%d minutes before appointment"
msgstr[0] "%d minuto para o compromisso"
msgstr[1] "%d minutos para o compromisso"
+#: ../calendar/gui/dialogs/event-page.c:2956
+msgid "Customize"
+msgstr "Personalizar"
+
+#. an empty string is the same as 'None'
+#. Put the "None" and "UTC" entries at the top of the combo's list.
+#. When "None" is selected we want the field to be cleared.
+#. Note that we don't show this here, since by default a 'None' date
+#. is not permitted.
+#: ../calendar/gui/dialogs/event-page.c:2961
+#: ../calendar/gui/dialogs/meeting-page.c:321
+#: ../calendar/gui/dialogs/meeting-page.glade.h:4
+#: ../calendar/gui/e-cal-model-tasks.c:649
+#: ../calendar/gui/e-itip-control.c:1099 ../composer/e-msg-composer.c:2271
+#: ../filter/filter-rule.c:889 ../mail/em-account-editor.c:701
+#: ../mail/em-account-editor.c:1388 ../mail/em-account-prefs.c:475
+#: ../mail/em-junk-hook.c:78
+#: ../plugins/calendar-weather/calendar-weather.c:370
+#: ../plugins/calendar-weather/calendar-weather.c:424
+#: ../plugins/exchange-operations/exchange-delegates.glade.h:9
+#: ../plugins/itip-formatter/itip-formatter.c:1626
+#: ../widgets/e-timezone-dialog/e-timezone-dialog.c:192
+#: ../widgets/misc/e-cell-date-edit.c:249 ../widgets/misc/e-dateedit.c:475
+#: ../widgets/misc/e-dateedit.c:1505 ../widgets/misc/e-dateedit.c:1719
+msgid "None"
+msgstr "Nenhum"
+
#: ../calendar/gui/dialogs/event-page.glade.h:1
+msgid "1 day before appointment"
+msgstr "1 dia para o compromisso"
+
+#: ../calendar/gui/dialogs/event-page.glade.h:2
msgid "1 hour before appointment"
msgstr "1 hora para o compromisso"
-#: ../calendar/gui/dialogs/event-page.glade.h:2
+#: ../calendar/gui/dialogs/event-page.glade.h:3
msgid "15 minutes before appointment"
msgstr "15 minutos para o compromisso"
-#: ../calendar/gui/dialogs/event-page.glade.h:3
-msgid "1day before appointment"
-msgstr "1 dia para o compromisso"
-
#: ../calendar/gui/dialogs/event-page.glade.h:5
#: ../calendar/gui/dialogs/task-page.glade.h:1
msgid "Atte_ndees..."
msgstr "Participa_ntes..."
#: ../calendar/gui/dialogs/event-page.glade.h:6
-msgid "C_ustomize"
-msgstr "_Personalizar..."
-
-#: ../calendar/gui/dialogs/event-page.glade.h:7
-#: ../calendar/gui/dialogs/memo-page.glade.h:3
+#: ../calendar/gui/dialogs/memo-page.glade.h:1
msgid "Ca_tegories..."
msgstr "Ca_tegorias..."
-#: ../calendar/gui/dialogs/event-page.glade.h:8
-msgid "Cale_ndar:"
-msgstr "Age_nda:"
+#: ../calendar/gui/dialogs/event-page.glade.h:9
+msgid "Custom Alarm:"
+msgstr "Alarme Personalizado:"
#: ../calendar/gui/dialogs/event-page.glade.h:10
+#: ../calendar/gui/dialogs/task-page.glade.h:3
+msgid "D_escription:"
+msgstr "D_escrição:"
+
+#: ../calendar/gui/dialogs/event-page.glade.h:11
msgid "Event Description"
msgstr "Descrição do Evento"
-#: ../calendar/gui/dialogs/event-page.glade.h:11
+#: ../calendar/gui/dialogs/event-page.glade.h:12
msgid "Locat_ion:"
msgstr "_Local:"
-#: ../calendar/gui/dialogs/event-page.glade.h:12
-#: ../calendar/gui/dialogs/meeting-page.glade.h:5
-msgid "Or_ganizer:"
-msgstr "Or_ganizador:"
-
-#: ../calendar/gui/dialogs/event-page.glade.h:13
+#: ../calendar/gui/dialogs/event-page.glade.h:14
#: ../calendar/gui/dialogs/task-page.glade.h:6
msgid "Su_mmary:"
msgstr "_Resumo:"
-#: ../calendar/gui/dialogs/event-page.glade.h:15
-msgid "_Description:"
-msgstr "_Descrição:"
-
#: ../calendar/gui/dialogs/event-page.glade.h:16
-msgid "_Set alarm\t"
-msgstr "_Configurar alarme\t"
+msgid "_Alarm"
+msgstr "_Alarme"
#: ../calendar/gui/dialogs/event-page.glade.h:17
msgid "_Time:"
msgstr "_Hora:"
+#. 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:8
+#: ../calendar/gui/dialogs/recurrence-page.glade.h:16
msgid "for"
msgstr "para"
+#. 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:11
+#: ../calendar/gui/dialogs/recurrence-page.glade.h:25
msgid "until"
msgstr "até"
@@ -6214,28 +6232,6 @@ msgstr "Dele_gados"
msgid "From:"
msgstr "De:"
-#. an empty string is the same as 'None'
-#. Put the "None" and "UTC" entries at the top of the combo's list.
-#. When "None" is selected we want the field to be cleared.
-#. Note that we don't show this here, since by default a 'None' date
-#. is not permitted.
-#: ../calendar/gui/dialogs/meeting-page.c:321
-#: ../calendar/gui/dialogs/meeting-page.glade.h:4
-#: ../calendar/gui/e-cal-model-tasks.c:654
-#: ../calendar/gui/e-itip-control.c:1105 ../composer/e-msg-composer.c:2275
-#: ../filter/filter-rule.c:889 ../mail/em-account-editor.c:691
-#: ../mail/em-account-editor.c:1356 ../mail/em-account-prefs.c:468
-#: ../mail/em-folder-view.c:1106 ../mail/em-junk-hook.c:78
-#: ../plugins/calendar-weather/calendar-weather.c:370
-#: ../plugins/calendar-weather/calendar-weather.c:424
-#: ../plugins/exchange-operations/exchange-delegates.glade.h:9
-#: ../plugins/itip-formatter/itip-formatter.c:1627
-#: ../widgets/e-timezone-dialog/e-timezone-dialog.c:192
-#: ../widgets/misc/e-cell-date-edit.c:249 ../widgets/misc/e-dateedit.c:475
-#: ../widgets/misc/e-dateedit.c:1514 ../widgets/misc/e-dateedit.c:1728
-msgid "None"
-msgstr "Nenhum"
-
#: ../calendar/gui/dialogs/meeting-page.etspec.h:1
#: ../calendar/gui/e-meeting-time-sel.etspec.h:1
msgid "Attendee"
@@ -6273,14 +6269,14 @@ msgstr "Membro"
#. To translators: RSVP means "please reply"
#: ../calendar/gui/dialogs/meeting-page.etspec.h:8
-#: ../calendar/gui/e-meeting-list-view.c:502
+#: ../calendar/gui/e-meeting-list-view.c:509
#: ../calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr "RSVP"
#: ../calendar/gui/dialogs/meeting-page.etspec.h:10
#: ../calendar/gui/e-calendar-table.etspec.h:10
-#: ../calendar/gui/e-meeting-list-view.c:513
+#: ../calendar/gui/e-meeting-list-view.c:520
#: ../calendar/gui/e-meeting-time-sel.etspec.h:10 ../mail/em-filter-i18n.h:63
#: ../mail/message-list.etspec.h:12
msgid "Status"
@@ -6307,47 +6303,22 @@ msgstr "Organizador"
msgid "Organizer:"
msgstr "Organizador:"
-#: ../calendar/gui/dialogs/memo-editor.c:130 ../calendar/gui/print.c:2313
+#: ../calendar/gui/dialogs/memo-editor.c:219 ../calendar/gui/print.c:2308
msgid "Memo"
msgstr "Memorando"
-#: ../calendar/gui/dialogs/memo-page.c:490
+#: ../calendar/gui/dialogs/memo-page.c:551
#, c-format
msgid "Unable to open memos in '%s'."
msgstr "Não é possível abrir memorandos em '%s'."
#: ../calendar/gui/dialogs/memo-page.glade.h:2
-msgid "<span weight=\"bold\">Basics</span>"
-msgstr "<span weight=\"bold\">Fundamentos</span>"
-
-#: ../calendar/gui/dialogs/memo-page.glade.h:4
-msgid "Classi_fication:"
-msgstr "Classi_ficação:"
-
-#: ../calendar/gui/dialogs/memo-page.glade.h:5
-#: ../calendar/gui/e-cal-list-view.c:257 ../calendar/gui/e-cal-model.c:325
-#: ../calendar/gui/e-calendar-table.c:368
-msgid "Confidential"
-msgstr "Confidencial"
-
-#: ../calendar/gui/dialogs/memo-page.glade.h:6
-#: ../calendar/gui/e-cal-list-view.c:256 ../calendar/gui/e-cal-model.c:323
-#: ../calendar/gui/e-calendar-table.c:367
-msgid "Private"
-msgstr "Particular"
-
-#: ../calendar/gui/dialogs/memo-page.glade.h:7
-#: ../calendar/gui/e-cal-list-view.c:255 ../calendar/gui/e-cal-model.c:314
-#: ../calendar/gui/e-cal-model.c:321 ../calendar/gui/e-calendar-table.c:366
-msgid "Public"
-msgstr "Público"
-
-#: ../calendar/gui/dialogs/memo-page.glade.h:8
+#: ../calendar/gui/dialogs/task-page.c:439
#: ../calendar/gui/dialogs/task-page.glade.h:9
msgid "_Group:"
msgstr "_Grupo:"
-#: ../calendar/gui/dialogs/memo-page.glade.h:9
+#: ../calendar/gui/dialogs/memo-page.glade.h:3
msgid "_Memo Content:"
msgstr "Conteúdo do _Memorando:"
@@ -6424,51 +6395,107 @@ msgstr "Esta e Instâncias Futuras"
msgid "All Instances"
msgstr "Todas as instâncias"
-#: ../calendar/gui/dialogs/recurrence-page.c:499
+#: ../calendar/gui/dialogs/recurrence-page.c:494
msgid "This appointment contains recurrences that Evolution cannot edit."
msgstr "Este compromisso possui recorrências que o Evolution não pode editar."
-#: ../calendar/gui/dialogs/recurrence-page.c:820
+#: ../calendar/gui/dialogs/recurrence-page.c:815
msgid "Recurrence date is invalid"
msgstr "A data da recorrência é inválida"
-#: ../calendar/gui/dialogs/recurrence-page.c:931
+#. TRANSLATORS: Entire string is for example: This appointment recurs/Every [x] week(s) on [Wednesday] [forever]'
+#. * (dropdown menu options are in [square brackets]). This means that after the 'on', name of a week day always follows.
+#: ../calendar/gui/dialogs/recurrence-page.c:928
msgid "on"
msgstr "no"
-#: ../calendar/gui/dialogs/recurrence-page.c:991
+#. 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:992
msgid "first"
msgstr "primeiro"
-#: ../calendar/gui/dialogs/recurrence-page.c:993
+#. TRANSLATORS: here, "second" is the ordinal number (like "third"), not the time division (like "minute")
+#. * Entire string is for example: This appointment recurs/Every [x] month(s) on the [second] [Monday] [forever]'
+#. * (dropdown menu options are in [square brackets]). This means that after 'second', either the string 'day' or
+#. * the name of a week day (like 'Monday' or 'Friday') always follow.
+#.
+#: ../calendar/gui/dialogs/recurrence-page.c:998
+msgid "second"
+msgstr "segundo"
+
+#. TRANSLATORS: Entire string is for example: This appointment recurs/Every [x] month(s) on the [third] [Monday] [forever]'
+#. * (dropdown menu options are in [square brackets]). This means that after 'third', either the string 'day' or
+#. * the name of a week day (like 'Monday' or 'Friday') always follow.
+#.
+#: ../calendar/gui/dialogs/recurrence-page.c:1003
msgid "third"
msgstr "terceiro"
-#: ../calendar/gui/dialogs/recurrence-page.c:994
+#. TRANSLATORS: Entire string is for example: This appointment recurs/Every [x] month(s) on the [fourth] [Monday] [forever]'
+#. * (dropdown menu options are in [square brackets]). This means that after 'fourth', either the string 'day' or
+#. * the name of a week day (like 'Monday' or 'Friday') always follow.
+#.
+#: ../calendar/gui/dialogs/recurrence-page.c:1008
msgid "fourth"
msgstr "quarto"
-#: ../calendar/gui/dialogs/recurrence-page.c:995
+#. TRANSLATORS: Entire string is for example: This appointment recurs/Every [x] month(s) on the [last] [Monday] [forever]'
+#. * (dropdown menu options are in [square brackets]). This means that after 'last', either the string 'day' or
+#. * the name of a week day (like 'Monday' or 'Friday') always follow.
+#.
+#: ../calendar/gui/dialogs/recurrence-page.c:1013
msgid "last"
msgstr "último"
-#: ../calendar/gui/dialogs/recurrence-page.c:1018
+#. TRANSLATORS: Entire string is for example: This appointment recurs/Every [x] month(s) on the [Other date] [11th to 20th] [17th] [forever]'
+#. * (dropdown menu options are in [square brackets]).
+#: ../calendar/gui/dialogs/recurrence-page.c:1039
msgid "Other Date"
msgstr "Outra Data"
-#: ../calendar/gui/dialogs/recurrence-page.c:1046
+#. TRANSLATORS: This is a submenu option string to split the date range into three submenus to choose the exact day of
+#. * the month to setup an appointment recurrence. The entire string is for example: This appointment recurs/Every [x] month(s)
+#. * on the [Other date] [1st to 10th] [7th] [forever]' (dropdown menu options are in [square brackets]).
+#.
+#: ../calendar/gui/dialogs/recurrence-page.c:1047
+msgid "1st to 10th"
+msgstr "Primeiro ao décimo"
+
+#. TRANSLATORS: This is a submenu option string to split the date range into three submenus to choose the exact day of
+#. * the month to setup an appointment recurrence. The entire string is for example: This appointment recurs/Every [x] month(s)
+#. * on the [Other date] [11th to 20th] [17th] [forever]' (dropdown menu options are in [square brackets]).
+#.
+#: ../calendar/gui/dialogs/recurrence-page.c:1053
+msgid "11th to 20th"
+msgstr "Décimo-primeiro ao vigésimo"
+
+#. TRANSLATORS: This is a submenu option string to split the date range into three submenus to choose the exact day of
+#. * the month to setup an appointment recurrence. The entire string is for example: This appointment recurs/Every [x] month(s)
+#. * on the [Other date] [21th to 31th] [27th] [forever]' (dropdown menu options are in [square brackets]).
+#.
+#: ../calendar/gui/dialogs/recurrence-page.c:1059
+msgid "21st to 31st"
+msgstr "Vigésimo-primeiro ao trigésimo-primeiro"
+
+#: ../calendar/gui/dialogs/recurrence-page.c:1079
msgid "day"
msgstr "dia"
-#: ../calendar/gui/dialogs/recurrence-page.c:1183
+#. 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:1219
msgid "on the"
msgstr "no"
-#: ../calendar/gui/dialogs/recurrence-page.c:1372
+#: ../calendar/gui/dialogs/recurrence-page.c:1408
msgid "occurrences"
msgstr "ocorrências"
-#: ../calendar/gui/dialogs/recurrence-page.c:2343
+#: ../calendar/gui/dialogs/recurrence-page.c:2377
msgid "Date/Time"
msgstr "Data/Hora"
@@ -6485,27 +6512,37 @@ msgstr "<b>Visualizar</b>"
msgid "<b>Recurrence</b>"
msgstr "<b>Recorrência</b>"
-#: ../calendar/gui/dialogs/recurrence-page.glade.h:4
+#. 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
msgid "Every"
msgstr "A cada"
-#: ../calendar/gui/dialogs/recurrence-page.glade.h:5
+#. 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
msgid "This appointment rec_urs"
msgstr "Este com_promisso se repete"
-#: ../calendar/gui/dialogs/recurrence-page.glade.h:9
+#. 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 "para sempre"
-#: ../calendar/gui/dialogs/recurrence-page.glade.h:10
+#. 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 "mês(es)"
-#: ../calendar/gui/dialogs/recurrence-page.glade.h:12
+#. 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 "semana(s)"
-#: ../calendar/gui/dialogs/recurrence-page.glade.h:13
+#: ../calendar/gui/dialogs/recurrence-page.glade.h:29
msgid "year(s)"
msgstr "ano(s)"
@@ -6514,7 +6551,7 @@ msgstr "ano(s)"
msgid "Completed date is wrong"
msgstr "A data de conclusão está errada"
-#: ../calendar/gui/dialogs/task-details-page.c:523
+#: ../calendar/gui/dialogs/task-details-page.c:518
msgid "Web Page"
msgstr "Página da Web"
@@ -6531,46 +6568,46 @@ msgstr "<span weight=\"bold\">Estado</span>"
#: ../calendar/gui/dialogs/task-details-page.glade.h:4
#: ../calendar/gui/e-cal-component-preview.c:231
#: ../calendar/gui/e-cal-model-tasks.c:347
-#: ../calendar/gui/e-cal-model-tasks.c:660
-#: ../calendar/gui/e-calendar-table.c:463 ../calendar/gui/e-itip-control.c:897
-#: ../calendar/gui/e-meeting-store.c:197 ../calendar/gui/e-meeting-store.c:220
-#: ../calendar/gui/print.c:2374 ../plugins/save-calendar/csv-format.c:390
+#: ../calendar/gui/e-cal-model-tasks.c:655
+#: ../calendar/gui/e-calendar-table.c:461 ../calendar/gui/e-itip-control.c:891
+#: ../calendar/gui/e-meeting-store.c:195 ../calendar/gui/e-meeting-store.c:218
+#: ../calendar/gui/print.c:2369 ../plugins/save-calendar/csv-format.c:390
msgid "Completed"
msgstr "Concluída"
#: ../calendar/gui/dialogs/task-details-page.glade.h:5
#: ../calendar/gui/e-cal-component-preview.c:250
-#: ../calendar/gui/e-calendar-table.c:388 ../mail/message-list.c:1016
+#: ../calendar/gui/e-calendar-table.c:386 ../mail/message-list.c:1012
msgid "High"
msgstr "Alta"
#: ../calendar/gui/dialogs/task-details-page.glade.h:6
#: ../calendar/gui/e-cal-component-preview.c:228
#: ../calendar/gui/e-cal-model-tasks.c:345
-#: ../calendar/gui/e-cal-model-tasks.c:658
-#: ../calendar/gui/e-cal-model-tasks.c:733
-#: ../calendar/gui/e-calendar-table.c:462 ../calendar/gui/print.c:2371
+#: ../calendar/gui/e-cal-model-tasks.c:653
+#: ../calendar/gui/e-cal-model-tasks.c:728
+#: ../calendar/gui/e-calendar-table.c:460 ../calendar/gui/print.c:2366
msgid "In Progress"
msgstr "Em Progresso"
#: ../calendar/gui/dialogs/task-details-page.glade.h:7
#: ../calendar/gui/e-cal-component-preview.c:254
-#: ../calendar/gui/e-calendar-table.c:390 ../mail/message-list.c:1014
+#: ../calendar/gui/e-calendar-table.c:388 ../mail/message-list.c:1010
msgid "Low"
msgstr "Baixa"
#: ../calendar/gui/dialogs/task-details-page.glade.h:8
#: ../calendar/gui/e-cal-component-preview.c:252
-#: ../calendar/gui/e-cal-model.c:920 ../calendar/gui/e-calendar-table.c:389
-#: ../mail/message-list.c:1015
+#: ../calendar/gui/e-cal-model.c:918 ../calendar/gui/e-calendar-table.c:387
+#: ../mail/message-list.c:1011
msgid "Normal"
msgstr "Normal"
#: ../calendar/gui/dialogs/task-details-page.glade.h:9
#: ../calendar/gui/e-cal-component-preview.c:238
#: ../calendar/gui/e-cal-model-tasks.c:343
-#: ../calendar/gui/e-cal-model-tasks.c:656
-#: ../calendar/gui/e-calendar-table.c:461 ../calendar/gui/print.c:2368
+#: ../calendar/gui/e-cal-model-tasks.c:651
+#: ../calendar/gui/e-calendar-table.c:459 ../calendar/gui/print.c:2363
msgid "Not Started"
msgstr "Não Iniciada"
@@ -6583,7 +6620,7 @@ msgid "Stat_us:"
msgstr "_Estado:"
#: ../calendar/gui/dialogs/task-details-page.glade.h:12
-#: ../calendar/gui/e-calendar-table.c:391
+#: ../calendar/gui/e-calendar-table.c:389
msgid "Undefined"
msgstr "Indefinida"
@@ -6600,24 +6637,20 @@ msgstr "_Prioridade:"
msgid "_Web Page:"
msgstr "Página da _Web:"
-#: ../calendar/gui/dialogs/task-editor.c:419
-#: ../calendar/gui/tasks-component.c:1174
+#: ../calendar/gui/dialogs/task-editor.c:426
+#: ../calendar/gui/tasks-component.c:1171
msgid "_Task"
msgstr "_Tarefa"
-#: ../calendar/gui/dialogs/task-editor.c:423
+#: ../calendar/gui/dialogs/task-editor.c:430
msgid "Task Details"
msgstr "Detalhes de Tarefa"
-#: ../calendar/gui/dialogs/task-page.c:439
-msgid "_Group"
-msgstr "_Grupo"
-
-#: ../calendar/gui/dialogs/task-page.c:824
+#: ../calendar/gui/dialogs/task-page.c:825
msgid "Due date is wrong"
msgstr "O prazo de conclusão está errado"
-#: ../calendar/gui/dialogs/task-page.c:1659
+#: ../calendar/gui/dialogs/task-page.c:1653
#, c-format
msgid "Unable to open tasks in '%s'."
msgstr "Não é possível abrir tarefas em '%s'."
@@ -6626,10 +6659,6 @@ msgstr "Não é possível abrir tarefas em '%s'."
msgid "Categor_ies..."
msgstr "Ca_tegorias..."
-#: ../calendar/gui/dialogs/task-page.glade.h:3
-msgid "D_escription:"
-msgstr "D_escrição:"
-
#: ../calendar/gui/dialogs/task-page.glade.h:4
msgid "Or_ganiser:"
msgstr "Or_ganizador:"
@@ -6671,7 +6700,7 @@ msgid "_Manual"
msgstr "_Manual"
#: ../calendar/gui/dialogs/url-editor-dialog.glade.h:9
-#: ../plugins/publish-calendar/publish-calendar.glade.h:22
+#: ../plugins/publish-calendar/publish-calendar.glade.h:23
msgid "_Password:"
msgstr "S_enha:"
@@ -6705,86 +6734,62 @@ msgid_plural "%d weeks"
msgstr[0] "%d semana"
msgstr[1] "%d semanas"
-#. Translator: Entire string is like "Pop up an alert %d hours before start of appointment"
-#: ../calendar/gui/e-alarm-list.c:408
-#, c-format
-msgid "%d hour"
-msgid_plural "%d hours"
-msgstr[0] "%d hora"
-msgstr[1] "%d horas"
-
-#. Translator: Entire string is like "Pop up an alert %d minutes before start of appointment"
-#: ../calendar/gui/e-alarm-list.c:414
-#, c-format
-msgid "%d minute"
-msgid_plural "%d minutes"
-msgstr[0] "%d minuto"
-msgstr[1] "%d minutos"
-
-#. Translator: Entire string is like "Pop up an alert %d seconds before start of appointment"
-#: ../calendar/gui/e-alarm-list.c:420
-#, c-format
-msgid "%d second"
-msgid_plural "%d seconds"
-msgstr[0] "%d segundo"
-msgstr[1] "%d segundos"
-
-#: ../calendar/gui/e-alarm-list.c:467
+#: ../calendar/gui/e-alarm-list.c:464
msgid "Unknown action to be performed"
msgstr "Ação desconhecida a ser executada"
#. Translator: The first %s refers to the base, which would be actions like
#. * "Play a Sound". Second %s refers to the duration string e.g:"15 minutes"
-#: ../calendar/gui/e-alarm-list.c:481
+#: ../calendar/gui/e-alarm-list.c:478
#, c-format
msgid "%s %s before the start of the appointment"
msgstr "%s %s antes do início do compromisso"
#. Translator: The first %s refers to the base, which would be actions like
#. * "Play a Sound". Second %s refers to the duration string e.g:"15 minutes"
-#: ../calendar/gui/e-alarm-list.c:486
+#: ../calendar/gui/e-alarm-list.c:483
#, c-format
msgid "%s %s after the start of the appointment"
msgstr "%s %s após o início do compromisso"
#. Translator: The %s refers to the base, which would be actions like
#. * "Play a sound"
-#: ../calendar/gui/e-alarm-list.c:493
+#: ../calendar/gui/e-alarm-list.c:490
#, c-format
msgid "%s at the start of the appointment"
msgstr "%s no início do compromisso"
#. Translator: The first %s refers to the base, which would be actions like
#. * "Play a Sound". Second %s refers to the duration string e.g:"15 minutes"
-#: ../calendar/gui/e-alarm-list.c:504
+#: ../calendar/gui/e-alarm-list.c:501
#, c-format
msgid "%s %s before the end of the appointment"
msgstr "%s %s antes do término do compromisso"
#. Translator: The first %s refers to the base, which would be actions like
#. * "Play a Sound". Second %s refers to the duration string e.g:"15 minutes"
-#: ../calendar/gui/e-alarm-list.c:509
+#: ../calendar/gui/e-alarm-list.c:506
#, c-format
msgid "%s %s after the end of the appointment"
msgstr "%s %s após o término do compromisso"
#. Translator: The %s refers to the base, which would be actions like
#. * "Play a sound"
-#: ../calendar/gui/e-alarm-list.c:516
+#: ../calendar/gui/e-alarm-list.c:513
#, c-format
msgid "%s at the end of the appointment"
msgstr "%s no término do compromisso"
#. Translator: The first %s refers to the base, which would be actions like
#. * "Play a Sound". Second %s is an absolute time, e.g. "10:00AM"
-#: ../calendar/gui/e-alarm-list.c:540
+#: ../calendar/gui/e-alarm-list.c:537
#, c-format
msgid "%s at %s"
msgstr "%s em %s"
#. Translator: The %s refers to the base, which would be actions like
#. * "Play a sound". "Trigger types" are absolute or relative dates
-#: ../calendar/gui/e-alarm-list.c:548
+#: ../calendar/gui/e-alarm-list.c:545
#, c-format
msgid "%s for an unknown trigger type"
msgstr "%s para um tipo de gatilho desconhecido"
@@ -6795,11 +6800,11 @@ msgstr "%s para um tipo de gatilho desconhecido"
msgid "Click to open %s"
msgstr "Clique para abrir %s"
-#: ../calendar/gui/e-cal-component-memo-preview.c:201
+#: ../calendar/gui/e-cal-component-memo-preview.c:166
msgid "Memo:"
msgstr "Memorando:"
-#: ../calendar/gui/e-cal-component-memo-preview.c:234
+#: ../calendar/gui/e-cal-component-memo-preview.c:199
#: ../calendar/gui/e-cal-component-preview.c:301
msgid "Web Page:"
msgstr "Página da Web:"
@@ -6809,7 +6814,7 @@ msgid "Untitled"
msgstr "Sem título"
#: ../calendar/gui/e-cal-component-preview.c:188
-#: ../calendar/gui/e-itip-control.c:1109
+#: ../calendar/gui/e-itip-control.c:1103
#: ../calendar/gui/e-itip-control.glade.h:11
msgid "Summary:"
msgstr "Resumo:"
@@ -6826,9 +6831,9 @@ msgstr "Data de Conclusão:"
#. write status
#. Status
#: ../calendar/gui/e-cal-component-preview.c:224
-#: ../calendar/gui/e-itip-control.c:1133
-#: ../plugins/exchange-operations/exchange-account-setup.c:267
-#: ../plugins/itip-formatter/itip-view.c:909
+#: ../calendar/gui/e-itip-control.c:1127
+#: ../plugins/exchange-operations/exchange-account-setup.c:269
+#: ../plugins/itip-formatter/itip-view.c:905
msgid "Status:"
msgstr "Estado:"
@@ -6836,6 +6841,21 @@ msgstr "Estado:"
msgid "Priority:"
msgstr "Prioridade:"
+#: ../calendar/gui/e-cal-list-view.c:255 ../calendar/gui/e-cal-model.c:314
+#: ../calendar/gui/e-cal-model.c:321 ../calendar/gui/e-calendar-table.c:364
+msgid "Public"
+msgstr "Público"
+
+#: ../calendar/gui/e-cal-list-view.c:256 ../calendar/gui/e-cal-model.c:323
+#: ../calendar/gui/e-calendar-table.c:365
+msgid "Private"
+msgstr "Particular"
+
+#: ../calendar/gui/e-cal-list-view.c:257 ../calendar/gui/e-cal-model.c:325
+#: ../calendar/gui/e-calendar-table.c:366
+msgid "Confidential"
+msgstr "Confidencial"
+
#: ../calendar/gui/e-cal-list-view.etspec.h:2
msgid "End Date"
msgstr "Data de Término"
@@ -6852,17 +6872,17 @@ msgid "Summary"
msgstr "Resumo"
#: ../calendar/gui/e-cal-model-calendar.c:183
-#: ../calendar/gui/e-calendar-table.c:440
+#: ../calendar/gui/e-calendar-table.c:438
msgid "Free"
msgstr "Livre"
#: ../calendar/gui/e-cal-model-calendar.c:186
-#: ../calendar/gui/e-calendar-table.c:441
-#: ../calendar/gui/e-meeting-time-sel.c:415
+#: ../calendar/gui/e-calendar-table.c:439
+#: ../calendar/gui/e-meeting-time-sel.c:411
msgid "Busy"
msgstr "Ocupado"
-#: ../calendar/gui/e-cal-model-tasks.c:608
+#: ../calendar/gui/e-cal-model-tasks.c:603
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
@@ -6872,196 +6892,191 @@ msgstr ""
"\n"
"45.436845,125.862501"
-#: ../calendar/gui/e-cal-model-tasks.c:1019 ../calendar/gui/e-cal-model.c:926
-#: ../calendar/gui/e-meeting-list-view.c:192
-#: ../calendar/gui/e-meeting-store.c:169 ../calendar/gui/e-meeting-store.c:179
-#: ../calendar/gui/e-meeting-store.c:809
+#: ../calendar/gui/e-cal-model-tasks.c:1005 ../calendar/gui/e-cal-model.c:924
+#: ../calendar/gui/e-meeting-list-view.c:193
+#: ../calendar/gui/e-meeting-store.c:167 ../calendar/gui/e-meeting-store.c:177
+#: ../calendar/gui/e-meeting-store.c:770
#: ../plugins/itip-formatter/org-gnome-itip-formatter.error.xml.h:5
msgid "Yes"
msgstr "Sim"
-#: ../calendar/gui/e-cal-model-tasks.c:1019 ../calendar/gui/e-cal-model.c:926
-#: ../calendar/gui/e-meeting-list-view.c:193
-#: ../calendar/gui/e-meeting-store.c:181
+#: ../calendar/gui/e-cal-model-tasks.c:1005 ../calendar/gui/e-cal-model.c:924
+#: ../calendar/gui/e-meeting-list-view.c:194
+#: ../calendar/gui/e-meeting-store.c:179
#: ../plugins/itip-formatter/org-gnome-itip-formatter.error.xml.h:2
msgid "No"
msgstr "Não"
#. This is the default filename used for temporary file creation
-#: ../calendar/gui/e-cal-model.c:327 ../calendar/gui/e-cal-model.c:330
-#: ../calendar/gui/e-cal-popup.c:107 ../calendar/gui/e-cal-popup.c:122
-#: ../calendar/gui/e-cal-popup.c:166 ../calendar/gui/e-itip-control.c:1150
-#: ../calendar/gui/e-itip-control.c:1291
-#: ../calendar/gui/e-meeting-list-view.c:168
-#: ../calendar/gui/e-meeting-list-view.c:182
+#: ../calendar/gui/e-cal-model.c:327 ../calendar/gui/e-cal-popup.c:107
+#: ../calendar/gui/e-cal-popup.c:124 ../calendar/gui/e-cal-popup.c:171
+#: ../calendar/gui/e-itip-control.c:1144 ../calendar/gui/e-itip-control.c:1285
+#: ../calendar/gui/e-meeting-list-view.c:169
+#: ../calendar/gui/e-meeting-list-view.c:183
#: ../calendar/gui/e-meeting-store.c:125 ../calendar/gui/e-meeting-store.c:160
-#: ../calendar/gui/e-meeting-store.c:225 ../mail/em-utils.c:1312
+#: ../calendar/gui/e-meeting-store.c:223 ../mail/em-utils.c:1274
#: ../plugins/itip-formatter/itip-formatter.c:240
-#: ../plugins/itip-formatter/itip-formatter.c:1652
-#: ../plugins/plugin-manager/plugin-manager.c:72
-#: ../widgets/misc/e-attachment-bar.c:691
-#: ../widgets/misc/e-charset-picker.c:62
+#: ../plugins/itip-formatter/itip-formatter.c:1651
+#: ../plugins/plugin-manager/plugin-manager.c:68
+#: ../widgets/misc/e-attachment-bar.c:686
+#: ../widgets/misc/e-charset-picker.c:63
msgid "Unknown"
msgstr "Desconhecido"
-#: ../calendar/gui/e-cal-model.c:922
+#: ../calendar/gui/e-cal-model.c:920
msgid "Recurring"
msgstr "Repetindo"
-#: ../calendar/gui/e-cal-model.c:924
+#: ../calendar/gui/e-cal-model.c:922
msgid "Assigned"
msgstr "Atribuído"
-#: ../calendar/gui/e-cal-popup.c:172 ../mail/em-popup.c:412
+#: ../calendar/gui/e-cal-popup.c:177 ../mail/em-popup.c:412
msgid "Save As..."
msgstr "Salvar Como..."
-#: ../calendar/gui/e-cal-popup.c:188 ../mail/em-format-html-display.c:1866
+#: ../calendar/gui/e-cal-popup.c:193 ../mail/em-format-html-display.c:1913
msgid "Select folder to save selected attachments..."
msgstr "Selecione a pasta para salvar os anexos selecionados..."
-#: ../calendar/gui/e-cal-popup.c:217 ../mail/em-popup.c:437
+#: ../calendar/gui/e-cal-popup.c:222 ../mail/em-popup.c:437
#, c-format
msgid "untitled_image.%s"
msgstr "imagem_sem_titulo.%s"
-#: ../calendar/gui/e-cal-popup.c:271 ../calendar/gui/e-calendar-table.c:1178
-#: ../calendar/gui/e-calendar-view.c:1607 ../calendar/gui/e-memo-table.c:856
+#: ../calendar/gui/e-cal-popup.c:276 ../calendar/gui/e-calendar-table.c:1176
+#: ../calendar/gui/e-calendar-view.c:1596 ../calendar/gui/e-memo-table.c:854
#: ../mail/em-folder-view.c:1087 ../mail/em-popup.c:554 ../mail/em-popup.c:565
msgid "_Save As..."
msgstr "_Salvar Como..."
-#: ../calendar/gui/e-cal-popup.c:272 ../mail/em-popup.c:555
+#: ../calendar/gui/e-cal-popup.c:277 ../mail/em-popup.c:555
#: ../mail/em-popup.c:566
msgid "Set as _Background"
msgstr "Usar como Imagem de _Fundo"
-#: ../calendar/gui/e-cal-popup.c:273
+#: ../calendar/gui/e-cal-popup.c:278
msgid "_Save Selected"
msgstr "_Salvar Selecionado"
-#: ../calendar/gui/e-cal-popup.c:395 ../mail/em-popup.c:775
+#: ../calendar/gui/e-cal-popup.c:400 ../mail/em-popup.c:775
#, c-format
msgid "Open in %s..."
msgstr "Abrir com %s..."
-#: ../calendar/gui/e-calendar-table.c:410
+#: ../calendar/gui/e-calendar-table.c:408
msgid "0%"
msgstr "0%"
-#: ../calendar/gui/e-calendar-table.c:411
+#: ../calendar/gui/e-calendar-table.c:409
msgid "10%"
msgstr "10%"
-#: ../calendar/gui/e-calendar-table.c:412
+#: ../calendar/gui/e-calendar-table.c:410
msgid "20%"
msgstr "20%"
-#: ../calendar/gui/e-calendar-table.c:413
+#: ../calendar/gui/e-calendar-table.c:411
msgid "30%"
msgstr "30%"
-#: ../calendar/gui/e-calendar-table.c:414
+#: ../calendar/gui/e-calendar-table.c:412
msgid "40%"
msgstr "40%"
-#: ../calendar/gui/e-calendar-table.c:415
+#: ../calendar/gui/e-calendar-table.c:413
msgid "50%"
msgstr "50%"
-#: ../calendar/gui/e-calendar-table.c:416
+#: ../calendar/gui/e-calendar-table.c:414
msgid "60%"
msgstr "60%"
-#: ../calendar/gui/e-calendar-table.c:417
+#: ../calendar/gui/e-calendar-table.c:415
msgid "70%"
msgstr "70%"
-#: ../calendar/gui/e-calendar-table.c:418
+#: ../calendar/gui/e-calendar-table.c:416
msgid "80%"
msgstr "80%"
-#: ../calendar/gui/e-calendar-table.c:419
+#: ../calendar/gui/e-calendar-table.c:417
msgid "90%"
msgstr "90%"
-#: ../calendar/gui/e-calendar-table.c:420
+#: ../calendar/gui/e-calendar-table.c:418
msgid "100%"
msgstr "100%"
-#: ../calendar/gui/e-calendar-table.c:527
-msgid "Task Table"
-msgstr "Tabela de Tarefas"
-
-#: ../calendar/gui/e-calendar-table.c:705
-#: ../calendar/gui/e-calendar-view.c:678 ../calendar/gui/e-memo-table.c:435
+#: ../calendar/gui/e-calendar-table.c:703
+#: ../calendar/gui/e-calendar-view.c:675 ../calendar/gui/e-memo-table.c:433
msgid "Deleting selected objects"
msgstr "Excluindo objetos selecionados"
-#: ../calendar/gui/e-calendar-table.c:884
-#: ../calendar/gui/e-calendar-view.c:806 ../calendar/gui/e-memo-table.c:612
+#: ../calendar/gui/e-calendar-table.c:882
+#: ../calendar/gui/e-calendar-view.c:803 ../calendar/gui/e-memo-table.c:610
msgid "Updating objects"
msgstr "Atualizando objetos"
-#: ../calendar/gui/e-calendar-table.c:1034
-#: ../calendar/gui/e-calendar-view.c:1141 ../calendar/gui/e-memo-table.c:744
-#: ../composer/e-msg-composer.c:1354
+#: ../calendar/gui/e-calendar-table.c:1032
+#: ../calendar/gui/e-calendar-view.c:1138 ../calendar/gui/e-memo-table.c:742
+#: ../composer/e-msg-composer.c:1349
msgid "Save as..."
msgstr "Salvar como..."
-#: ../calendar/gui/e-calendar-table.c:1177 ../calendar/gui/e-memo-table.c:855
+#: ../calendar/gui/e-calendar-table.c:1175 ../calendar/gui/e-memo-table.c:853
msgid "Open _Web Page"
msgstr "Abrir Página da _Web"
-#: ../calendar/gui/e-calendar-table.c:1179
-#: ../calendar/gui/e-calendar-view.c:1592
-#: ../calendar/gui/e-calendar-view.c:1608 ../calendar/gui/e-memo-table.c:857
+#: ../calendar/gui/e-calendar-table.c:1177
+#: ../calendar/gui/e-calendar-view.c:1581
+#: ../calendar/gui/e-calendar-view.c:1597 ../calendar/gui/e-memo-table.c:855
#: ../mail/em-folder-view.c:1088
#: ../plugins/print-message/org-gnome-print-message.xml.h:3
-#: ../ui/evolution-addressbook.xml.h:58 ../ui/evolution-calendar.xml.h:42
+#: ../ui/evolution-addressbook.xml.h:58 ../ui/evolution-calendar.xml.h:44
#: ../ui/evolution-mail-message.xml.h:124 ../ui/evolution-memos.xml.h:20
#: ../ui/evolution-tasks.xml.h:29
msgid "_Print..."
msgstr "Im_primir..."
-#: ../calendar/gui/e-calendar-table.c:1183
-#: ../calendar/gui/e-calendar-view.c:1612 ../calendar/gui/e-memo-table.c:861
+#: ../calendar/gui/e-calendar-table.c:1181
+#: ../calendar/gui/e-calendar-view.c:1601 ../calendar/gui/e-memo-table.c:859
#: ../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 "Recor_tar"
-#: ../calendar/gui/e-calendar-table.c:1185
-#: ../calendar/gui/e-calendar-view.c:1595
-#: ../calendar/gui/e-calendar-view.c:1614 ../calendar/gui/e-memo-table.c:863
-#: ../ui/evolution-addressbook.xml.h:57 ../ui/evolution-calendar.xml.h:41
+#: ../calendar/gui/e-calendar-table.c:1183
+#: ../calendar/gui/e-calendar-view.c:1584
+#: ../calendar/gui/e-calendar-view.c:1603 ../calendar/gui/e-memo-table.c:861
+#: ../ui/evolution-addressbook.xml.h:57 ../ui/evolution-calendar.xml.h:43
#: ../ui/evolution-composer-entries.xml.h:15 ../ui/evolution-editor.xml.h:22
#: ../ui/evolution-memos.xml.h:19 ../ui/evolution-tasks.xml.h:28
msgid "_Paste"
msgstr "C_olar"
-#: ../calendar/gui/e-calendar-table.c:1189 ../ui/evolution-tasks.xml.h:22
+#: ../calendar/gui/e-calendar-table.c:1187 ../ui/evolution-tasks.xml.h:22
msgid "_Assign Task"
msgstr "_Atribuir Tarefa"
-#: ../calendar/gui/e-calendar-table.c:1190 ../calendar/gui/e-memo-table.c:867
+#: ../calendar/gui/e-calendar-table.c:1188 ../calendar/gui/e-memo-table.c:865
#: ../ui/evolution-tasks.xml.h:26
msgid "_Forward as iCalendar"
msgstr "_Encaminhar como iCalendar"
-#: ../calendar/gui/e-calendar-table.c:1191
+#: ../calendar/gui/e-calendar-table.c:1189
msgid "_Mark as Complete"
msgstr "_Marcar Como Concluída"
-#: ../calendar/gui/e-calendar-table.c:1192
+#: ../calendar/gui/e-calendar-table.c:1190
msgid "_Mark Selected Tasks as Complete"
msgstr "_Marcar Tarefas Selecionadas como Concluídas"
-#: ../calendar/gui/e-calendar-table.c:1197
+#: ../calendar/gui/e-calendar-table.c:1195
msgid "_Delete Selected Tasks"
msgstr "_Excluir Tarefas Selecionadas"
-#: ../calendar/gui/e-calendar-table.c:1430
+#: ../calendar/gui/e-calendar-table.c:1428
#: ../calendar/gui/e-calendar-table.etspec.h:4
msgid "Click to add a task"
msgstr "Clique para adicionar uma tarefa"
@@ -7096,105 +7111,105 @@ msgstr "Data de início"
msgid "Task sort"
msgstr "Ordenar tarefas"
-#: ../calendar/gui/e-calendar-view.c:1267
+#: ../calendar/gui/e-calendar-view.c:1264
msgid "Moving items"
msgstr "Movendo os itens"
-#: ../calendar/gui/e-calendar-view.c:1269
+#: ../calendar/gui/e-calendar-view.c:1266
msgid "Copying items"
msgstr "Copiando os itens"
-#: ../calendar/gui/e-calendar-view.c:1586
+#: ../calendar/gui/e-calendar-view.c:1575
msgid "New _Appointment..."
msgstr "Novo _Compromisso..."
-#: ../calendar/gui/e-calendar-view.c:1587
+#: ../calendar/gui/e-calendar-view.c:1576
msgid "New All Day _Event"
msgstr "Novo _Evento de Dia Inteiro"
-#: ../calendar/gui/e-calendar-view.c:1588
+#: ../calendar/gui/e-calendar-view.c:1577
msgid "New _Meeting"
msgstr "Nova _Reunião"
-#: ../calendar/gui/e-calendar-view.c:1589
+#: ../calendar/gui/e-calendar-view.c:1578
msgid "New _Task"
msgstr "Nova _Tarefa"
#. FIXME: hook in this somehow
-#: ../calendar/gui/e-calendar-view.c:1599
+#: ../calendar/gui/e-calendar-view.c:1588
msgid "_Current View"
msgstr "_Visão Atual"
-#: ../calendar/gui/e-calendar-view.c:1601
+#: ../calendar/gui/e-calendar-view.c:1590
msgid "Select T_oday"
msgstr "Selecionar _Hoje"
-#: ../calendar/gui/e-calendar-view.c:1602
+#: ../calendar/gui/e-calendar-view.c:1591
msgid "_Select Date..."
msgstr "_Selecionar Data..."
-#: ../calendar/gui/e-calendar-view.c:1618
+#: ../calendar/gui/e-calendar-view.c:1607
msgid "Cop_y to Calendar..."
msgstr "Copiar para a A_genda..."
-#: ../calendar/gui/e-calendar-view.c:1619
+#: ../calendar/gui/e-calendar-view.c:1608
msgid "Mo_ve to Calendar..."
msgstr "Mo_ver para a Agenda..."
-#: ../calendar/gui/e-calendar-view.c:1620
+#: ../calendar/gui/e-calendar-view.c:1609
msgid "_Delegate Meeting..."
msgstr "_Delegar Reunião..."
-#: ../calendar/gui/e-calendar-view.c:1621
+#: ../calendar/gui/e-calendar-view.c:1610
msgid "_Schedule Meeting..."
msgstr "Agendar _Reunião..."
-#: ../calendar/gui/e-calendar-view.c:1622
+#: ../calendar/gui/e-calendar-view.c:1611
msgid "_Forward as iCalendar..."
msgstr "_Encaminhar como iCalendar..."
-#: ../calendar/gui/e-calendar-view.c:1623
+#: ../calendar/gui/e-calendar-view.c:1612
msgid "_Reply"
msgstr "_Responder"
-#: ../calendar/gui/e-calendar-view.c:1624 ../mail/em-folder-view.c:1082
+#: ../calendar/gui/e-calendar-view.c:1613 ../mail/em-folder-view.c:1082
#: ../mail/em-popup.c:559 ../mail/em-popup.c:570
#: ../ui/evolution-mail-message.xml.h:82
msgid "Reply to _All"
msgstr "Responder a _Todos"
-#: ../calendar/gui/e-calendar-view.c:1629
+#: ../calendar/gui/e-calendar-view.c:1618
msgid "Make this Occurrence _Movable"
msgstr "Tor_nar esta Ocorrência Móvel"
-#: ../calendar/gui/e-calendar-view.c:1630
+#: ../calendar/gui/e-calendar-view.c:1619 ../ui/evolution-calendar.xml.h:9
msgid "Delete this _Occurrence"
msgstr "Exc_luir esta Ocorrência"
-#: ../calendar/gui/e-calendar-view.c:1631
+#: ../calendar/gui/e-calendar-view.c:1620
msgid "Delete _All Occurrences"
msgstr "Excl_uir Todas as Ocorrências"
#. To Translators: It will display "Organiser: NameOfTheUser <email@ofuser.com>"
-#: ../calendar/gui/e-calendar-view.c:2045
+#: ../calendar/gui/e-calendar-view.c:2030
#, c-format
msgid "Organizer: %s <%s>"
msgstr "Organizador: %s <%s>"
#. With SunOne accouts, there may be no ':' in organiser.value
-#: ../calendar/gui/e-calendar-view.c:2049
+#: ../calendar/gui/e-calendar-view.c:2034
#, c-format
msgid "Organizer: %s"
msgstr "Organizador: %s"
#. To Translators: It will display "Location: PlaceOfTheMeeting"
-#: ../calendar/gui/e-calendar-view.c:2064 ../calendar/gui/print.c:2341
+#: ../calendar/gui/e-calendar-view.c:2050 ../calendar/gui/print.c:2336
#, c-format
msgid "Location: %s"
msgstr "Local: %s"
#. To Translators: It will display "Time: ActualStartDateAndTime (DurationOfTheMeeting)"
-#: ../calendar/gui/e-calendar-view.c:2095
+#: ../calendar/gui/e-calendar-view.c:2081
#, c-format
msgid "Time: %s %s"
msgstr "Data: %s %s de "
@@ -7224,7 +7239,7 @@ msgstr ""
#. * to change the length of the time division in the calendar day view, e.g.
#. * a day is displayed in 24 "60 minute divisions" or 48 "30 minute divisions"
#.
-#: ../calendar/gui/e-day-view-time-item.c:557
+#: ../calendar/gui/e-day-view-time-item.c:552
#, c-format
msgid "%02i minute divisions"
msgstr "%02i frações de minuto"
@@ -7235,111 +7250,111 @@ msgstr "%02i frações de minuto"
#. 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:715 ../calendar/gui/e-day-view.c:1493
-#: ../calendar/gui/e-week-view-main-item.c:313 ../calendar/gui/print.c:1528
+#: ../calendar/gui/e-day-view-top-item.c:707 ../calendar/gui/e-day-view.c:1486
+#: ../calendar/gui/e-week-view-main-item.c:312 ../calendar/gui/print.c:1525
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:748 ../calendar/gui/e-week-view.c:512
-#: ../calendar/gui/print.c:843
+#: ../calendar/gui/e-day-view.c:744 ../calendar/gui/e-week-view.c:503
+#: ../calendar/gui/print.c:841
msgid "am"
msgstr "am"
#. String to use in 12-hour time format for times in the afternoon.
-#: ../calendar/gui/e-day-view.c:751 ../calendar/gui/e-week-view.c:515
-#: ../calendar/gui/print.c:845
+#: ../calendar/gui/e-day-view.c:747 ../calendar/gui/e-week-view.c:506
+#: ../calendar/gui/print.c:843
msgid "pm"
msgstr "pm"
-#: ../calendar/gui/e-itip-control.c:762
+#: ../calendar/gui/e-itip-control.c:759
msgid "Yes. (Complex Recurrence)"
msgstr "Sim. (Recorrência Complexa)"
-#: ../calendar/gui/e-itip-control.c:773
+#: ../calendar/gui/e-itip-control.c:770
#, c-format
msgid "Every day"
msgid_plural "Every %d days"
msgstr[0] "Todo dia"
msgstr[1] "A cada %d dias"
-#: ../calendar/gui/e-itip-control.c:778
+#: ../calendar/gui/e-itip-control.c:775
#, c-format
msgid "Every week"
msgid_plural "Every %d weeks"
msgstr[0] "Toda semana"
msgstr[1] "A cada %d semanas"
-#: ../calendar/gui/e-itip-control.c:780
+#: ../calendar/gui/e-itip-control.c:777
#, c-format
msgid "Every week on "
msgid_plural "Every %d weeks on "
msgstr[0] "Toda semana em "
msgstr[1] "A cada %d semanas em "
-#: ../calendar/gui/e-itip-control.c:788
+#: ../calendar/gui/e-itip-control.c:785
msgid " and "
msgstr " e "
-#: ../calendar/gui/e-itip-control.c:795
+#: ../calendar/gui/e-itip-control.c:792
#, c-format
msgid "The %s day of "
msgstr "O %s dia de "
-#: ../calendar/gui/e-itip-control.c:808
+#: ../calendar/gui/e-itip-control.c:805
#, c-format
msgid "The %s %s of "
msgstr "O %s %s de "
-#: ../calendar/gui/e-itip-control.c:815
+#: ../calendar/gui/e-itip-control.c:812
#, c-format
msgid "every month"
msgid_plural "every %d months"
msgstr[0] "todo mês"
msgstr[1] "a cada %d meses"
-#: ../calendar/gui/e-itip-control.c:819
+#: ../calendar/gui/e-itip-control.c:816
#, c-format
msgid "Every year"
msgid_plural "Every %d years"
msgstr[0] "Todo ano"
msgstr[1] "A cada %d anos"
-#: ../calendar/gui/e-itip-control.c:830
+#: ../calendar/gui/e-itip-control.c:827
#, c-format
msgid "a total of %d time"
msgid_plural " a total of %d times"
msgstr[0] " um total de %d vez"
msgstr[1] " um total de %d vezes"
-#: ../calendar/gui/e-itip-control.c:839
+#: ../calendar/gui/e-itip-control.c:836
msgid ", ending on "
msgstr ", terminando em "
-#: ../calendar/gui/e-itip-control.c:863
+#: ../calendar/gui/e-itip-control.c:857
msgid "Starts"
msgstr "Começa"
-#: ../calendar/gui/e-itip-control.c:876
+#: ../calendar/gui/e-itip-control.c:870
msgid "Ends"
msgstr "Termina"
-#: ../calendar/gui/e-itip-control.c:910
+#: ../calendar/gui/e-itip-control.c:904
#: ../plugins/save-calendar/csv-format.c:395
msgid "Due"
msgstr "Prazo"
-#: ../calendar/gui/e-itip-control.c:950 ../calendar/gui/e-itip-control.c:1007
+#: ../calendar/gui/e-itip-control.c:944 ../calendar/gui/e-itip-control.c:1001
msgid "iCalendar Information"
msgstr "Informação de iCalendar"
#. Title
-#: ../calendar/gui/e-itip-control.c:967
+#: ../calendar/gui/e-itip-control.c:961
msgid "iCalendar Error"
msgstr "Erro de iCalendar"
-#: ../calendar/gui/e-itip-control.c:1039 ../calendar/gui/e-itip-control.c:1055
-#: ../calendar/gui/e-itip-control.c:1066 ../calendar/gui/e-itip-control.c:1083
+#: ../calendar/gui/e-itip-control.c:1033 ../calendar/gui/e-itip-control.c:1049
+#: ../calendar/gui/e-itip-control.c:1060 ../calendar/gui/e-itip-control.c:1077
#: ../plugins/itip-formatter/itip-view.c:338
#: ../plugins/itip-formatter/itip-view.c:339
#: ../plugins/itip-formatter/itip-view.c:406
@@ -7348,7 +7363,7 @@ msgid "An unknown person"
msgstr "Uma pessoa desconhecida"
#. Describe what the user can do
-#: ../calendar/gui/e-itip-control.c:1090
+#: ../calendar/gui/e-itip-control.c:1084
msgid ""
"<br> Please review the following information, and then select an action from "
"the menu below."
@@ -7356,28 +7371,28 @@ msgstr ""
"<br> Por favor, reveja a seguinte informação e então selecione uma ação a "
"partir do menu abaixo."
-#: ../calendar/gui/e-itip-control.c:1138
-#: ../calendar/gui/e-meeting-list-view.c:204
-#: ../calendar/gui/e-meeting-store.c:189 ../calendar/gui/e-meeting-store.c:212
+#: ../calendar/gui/e-itip-control.c:1132
+#: ../calendar/gui/e-meeting-list-view.c:205
+#: ../calendar/gui/e-meeting-store.c:187 ../calendar/gui/e-meeting-store.c:210
#: ../calendar/gui/itip-utils.c:669
-#: ../plugins/itip-formatter/itip-formatter.c:1640
+#: ../plugins/itip-formatter/itip-formatter.c:1639
msgid "Accepted"
msgstr "Aceito"
-#: ../calendar/gui/e-itip-control.c:1142 ../calendar/gui/itip-utils.c:672
-#: ../plugins/itip-formatter/itip-formatter.c:1643
+#: ../calendar/gui/e-itip-control.c:1136 ../calendar/gui/itip-utils.c:672
+#: ../plugins/itip-formatter/itip-formatter.c:1642
msgid "Tentatively Accepted"
msgstr "Aceito Preliminarmente"
-#: ../calendar/gui/e-itip-control.c:1146
-#: ../calendar/gui/e-meeting-list-view.c:205
-#: ../calendar/gui/e-meeting-store.c:191 ../calendar/gui/e-meeting-store.c:214
+#: ../calendar/gui/e-itip-control.c:1140
+#: ../calendar/gui/e-meeting-list-view.c:206
+#: ../calendar/gui/e-meeting-store.c:189 ../calendar/gui/e-meeting-store.c:212
#: ../calendar/gui/itip-utils.c:675 ../calendar/gui/itip-utils.c:704
-#: ../plugins/itip-formatter/itip-formatter.c:1646
+#: ../plugins/itip-formatter/itip-formatter.c:1645
msgid "Declined"
msgstr "Recusado"
-#: ../calendar/gui/e-itip-control.c:1230
+#: ../calendar/gui/e-itip-control.c:1224
msgid ""
"The meeting has been canceled, however it could not be found in your "
"calendars"
@@ -7385,269 +7400,265 @@ msgstr ""
"A reunião foi cancelada, no entando ela não pôde ser encontrada nas suas "
"agendas"
-#: ../calendar/gui/e-itip-control.c:1232
+#: ../calendar/gui/e-itip-control.c:1226
msgid ""
"The task has been canceled, however it could not be found in your task lists"
msgstr ""
"A tarefa foi cancelada, no entando ela não pôde ser encontrada nas suas "
"listas de tarefas"
-#: ../calendar/gui/e-itip-control.c:1311
+#: ../calendar/gui/e-itip-control.c:1305
#, c-format
msgid "<b>%s</b> has published meeting information."
msgstr "<b>%s</b> publicou informação de reunião."
-#: ../calendar/gui/e-itip-control.c:1312
+#: ../calendar/gui/e-itip-control.c:1306
msgid "Meeting Information"
msgstr "Informação de Reunião"
-#: ../calendar/gui/e-itip-control.c:1318
+#: ../calendar/gui/e-itip-control.c:1312
#, c-format
msgid "<b>%s</b> requests the presence of %s at a meeting."
msgstr "<b>%s</b> requisita a presença de %s em uma reunião."
-#: ../calendar/gui/e-itip-control.c:1320
+#: ../calendar/gui/e-itip-control.c:1314
#, c-format
msgid "<b>%s</b> requests your presence at a meeting."
msgstr "<b>%s</b> requisita a sua presença em uma reunião."
-#: ../calendar/gui/e-itip-control.c:1321
+#: ../calendar/gui/e-itip-control.c:1315
msgid "Meeting Proposal"
msgstr "Proposta de Reunião"
#. FIXME Whats going on here?
-#: ../calendar/gui/e-itip-control.c:1327
+#: ../calendar/gui/e-itip-control.c:1321
#, c-format
msgid "<b>%s</b> wishes to add to an existing meeting."
msgstr "<b>%s</b> deseja adicioná-lo a uma reunião existente."
-#: ../calendar/gui/e-itip-control.c:1328
+#: ../calendar/gui/e-itip-control.c:1322
msgid "Meeting Update"
msgstr "Atualização de Reunião"
-#: ../calendar/gui/e-itip-control.c:1332
+#: ../calendar/gui/e-itip-control.c:1326
#, c-format
msgid "<b>%s</b> wishes to receive the latest meeting information."
msgstr "<b>%s</b> deseja receber a informação de reunião mais recente."
-#: ../calendar/gui/e-itip-control.c:1333
+#: ../calendar/gui/e-itip-control.c:1327
msgid "Meeting Update Request"
msgstr "_Pedido de Atualização de Reunião"
-#: ../calendar/gui/e-itip-control.c:1340
+#: ../calendar/gui/e-itip-control.c:1334
#, c-format
msgid "<b>%s</b> has replied to a meeting request."
msgstr "<b>%s</b> respondeu a um pedido de reunião."
-#: ../calendar/gui/e-itip-control.c:1341
+#: ../calendar/gui/e-itip-control.c:1335
msgid "Meeting Reply"
msgstr "Resposta à Reunião"
-#: ../calendar/gui/e-itip-control.c:1348
+#: ../calendar/gui/e-itip-control.c:1342
#, c-format
msgid "<b>%s</b> has canceled a meeting."
msgstr "<b>%s</b> cancelou uma reunião."
-#: ../calendar/gui/e-itip-control.c:1349
+#: ../calendar/gui/e-itip-control.c:1343
msgid "Meeting Cancelation"
msgstr "Cancelamento de Reunião"
-#: ../calendar/gui/e-itip-control.c:1359 ../calendar/gui/e-itip-control.c:1436
-#: ../calendar/gui/e-itip-control.c:1476
+#: ../calendar/gui/e-itip-control.c:1353 ../calendar/gui/e-itip-control.c:1430
+#: ../calendar/gui/e-itip-control.c:1470
#, c-format
msgid "<b>%s</b> has sent an unintelligible message."
msgstr "<b>%s</b> enviou uma mensagem incompreensível."
-#: ../calendar/gui/e-itip-control.c:1360
+#: ../calendar/gui/e-itip-control.c:1354
msgid "Bad Meeting Message"
msgstr "Mensagem de Reunião Inválida"
-#: ../calendar/gui/e-itip-control.c:1387
+#: ../calendar/gui/e-itip-control.c:1381
#, c-format
msgid "<b>%s</b> has published task information."
msgstr "<b>%s</b> publicou informação de tarefa."
-#: ../calendar/gui/e-itip-control.c:1388
+#: ../calendar/gui/e-itip-control.c:1382
msgid "Task Information"
msgstr "Informação de Tarefa"
-#: ../calendar/gui/e-itip-control.c:1395
+#: ../calendar/gui/e-itip-control.c:1389
#, c-format
msgid "<b>%s</b> requests %s to perform a task."
msgstr "<b>%s</b> requisita que %s execute uma tarefa."
-#: ../calendar/gui/e-itip-control.c:1397
+#: ../calendar/gui/e-itip-control.c:1391
#, c-format
msgid "<b>%s</b> requests you perform a task."
msgstr "<b>%s</b> requisita que você execute uma tarefa."
-#: ../calendar/gui/e-itip-control.c:1398
+#: ../calendar/gui/e-itip-control.c:1392
msgid "Task Proposal"
msgstr "Proposta de Tarefa"
#. FIXME Whats going on here?
-#: ../calendar/gui/e-itip-control.c:1404
+#: ../calendar/gui/e-itip-control.c:1398
#, c-format
msgid "<b>%s</b> wishes to add to an existing task."
msgstr "<b>%s</b> deseja acrescentá-lo a uma tarefa existente."
-#: ../calendar/gui/e-itip-control.c:1405
+#: ../calendar/gui/e-itip-control.c:1399
msgid "Task Update"
msgstr "Atualização de Tarefa"
-#: ../calendar/gui/e-itip-control.c:1409
+#: ../calendar/gui/e-itip-control.c:1403
#, c-format
msgid "<b>%s</b> wishes to receive the latest task information."
msgstr "<b>%s</b> deseja receber a informação de tarefa mais recente."
-#: ../calendar/gui/e-itip-control.c:1410
+#: ../calendar/gui/e-itip-control.c:1404
msgid "Task Update Request"
msgstr "Pedido de Atualização de Tarefa"
-#: ../calendar/gui/e-itip-control.c:1417
+#: ../calendar/gui/e-itip-control.c:1411
#, c-format
msgid "<b>%s</b> has replied to a task assignment."
msgstr "<b>%s</b> respondeu a uma atribuição de tarefa."
-#: ../calendar/gui/e-itip-control.c:1418
+#: ../calendar/gui/e-itip-control.c:1412
msgid "Task Reply"
msgstr "Resposta à Tarefa"
-#: ../calendar/gui/e-itip-control.c:1425
+#: ../calendar/gui/e-itip-control.c:1419
#, c-format
msgid "<b>%s</b> has canceled a task."
msgstr "<b>%s</b> cancelou uma tarefa."
-#: ../calendar/gui/e-itip-control.c:1426
+#: ../calendar/gui/e-itip-control.c:1420
msgid "Task Cancelation"
msgstr "Cancelamento de Tarefa"
-#: ../calendar/gui/e-itip-control.c:1437
+#: ../calendar/gui/e-itip-control.c:1431
msgid "Bad Task Message"
msgstr "Mensagem de Tarefa Inválida"
-#: ../calendar/gui/e-itip-control.c:1461
+#: ../calendar/gui/e-itip-control.c:1455
#, c-format
msgid "<b>%s</b> has published free/busy information."
msgstr "<b>%s</b> publicou informação de livre/ocupado."
-#: ../calendar/gui/e-itip-control.c:1462
+#: ../calendar/gui/e-itip-control.c:1456
msgid "Free/Busy Information"
msgstr "Informação de livre/ocupado"
-#: ../calendar/gui/e-itip-control.c:1466
+#: ../calendar/gui/e-itip-control.c:1460
#, c-format
msgid "<b>%s</b> requests your free/busy information."
msgstr "<b>%s</b> requisita sua informação de livre/ocupado."
-#: ../calendar/gui/e-itip-control.c:1467
+#: ../calendar/gui/e-itip-control.c:1461
msgid "Free/Busy Request"
msgstr "Pedido de Livre/Ocupado"
-#: ../calendar/gui/e-itip-control.c:1471
+#: ../calendar/gui/e-itip-control.c:1465
#, c-format
msgid "<b>%s</b> has replied to a free/busy request."
msgstr "<b>%s</b> respondeu a um pedido de livre/ocupado."
-#: ../calendar/gui/e-itip-control.c:1472
+#: ../calendar/gui/e-itip-control.c:1466
msgid "Free/Busy Reply"
msgstr "Resposta de Livre/Ocupado"
-#: ../calendar/gui/e-itip-control.c:1477
+#: ../calendar/gui/e-itip-control.c:1471
msgid "Bad Free/Busy Message"
msgstr "Mensagem de Livre/Ocupado Inválida"
-#: ../calendar/gui/e-itip-control.c:1552
+#: ../calendar/gui/e-itip-control.c:1546
msgid "The message does not appear to be properly formed"
msgstr "A mensagem não aparenta estar formada corretamente"
-#: ../calendar/gui/e-itip-control.c:1611
+#: ../calendar/gui/e-itip-control.c:1605
msgid "The message contains only unsupported requests."
msgstr "A mensagem contém apenas pedidos não suportados."
-#: ../calendar/gui/e-itip-control.c:1644
+#: ../calendar/gui/e-itip-control.c:1638
msgid "The attachment does not contain a valid calendar message"
msgstr "O anexo não contém uma mensagem de agenda válida"
-#: ../calendar/gui/e-itip-control.c:1676
+#: ../calendar/gui/e-itip-control.c:1670
msgid "The attachment has no viewable calendar items"
msgstr "O anexo não contém itens de agenda visualizáveis"
-#: ../calendar/gui/e-itip-control.c:1910
+#: ../calendar/gui/e-itip-control.c:1904
msgid "Update complete\n"
msgstr "Atualização concluída\n"
-#: ../calendar/gui/e-itip-control.c:1938
+#: ../calendar/gui/e-itip-control.c:1932
msgid "Object is invalid and cannot be updated\n"
msgstr "Objeto é inválido e não pode ser atualizado\n"
-#: ../calendar/gui/e-itip-control.c:1948
+#: ../calendar/gui/e-itip-control.c:1942
msgid "This response is not from a current attendee. Add as an attendee?"
msgstr ""
"Esta resposta não é de um participante atual. Adicioná-lo como participante?"
-#: ../calendar/gui/e-itip-control.c:1960
+#: ../calendar/gui/e-itip-control.c:1954
msgid "Attendee status could not be updated because of an invalid status!\n"
msgstr ""
"Estado do participante não pôde ser atualizado devido a um estado inválido!\n"
-#: ../calendar/gui/e-itip-control.c:1977
+#: ../calendar/gui/e-itip-control.c:1971
msgid "Attendee status updated\n"
msgstr "Estado do participante atualizado\n"
-#: ../calendar/gui/e-itip-control.c:1980
-#: ../plugins/itip-formatter/itip-formatter.c:1025
+#: ../calendar/gui/e-itip-control.c:1974
+#: ../plugins/itip-formatter/itip-formatter.c:1029
msgid "Attendee status can not be updated because the item no longer exists"
msgstr ""
"Estado do participante não pôde ser atualizado pois o item não existe mais"
-#: ../calendar/gui/e-itip-control.c:2010
-msgid "Removal Complete"
-msgstr "Remoção Concluída"
-
-#: ../calendar/gui/e-itip-control.c:2033 ../calendar/gui/e-itip-control.c:2081
+#: ../calendar/gui/e-itip-control.c:1998 ../calendar/gui/e-itip-control.c:2046
msgid "Item sent!\n"
msgstr "Item enviado!\n"
-#: ../calendar/gui/e-itip-control.c:2035 ../calendar/gui/e-itip-control.c:2085
+#: ../calendar/gui/e-itip-control.c:2000 ../calendar/gui/e-itip-control.c:2050
msgid "The item could not be sent!\n"
msgstr "O item não pôde ser enviado!\n"
-#: ../calendar/gui/e-itip-control.c:2165
+#: ../calendar/gui/e-itip-control.c:2130
msgid "Choose an action:"
msgstr "Escolher uma ação:"
-#: ../calendar/gui/e-itip-control.c:2237
+#: ../calendar/gui/e-itip-control.c:2202
msgid "Update"
msgstr "Atualizar"
-#: ../calendar/gui/e-itip-control.c:2265
+#: ../calendar/gui/e-itip-control.c:2230
#: ../plugins/groupwise-features/process-meeting.c:48
msgid "Accept"
msgstr "Aceitar"
-#: ../calendar/gui/e-itip-control.c:2266
+#: ../calendar/gui/e-itip-control.c:2231
msgid "Tentatively accept"
msgstr "Aceitar preliminarmente"
-#: ../calendar/gui/e-itip-control.c:2267
+#: ../calendar/gui/e-itip-control.c:2232
#: ../plugins/groupwise-features/process-meeting.c:50
msgid "Decline"
msgstr "Recusar"
-#: ../calendar/gui/e-itip-control.c:2296
+#: ../calendar/gui/e-itip-control.c:2261
msgid "Send Free/Busy Information"
msgstr "Enviar Informação de Livre/Ocupado"
-#: ../calendar/gui/e-itip-control.c:2324
+#: ../calendar/gui/e-itip-control.c:2289
msgid "Update respondent status"
msgstr "Atualizar estado do respondente"
-#: ../calendar/gui/e-itip-control.c:2352
+#: ../calendar/gui/e-itip-control.c:2317
msgid "Send Latest Information"
msgstr "Enviar Informação Mais Recente"
-#: ../calendar/gui/e-itip-control.c:2380 ../calendar/gui/itip-utils.c:692
+#: ../calendar/gui/e-itip-control.c:2345 ../calendar/gui/itip-utils.c:692
#: ../mail/mail-send-recv.c:423 ../mail/mail-send-recv.c:476
#: ../ui/evolution-mail-global.xml.h:1
msgid "Cancel"
@@ -7690,99 +7701,99 @@ msgstr "data-fim"
msgid "date-start"
msgstr "data-inicio"
-#: ../calendar/gui/e-meeting-list-view.c:69
+#: ../calendar/gui/e-meeting-list-view.c:70
msgid "Chair Persons"
msgstr "Moderadores"
-#: ../calendar/gui/e-meeting-list-view.c:70
-#: ../calendar/gui/e-meeting-list-view.c:153
+#: ../calendar/gui/e-meeting-list-view.c:71
+#: ../calendar/gui/e-meeting-list-view.c:154
msgid "Required Participants"
msgstr "Participantes Necessários"
-#: ../calendar/gui/e-meeting-list-view.c:71
+#: ../calendar/gui/e-meeting-list-view.c:72
msgid "Optional Participants"
msgstr "Participantes Opcionais"
-#: ../calendar/gui/e-meeting-list-view.c:72
+#: ../calendar/gui/e-meeting-list-view.c:73
msgid "Resources"
msgstr "Recursos"
-#: ../calendar/gui/e-meeting-list-view.c:164
+#: ../calendar/gui/e-meeting-list-view.c:165
#: ../calendar/gui/e-meeting-store.c:100 ../calendar/gui/e-meeting-store.c:117
-#: ../calendar/gui/e-meeting-store.c:803
+#: ../calendar/gui/e-meeting-store.c:764
msgid "Individual"
msgstr "Indivíduo"
-#: ../calendar/gui/e-meeting-list-view.c:165
+#: ../calendar/gui/e-meeting-list-view.c:166
#: ../calendar/gui/e-meeting-store.c:102 ../calendar/gui/e-meeting-store.c:119
#: ../widgets/table/e-table-config-no-group.glade.h:7
#: ../widgets/table/e-table-config.glade.h:6
msgid "Group"
msgstr "Grupo"
-#: ../calendar/gui/e-meeting-list-view.c:166
+#: ../calendar/gui/e-meeting-list-view.c:167
#: ../calendar/gui/e-meeting-store.c:104 ../calendar/gui/e-meeting-store.c:121
msgid "Resource"
msgstr "Recurso"
-#: ../calendar/gui/e-meeting-list-view.c:167
+#: ../calendar/gui/e-meeting-list-view.c:168
#: ../calendar/gui/e-meeting-store.c:106 ../calendar/gui/e-meeting-store.c:123
msgid "Room"
msgstr "Sala"
-#: ../calendar/gui/e-meeting-list-view.c:178
+#: ../calendar/gui/e-meeting-list-view.c:179
#: ../calendar/gui/e-meeting-store.c:135 ../calendar/gui/e-meeting-store.c:152
msgid "Chair"
msgstr "Moderador"
-#: ../calendar/gui/e-meeting-list-view.c:179
+#: ../calendar/gui/e-meeting-list-view.c:180
#: ../calendar/gui/e-meeting-store.c:137 ../calendar/gui/e-meeting-store.c:154
-#: ../calendar/gui/e-meeting-store.c:806
+#: ../calendar/gui/e-meeting-store.c:767
msgid "Required Participant"
msgstr "Participante Necessário"
-#: ../calendar/gui/e-meeting-list-view.c:180
+#: ../calendar/gui/e-meeting-list-view.c:181
#: ../calendar/gui/e-meeting-store.c:139 ../calendar/gui/e-meeting-store.c:156
msgid "Optional Participant"
msgstr "Participante Opcional"
-#: ../calendar/gui/e-meeting-list-view.c:181
+#: ../calendar/gui/e-meeting-list-view.c:182
#: ../calendar/gui/e-meeting-store.c:141 ../calendar/gui/e-meeting-store.c:158
msgid "Non-Participant"
msgstr "Não Participante"
-#: ../calendar/gui/e-meeting-list-view.c:203
-#: ../calendar/gui/e-meeting-store.c:187 ../calendar/gui/e-meeting-store.c:210
-#: ../calendar/gui/e-meeting-store.c:816
+#: ../calendar/gui/e-meeting-list-view.c:204
+#: ../calendar/gui/e-meeting-store.c:185 ../calendar/gui/e-meeting-store.c:208
+#: ../calendar/gui/e-meeting-store.c:777
msgid "Needs Action"
msgstr "Necessita Ação"
-#: ../calendar/gui/e-meeting-list-view.c:206
-#: ../calendar/gui/e-meeting-store.c:193 ../calendar/gui/e-meeting-store.c:216
-#: ../calendar/gui/e-meeting-time-sel.c:414
+#: ../calendar/gui/e-meeting-list-view.c:207
+#: ../calendar/gui/e-meeting-store.c:191 ../calendar/gui/e-meeting-store.c:214
+#: ../calendar/gui/e-meeting-time-sel.c:410
msgid "Tentative"
msgstr "Preliminar"
-#: ../calendar/gui/e-meeting-list-view.c:207
-#: ../calendar/gui/e-meeting-store.c:195 ../calendar/gui/e-meeting-store.c:218
+#: ../calendar/gui/e-meeting-list-view.c:208
+#: ../calendar/gui/e-meeting-store.c:193 ../calendar/gui/e-meeting-store.c:216
#: ../calendar/gui/itip-utils.c:678
-#: ../plugins/itip-formatter/itip-formatter.c:1649
+#: ../plugins/itip-formatter/itip-formatter.c:1648
msgid "Delegated"
msgstr "Delegado"
#. The extra space is just a hack to occupy more space for Attendee
-#: ../calendar/gui/e-meeting-list-view.c:463
+#: ../calendar/gui/e-meeting-list-view.c:470
msgid "Attendee "
msgstr "Participante "
-#: ../calendar/gui/e-meeting-store.c:199 ../calendar/gui/e-meeting-store.c:222
+#: ../calendar/gui/e-meeting-store.c:197 ../calendar/gui/e-meeting-store.c:220
msgid "In Process"
msgstr "Em Andamento"
#. 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:444
-#: ../calendar/gui/e-meeting-time-sel.c:2105
+#: ../calendar/gui/e-meeting-time-sel-item.c:442
+#: ../calendar/gui/e-meeting-time-sel.c:2098
msgid "%A, %B %d, %Y"
msgstr "%A, %d de %B, %Y"
@@ -7790,93 +7801,86 @@ msgstr "%A, %d de %B, %Y"
#. name, %m = month number, %d = month day, %Y = full year.
#. 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:448
-#: ../calendar/gui/e-meeting-time-sel.c:2138
+#: ../calendar/gui/e-meeting-time-sel-item.c:446
+#: ../calendar/gui/e-meeting-time-sel.c:2131
msgid "%a %m/%d/%Y"
msgstr "%a %d/%m/%Y"
#. This is a strftime() format string %m = month number,
#. %d = month day, %Y = full year.
-#. This is a strftime() format for a short date. %m = month,
-#. %d = day of month, %Y = year (all digits).
-#: ../calendar/gui/e-meeting-time-sel-item.c:452
-#: ../widgets/misc/e-dateedit.c:1737
+#: ../calendar/gui/e-meeting-time-sel-item.c:450
msgid "%m/%d/%Y"
msgstr "%d/%m/%Y"
-#: ../calendar/gui/e-meeting-time-sel.c:416 ../designs/OOA/ooa.glade.h:11
+#: ../calendar/gui/e-meeting-time-sel.c:412 ../designs/OOA/ooa.glade.h:11
msgid "Out of Office"
msgstr "Fora do Escritório"
-#: ../calendar/gui/e-meeting-time-sel.c:417
+#: ../calendar/gui/e-meeting-time-sel.c:413
msgid "No Information"
msgstr "Sem Informação"
-#: ../calendar/gui/e-meeting-time-sel.c:431
-msgid "Con_tacts..."
-msgstr "Con_tatos..."
+#: ../calendar/gui/e-meeting-time-sel.c:427
+msgid "A_ttendees..."
+msgstr "Participa_ntes..."
-#: ../calendar/gui/e-meeting-time-sel.c:448
+#: ../calendar/gui/e-meeting-time-sel.c:444
msgid "O_ptions"
msgstr "O_pções"
-#: ../calendar/gui/e-meeting-time-sel.c:465
+#: ../calendar/gui/e-meeting-time-sel.c:461
msgid "Show _only working hours"
msgstr "Exibir apenas _horas de expediente"
-#: ../calendar/gui/e-meeting-time-sel.c:475
+#: ../calendar/gui/e-meeting-time-sel.c:471
msgid "Show _zoomed out"
msgstr "Exibir com _menos ampliação"
-#: ../calendar/gui/e-meeting-time-sel.c:490
+#: ../calendar/gui/e-meeting-time-sel.c:486
msgid "_Update free/busy"
msgstr "_Atualizar livre/ocupado"
-#: ../calendar/gui/e-meeting-time-sel.c:505
+#: ../calendar/gui/e-meeting-time-sel.c:501
msgid "_<<"
msgstr "_<<"
-#: ../calendar/gui/e-meeting-time-sel.c:523
+#: ../calendar/gui/e-meeting-time-sel.c:519
msgid "_Autopick"
msgstr "Auto_seleção"
-#: ../calendar/gui/e-meeting-time-sel.c:538
+#: ../calendar/gui/e-meeting-time-sel.c:534
msgid ">_>"
msgstr ">_>"
-#: ../calendar/gui/e-meeting-time-sel.c:555
+#: ../calendar/gui/e-meeting-time-sel.c:551
msgid "_All people and resources"
msgstr "Todas as _pessoas e recursos"
-#: ../calendar/gui/e-meeting-time-sel.c:564
+#: ../calendar/gui/e-meeting-time-sel.c:560
msgid "All _people and one resource"
msgstr "Todas as pessoas e um _recurso"
-#: ../calendar/gui/e-meeting-time-sel.c:573
+#: ../calendar/gui/e-meeting-time-sel.c:569
msgid "_Required people"
msgstr "Pessoas _necessárias"
-#: ../calendar/gui/e-meeting-time-sel.c:582
+#: ../calendar/gui/e-meeting-time-sel.c:578
msgid "Required people and _one resource"
msgstr "Pessoas necessárias e _um recurso"
-#: ../calendar/gui/e-meeting-time-sel.c:618
+#: ../calendar/gui/e-meeting-time-sel.c:614
msgid "_Start time:"
msgstr "_Hora de início:"
-#: ../calendar/gui/e-meeting-time-sel.c:645
+#: ../calendar/gui/e-meeting-time-sel.c:641
msgid "_End time:"
msgstr "Hora de tér_mino:"
-#: ../calendar/gui/e-memo-table.c:276
-msgid "Memo Table"
-msgstr "Tabela de Memorandos"
-
-#: ../calendar/gui/e-memo-table.c:872
+#: ../calendar/gui/e-memo-table.c:870
msgid "_Delete Selected Memos"
msgstr "_Excluir Memorandos Selecionadas"
-#: ../calendar/gui/e-memo-table.c:995 ../calendar/gui/e-memo-table.etspec.h:2
+#: ../calendar/gui/e-memo-table.c:993 ../calendar/gui/e-memo-table.etspec.h:2
msgid "Click to add a memo"
msgstr "Clique para adicionar um memorando"
@@ -7884,8 +7888,8 @@ msgstr "Clique para adicionar um memorando"
msgid "Memo sort"
msgstr "Ordenar memorandos"
-#: ../calendar/gui/e-memos.c:728 ../calendar/gui/e-tasks.c:823
-#: ../calendar/gui/gnome-cal.c:2571
+#: ../calendar/gui/e-memos.c:724 ../calendar/gui/e-tasks.c:836
+#: ../calendar/gui/gnome-cal.c:2557
#, c-format
msgid ""
"Error on %s:\n"
@@ -7894,16 +7898,16 @@ msgstr ""
"Erro em %s:\n"
" %s"
-#: ../calendar/gui/e-memos.c:776
+#: ../calendar/gui/e-memos.c:772
msgid "Loading memos"
msgstr "Carregando memorandos"
-#: ../calendar/gui/e-memos.c:861
+#: ../calendar/gui/e-memos.c:853
#, c-format
msgid "Opening memos at %s"
msgstr "Abrindo memorandos em %s"
-#: ../calendar/gui/e-memos.c:1034 ../calendar/gui/e-tasks.c:1226
+#: ../calendar/gui/e-memos.c:1026 ../calendar/gui/e-tasks.c:1239
msgid "Deleting selected objects..."
msgstr "Excluindo objetos selecionados..."
@@ -7912,66 +7916,66 @@ msgstr "Excluindo objetos selecionados..."
msgid "Enter the password for %s"
msgstr "Digite a senha para %s"
-#: ../calendar/gui/e-tasks.c:871
+#: ../calendar/gui/e-tasks.c:884
msgid "Loading tasks"
msgstr "Carregando tarefas"
-#: ../calendar/gui/e-tasks.c:958
+#: ../calendar/gui/e-tasks.c:971
#, c-format
msgid "Opening tasks at %s"
msgstr "Abrindo tarefas em %s"
-#: ../calendar/gui/e-tasks.c:1203
+#: ../calendar/gui/e-tasks.c:1216
msgid "Completing tasks..."
msgstr "Concluindo tarefas..."
-#: ../calendar/gui/e-tasks.c:1253
+#: ../calendar/gui/e-tasks.c:1266
msgid "Expunging"
msgstr "Excluindo permanentemente"
#: ../calendar/gui/e-timezone-entry.c:133
-msgid "Timezone Button"
-msgstr "Botão de Fuso Horário "
+msgid "Select Timezone"
+msgstr "Selecionar um Fuso Horário"
#. 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:330 ../calendar/gui/print.c:1512
+#: ../calendar/gui/e-week-view-main-item.c:329 ../calendar/gui/print.c:1509
msgid "%d %B"
msgstr "%d %B"
-#: ../calendar/gui/gnome-cal.c:792
+#: ../calendar/gui/gnome-cal.c:786
msgid "Updating query"
msgstr "Atualizando consulta"
-#: ../calendar/gui/gnome-cal.c:2246
+#: ../calendar/gui/gnome-cal.c:2234
msgid "_Custom View"
msgstr "_Visão Personalizada"
-#: ../calendar/gui/gnome-cal.c:2247
+#: ../calendar/gui/gnome-cal.c:2235
msgid "_Save Custom View"
msgstr "_Salvar Visão Personalizada"
-#: ../calendar/gui/gnome-cal.c:2252
+#: ../calendar/gui/gnome-cal.c:2240
msgid "_Define Views..."
msgstr "_Definir Visões..."
-#: ../calendar/gui/gnome-cal.c:2414
+#: ../calendar/gui/gnome-cal.c:2402
#, c-format
msgid "Loading appointments at %s"
msgstr "Carregando compromissos em %s"
-#: ../calendar/gui/gnome-cal.c:2433
+#: ../calendar/gui/gnome-cal.c:2421
#, c-format
msgid "Loading tasks at %s"
msgstr "Carregando tarefas em %s"
-#: ../calendar/gui/gnome-cal.c:2537
+#: ../calendar/gui/gnome-cal.c:2525
#, c-format
msgid "Opening %s"
msgstr "Abrindo %s"
-#: ../calendar/gui/gnome-cal.c:3458
+#: ../calendar/gui/gnome-cal.c:3430
msgid "Purging"
msgstr "Excluindo permanentemente"
@@ -8040,19 +8044,19 @@ msgstr "É necessário configurar um organizador."
msgid "At least one attendee is necessary"
msgstr "É necessário pelo menos um participante"
-#: ../calendar/gui/itip-utils.c:631 ../calendar/gui/itip-utils.c:757
+#: ../calendar/gui/itip-utils.c:631 ../calendar/gui/itip-utils.c:754
msgid "Event information"
msgstr "Informação de evento"
-#: ../calendar/gui/itip-utils.c:633 ../calendar/gui/itip-utils.c:759
+#: ../calendar/gui/itip-utils.c:633 ../calendar/gui/itip-utils.c:756
msgid "Task information"
msgstr "Informação de tarefa"
-#: ../calendar/gui/itip-utils.c:635 ../calendar/gui/itip-utils.c:761
+#: ../calendar/gui/itip-utils.c:635 ../calendar/gui/itip-utils.c:758
msgid "Journal information"
msgstr "Informação de diário"
-#: ../calendar/gui/itip-utils.c:637 ../calendar/gui/itip-utils.c:779
+#: ../calendar/gui/itip-utils.c:637 ../calendar/gui/itip-utils.c:776
msgid "Free/Busy information"
msgstr "Informação de Livre/Ocupado"
@@ -8072,16 +8076,16 @@ msgstr "Atualizar"
msgid "Counter-proposal"
msgstr "Contra-proposta"
-#: ../calendar/gui/itip-utils.c:775
+#: ../calendar/gui/itip-utils.c:772
#, c-format
msgid "Free/Busy information (%s to %s)"
msgstr "Informação de livre/ocupado (%s para %s)"
-#: ../calendar/gui/itip-utils.c:785
+#: ../calendar/gui/itip-utils.c:782
msgid "iCalendar information"
msgstr "Informação iCalendar"
-#: ../calendar/gui/itip-utils.c:940
+#: ../calendar/gui/itip-utils.c:937
msgid "You must be an attendee of the event."
msgstr "Você deve ser um participante do evento."
@@ -8131,31 +8135,31 @@ msgstr ""
msgid "There is no calendar available for creating memos"
msgstr "Não existe agenda disponível para a criação de memorandos"
-#: ../calendar/gui/memos-component.c:975
+#: ../calendar/gui/memos-component.c:972
msgid "Memo Source Selector"
msgstr "Seletor de Fonte de Memorando"
-#: ../calendar/gui/memos-component.c:1158
+#: ../calendar/gui/memos-component.c:1155
msgid "New memo"
msgstr "Novo memorando"
-#: ../calendar/gui/memos-component.c:1159
+#: ../calendar/gui/memos-component.c:1156
msgid "_Memo"
msgstr "_Memorando"
-#: ../calendar/gui/memos-component.c:1160
+#: ../calendar/gui/memos-component.c:1157
msgid "Create a new memo"
msgstr "Criar um novo memorando"
-#: ../calendar/gui/memos-component.c:1166
+#: ../calendar/gui/memos-component.c:1163
msgid "New memo list"
msgstr "Nova lista de memorandos"
-#: ../calendar/gui/memos-component.c:1167
+#: ../calendar/gui/memos-component.c:1164
msgid "Memo l_ist"
msgstr "L_ista de memorandos"
-#: ../calendar/gui/memos-component.c:1168
+#: ../calendar/gui/memos-component.c:1165
msgid "Create a new memo list"
msgstr "Criar uma nova lista de memorandos"
@@ -8330,115 +8334,115 @@ msgid "31st"
msgstr "31 de"
#. Translators: These are workday abbreviations, e.g. Su=Sunday and Th=Thursday
-#: ../calendar/gui/print.c:575
+#: ../calendar/gui/print.c:574
msgid "Su"
msgstr "D"
-#: ../calendar/gui/print.c:575
+#: ../calendar/gui/print.c:574
msgid "Mo"
msgstr "S"
-#: ../calendar/gui/print.c:575
+#: ../calendar/gui/print.c:574
msgid "Tu"
msgstr "T"
-#: ../calendar/gui/print.c:575
+#: ../calendar/gui/print.c:574
msgid "We"
msgstr "Q"
-#: ../calendar/gui/print.c:576
+#: ../calendar/gui/print.c:575
msgid "Th"
msgstr "Q"
-#: ../calendar/gui/print.c:576
+#: ../calendar/gui/print.c:575
msgid "Fr"
msgstr "S"
-#: ../calendar/gui/print.c:576
+#: ../calendar/gui/print.c:575
msgid "Sa"
msgstr "S"
#. Day
-#: ../calendar/gui/print.c:1928
+#: ../calendar/gui/print.c:1923
msgid "Selected day (%a %b %d %Y)"
msgstr "Dia selecionado (%a %d %b %Y)"
-#: ../calendar/gui/print.c:1953 ../calendar/gui/print.c:1957
+#: ../calendar/gui/print.c:1948 ../calendar/gui/print.c:1952
msgid "%a %b %d"
msgstr "%a %d %b"
-#: ../calendar/gui/print.c:1954
+#: ../calendar/gui/print.c:1949
msgid "%a %d %Y"
msgstr "%a %d %Y"
-#: ../calendar/gui/print.c:1958 ../calendar/gui/print.c:1960
-#: ../calendar/gui/print.c:1961
+#: ../calendar/gui/print.c:1953 ../calendar/gui/print.c:1955
+#: ../calendar/gui/print.c:1956
msgid "%a %b %d %Y"
msgstr "%a %d %b %Y"
-#: ../calendar/gui/print.c:1965
+#: ../calendar/gui/print.c:1960
#, c-format
msgid "Selected week (%s - %s)"
msgstr "Semana selecionada (%s - %s)"
#. Month
-#: ../calendar/gui/print.c:1973
+#: ../calendar/gui/print.c:1968
msgid "Selected month (%b %Y)"
msgstr "Mês selecionado (%b %Y)"
#. Year
-#: ../calendar/gui/print.c:1980
+#: ../calendar/gui/print.c:1975
msgid "Selected year (%Y)"
msgstr "Ano selecionado (%Y)"
-#: ../calendar/gui/print.c:2309
+#: ../calendar/gui/print.c:2304
msgid "Appointment"
msgstr "Compromisso"
-#: ../calendar/gui/print.c:2311
+#: ../calendar/gui/print.c:2306
msgid "Task"
msgstr "Tarefa"
-#: ../calendar/gui/print.c:2333
+#: ../calendar/gui/print.c:2328
#, c-format
msgid "Summary: %s"
msgstr "Resumo: %s"
-#: ../calendar/gui/print.c:2384
+#: ../calendar/gui/print.c:2379
#, c-format
msgid "Status: %s"
msgstr "Estado: %s"
-#: ../calendar/gui/print.c:2401
+#: ../calendar/gui/print.c:2396
#, c-format
msgid "Priority: %s"
msgstr "Prioridade: %s"
-#: ../calendar/gui/print.c:2413
+#: ../calendar/gui/print.c:2408
#, c-format
msgid "Percent Complete: %i"
msgstr "Porcentagem Concluída: %i"
-#: ../calendar/gui/print.c:2425
+#: ../calendar/gui/print.c:2420
#, c-format
msgid "URL: %s"
msgstr "URL: %s"
-#: ../calendar/gui/print.c:2439
+#: ../calendar/gui/print.c:2434
#, c-format
msgid "Categories: %s"
msgstr "Categorias: %s"
-#: ../calendar/gui/print.c:2450
+#: ../calendar/gui/print.c:2445
msgid "Contacts: "
msgstr "Contatos: "
-#: ../calendar/gui/print.c:2590 ../calendar/gui/print.c:2678
-#: ../calendar/gui/print.c:2804 ../mail/em-format-html-print.c:178
+#: ../calendar/gui/print.c:2585 ../calendar/gui/print.c:2673
+#: ../calendar/gui/print.c:2799 ../mail/em-format-html-print.c:178
msgid "Print Preview"
msgstr "Visualizar Impressão"
-#: ../calendar/gui/print.c:2625
+#: ../calendar/gui/print.c:2620
msgid "Print Item"
msgstr "Imprimir Item"
@@ -8467,43 +8471,43 @@ msgstr ""
msgid "There is no calendar available for creating tasks"
msgstr "Não existe agenda disponível para a criação de tarefas"
-#: ../calendar/gui/tasks-component.c:990
+#: ../calendar/gui/tasks-component.c:987
msgid "Task Source Selector"
msgstr "Seletor de Fonte de Tarefa"
-#: ../calendar/gui/tasks-component.c:1173
+#: ../calendar/gui/tasks-component.c:1170
msgid "New task"
msgstr "Nova tarefa"
-#: ../calendar/gui/tasks-component.c:1175
+#: ../calendar/gui/tasks-component.c:1172
msgid "Create a new task"
msgstr "Criar uma nova tarefa"
-#: ../calendar/gui/tasks-component.c:1181
+#: ../calendar/gui/tasks-component.c:1178
msgid "New assigned task"
msgstr "Nova tarefa atribuída"
-#: ../calendar/gui/tasks-component.c:1182
+#: ../calendar/gui/tasks-component.c:1179
msgid "Assigne_d Task"
msgstr "Tarefa _Atribuída"
-#: ../calendar/gui/tasks-component.c:1183
+#: ../calendar/gui/tasks-component.c:1180
msgid "Create a new assigned task"
msgstr "Criar uma nova tarefa atribuída"
-#: ../calendar/gui/tasks-component.c:1189
+#: ../calendar/gui/tasks-component.c:1186
msgid "New task list"
msgstr "Nova lista de tarefas"
-#: ../calendar/gui/tasks-component.c:1190
+#: ../calendar/gui/tasks-component.c:1187
msgid "Task l_ist"
msgstr "_Lista de Tarefas"
-#: ../calendar/gui/tasks-component.c:1191
+#: ../calendar/gui/tasks-component.c:1188
msgid "Create a new task list"
msgstr "Criar uma nova lista de tarefas"
-#: ../calendar/gui/tasks-control.c:435
+#: ../calendar/gui/tasks-control.c:438
msgid ""
"This operation will permanently erase all tasks marked as completed. If you "
"continue, you will not be able to recover these tasks.\n"
@@ -8516,11 +8520,11 @@ msgstr ""
"\n"
"Apagar estas tarefas mesmo assim?"
-#: ../calendar/gui/tasks-control.c:438
+#: ../calendar/gui/tasks-control.c:441
msgid "Do not ask me again."
msgstr "Não me pergunte novamente."
-#: ../calendar/gui/tasks-control.c:472
+#: ../calendar/gui/tasks-control.c:475
msgid "Print Tasks"
msgstr "Imprimir Tarefas"
@@ -10115,7 +10119,7 @@ msgid "%.0fG"
msgstr "%.0fG"
#: ../composer/e-msg-composer-attachment-bar.c:740
-#: ../widgets/misc/e-attachment-bar.c:995
+#: ../widgets/misc/e-attachment-bar.c:988
msgid "Attachment Bar"
msgstr "Barra de Anexos"
@@ -10124,27 +10128,27 @@ msgstr "Barra de Anexos"
#: ../composer/e-msg-composer-attachment.c:297
#: ../composer/e-msg-composer-attachment.c:313
#: ../widgets/misc/e-attachment.c:238 ../widgets/misc/e-attachment.c:254
-#: ../widgets/misc/e-attachment.c:442 ../widgets/misc/e-attachment.c:458
+#: ../widgets/misc/e-attachment.c:441 ../widgets/misc/e-attachment.c:457
#, c-format
msgid "Cannot attach file %s: %s"
msgstr "Não é possível anexar o arquivo %s: %s"
#: ../composer/e-msg-composer-attachment.c:195
#: ../composer/e-msg-composer-attachment.c:305
-#: ../widgets/misc/e-attachment.c:246 ../widgets/misc/e-attachment.c:450
+#: ../widgets/misc/e-attachment.c:246 ../widgets/misc/e-attachment.c:449
#, c-format
msgid "Cannot attach file %s: not a regular file"
msgstr "Não é possível anexar o arquivo %s: não é um arquivo comum"
-#: ../composer/e-msg-composer-hdrs.c:558
+#: ../composer/e-msg-composer-hdrs.c:557
msgid "Posting destination"
msgstr "Publicando destino"
-#: ../composer/e-msg-composer-hdrs.c:559
+#: ../composer/e-msg-composer-hdrs.c:558
msgid "Choose folders to post the message to."
msgstr "Escolha as pastas onde publicar a mensagem."
-#: ../composer/e-msg-composer-hdrs.c:593
+#: ../composer/e-msg-composer-hdrs.c:589
msgid "Click here for the address book"
msgstr "Clique aqui para abrir o catálogo de endereços"
@@ -10155,45 +10159,45 @@ msgstr "Clique aqui para abrir o catálogo de endereços"
#. * because that causes from_changed to be called, which
#. * expects the reply_to fields to be initialized.
#.
-#: ../composer/e-msg-composer-hdrs.c:623
+#: ../composer/e-msg-composer-hdrs.c:619
msgid "_Reply-To:"
msgstr "_Responder a:"
#.
#. * From
#.
-#: ../composer/e-msg-composer-hdrs.c:630
+#: ../composer/e-msg-composer-hdrs.c:626
msgid "Fr_om:"
msgstr "_De:"
#.
#. * Subject
#.
-#: ../composer/e-msg-composer-hdrs.c:637
+#: ../composer/e-msg-composer-hdrs.c:633
msgid "S_ubject:"
msgstr "Ass_unto:"
-#: ../composer/e-msg-composer-hdrs.c:646
+#: ../composer/e-msg-composer-hdrs.c:642
msgid "_To:"
msgstr "_Para:"
-#: ../composer/e-msg-composer-hdrs.c:647
+#: ../composer/e-msg-composer-hdrs.c:643
msgid "Enter the recipients of the message"
msgstr "Digite os destinatários da mensagem"
-#: ../composer/e-msg-composer-hdrs.c:650
+#: ../composer/e-msg-composer-hdrs.c:646
msgid "_Cc:"
msgstr "_Cc:"
-#: ../composer/e-msg-composer-hdrs.c:651
+#: ../composer/e-msg-composer-hdrs.c:647
msgid "Enter the addresses that will receive a carbon copy of the message"
msgstr "Digite os endereços que receberão uma cópia da mensagem"
-#: ../composer/e-msg-composer-hdrs.c:654
+#: ../composer/e-msg-composer-hdrs.c:650
msgid "_Bcc:"
msgstr "_Bcc:"
-#: ../composer/e-msg-composer-hdrs.c:655
+#: ../composer/e-msg-composer-hdrs.c:651
msgid ""
"Enter the addresses that will receive a carbon copy of the message without "
"appearing in the recipient list of the message."
@@ -10204,15 +10208,15 @@ msgstr ""
#.
#. * Post-To
#.
-#: ../composer/e-msg-composer-hdrs.c:662
+#: ../composer/e-msg-composer-hdrs.c:658
msgid "_Post To:"
msgstr "_Publicar Em:"
-#: ../composer/e-msg-composer-hdrs.c:667
+#: ../composer/e-msg-composer-hdrs.c:663
msgid "Click here to select folders to post to"
msgstr "Clique aqui para selecionar as pastas onde publicar"
-#: ../composer/e-msg-composer-hdrs.c:673
+#: ../composer/e-msg-composer-hdrs.c:669
msgid "Post To:"
msgstr "Publicar Em:"
@@ -10224,14 +10228,14 @@ msgstr "Ane_xar"
msgid "Insert Attachment"
msgstr "Inserir Anexo"
-#: ../composer/e-msg-composer.c:830
+#: ../composer/e-msg-composer.c:828
msgid ""
"Cannot sign outgoing message: No signing certificate set for this account"
msgstr ""
"Impossível assinar a mensagem a ser enviada: Não existe certificado de "
"assinatura configurado para esta conta"
-#: ../composer/e-msg-composer.c:837
+#: ../composer/e-msg-composer.c:835
msgid ""
"Cannot encrypt outgoing message: No encryption certificate set for this "
"account"
@@ -10239,52 +10243,52 @@ msgstr ""
"Impossível criptografar a mensagem a ser enviada: Não existe certificado de "
"criptografia configurado para esta conta"
-#: ../composer/e-msg-composer.c:1300 ../composer/e-msg-composer.c:2512
+#: ../composer/e-msg-composer.c:1295 ../composer/e-msg-composer.c:2508
msgid "Hide _Attachment Bar"
msgstr "Esconder Barra de _Anexos"
-#: ../composer/e-msg-composer.c:1303 ../composer/e-msg-composer.c:2515
-#: ../composer/e-msg-composer.c:3847
+#: ../composer/e-msg-composer.c:1298 ../composer/e-msg-composer.c:2511
+#: ../composer/e-msg-composer.c:3865
msgid "Show _Attachment Bar"
msgstr "Exibir Barra de _Anexos"
-#: ../composer/e-msg-composer.c:1335 ../composer/e-msg-composer.c:1369
+#: ../composer/e-msg-composer.c:1330 ../composer/e-msg-composer.c:1364
#: ../plugins/mail-remote/e-corba-utils.c:135
msgid "Unknown reason"
msgstr "Razão desconhecida"
-#: ../composer/e-msg-composer.c:1407
+#: ../composer/e-msg-composer.c:1402
msgid "Could not open file"
msgstr "Não foi possível abrir o arquivo"
-#: ../composer/e-msg-composer.c:1415
+#: ../composer/e-msg-composer.c:1410
msgid "Unable to retrieve message from editor"
msgstr "Não foi possível obter mensagem do editor"
-#: ../composer/e-msg-composer.c:1693
+#: ../composer/e-msg-composer.c:1689
msgid "Untitled Message"
msgstr "Mensagem sem Título"
#. NB: This function is never used anymore
-#: ../composer/e-msg-composer.c:1728
+#: ../composer/e-msg-composer.c:1724
msgid "Open File"
msgstr "Abrir Arquivo"
-#: ../composer/e-msg-composer.c:2155 ../mail/em-account-editor.c:596
-#: ../mail/em-account-editor.c:641 ../mail/em-account-editor.c:708
+#: ../composer/e-msg-composer.c:2151 ../mail/em-account-editor.c:606
+#: ../mail/em-account-editor.c:651 ../mail/em-account-editor.c:718
msgid "Autogenerated"
msgstr "Auto-gerado"
-#: ../composer/e-msg-composer.c:2258
+#: ../composer/e-msg-composer.c:2254
msgid "Si_gnature:"
msgstr "Assi_natura:"
-#: ../composer/e-msg-composer.c:2526 ../composer/e-msg-composer.c:3729
-#: ../composer/e-msg-composer.c:3732
+#: ../composer/e-msg-composer.c:2522 ../composer/e-msg-composer.c:3747
+#: ../composer/e-msg-composer.c:3750
msgid "Compose Message"
msgstr "Redigir Mensagem"
-#: ../composer/e-msg-composer.c:4956
+#: ../composer/e-msg-composer.c:4974
msgid ""
"<b>(The composer contains a non-text message body, which cannot be edited.)"
"<b>"
@@ -10425,7 +10429,7 @@ msgid "You need to configure an account before you can compose mail."
msgstr "Você deve configurar uma conta antes de poder redigir uma mensagem."
#: ../composer/mail-composer.error.xml.h:28
-msgid "_Don't Recover"
+msgid "_Do not Recover"
msgstr "_Não Recuperar"
#: ../composer/mail-composer.error.xml.h:29
@@ -10442,9 +10446,13 @@ msgstr "_Salvar Mensagem"
msgid "Evolution"
msgstr "Evolution"
-#: ../data/evolution.desktop.in.in.h:2
-msgid "The Evolution Groupware Suite"
-msgstr "O Conjunto de Aplicações para Grupos de Trabalho Evolution"
+#: ../data/evolution.desktop.in.in.h:2 ../shell/e-shell-window-commands.c:544
+msgid "Groupware Suite"
+msgstr "Conjunto de Aplicativos de Groupware"
+
+#: ../data/evolution.desktop.in.in.h:3
+msgid "The Evolution PIM and Email Client"
+msgstr "Evolution: Cliente de Email e Gerenciador de Informações Pessoais"
#: ../data/evolution.keys.in.in.h:1
msgid "address card"
@@ -10589,12 +10597,10 @@ msgid "Evolution Query"
msgstr "Consulta do Evolution"
#. setup a dummy error
-#: ../e-util/e-error.c:442
+#: ../e-util/e-error.c:443
#, c-format
-msgid ""
-"<span weight=\"bold\">Internal error, unknown error '%s' requested</span>"
-msgstr ""
-"<span weight=\"bold\">Erro interno, foi pedido erro desconhecido '%s'</span>"
+msgid "Internal error, unknown error '%s' requested"
+msgstr "Erro interno, foi pedido erro desconhecido '%s'"
#: ../e-util/e-system.error.xml.h:2
msgid "Cannot open file &quot;{0}&quot;."
@@ -10612,7 +10618,7 @@ msgstr "Você deseja sobrescrevê-lo?"
msgid "File exists &quot;{0}&quot;."
msgstr "Arquivo existe &quot;{0}&quot;."
-#: ../e-util/e-system.error.xml.h:7 ../mail/mail.error.xml.h:131
+#: ../e-util/e-system.error.xml.h:7 ../mail/mail.error.xml.h:133
msgid "_Overwrite"
msgstr "S_obrescrever"
@@ -10691,20 +10697,19 @@ msgid "Choose a file"
msgstr "Escolher um arquivo"
#: ../filter/filter-label.c:121 ../mail/em-filter-i18n.h:26
-#: ../mail/em-migrate.c:1052 ../mail/mail-config.c:85
-#: ../mail/mail-config.glade.h:91
+#: ../mail/em-migrate.c:1052 ../mail/mail-config.glade.h:92
msgid "Important"
msgstr "Importante"
#. forest green
#: ../filter/filter-label.c:124 ../mail/em-migrate.c:1055
-#: ../mail/mail-config.c:88 ../mail/mail-config.glade.h:146
+#: ../mail/mail-config.glade.h:146
msgid "To Do"
msgstr "A Fazer"
#. blue
#: ../filter/filter-label.c:125 ../mail/em-migrate.c:1056
-#: ../mail/mail-config.c:89 ../mail/mail-config.glade.h:95
+#: ../mail/mail-config.glade.h:96
msgid "Later"
msgstr "Mais tarde"
@@ -10753,11 +10758,11 @@ msgid "Include threads"
msgstr "Incluir encadeamentos"
#: ../filter/filter-rule.c:986 ../filter/filter.glade.h:3
-#: ../mail/em-utils.c:349
+#: ../mail/em-utils.c:311
msgid "Incoming"
msgstr "Recebidas"
-#: ../filter/filter-rule.c:986 ../mail/em-utils.c:350
+#: ../filter/filter-rule.c:986 ../mail/em-utils.c:312
msgid "Outgoing"
msgstr "Enviadas"
@@ -10781,7 +10786,7 @@ msgstr "Data faltando."
msgid "Missing file name."
msgstr "Nome do arquivo faltando."
-#: ../filter/filter.error.xml.h:6 ../mail/mail.error.xml.h:70
+#: ../filter/filter.error.xml.h:6 ../mail/mail.error.xml.h:71
msgid "Missing name."
msgstr "Nome faltando."
@@ -10853,6 +10858,10 @@ msgstr "atrás"
msgid "months"
msgstr "meses"
+#: ../filter/filter.glade.h:18 ../mail/mail-config.glade.h:178
+msgid "seconds"
+msgstr "segundos"
+
#: ../filter/filter.glade.h:19
msgid "the current time"
msgstr "o instante atual"
@@ -10865,15 +10874,15 @@ msgstr "um instante especificado por você"
msgid "years"
msgstr "anos"
-#: ../filter/rule-editor.c:292
+#: ../filter/rule-editor.c:378
msgid "Add Rule"
msgstr "Adicionar Regra"
-#: ../filter/rule-editor.c:368
+#: ../filter/rule-editor.c:454
msgid "Edit Rule"
msgstr "Editar Regra"
-#: ../filter/rule-editor.c:735
+#: ../filter/rule-editor.c:732
msgid "Rule name"
msgstr "Nome da regra"
@@ -10932,11 +10941,12 @@ msgid "Mail"
msgstr "Correio"
#: ../mail/GNOME_Evolution_Mail.server.in.in.h:12
+#: ../mail/em-account-prefs.c:531
msgid "Mail Accounts"
msgstr "Contas de Correio"
#: ../mail/GNOME_Evolution_Mail.server.in.in.h:13
-#: ../mail/mail-config.glade.h:98
+#: ../mail/mail-config.glade.h:99
msgid "Mail Preferences"
msgstr "Preferências de Correio"
@@ -10944,12 +10954,12 @@ msgstr "Preferências de Correio"
msgid "_Mail"
msgstr "_Correio"
-#: ../mail/em-account-editor.c:395
+#: ../mail/em-account-editor.c:403
#, c-format
msgid "%s License Agreement"
msgstr "Acordo de Licença %s"
-#: ../mail/em-account-editor.c:402
+#: ../mail/em-account-editor.c:410
#, c-format
msgid ""
"\n"
@@ -10962,92 +10972,88 @@ msgstr ""
"licença para %s exibido\n"
"abaixo e marque a caixa para aceitá-lo\n"
-#: ../mail/em-account-editor.c:472 ../mail/em-filter-folder-element.c:237
+#: ../mail/em-account-editor.c:482 ../mail/em-filter-folder-element.c:237
#: ../mail/em-vfolder-rule.c:496
msgid "Select Folder"
msgstr "Selecionar Pasta"
-#: ../mail/em-account-editor.c:768
+#: ../mail/em-account-editor.c:778
msgid "Ask for each message"
msgstr "Perguntar para cada mensagem"
-#: ../mail/em-account-editor.c:1747 ../mail/mail-config.glade.h:90
+#: ../mail/em-account-editor.c:1780 ../mail/mail-config.glade.h:91
msgid "Identity"
msgstr "Identidade"
-#: ../mail/em-account-editor.c:1796 ../mail/mail-config.glade.h:117
+#: ../mail/em-account-editor.c:1829 ../mail/mail-config.glade.h:118
msgid "Receiving Email"
msgstr "Recebendo Mensagem"
-#: ../mail/em-account-editor.c:1979
+#: ../mail/em-account-editor.c:2013
msgid "Automatically check for _new mail every"
msgstr "_Verificar automaticamente novas mensagens a cada"
-#: ../mail/em-account-editor.c:2160 ../mail/mail-config.glade.h:129
+#: ../mail/em-account-editor.c:2194 ../mail/mail-config.glade.h:130
msgid "Sending Email"
msgstr "Enviando Mensagem"
-#: ../mail/em-account-editor.c:2219 ../mail/mail-config.glade.h:68
+#: ../mail/em-account-editor.c:2253 ../mail/mail-config.glade.h:68
msgid "Defaults"
msgstr "Padrões"
#. Security settings
-#: ../mail/em-account-editor.c:2285 ../mail/mail-config.glade.h:122
-#: ../plugins/exchange-operations/exchange-account-setup.c:315
+#: ../mail/em-account-editor.c:2319 ../mail/mail-config.glade.h:123
+#: ../plugins/exchange-operations/exchange-account-setup.c:317
msgid "Security"
msgstr "Segurança"
#. Most sections for this is auto-generated fromt the camel config
-#: ../mail/em-account-editor.c:2322 ../mail/em-account-editor.c:2413
+#: ../mail/em-account-editor.c:2356 ../mail/em-account-editor.c:2447
msgid "Receiving Options"
msgstr "Opções de Recepção"
-#: ../mail/em-account-editor.c:2323 ../mail/em-account-editor.c:2414
+#: ../mail/em-account-editor.c:2357 ../mail/em-account-editor.c:2448
msgid "Checking for New Mail"
msgstr "Verificando Novas Mensagens"
-#: ../mail/em-account-editor.c:2753 ../mail/mail-config.glade.h:34
+#: ../mail/em-account-editor.c:2795 ../mail/mail-config.glade.h:34
msgid "Account Editor"
msgstr "Editor de Contas"
-#: ../mail/em-account-editor.c:2753 ../mail/mail-config.glade.h:80
+#: ../mail/em-account-editor.c:2795 ../mail/mail-config.glade.h:80
msgid "Evolution Account Assistant"
msgstr "Assistente de Contas do Evolution"
#: ../mail/em-account-prefs.c:331 ../mail/em-account-prefs.c:376
-#: ../mail/em-account-prefs.c:407
+#: ../mail/em-account-prefs.c:409
msgid "Disable"
msgstr "Desativar"
#: ../mail/em-account-prefs.c:331 ../mail/em-account-prefs.c:376
-#: ../mail/em-account-prefs.c:409
+#: ../mail/em-account-prefs.c:411
msgid "Enable"
msgstr "Ativar"
#. translators: default account indicator
-#: ../mail/em-account-prefs.c:459
+#: ../mail/em-account-prefs.c:466
msgid "[Default]"
msgstr "[Padrão]"
#. g_object_set((GObject *)renderer, "activatable", TRUE, NULL);
-#: ../mail/em-account-prefs.c:512 ../mail/em-composer-prefs.c:930
-#: ../plugins/plugin-manager/plugin-manager.c:213
-#: ../plugins/publish-calendar/publish-calendar.c:474
+#: ../mail/em-account-prefs.c:518 ../mail/em-composer-prefs.c:930
+#: ../plugins/plugin-manager/plugin-manager.c:205
+#: ../plugins/publish-calendar/publish-calendar.c:493
msgid "Enabled"
msgstr "Ativado"
-#: ../mail/em-account-prefs.c:518
+#: ../mail/em-account-prefs.c:524
msgid "Account name"
msgstr "Nome da conta"
-#: ../mail/em-account-prefs.c:520
+#: ../mail/em-account-prefs.c:526
msgid "Protocol"
msgstr "Protocolo"
-#: ../mail/em-account-prefs.c:525
-msgid "Mail Accounts Table"
-msgstr "Tabela de Contas de Correio"
-
#: ../mail/em-composer-prefs.c:311 ../mail/em-composer-prefs.c:437
#: ../mail/mail-config.c:967
msgid "Unnamed"
@@ -11065,18 +11071,18 @@ msgstr "Adicionar script de assinatura"
msgid "Signature(s)"
msgstr "Assinatura(s)"
-#: ../mail/em-composer-utils.c:863 ../mail/em-format-quote.c:389
+#: ../mail/em-composer-utils.c:874 ../mail/em-format-quote.c:389
msgid "-------- Forwarded Message --------"
msgstr "-------- Mensagem encaminhada --------"
-#: ../mail/em-composer-utils.c:1658
+#: ../mail/em-composer-utils.c:1666
msgid "an unknown sender"
msgstr "um remetente desconhecido"
#. 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:1705
+#: ../mail/em-composer-utils.c:1713
msgid ""
"On ${AbbrevWeekdayName}, ${Year}-${Month}-${Day} at ${24Hour}:${Minute} "
"${TimeZone}, ${Sender} wrote:"
@@ -11213,7 +11219,7 @@ msgstr "não é"
msgid "is not Flagged"
msgstr "não está Marcada"
-#: ../mail/em-filter-i18n.h:35 ../mail/mail-config.glade.h:93
+#: ../mail/em-filter-i18n.h:35 ../mail/mail-config.glade.h:94
#: ../ui/evolution-mail-message.xml.h:48
msgid "Junk"
msgstr "Indesejada"
@@ -11222,8 +11228,7 @@ msgstr "Indesejada"
msgid "Junk Test"
msgstr "Teste de Indesejada"
-#: ../mail/em-filter-i18n.h:37 ../mail/em-folder-view.c:1105
-#: ../widgets/misc/e-expander.c:189
+#: ../mail/em-filter-i18n.h:37 ../widgets/misc/e-expander.c:189
msgid "Label"
msgstr "Rótulo"
@@ -11331,7 +11336,7 @@ msgstr "começa com"
msgid "Stop Processing"
msgstr "Parar o Processamento"
-#: ../mail/em-filter-i18n.h:65 ../mail/em-format-html.c:1582
+#: ../mail/em-filter-i18n.h:65 ../mail/em-format-html.c:1584
#: ../mail/em-format-quote.c:313 ../mail/em-format.c:849
#: ../mail/em-mailer-prefs.c:90 ../mail/message-list.etspec.h:13
#: ../mail/message-tag-followup.c:336
@@ -11349,26 +11354,26 @@ msgstr "Desconfigurar Estado"
msgid "<b>Then</b>"
msgstr "<b>Então</b>"
-#: ../mail/em-folder-browser.c:143
+#: ../mail/em-folder-browser.c:144
msgid "C_reate Search Folder From Search..."
msgstr "C_riar Pasta de Pesquisa a Partir da Pesquisa..."
#. TODO: can this be done in a loop?
#. to be on the safe side, ngettext is used here, see e.g. comment #3 at bug 272567
-#: ../mail/em-folder-properties.c:145
+#: ../mail/em-folder-properties.c:150
msgid "Total messages:"
msgid_plural "Total messages:"
msgstr[0] "Total de mensagem:"
msgstr[1] "Total de mensagens:"
#. to be on the safe side, ngettext is used here, see e.g. comment #3 at bug 272567
-#: ../mail/em-folder-properties.c:158
+#: ../mail/em-folder-properties.c:163
msgid "Unread messages:"
msgid_plural "Unread messages:"
msgstr[0] "Mensagem não lida:"
msgstr[1] "Mensagens não lidas:"
-#: ../mail/em-folder-properties.c:289
+#: ../mail/em-folder-properties.c:316
#: ../plugins/groupwise-features/properties.glade.h:3
msgid "Folder Properties"
msgstr "Propriedades da Pasta"
@@ -11401,7 +11406,7 @@ msgstr "Rascunhos"
#. translators: standard local mailbox names
#: ../mail/em-folder-tree-model.c:487 ../mail/mail-component.c:150
-#: ../plugins/exchange-operations/exchange-folder.c:641
+#: ../plugins/exchange-operations/exchange-folder.c:597
msgid "Inbox"
msgstr "Caixa de entrada"
@@ -11431,12 +11436,12 @@ msgstr "Movendo pasta %s"
msgid "Copying folder %s"
msgstr "Copiando pasta %s"
-#: ../mail/em-folder-tree.c:863 ../mail/message-list.c:1634
+#: ../mail/em-folder-tree.c:863 ../mail/message-list.c:1629
#, c-format
msgid "Moving messages into folder %s"
msgstr "Movendo mensagens para pasta %s"
-#: ../mail/em-folder-tree.c:865 ../mail/message-list.c:1636
+#: ../mail/em-folder-tree.c:865 ../mail/message-list.c:1631
#, c-format
msgid "Copying messages into folder %s"
msgstr "Copiando mensagens para pasta %s"
@@ -11462,7 +11467,7 @@ msgstr "Varrendo pastas em \"%s\""
#: ../ui/evolution-editor.xml.h:24 ../ui/evolution-mail-global.xml.h:24
#: ../ui/evolution-mail-messagedisplay.xml.h:8
#: ../ui/evolution-message-composer.xml.h:56 ../ui/evolution-tasks.xml.h:30
-#: ../ui/evolution.xml.h:49
+#: ../ui/evolution.xml.h:52
msgid "_View"
msgstr "_Ver"
@@ -11487,7 +11492,7 @@ msgstr "_Nova Pasta..."
msgid "_Rename..."
msgstr "_Renomear..."
-#: ../mail/em-folder-tree.c:2060 ../mail/mail.error.xml.h:128
+#: ../mail/em-folder-tree.c:2060 ../mail/mail.error.xml.h:130
msgid "_Empty Trash"
msgstr "Es_vaziar Lixeira"
@@ -11507,20 +11512,20 @@ msgid "C_opy"
msgstr "C_opiar"
#: ../mail/em-folder-utils.c:581
-#: ../plugins/groupwise-features/share-folder-common.c:141
+#: ../plugins/groupwise-features/share-folder-common.c:145
#, c-format
msgid "Creating folder `%s'"
msgstr "Criando pasta `%s'"
#: ../mail/em-folder-utils.c:730
#: ../plugins/groupwise-features/install-shared.c:164
-#: ../plugins/groupwise-features/share-folder-common.c:384
+#: ../plugins/groupwise-features/share-folder-common.c:388
msgid "Create folder"
msgstr "Criar pasta"
#: ../mail/em-folder-utils.c:730
#: ../plugins/groupwise-features/install-shared.c:164
-#: ../plugins/groupwise-features/share-folder-common.c:384
+#: ../plugins/groupwise-features/share-folder-common.c:388
msgid "Specify where to create the folder:"
msgstr "Especificar onde criar a pasta:"
@@ -11577,6 +11582,14 @@ msgstr "Marcar Como _Não Indesejada"
msgid "Mark for Follo_w Up..."
msgstr "Marcar Como _Lembrete..."
+#: ../mail/em-folder-view.c:1105
+msgid "_Label"
+msgstr "_Rótulo"
+
+#: ../mail/em-folder-view.c:1106
+msgid "_None"
+msgstr "_Nenhum"
+
#: ../mail/em-folder-view.c:1111
msgid "Fla_g Completed"
msgstr "Marcar Como Concl_uída"
@@ -11658,16 +11671,16 @@ msgid "Click to mail %s"
msgstr "Clique para enviar correio para %s"
#. message-search popup match count string
-#: ../mail/em-format-html-display.c:493
+#: ../mail/em-format-html-display.c:496
#, c-format
msgid "Matches: %d"
msgstr "Ocorrências: %d"
-#: ../mail/em-format-html-display.c:753 ../mail/em-format-html.c:607
+#: ../mail/em-format-html-display.c:756 ../mail/em-format-html.c:607
msgid "Unsigned"
msgstr "Não assinada"
-#: ../mail/em-format-html-display.c:753
+#: ../mail/em-format-html-display.c:756
msgid ""
"This message is not signed. There is no guarantee that this message is "
"authentic."
@@ -11675,11 +11688,11 @@ msgstr ""
"Esta mensagem não está assinada. Não há garantias de que esta mensagem seja "
"autêntica."
-#: ../mail/em-format-html-display.c:754 ../mail/em-format-html.c:608
+#: ../mail/em-format-html-display.c:757 ../mail/em-format-html.c:608
msgid "Valid signature"
msgstr "Assinatura válida"
-#: ../mail/em-format-html-display.c:754
+#: ../mail/em-format-html-display.c:757
msgid ""
"This message is signed and is valid meaning that it is very likely that this "
"message is authentic."
@@ -11687,11 +11700,11 @@ msgstr ""
"Esta mensagem está assinada e é válida. É muito provável que esta mensagem "
"seja autêntica."
-#: ../mail/em-format-html-display.c:755 ../mail/em-format-html.c:609
+#: ../mail/em-format-html-display.c:758 ../mail/em-format-html.c:609
msgid "Invalid signature"
msgstr "Assinatura inválida"
-#: ../mail/em-format-html-display.c:755
+#: ../mail/em-format-html-display.c:758
msgid ""
"The signature of this message cannot be verified, it may have been altered "
"in transit."
@@ -11699,11 +11712,11 @@ msgstr ""
"Não é possível verificar a assinatura desta mensagem. Ela pode ter sido "
"alterada em trânsito."
-#: ../mail/em-format-html-display.c:756
+#: ../mail/em-format-html-display.c:759
msgid "Valid signature, cannot verify sender"
msgstr "Assinatura válida, não é possível verificar remetente"
-#: ../mail/em-format-html-display.c:756
+#: ../mail/em-format-html-display.c:759
msgid ""
"This message is signed with a valid signature, but the sender of the message "
"cannot be verified."
@@ -11711,11 +11724,11 @@ msgstr ""
"Esta mensagem está assinada com uma assinatura válida, mas o remetente não "
"pode ser verificado."
-#: ../mail/em-format-html-display.c:762 ../mail/em-format-html.c:616
+#: ../mail/em-format-html-display.c:765 ../mail/em-format-html.c:616
msgid "Unencrypted"
msgstr "Não Criptografada"
-#: ../mail/em-format-html-display.c:762
+#: ../mail/em-format-html-display.c:765
msgid ""
"This message is not encrypted. Its content may be viewed in transit across "
"the Internet."
@@ -11723,11 +11736,11 @@ msgstr ""
"Esta mensagem não está criptografada. O seu conteúdo pode ser visto em "
"trânsito através da Internet."
-#: ../mail/em-format-html-display.c:763 ../mail/em-format-html.c:617
+#: ../mail/em-format-html-display.c:766 ../mail/em-format-html.c:617
msgid "Encrypted, weak"
msgstr "Criptografada, fraca"
-#: ../mail/em-format-html-display.c:763
+#: ../mail/em-format-html-display.c:766
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 "
@@ -11737,11 +11750,11 @@ msgstr ""
"fraco. Seria difícil, mas não impossível, que um estranho conseguisse ver o "
"conteúdo desta mensagem em uma quantidade de tempo razoável."
-#: ../mail/em-format-html-display.c:764 ../mail/em-format-html.c:618
+#: ../mail/em-format-html-display.c:767 ../mail/em-format-html.c:618
msgid "Encrypted"
msgstr "Criptografada"
-#: ../mail/em-format-html-display.c:764
+#: ../mail/em-format-html-display.c:767
msgid ""
"This message is encrypted. It would be difficult for an outsider to view "
"the content of this message."
@@ -11749,11 +11762,11 @@ msgstr ""
"Esta mensagem está criptografada. Seria difícil que um estranho conseguisse "
"ver o conteúdo desta mensagem."
-#: ../mail/em-format-html-display.c:765 ../mail/em-format-html.c:619
+#: ../mail/em-format-html-display.c:768 ../mail/em-format-html.c:619
msgid "Encrypted, strong"
msgstr "Criptografada, forte"
-#: ../mail/em-format-html-display.c:765
+#: ../mail/em-format-html-display.c:768
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 "
@@ -11763,75 +11776,72 @@ msgstr ""
"Seria muito difícil para um estranho conseguir ver o conteúdo desta mensagem "
"em uma quantidade de tempo razoável."
-#: ../mail/em-format-html-display.c:866 ../smime/gui/smime-ui.glade.h:48
+#: ../mail/em-format-html-display.c:869 ../smime/gui/smime-ui.glade.h:48
msgid "_View Certificate"
msgstr "_Ver Certificado"
-#: ../mail/em-format-html-display.c:881
+#: ../mail/em-format-html-display.c:884
msgid "This certificate is not viewable"
msgstr "Este certificado não é observável"
-#: ../mail/em-format-html-display.c:1169
+#: ../mail/em-format-html-display.c:1174
msgid "Completed on %B %d, %Y, %l:%M %p"
msgstr "Concluída em %d de %B, %Y, %H:%M"
-#: ../mail/em-format-html-display.c:1177
+#: ../mail/em-format-html-display.c:1182
msgid "Overdue:"
msgstr "Atrasada:"
-#: ../mail/em-format-html-display.c:1180
+#: ../mail/em-format-html-display.c:1185
msgid "by %B %d, %Y, %l:%M %p"
msgstr "até %d de %B, %Y, %H:%M"
-#: ../mail/em-format-html-display.c:1240
+#: ../mail/em-format-html-display.c:1245
msgid "_View Inline"
msgstr "_Ver Embutido"
-#: ../mail/em-format-html-display.c:1241
+#: ../mail/em-format-html-display.c:1246
msgid "_Hide"
msgstr "_Ocultar"
-#: ../mail/em-format-html-display.c:1242
+#: ../mail/em-format-html-display.c:1247
msgid "_Fit to Width"
msgstr "A_justar para Largura"
-#: ../mail/em-format-html-display.c:1243
+#: ../mail/em-format-html-display.c:1248
msgid "Show _Original Size"
msgstr "Mostrar o Tamanho _Original"
-#: ../mail/em-format-html-display.c:1620
-msgid "Attachment Button"
-msgstr "Botão de Anexo"
+#: ../mail/em-format-html-display.c:1667 ../mail/mail-config.glade.h:45
+#: ../mail/message-list.etspec.h:1
+msgid "Attachment"
+msgstr "Anexo"
-#: ../mail/em-format-html-display.c:1827
+#: ../mail/em-format-html-display.c:1874
msgid "Select folder to save all attachments..."
msgstr "Selecionar a pasta para salvar todos os anexos..."
-#: ../mail/em-format-html-display.c:1874
-msgid "Save Selected..."
-msgstr "Salvar Selecionado..."
+#: ../mail/em-format-html-display.c:1921
+msgid "_Save Selected..."
+msgstr "_Salvar Selecionado..."
#. Cant i put in the number of attachments here ?
-#: ../mail/em-format-html-display.c:1941
+#: ../mail/em-format-html-display.c:1988
#, c-format
msgid "%d attachme_nt"
msgid_plural "%d attachme_nts"
msgstr[0] "%d a_nexo"
msgstr[1] "%d a_nexos"
-#: ../mail/em-format-html-display.c:1948 ../mail/em-format-html-display.c:2024
+#: ../mail/em-format-html-display.c:1995 ../mail/em-format-html-display.c:2071
msgid "S_ave"
msgstr "_Salvar"
-#: ../mail/em-format-html-display.c:1959
+#: ../mail/em-format-html-display.c:2006
msgid "S_ave All"
msgstr "Salvar _Tudo"
-#: ../mail/em-format-html-display.c:2018
-msgid "Toggle Attachment Bar"
-msgstr "Alternar Barra de Anexos"
-
-#: ../mail/em-format-html-display.c:2020
+#: ../mail/em-format-html-display.c:2067
msgid "No Attachment"
msgstr "Sem Anexo"
@@ -11849,89 +11859,90 @@ msgstr "Buscando `%s'"
msgid "Valid signature but cannot verify sender"
msgstr "Assinatura válida, mas não é possível verificar o remetente"
-#: ../mail/em-format-html.c:880
+#: ../mail/em-format-html.c:881
msgid "Malformed external-body part."
msgstr "Parte external-body malformada."
-#: ../mail/em-format-html.c:910
+#: ../mail/em-format-html.c:911
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr "Ponteiro para site FTP (%s)"
-#: ../mail/em-format-html.c:921
+#: ../mail/em-format-html.c:922
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr "Ponteiro para arquivo local (%s) válido no site \"%s\""
-#: ../mail/em-format-html.c:923
+#: ../mail/em-format-html.c:924
#, c-format
msgid "Pointer to local file (%s)"
msgstr "Ponteiro para arquivo local (%s)"
-#: ../mail/em-format-html.c:944
+#: ../mail/em-format-html.c:945
#, c-format
msgid "Pointer to remote data (%s)"
msgstr "Ponteiro para dados remotos (%s)"
-#: ../mail/em-format-html.c:955
+#: ../mail/em-format-html.c:956
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr "Ponteiro para dados externos desconhecidos (tipo \"%s\")"
-#: ../mail/em-format-html.c:1181
+#: ../mail/em-format-html.c:1183
msgid "Formatting message"
msgstr "Formatando mensagem"
-#: ../mail/em-format-html.c:1474 ../mail/em-format-quote.c:200
+#: ../mail/em-format-html.c:1476 ../mail/em-format-quote.c:200
#: ../mail/em-format.c:844 ../mail/em-mailer-prefs.c:85
#: ../mail/message-list.etspec.h:7 ../mail/message-tag-followup.c:332
msgid "From"
msgstr "De"
-#: ../mail/em-format-html.c:1474 ../mail/em-format-quote.c:200
+#: ../mail/em-format-html.c:1476 ../mail/em-format-quote.c:200
#: ../mail/em-format.c:845 ../mail/em-mailer-prefs.c:86
msgid "Reply-To"
msgstr "Responder a"
-#: ../mail/em-format-html.c:1474 ../mail/em-format-quote.c:200
+#: ../mail/em-format-html.c:1476 ../mail/em-format-quote.c:200
#: ../mail/em-format.c:846 ../mail/em-mailer-prefs.c:87
#: ../mail/message-list.etspec.h:14
msgid "To"
msgstr "Para"
-#: ../mail/em-format-html.c:1474 ../mail/em-format-quote.c:200
+#: ../mail/em-format-html.c:1476 ../mail/em-format-quote.c:200
#: ../mail/em-format.c:847 ../mail/em-mailer-prefs.c:88
msgid "Cc"
msgstr "Cc"
-#: ../mail/em-format-html.c:1474 ../mail/em-format-quote.c:200
+#: ../mail/em-format-html.c:1476 ../mail/em-format-quote.c:200
#: ../mail/em-format.c:848 ../mail/em-mailer-prefs.c:89
msgid "Bcc"
msgstr "Bcc"
#. pseudo-header
-#: ../mail/em-format-html.c:1586 ../mail/em-format-quote.c:322
-#: ../mail/em-mailer-prefs.c:1000
+#: ../mail/em-format-html.c:1588 ../mail/em-format-quote.c:322
+#: ../mail/em-mailer-prefs.c:1001
msgid "Mailer"
msgstr "Programa de correio"
#. translators: strftime format for local time equivalent in Date header display, with day
-#: ../mail/em-format-html.c:1613
+#: ../mail/em-format-html.c:1615
msgid "<I> (%a, %R %Z)</I>"
msgstr "<I> (%a, %R %Z)</I>"
#. translators: strftime format for local time equivalent in Date header display, without day
-#: ../mail/em-format-html.c:1616
+#: ../mail/em-format-html.c:1618
msgid "<I> (%R %Z)</I>"
msgstr "<I> (%R %Z)</I>"
-#: ../mail/em-format-html.c:1626 ../mail/em-format-quote.c:329
+#: ../mail/em-format-html.c:1628 ../mail/em-format-quote.c:329
#: ../mail/em-format.c:850 ../mail/em-mailer-prefs.c:91
-#: ../mail/message-list.etspec.h:2
+#: ../mail/message-list.etspec.h:2 ../widgets/misc/e-dateedit.c:341
+#: ../widgets/misc/e-dateedit.c:363
msgid "Date"
msgstr "Data"
-#: ../mail/em-format-html.c:1649 ../mail/em-format.c:851
+#: ../mail/em-format-html.c:1651 ../mail/em-format.c:851
#: ../mail/em-mailer-prefs.c:92
msgid "Newsgroups"
msgstr "Grupos de Notícias"
@@ -11941,27 +11952,27 @@ msgstr "Grupos de Notícias"
msgid "%s attachment"
msgstr "anexo %s"
-#: ../mail/em-format.c:1141 ../mail/em-format.c:1288 ../mail/em-format.c:1575
+#: ../mail/em-format.c:1141 ../mail/em-format.c:1289 ../mail/em-format.c:1576
msgid "Could not parse S/MIME message: Unknown error"
msgstr "Não foi possível analisar a mensagem S/MIME: Erro desconhecido"
-#: ../mail/em-format.c:1270 ../mail/em-format.c:1426
+#: ../mail/em-format.c:1271 ../mail/em-format.c:1427
msgid "Could not parse MIME message. Displaying as source."
msgstr "Não foi possível analisar a mensagem MIME. Exibindo como fonte."
-#: ../mail/em-format.c:1278
+#: ../mail/em-format.c:1279
msgid "Unsupported encryption type for multipart/encrypted"
msgstr "Tipo de criptografia não suportada para multiparte/criptografado"
-#: ../mail/em-format.c:1445
+#: ../mail/em-format.c:1446
msgid "Unsupported signature format"
msgstr "Formato de assinatura não suportado"
-#: ../mail/em-format.c:1453 ../mail/em-format.c:1517
+#: ../mail/em-format.c:1454 ../mail/em-format.c:1518
msgid "Error verifying signature"
msgstr "Erro ao verificar assinatura"
-#: ../mail/em-format.c:1453 ../mail/em-format.c:1517
+#: ../mail/em-format.c:1454 ../mail/em-format.c:1518
msgid "Unknown error verifying signature"
msgstr "Erro desconhecido ao verificar assinatura"
@@ -12060,7 +12071,7 @@ msgid "_Send New Message To..."
msgstr "En_viar Nova Mensagem Para..."
#: ../mail/em-popup.c:622
-msgid "_Add to Addressbook"
+msgid "_Add to Address Book"
msgstr "_Adicionar ao Catálogo de Endereços"
#: ../mail/em-subscribe-editor.c:615
@@ -12088,24 +12099,24 @@ msgstr "Não foi selecionado um servidor"
msgid "Do not show this message again."
msgstr "Não exibir esta mensagem novamente."
-#: ../mail/em-utils.c:357
-msgid "Filters"
-msgstr "Filtros"
+#: ../mail/em-utils.c:319
+msgid "Message Filters"
+msgstr "F_iltros de Mensagens"
-#: ../mail/em-utils.c:500 ../mail/em-utils.c:537
+#: ../mail/em-utils.c:462 ../mail/em-utils.c:499
msgid "message"
msgstr "mensagem"
-#: ../mail/em-utils.c:672
+#: ../mail/em-utils.c:634
msgid "Save Message..."
msgstr "Salvar Mensagem..."
-#: ../mail/em-utils.c:721
+#: ../mail/em-utils.c:683
msgid "Add address"
msgstr "Adicionar endereço"
#. Drop filename for messages from a mailbox
-#: ../mail/em-utils.c:1205
+#: ../mail/em-utils.c:1167
#, c-format
msgid "Messages from %s"
msgstr "Mensagens de %s"
@@ -12625,14 +12636,14 @@ msgid "Importer Berkeley Mailbox format folders"
msgstr "Importador de pastas no formato Berkeley Mailbox"
#: ../mail/importers/evolution-outlook-importer.c:262
-#: ../mail/importers/mail-importer.c:234 ../shell/e-shell-importer.c:518
+#: ../mail/importers/mail-importer.c:233 ../shell/e-shell-importer.c:518
#, c-format
msgid "Importing `%s'"
msgstr "Importando `%s'"
#: ../mail/importers/evolution-outlook-importer.c:266
#: ../mail/importers/netscape-importer.c:1254
-#: ../plugins/startup-wizard/startup-wizard.c:236
+#: ../plugins/startup-wizard/startup-wizard.c:237
#: ../shell/e-shell-importer.c:525
msgid "Please wait"
msgstr "Por favor, aguarde"
@@ -12642,7 +12653,7 @@ msgstr "Por favor, aguarde"
msgid "Importing mailbox"
msgstr "Importando caixa de correio"
-#: ../mail/importers/mail-importer.c:377
+#: ../mail/importers/mail-importer.c:376
#, c-format
msgid "Scanning %s"
msgstr "Varrendo %s"
@@ -12843,6 +12854,30 @@ msgstr "Criar uma nova pasta de correio"
msgid "Failed upgrading Mail settings or folders."
msgstr "Falha ao atualizar configurações ou pastas de correio."
+#: ../mail/mail-config.c:85
+msgid "I_mportant"
+msgstr "Importante"
+
+#. red
+#: ../mail/mail-config.c:86
+msgid "_Work"
+msgstr "_Trabalho"
+
+#. orange
+#: ../mail/mail-config.c:87
+msgid "_Personal"
+msgstr "_Pessoal"
+
+#. forest green
+#: ../mail/mail-config.c:88
+msgid "_To Do"
+msgstr "A _Fazer"
+
+#. blue
+#: ../mail/mail-config.c:89
+msgid "_Later"
+msgstr "_Mais tarde"
+
#: ../mail/mail-config.glade.h:1 ../mail/mail-dialogs.glade.h:1
#: ../plugins/exchange-operations/exchange-permissions-dialog.glade.h:1
#: ../widgets/menus/gal-view-instance-save-as-dialog.glade.h:1
@@ -13006,10 +13041,6 @@ msgstr "_Criptografar sempre para mim, mesmo ao enviar correio criptografado"
msgid "Attach original message"
msgstr "Anexar a mensagem original"
-#: ../mail/mail-config.glade.h:45 ../mail/message-list.etspec.h:1
-msgid "Attachment"
-msgstr "Anexo"
-
#: ../mail/mail-config.glade.h:46
msgid "Automatically insert _smiley images"
msgstr "Inserir automaticamente imagens de _carinhas"
@@ -13132,62 +13163,66 @@ msgid "Encrypt out_going messages (by default)"
msgstr "Criptografar _mensagens enviadas (por padrão)"
#: ../mail/mail-config.glade.h:81
+msgid "Fi_xed width Font:"
+msgstr "Fonte de Largura Fi_xa:"
+
+#: ../mail/mail-config.glade.h:82
msgid "Fi_xed-width:"
msgstr "Largura Fi_xa:"
-#: ../mail/mail-config.glade.h:82
+#: ../mail/mail-config.glade.h:83
msgid "Font Properties"
msgstr "Propriedades da Fonte"
-#: ../mail/mail-config.glade.h:83
+#: ../mail/mail-config.glade.h:84
msgid "Format messages in _HTML"
msgstr "Formatar mensagens em _HTML"
-#: ../mail/mail-config.glade.h:84
+#: ../mail/mail-config.glade.h:85
msgid "Full Nam_e:"
msgstr "Nome _Completo:"
-#: ../mail/mail-config.glade.h:86
+#: ../mail/mail-config.glade.h:87
msgid "HTML Mail"
msgstr "Correio HTML"
-#: ../mail/mail-config.glade.h:87
+#: ../mail/mail-config.glade.h:88
msgid "Headers"
msgstr "Cabeçalhos"
-#: ../mail/mail-config.glade.h:88
+#: ../mail/mail-config.glade.h:89
msgid "Highlight _quotations with"
msgstr "_Realçar citações com"
-#: ../mail/mail-config.glade.h:89
+#: ../mail/mail-config.glade.h:90
msgid "I_nclude remote tests"
msgstr "I_ncluir testes remotos"
-#: ../mail/mail-config.glade.h:92
+#: ../mail/mail-config.glade.h:93
msgid "Inline"
msgstr "Embutido"
-#: ../mail/mail-config.glade.h:94
+#: ../mail/mail-config.glade.h:95
msgid "Languages Table"
msgstr "Tabela de Idiomas"
-#: ../mail/mail-config.glade.h:96
+#: ../mail/mail-config.glade.h:97
msgid "Mail Configuration"
msgstr "Configuração de Correio"
-#: ../mail/mail-config.glade.h:97
+#: ../mail/mail-config.glade.h:98
msgid "Mail Headers Table"
msgstr "Tabela de Cabeçalhos de Correio"
-#: ../mail/mail-config.glade.h:99
+#: ../mail/mail-config.glade.h:100
msgid "Mailbox location"
msgstr "Localização da caixa de correio"
-#: ../mail/mail-config.glade.h:100
+#: ../mail/mail-config.glade.h:101
msgid "Message Composer"
msgstr "Redator de Mensagens"
-#: ../mail/mail-config.glade.h:101
+#: ../mail/mail-config.glade.h:102
msgid ""
"Note: you will not be prompted for a password until you connect for the "
"first time"
@@ -13195,19 +13230,19 @@ msgstr ""
"Nota: não será pedido que você forneça uma senha até que você faça a "
"primeira conexão"
-#: ../mail/mail-config.glade.h:102
+#: ../mail/mail-config.glade.h:103
msgid "Or_ganization:"
msgstr "_Empresa:"
-#: ../mail/mail-config.glade.h:103
+#: ../mail/mail-config.glade.h:104
msgid "PGP/GPG _Key ID:"
msgstr "ID da C_have PGP/GPG:"
-#: ../mail/mail-config.glade.h:106
+#: ../mail/mail-config.glade.h:107
msgid "Play sound file when new mail arri_ves"
msgstr "Toque um arqui_vo de som quando uma nova mensagem chegar"
-#: ../mail/mail-config.glade.h:107
+#: ../mail/mail-config.glade.h:108
msgid ""
"Please enter a descriptive name for this account in the space below.\n"
"This name will be used for display purposes only."
@@ -13215,7 +13250,7 @@ msgstr ""
"Por favor, digite um nome descritivo para esta conta no espaço abaixo.\n"
"Este nome será usado apenas com o propósito de exibição."
-#: ../mail/mail-config.glade.h:109
+#: ../mail/mail-config.glade.h:110
msgid ""
"Please enter information about the way you will send mail. If you are not "
"sure, ask your system administrator or Internet Service Provider."
@@ -13224,7 +13259,7 @@ msgstr ""
"tiver certeza, consulte o seu administrador de sistema ou o seu provedor de "
"Internet."
-#: ../mail/mail-config.glade.h:110
+#: ../mail/mail-config.glade.h:111
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 "
@@ -13235,114 +13270,110 @@ msgstr ""
"menos que você queira estas informações incluídas em toda mensagem de "
"correio enviada."
-#: ../mail/mail-config.glade.h:111
+#: ../mail/mail-config.glade.h:112
msgid "Please select among the following options"
msgstr "Por favor, selecione entre as seguintes opções"
-#: ../mail/mail-config.glade.h:112
+#: ../mail/mail-config.glade.h:113
msgid "Pr_ompt when sending messages with only Bcc recipients defined"
msgstr "Perguntar ao enviar mensagens com apenas destinatários _Bcc"
-#: ../mail/mail-config.glade.h:113
+#: ../mail/mail-config.glade.h:114
msgid "Quote original message"
msgstr "Citar a mensagem original"
-#: ../mail/mail-config.glade.h:114
+#: ../mail/mail-config.glade.h:115
msgid "Quoted"
msgstr "Citado"
-#: ../mail/mail-config.glade.h:115
+#: ../mail/mail-config.glade.h:116
msgid "Re_member password"
msgstr "_Lembrar senha"
-#: ../mail/mail-config.glade.h:116
+#: ../mail/mail-config.glade.h:117
msgid "Re_ply-To:"
msgstr "_Responder a:"
-#: ../mail/mail-config.glade.h:118
+#: ../mail/mail-config.glade.h:119
msgid "Remember _password"
msgstr "_Lembrar senha"
-#: ../mail/mail-config.glade.h:119
+#: ../mail/mail-config.glade.h:120
msgid "S_elect..."
msgstr "S_elecionar..."
-#: ../mail/mail-config.glade.h:120
+#: ../mail/mail-config.glade.h:121
msgid "S_tandard Font:"
msgstr "Fonte _Padrão:"
-#: ../mail/mail-config.glade.h:121
+#: ../mail/mail-config.glade.h:122
msgid "Se_lect..."
msgstr "Se_lecionar..."
-#: ../mail/mail-config.glade.h:123
+#: ../mail/mail-config.glade.h:124
msgid "Select HTML fixed width font"
msgstr "Selecionar fonte HTML de largura fixa"
-#: ../mail/mail-config.glade.h:124
+#: ../mail/mail-config.glade.h:125
msgid "Select HTML fixed width font for printing"
msgstr "Selecionar fonte HTML de largura fixa para impressão"
-#: ../mail/mail-config.glade.h:125
+#: ../mail/mail-config.glade.h:126
msgid "Select HTML variable width font"
msgstr "Selecionar fonte HTML de largura variável"
-#: ../mail/mail-config.glade.h:126
+#: ../mail/mail-config.glade.h:127
msgid "Select HTML variable width font for printing"
msgstr "Selecionar fonte HTML de largura variável para impressão"
-#: ../mail/mail-config.glade.h:127
+#: ../mail/mail-config.glade.h:128
msgid "Select sound file"
msgstr "Selecionar um arquivo de som"
-#: ../mail/mail-config.glade.h:128
+#: ../mail/mail-config.glade.h:129
msgid "Send message receipts:"
msgstr "Enviar destinatários da mensagem:"
-#: ../mail/mail-config.glade.h:130
+#: ../mail/mail-config.glade.h:131
msgid "Sending Mail"
msgstr "Enviando Correio"
-#: ../mail/mail-config.glade.h:131
+#: ../mail/mail-config.glade.h:132
msgid "Sent _Messages Folder:"
msgstr "Pasta de _Mensagens Enviadas:"
-#: ../mail/mail-config.glade.h:132
+#: ../mail/mail-config.glade.h:133
msgid "Ser_ver requires authentication"
msgstr "Servi_dor requer autenticação"
-#: ../mail/mail-config.glade.h:133
+#: ../mail/mail-config.glade.h:134
msgid "Server _Type: "
msgstr "_Tipo do Servidor: "
-#: ../mail/mail-config.glade.h:134
+#: ../mail/mail-config.glade.h:135
msgid "Sig_ning certificate:"
msgstr "Certificado de assi_natura:"
-#: ../mail/mail-config.glade.h:135
+#: ../mail/mail-config.glade.h:136
msgid "Signat_ure:"
msgstr "_Assinatura:"
-#: ../mail/mail-config.glade.h:136
+#: ../mail/mail-config.glade.h:137
msgid "Signatures"
msgstr "Assinaturas"
-#: ../mail/mail-config.glade.h:137
+#: ../mail/mail-config.glade.h:138
msgid "Signatures Table"
msgstr "Tabelas de Assinaturas"
-#: ../mail/mail-config.glade.h:138
+#: ../mail/mail-config.glade.h:139
msgid "Specify _filename:"
msgstr "Nome do _arquivo:"
-#: ../mail/mail-config.glade.h:139
+#: ../mail/mail-config.glade.h:140
msgid "Spell Checking"
msgstr "Verificação Ortográfica"
-#: ../mail/mail-config.glade.h:140
-msgid "T_erminal Font:"
-msgstr "Fonte de _Terminal:"
-
#: ../mail/mail-config.glade.h:141
msgid "T_ype: "
msgstr "Ti_po: "
@@ -13447,23 +13478,24 @@ msgstr "Estilo de _resposta:"
msgid "_Script:"
msgstr "_Script:"
-#: ../mail/mail-config.glade.h:172
-msgid "_Show animated images"
-msgstr "_Exibir imagens animadas"
-
+#. If enabled, show animation; if disabled, only display a static image without any animation
#: ../mail/mail-config.glade.h:173
+msgid "_Show image animations"
+msgstr "Exibir Animações"
+
+#: ../mail/mail-config.glade.h:174
msgid "_Use Secure Connection:"
msgstr "_Usar Conexão Segura:"
-#: ../mail/mail-config.glade.h:174
+#: ../mail/mail-config.glade.h:175
msgid "_Use the same fonts as other applications"
msgstr "_Usar as mesmas fontes que outros aplicativos usam"
-#: ../mail/mail-config.glade.h:175
+#: ../mail/mail-config.glade.h:176
msgid "color"
msgstr "cor"
-#: ../mail/mail-config.glade.h:176
+#: ../mail/mail-config.glade.h:177
msgid "description"
msgstr "descrição"
@@ -13569,7 +13601,7 @@ msgstr "com todas as pastas locais e remotas ativas"
msgid "with all local folders"
msgstr "com todas as pastas locais"
-#: ../mail/mail-folder-cache.c:861
+#: ../mail/mail-folder-cache.c:858
#, c-format
msgid "Pinging %s"
msgstr "Pinging %s"
@@ -13722,11 +13754,11 @@ msgstr ""
"Erro ao salvar mensagens para: %s:\n"
" %s"
-#: ../mail/mail-ops.c:2090
+#: ../mail/mail-ops.c:2091
msgid "Saving attachment"
msgstr "Salvando anexo"
-#: ../mail/mail-ops.c:2102
+#: ../mail/mail-ops.c:2104 ../mail/mail-ops.c:2110
#, c-format
msgid ""
"Cannot create output file: %s:\n"
@@ -13735,22 +13767,22 @@ msgstr ""
"Não é possível criar arquivo de saída: %s:\n"
" %s"
-#: ../mail/mail-ops.c:2112
+#: ../mail/mail-ops.c:2120
#, c-format
msgid "Could not write data: %s"
msgstr "Não foi possível escrever os dados: %s"
-#: ../mail/mail-ops.c:2262
+#: ../mail/mail-ops.c:2269
#, c-format
msgid "Disconnecting from %s"
msgstr "Desconectando de %s"
-#: ../mail/mail-ops.c:2262
+#: ../mail/mail-ops.c:2269
#, c-format
msgid "Reconnecting to %s"
msgstr "Reconectando a %s"
-#: ../mail/mail-ops.c:2378
+#: ../mail/mail-ops.c:2385
msgid "Checking Service"
msgstr "Verificando Serviço"
@@ -13758,26 +13790,6 @@ msgstr "Verificando Serviço"
msgid "Canceling..."
msgstr "Cancelando..."
-#: ../mail/mail-send-recv.c:266 ../mail/mail-send-recv.c:268
-#, c-format
-msgid "<b>%s (%s)</b> : %s"
-msgstr "<b>%s (%s)</b> : %s"
-
-#: ../mail/mail-send-recv.c:270
-#, c-format
-msgid "<b>%s (%s)</b>"
-msgstr "<b>%s (%s)</b>"
-
-#: ../mail/mail-send-recv.c:274 ../mail/mail-send-recv.c:276
-#, c-format
-msgid "<b>%s</b> : %s"
-msgstr "<b>%s</b> : %s"
-
-#: ../mail/mail-send-recv.c:278
-#, c-format
-msgid "<b>%s</b>"
-msgstr "<b>%s</b>"
-
#: ../mail/mail-send-recv.c:329
msgid "Send & Receive Mail"
msgstr "Enviar e Receber Correio"
@@ -13799,7 +13811,7 @@ msgid "Checking for new mail"
msgstr "Verificando novas mensagens"
#: ../mail/mail-session.c:204
-#: ../plugins/exchange-operations/exchange-config-listener.c:678
+#: ../plugins/exchange-operations/exchange-config-listener.c:710
#, c-format
msgid "Enter Password for %s"
msgstr "Digite a Senha para %s"
@@ -14096,38 +14108,42 @@ msgid "Do you want the operation to be performed in the subfolders?"
msgstr "Você deseja que a operação seja executada nas sub-pastas?"
#: ../mail/mail.error.xml.h:49
+msgid "Do you want to mark all messages as read?"
+msgstr "Deseja marcar como lidas todas as mensagens?"
+
+#: ../mail/mail.error.xml.h:50
msgid "Do you wish to save your changes?"
msgstr "Você deseja salvar suas alterações?"
-#: ../mail/mail.error.xml.h:50
+#: ../mail/mail.error.xml.h:51
msgid "Enter password."
msgstr "Digite a senha."
-#: ../mail/mail.error.xml.h:51
+#: ../mail/mail.error.xml.h:52
msgid "Error loading filter definitions."
msgstr "Erro ao carregar definições de filtro."
-#: ../mail/mail.error.xml.h:52
+#: ../mail/mail.error.xml.h:53
msgid "Error while performing operation."
msgstr "Erro ao executar operação."
-#: ../mail/mail.error.xml.h:53
+#: ../mail/mail.error.xml.h:54
msgid "Error while {0}."
msgstr "Erro {0}."
-#: ../mail/mail.error.xml.h:54
+#: ../mail/mail.error.xml.h:55
msgid "File exists but cannot overwrite it."
msgstr "O arquivo existe, mas não é possível sobrescrevê-lo."
-#: ../mail/mail.error.xml.h:55
+#: ../mail/mail.error.xml.h:56
msgid "File exists but is not a regular file."
msgstr "O arquivo existe, mas não é um arquivo comum."
-#: ../mail/mail.error.xml.h:56
+#: ../mail/mail.error.xml.h:57
msgid "If you continue, you will not be able to recover these messages."
msgstr "Se você continuar, você não será capaz de recuperar estas mensagens."
-#: ../mail/mail.error.xml.h:57
+#: ../mail/mail.error.xml.h:58
msgid ""
"If you delete the folder, all of its contents and its subfolders contents "
"will be deleted permanently."
@@ -14135,12 +14151,12 @@ msgstr ""
"Se você excluir a pasta, todo o seu conteúdo e o conteúdo das suas sub-"
"pastas serão excluído permanentemente."
-#: ../mail/mail.error.xml.h:58
+#: ../mail/mail.error.xml.h:59
msgid "If you proceed, all proxy accounts will be deleted permanently."
msgstr ""
"Se você continuar as informações da conta serão excluídas permanentemente."
-#: ../mail/mail.error.xml.h:59
+#: ../mail/mail.error.xml.h:60
msgid ""
"If you proceed, the account information and\n"
"all proxy information will be deleted permanently."
@@ -14149,12 +14165,12 @@ msgstr ""
"todas as informações do proxy serão excluídas\n"
"permanentemente."
-#: ../mail/mail.error.xml.h:61
+#: ../mail/mail.error.xml.h:62
msgid "If you proceed, the account information will be deleted permanently."
msgstr ""
"Se você continuar as informações da conta serão excluídas permanentemente."
-#: ../mail/mail.error.xml.h:62
+#: ../mail/mail.error.xml.h:63
msgid ""
"If you quit, these messages will not be sent until Evolution is started "
"again."
@@ -14162,19 +14178,19 @@ msgstr ""
"Se você sair, estas mensagens não serão enviadas até que o Evolution seja "
"reiniciado."
-#: ../mail/mail.error.xml.h:63
+#: ../mail/mail.error.xml.h:64
msgid "Ignore"
msgstr "Ignorar"
-#: ../mail/mail.error.xml.h:64
+#: ../mail/mail.error.xml.h:65
msgid "Invalid authentication"
msgstr "Autenticação inválida"
-#: ../mail/mail.error.xml.h:65
+#: ../mail/mail.error.xml.h:66
msgid "Mail filters automatically updated."
msgstr "Filtros de correio atualizados automaticamente."
-#: ../mail/mail.error.xml.h:66
+#: ../mail/mail.error.xml.h:67
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 "
@@ -14186,35 +14202,35 @@ msgstr ""
"adicionado, listará todos os destinatários de sua mensagem. Para evitar "
"isto, você deve adicionar pelo menos um destinatário Para: ou Cc:."
-#: ../mail/mail.error.xml.h:67
+#: ../mail/mail.error.xml.h:68
msgid "Mark all messages as read"
msgstr "Marcar todas as mensagens como lidas"
-#: ../mail/mail.error.xml.h:68
+#: ../mail/mail.error.xml.h:69
msgid "Mark all messages as read in the selected folder"
msgstr "Marcar todas as mensagens como lidas na pasta selecionada"
-#: ../mail/mail.error.xml.h:69
+#: ../mail/mail.error.xml.h:70
msgid "Missing folder."
msgstr "Pasta faltando."
-#: ../mail/mail.error.xml.h:71
+#: ../mail/mail.error.xml.h:72
msgid "No sources selected."
msgstr "Não foram selecionadas fontes."
-#: ../mail/mail.error.xml.h:72
+#: ../mail/mail.error.xml.h:73
msgid "Opening too many messages at once may take a long time."
msgstr "Abrir muitas mensagens ao mesmo tempo pode levar um longo tempo."
-#: ../mail/mail.error.xml.h:73
+#: ../mail/mail.error.xml.h:74
msgid "Please check your account settings and try again."
msgstr "Por favor, verifique suas configurações de conta e tente novamente."
-#: ../mail/mail.error.xml.h:74
+#: ../mail/mail.error.xml.h:75
msgid "Please enable the account or send using another account."
msgstr "Por favor, ative a conta ou envie usando outra conta."
-#: ../mail/mail.error.xml.h:75
+#: ../mail/mail.error.xml.h:76
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."
@@ -14223,7 +14239,7 @@ msgstr ""
"pesquisar endereços de email clicando no botão Para: ao lado da caixa de "
"entrada."
-#: ../mail/mail.error.xml.h:76
+#: ../mail/mail.error.xml.h:77
msgid ""
"Please make sure the following recipients are willing and able to receive "
"HTML email:\n"
@@ -14235,49 +14251,49 @@ msgstr ""
"{0}\n"
"Enviar mesmo assim?"
-#: ../mail/mail.error.xml.h:79
+#: ../mail/mail.error.xml.h:80
msgid "Please provide an unique name to identify this signature."
msgstr "Por favor, digite um nome único para identificar esta assinatura."
-#: ../mail/mail.error.xml.h:80
+#: ../mail/mail.error.xml.h:81
msgid "Please wait."
msgstr "Por favor, aguarde."
-#: ../mail/mail.error.xml.h:81
+#: ../mail/mail.error.xml.h:82
msgid "Problem migrating old mail folder &quot;{0}&quot;."
msgstr "Problemas ao migrar a pasta de correio antiga &quot;{0}&quot;."
-#: ../mail/mail.error.xml.h:82
+#: ../mail/mail.error.xml.h:83
msgid "Querying server"
msgstr "Consultando servidor"
-#: ../mail/mail.error.xml.h:83
+#: ../mail/mail.error.xml.h:84
msgid "Querying server for a list of supported authentication mechanisms."
msgstr ""
"Consultando servidor para obter a lista de mecanismos de autenticação "
"suportados."
-#: ../mail/mail.error.xml.h:84
+#: ../mail/mail.error.xml.h:85
msgid "Read receipt requested."
msgstr "Ler o recibo de leitura."
-#: ../mail/mail.error.xml.h:85
+#: ../mail/mail.error.xml.h:86
msgid "Really delete folder &quot;{0}&quot; and all of its subfolders?"
msgstr "Realmente excluir a pasta &quot;{0}&quot;. e todas as suas sub-pastas?"
-#: ../mail/mail.error.xml.h:86
+#: ../mail/mail.error.xml.h:87
msgid "Search Folders automatically updated."
msgstr "Pastas de Pesquisa atualizadas automaticamente."
-#: ../mail/mail.error.xml.h:87
+#: ../mail/mail.error.xml.h:88
msgid "Send Receipt"
msgstr "Enviar Recibos de Leitura"
-#: ../mail/mail.error.xml.h:88
+#: ../mail/mail.error.xml.h:89
msgid "Signature Already Exists"
msgstr "A assinatura já existe"
-#: ../mail/mail.error.xml.h:89
+#: ../mail/mail.error.xml.h:90
msgid ""
"System folders are required for Ximian Evolution to function correctly and "
"cannot be renamed, moved, or deleted."
@@ -14285,7 +14301,7 @@ msgstr ""
"Pastas do sistema são necessárias para que o Ximian Evolution funcione "
"corretamente e não podem ser renomeadas, movidas ou excluídas."
-#: ../mail/mail.error.xml.h:90
+#: ../mail/mail.error.xml.h:91
msgid ""
"The contact list you are sending to is configured to hide list recipients.\n"
"\n"
@@ -14302,7 +14318,7 @@ msgstr ""
"adicionado, listará todos os destinatários de sua mensagem. Para evitar "
"isto, você deve adicionar pelo menos um destinatário Para: ou Cc:. "
-#: ../mail/mail.error.xml.h:93
+#: ../mail/mail.error.xml.h:94
msgid ""
"The following Search Folder(s):\n"
"{0}\n"
@@ -14316,7 +14332,7 @@ msgstr ""
" &quot;{1}&quot;\n"
"E foram atualizadas."
-#: ../mail/mail.error.xml.h:98
+#: ../mail/mail.error.xml.h:99
msgid ""
"The following filter rule(s):\n"
"{0}\n"
@@ -14330,7 +14346,7 @@ msgstr ""
" &quot;{1}&quot;\n"
"E foram atualizadas."
-#: ../mail/mail.error.xml.h:103
+#: ../mail/mail.error.xml.h:104
msgid ""
"The message was sent via the &quot;sendmail&quot; external application. "
"Sendmail reports the following error: status 67: mail not sent.\n"
@@ -14342,11 +14358,11 @@ msgstr ""
"A mensagem está armazenada na Caixa de saída. Verifique erros na mensagem e "
"envie novamente."
-#: ../mail/mail.error.xml.h:105
+#: ../mail/mail.error.xml.h:106
msgid "The script file must exist and be executable."
msgstr "A arquivo de script deve existir e ser executável."
-#: ../mail/mail.error.xml.h:106
+#: ../mail/mail.error.xml.h:107
msgid ""
"This folder may have been added implicitly,\n"
"go to the Search Folder editor to add it explicitly, if required."
@@ -14355,7 +14371,7 @@ msgstr ""
"vá para o editor de Pasta de Pesquisa para adicioná-la explicitamente, caso "
"seja requerido."
-#: ../mail/mail.error.xml.h:108
+#: ../mail/mail.error.xml.h:109
msgid ""
"This message cannot be sent because the account you chose to send with is "
"not enabled"
@@ -14363,14 +14379,14 @@ msgstr ""
"Esta mensagem não pode ser enviada pois a conta que você escolheu para mandá-"
"la não está ativada"
-#: ../mail/mail.error.xml.h:109
+#: ../mail/mail.error.xml.h:110
msgid ""
"This message cannot be sent because you have not specified any recipients"
msgstr ""
"Esta mensagem não pode ser enviada pois você não especificou nenhum "
"destinatário"
-#: ../mail/mail.error.xml.h:110
+#: ../mail/mail.error.xml.h:111
msgid ""
"This server does not support this type of authentication and may not support "
"authentication at all."
@@ -14378,15 +14394,23 @@ msgstr ""
"Este servidor não suporta este tipo de autenticação e pode não suportar a "
"autenticação de forma alguma."
-#: ../mail/mail.error.xml.h:111
+#: ../mail/mail.error.xml.h:112
msgid "This signature has been changed, but has not been saved."
msgstr "Esta assinatura foi alterada, mas não foi salva."
-#: ../mail/mail.error.xml.h:112
+#: ../mail/mail.error.xml.h:113
+msgid ""
+"This will mark all messages as read in the selected folder and its "
+"subfolders."
+msgstr ""
+"Isto marcará como lidas todas as mensagens na pasta selecionada (e em suas "
+"subordinadas)."
+
+#: ../mail/mail.error.xml.h:114
msgid "Unable to connect to the GroupWise server."
msgstr "Impossível conectar ao servidor GroupWise."
-#: ../mail/mail.error.xml.h:113
+#: ../mail/mail.error.xml.h:115
msgid ""
"Unable to open the drafts folder for this account. Use the system drafts "
"folder instead?"
@@ -14394,40 +14418,40 @@ msgstr ""
"Impossível abrir a pasta de rascunhos para esta conta. Usar a pasta de "
"rascunhos do sistema?"
-#: ../mail/mail.error.xml.h:114
+#: ../mail/mail.error.xml.h:116
msgid "Unable to read license file."
msgstr "Impossível ler o arquivo de licença."
-#: ../mail/mail.error.xml.h:115
+#: ../mail/mail.error.xml.h:117
msgid "Use _Default"
msgstr "Usar _Padrão"
-#: ../mail/mail.error.xml.h:116
+#: ../mail/mail.error.xml.h:118
msgid "Use default drafts folder?"
msgstr "Usar pasta de rascunhos padrão?"
-#: ../mail/mail.error.xml.h:117
+#: ../mail/mail.error.xml.h:119
msgid "You have not filled in all of the required information."
msgstr "Você não preencheu todas as informações necessárias."
-#: ../mail/mail.error.xml.h:118
+#: ../mail/mail.error.xml.h:120
msgid "You have unsent messages, do you wish to quit anyway?"
msgstr ""
"Você possui mensagens ainda não enviadas. Você deseja sair mesmo assim?"
-#: ../mail/mail.error.xml.h:119
+#: ../mail/mail.error.xml.h:121
msgid "You may not create two accounts with the same name."
msgstr "Você não pode criar duas contas com o mesmo nome."
-#: ../mail/mail.error.xml.h:120
+#: ../mail/mail.error.xml.h:122
msgid "You must name this Search Folder."
msgstr "Você deve nomear esta Pasta de Pesquisa."
-#: ../mail/mail.error.xml.h:121
+#: ../mail/mail.error.xml.h:123
msgid "You must specify a folder."
msgstr "Você deve especificar uma pasta."
-#: ../mail/mail.error.xml.h:122
+#: ../mail/mail.error.xml.h:124
msgid ""
"You must specify at least one folder as a source.\n"
"Either by selecting the folders individually, and/or by selecting all local "
@@ -14437,99 +14461,99 @@ msgstr ""
"Faça isso selecionando as pastas individualmente e/ou selecionando\n"
"todas as pastas locais, todas as pastas remotas ou ambas."
-#: ../mail/mail.error.xml.h:124
+#: ../mail/mail.error.xml.h:126
msgid "Your login to your server &quot;{0}&quot; as &quot;{0}&quot; failed."
msgstr ""
"O seu login no seu servidor &quot;{0}&quot; como &quot;{0}&quot; falhou."
-#: ../mail/mail.error.xml.h:125
+#: ../mail/mail.error.xml.h:127
msgid "Your message with the subject &quot;{0}&quot; was not delivered."
msgstr "Sua mensagem com o assunto &quot;{0}&quot; não foi entregue."
-#: ../mail/mail.error.xml.h:126
+#: ../mail/mail.error.xml.h:128
msgid "_Append"
msgstr "_Adicionar"
-#: ../mail/mail.error.xml.h:127
+#: ../mail/mail.error.xml.h:129
msgid "_Discard changes"
msgstr "_Descartar alterações"
-#: ../mail/mail.error.xml.h:129
+#: ../mail/mail.error.xml.h:131
msgid "_Expunge"
msgstr "_Excluir Permanentemente"
-#: ../mail/mail.error.xml.h:130
+#: ../mail/mail.error.xml.h:132
msgid "_Open Messages"
msgstr "A_brir Mensagens"
-#: ../mail/message-list.c:1004
+#: ../mail/message-list.c:1000
msgid "Unseen"
msgstr "Não Lida"
-#: ../mail/message-list.c:1005
+#: ../mail/message-list.c:1001
msgid "Seen"
msgstr "Lida"
-#: ../mail/message-list.c:1006
+#: ../mail/message-list.c:1002
msgid "Answered"
msgstr "Respondida"
-#: ../mail/message-list.c:1007
+#: ../mail/message-list.c:1003
msgid "Multiple Unseen Messages"
msgstr "Várias Mensagens Não Lidas"
-#: ../mail/message-list.c:1008
+#: ../mail/message-list.c:1004
msgid "Multiple Messages"
msgstr "Várias Mensagens"
-#: ../mail/message-list.c:1012
+#: ../mail/message-list.c:1008
msgid "Lowest"
msgstr "Mínima"
-#: ../mail/message-list.c:1013
+#: ../mail/message-list.c:1009
msgid "Lower"
msgstr "Mais Baixa"
-#: ../mail/message-list.c:1017
+#: ../mail/message-list.c:1013
msgid "Higher"
msgstr "Mais Alta"
-#: ../mail/message-list.c:1018
+#: ../mail/message-list.c:1014
msgid "Highest"
msgstr "Máxima"
-#: ../mail/message-list.c:1346 ../widgets/table/e-cell-date.c:57
+#: ../mail/message-list.c:1341 ../widgets/table/e-cell-date.c:57
msgid "?"
msgstr "?"
#. strftime format of a time,
#. in 12-hour format, without seconds.
-#: ../mail/message-list.c:1353 ../plugins/itip-formatter/itip-view.c:198
+#: ../mail/message-list.c:1348 ../plugins/itip-formatter/itip-view.c:198
#: ../widgets/table/e-cell-date.c:72
msgid "Today %l:%M %p"
msgstr "Hoje %k:%M"
-#: ../mail/message-list.c:1362 ../widgets/table/e-cell-date.c:82
+#: ../mail/message-list.c:1357 ../widgets/table/e-cell-date.c:82
msgid "Yesterday %l:%M %p"
msgstr "Ontem %k:%M"
-#: ../mail/message-list.c:1374 ../widgets/table/e-cell-date.c:94
+#: ../mail/message-list.c:1369 ../widgets/table/e-cell-date.c:94
msgid "%a %l:%M %p"
msgstr "%a %k:%M"
-#: ../mail/message-list.c:1382 ../widgets/table/e-cell-date.c:102
+#: ../mail/message-list.c:1377 ../widgets/table/e-cell-date.c:102
msgid "%b %d %l:%M %p"
msgstr "%d %b %k:%M"
-#: ../mail/message-list.c:1384 ../widgets/table/e-cell-date.c:104
+#: ../mail/message-list.c:1379 ../widgets/table/e-cell-date.c:104
msgid "%b %d %Y"
msgstr "%d %b %Y"
-#: ../mail/message-list.c:2068
-msgid "Message List"
-msgstr "Lista de Mensagens"
+#: ../mail/message-list.c:2063
+msgid "Messages"
+msgstr "_Mensagens"
-#: ../mail/message-list.c:3446
+#: ../mail/message-list.c:3441
msgid "Generating message list"
msgstr "Gerando lista de mensagens"
@@ -14696,29 +14720,25 @@ msgstr "Fazer backup e restaurar configurações e dados do Evolution"
msgid "Restore Settings..."
msgstr "Restaurar Configurações..."
-#: ../plugins/bbdb/bbdb.c:429
+#: ../plugins/bbdb/bbdb.c:430 ../plugins/bbdb/bbdb.c:439
#: ../plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml.h:1
msgid "Automatic Contacts"
msgstr "Contatos Automáticos"
-#: ../plugins/bbdb/bbdb.c:438
-msgid "<span weight=\"bold\">Automatic Contacts</span>"
-msgstr "<span weight=\"bold\">Contatos Automáticos</span>"
-
#. Enable BBDB checkbox
-#: ../plugins/bbdb/bbdb.c:451
+#: ../plugins/bbdb/bbdb.c:454
msgid ""
"_Automatically create entries in the addressbook when responding to mail"
msgstr ""
"Cri_ar entradas no catálogo de endereços automaticamente quando responder "
"mensagens"
-#: ../plugins/bbdb/bbdb.c:472
-msgid "<span weight=\"bold\">Instant Messaging Contacts</span>"
-msgstr "<span weight=\"bold\">Contatos de Mensageiros Instantâneos</span>"
+#: ../plugins/bbdb/bbdb.c:475
+msgid "Instant Messaging Contacts"
+msgstr "Contatos de Mensagens Instantâneas"
#. Enable Gaim Checkbox
-#: ../plugins/bbdb/bbdb.c:485
+#: ../plugins/bbdb/bbdb.c:490
msgid ""
"Periodically synchronize contact information and images from gaim buddy list"
msgstr ""
@@ -14726,7 +14746,7 @@ msgstr ""
"mensageiro instantâneo"
#. Synchronize now button.
-#: ../plugins/bbdb/bbdb.c:502
+#: ../plugins/bbdb/bbdb.c:507
msgid "Synchronize with _buddy list now"
msgstr "Sincronizar com minha lista de ami_gos agora"
@@ -14867,8 +14887,8 @@ msgstr "Você deseja tornar o Evolution seu cliente padrão de e-mail?"
#: ../plugins/default-source/default-source.c:82
#: ../plugins/default-source/default-source.c:109
-msgid "Mark as default folder"
-msgstr "Marcar como pasta padrão"
+msgid "Mark as _default folder"
+msgstr "Marcar como pasta _padrão"
#: ../plugins/default-source/org-gnome-default-source.eplug.xml.h:1
msgid "Default Sources"
@@ -14924,11 +14944,11 @@ msgstr ""
"Esta opção conectará ao servidor Exchange usando a autenticação padrão de "
"senha em texto aberto."
-#: ../plugins/exchange-operations/exchange-account-setup.c:255
+#: ../plugins/exchange-operations/exchange-account-setup.c:257
msgid "Out Of Office"
msgstr "Fora do Escritório"
-#: ../plugins/exchange-operations/exchange-account-setup.c:262
+#: ../plugins/exchange-operations/exchange-account-setup.c:264
msgid ""
"The message specified below will be automatically sent to \n"
"each person who sends mail to you while you are out of the office."
@@ -14937,72 +14957,72 @@ msgstr ""
"para cada pessoa que enviar correio para você enquanto você\n"
"estiver fora do escritório."
-#: ../plugins/exchange-operations/exchange-account-setup.c:274
-#: ../plugins/exchange-operations/exchange-account-setup.c:279
+#: ../plugins/exchange-operations/exchange-account-setup.c:276
+#: ../plugins/exchange-operations/exchange-account-setup.c:281
msgid "I am out of the office"
msgstr "Eu estou fora do escritório"
-#: ../plugins/exchange-operations/exchange-account-setup.c:275
-#: ../plugins/exchange-operations/exchange-account-setup.c:278
+#: ../plugins/exchange-operations/exchange-account-setup.c:277
+#: ../plugins/exchange-operations/exchange-account-setup.c:280
msgid "I am in the office"
msgstr "Eu estou no escritório"
#. Change Password
-#: ../plugins/exchange-operations/exchange-account-setup.c:326
+#: ../plugins/exchange-operations/exchange-account-setup.c:328
msgid "Change the password for Exchange account"
msgstr "Alterar a senha para a conta do Exchange"
-#: ../plugins/exchange-operations/exchange-account-setup.c:328
+#: ../plugins/exchange-operations/exchange-account-setup.c:330
#: ../plugins/exchange-operations/exchange-change-password.glade.h:2
msgid "Change Password"
msgstr "Mudar a Senha"
#. Delegation Assistant
-#: ../plugins/exchange-operations/exchange-account-setup.c:333
+#: ../plugins/exchange-operations/exchange-account-setup.c:335
msgid "Manage the delegate settings for Exchange account"
msgstr "Gerencia as definições do representate para a conta do Exchange"
-#: ../plugins/exchange-operations/exchange-account-setup.c:335
+#: ../plugins/exchange-operations/exchange-account-setup.c:337
msgid "Delegation Assitant"
msgstr "Assistente de Delegação"
#. Miscelleneous settings
-#: ../plugins/exchange-operations/exchange-account-setup.c:347
+#: ../plugins/exchange-operations/exchange-account-setup.c:349
msgid "Miscelleneous"
msgstr "Diversos"
#. Folder Size
-#: ../plugins/exchange-operations/exchange-account-setup.c:357
+#: ../plugins/exchange-operations/exchange-account-setup.c:359
msgid "View the size of all Exchange folders"
msgstr "Visualizar o tamanho de todas as pastas de Exchange"
-#: ../plugins/exchange-operations/exchange-account-setup.c:359
+#: ../plugins/exchange-operations/exchange-account-setup.c:361
msgid "Folders Size"
msgstr "Tamanho das Pastas"
-#: ../plugins/exchange-operations/exchange-account-setup.c:366
+#: ../plugins/exchange-operations/exchange-account-setup.c:368
#: ../plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml.h:3
msgid "Exchange Settings"
msgstr "Configurações do Exchange"
-#: ../plugins/exchange-operations/exchange-account-setup.c:619
+#: ../plugins/exchange-operations/exchange-account-setup.c:609
msgid "_OWA URL:"
msgstr "Url _OWA:"
-#: ../plugins/exchange-operations/exchange-account-setup.c:645
+#: ../plugins/exchange-operations/exchange-account-setup.c:635
msgid "A_uthenticate"
msgstr "A_utenticar"
-#: ../plugins/exchange-operations/exchange-account-setup.c:838
+#: ../plugins/exchange-operations/exchange-account-setup.c:828
msgid "Authentication Type"
msgstr "Tipo de Autenticação"
-#: ../plugins/exchange-operations/exchange-account-setup.c:852
+#: ../plugins/exchange-operations/exchange-account-setup.c:842
msgid "Ch_eck for Supported Types"
msgstr "V_erificar por Tipos Suportados"
-#: ../plugins/exchange-operations/exchange-calendar.c:192
-#: ../plugins/exchange-operations/exchange-contacts.c:164
+#: ../plugins/exchange-operations/exchange-calendar.c:193
+#: ../plugins/exchange-operations/exchange-contacts.c:167
msgid ""
"Evolution is in offline mode. You cannot create or modify folders now.\n"
"Please switch to online mode for such operations."
@@ -15042,13 +15062,13 @@ msgstr "Nova Senha:"
msgid "Your current password has expired. Please change your password now."
msgstr "A sua senha atual expirou. Por favor, altere sua senha agora."
-#: ../plugins/exchange-operations/exchange-config-listener.c:633
+#: ../plugins/exchange-operations/exchange-config-listener.c:662
#, c-format
msgid "Your password will expire in the next %d days"
msgstr "Sua senha vai vencer nos próximos %d dias"
#: ../plugins/exchange-operations/exchange-delegates-user.c:144
-#: ../plugins/exchange-operations/exchange-permissions-dialog.c:576
+#: ../plugins/exchange-operations/exchange-permissions-dialog.c:580
msgid "Custom"
msgstr "Personalizar"
@@ -15072,34 +15092,34 @@ msgstr "Delegar Para"
msgid "Remove the delegate %s?"
msgstr "Remover o representante %s?"
-#: ../plugins/exchange-operations/exchange-delegates.c:679
+#: ../plugins/exchange-operations/exchange-delegates.c:680
msgid "Could not access Active Directory"
msgstr "Não foi possível acessar o Active Directory"
-#: ../plugins/exchange-operations/exchange-delegates.c:694
+#: ../plugins/exchange-operations/exchange-delegates.c:692
msgid "Could not find self in Active Directory"
msgstr "Não foi possível encontrar no Active Directory"
-#: ../plugins/exchange-operations/exchange-delegates.c:707
+#: ../plugins/exchange-operations/exchange-delegates.c:705
#, c-format
msgid "Could not find delegate %s in Active Directory"
msgstr "Não foi possível delegar %s no Active Directory"
-#: ../plugins/exchange-operations/exchange-delegates.c:719
+#: ../plugins/exchange-operations/exchange-delegates.c:717
#, c-format
msgid "Could not remove delegate %s"
msgstr "Não foi possível remover o representante %s"
-#: ../plugins/exchange-operations/exchange-delegates.c:779
+#: ../plugins/exchange-operations/exchange-delegates.c:777
msgid "Could not update list of delegates."
msgstr "Não foi possível atualizar a lista de representantes."
-#: ../plugins/exchange-operations/exchange-delegates.c:797
+#: ../plugins/exchange-operations/exchange-delegates.c:795
#, c-format
msgid "Could not add delegate %s"
msgstr "Não foi possível adicionar o representante %s"
-#: ../plugins/exchange-operations/exchange-delegates.c:965
+#: ../plugins/exchange-operations/exchange-delegates.c:963
msgid "Error reading delegates list."
msgstr "Erro ao abrir lista de representantes."
@@ -15161,15 +15181,15 @@ msgstr "_Tarefas:"
msgid "Permissions..."
msgstr "Permissões..."
-#: ../plugins/exchange-operations/exchange-folder-size-display.c:136
+#: ../plugins/exchange-operations/exchange-folder-size-display.c:135
msgid "Folder Name"
msgstr "Nome da Pasta"
-#: ../plugins/exchange-operations/exchange-folder-size-display.c:140
+#: ../plugins/exchange-operations/exchange-folder-size-display.c:139
msgid "Folder Size"
msgstr "Tamanho da Pasta"
-#: ../plugins/exchange-operations/exchange-folder-subscription.c:192
+#: ../plugins/exchange-operations/exchange-folder-subscription.c:279
#: ../plugins/exchange-operations/org-gnome-folder-subscription.xml.h:1
msgid "Subscribe to Other User's Folder"
msgstr "Subescrever a Pastas de Outros Usuários"
@@ -15184,14 +15204,14 @@ msgstr "Árvore de Pastas do Exchange"
msgid "Unsubscribe Folder..."
msgstr "Cancelar a Inscrição na Pasta..."
-#: ../plugins/exchange-operations/exchange-folder.c:466
-#: ../plugins/exchange-operations/exchange-folder.c:526
+#: ../plugins/exchange-operations/exchange-folder.c:463
+#: ../plugins/exchange-operations/exchange-folder.c:523
#, c-format
msgid "Really unsubscribe from folder \"%s\"?"
msgstr "Realmente cancelar a inscrição da pasta \"%s\"?"
-#: ../plugins/exchange-operations/exchange-folder.c:478
-#: ../plugins/exchange-operations/exchange-folder.c:538
+#: ../plugins/exchange-operations/exchange-folder.c:475
+#: ../plugins/exchange-operations/exchange-folder.c:535
#, c-format
msgid "Unsubscribe from \"%s\""
msgstr "Cancelar a inscrição de \"%s\""
@@ -15212,15 +15232,15 @@ msgstr "_Mudar a Senha"
msgid "ok_button"
msgstr "botão_ok"
-#: ../plugins/exchange-operations/exchange-permissions-dialog.c:301
+#: ../plugins/exchange-operations/exchange-permissions-dialog.c:305
msgid "(Permission denied.)"
msgstr "(Permissão negada.)"
-#: ../plugins/exchange-operations/exchange-permissions-dialog.c:409
+#: ../plugins/exchange-operations/exchange-permissions-dialog.c:413
msgid "Add User:"
msgstr "Adicionar Usuário:"
-#: ../plugins/exchange-operations/exchange-permissions-dialog.c:409
+#: ../plugins/exchange-operations/exchange-permissions-dialog.c:413
msgid "Add User"
msgstr "Adicionar Usuário"
@@ -15285,7 +15305,7 @@ msgid "Select User"
msgstr "Selecionar Usuário"
#: ../plugins/exchange-operations/exchange-user-dialog.c:182
-msgid "Addressbook..."
+msgid "Address Book..."
msgstr "Catálogo de Endereços..."
#: ../plugins/exchange-operations/org-gnome-exchange-ab-subscription.xml.h:1
@@ -15436,7 +15456,7 @@ msgid "Folder offline"
msgstr "Pasta desconectada"
#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:37
-#: ../shell/e-shell.c:1277
+#: ../shell/e-shell.c:1269
msgid "Generic error"
msgstr "Erro genérico"
@@ -15712,7 +15732,7 @@ msgid "<b>Users:</b>"
msgstr "<b>Usuários:</b>"
#: ../plugins/groupwise-features/properties.glade.h:4
-#: ../widgets/table/e-table-click-to-add.c:510
+#: ../widgets/table/e-table-click-to-add.c:509
msgid "Message"
msgstr "Mensagem"
@@ -15793,14 +15813,6 @@ msgstr "_Escrever"
msgid "Proxy"
msgstr "Proxy"
-#: ../plugins/groupwise-features/proxy-listing.glade.h:2
-#: ../plugins/publish-calendar/publish-calendar.glade.h:28
-#: ../smime/gui/smime-ui.glade.h:49
-#: ../widgets/table/e-table-config-no-group.glade.h:20
-#: ../widgets/table/e-table-config.glade.h:21
-msgid "dialog1"
-msgstr "dialog1"
-
#: ../plugins/groupwise-features/proxy-login-dialog.glade.h:1
msgid "<b>Account Name</b>"
msgstr "<b>Nome da Conta</b>"
@@ -15811,7 +15823,7 @@ msgstr "Login do Proxy"
#: ../plugins/groupwise-features/proxy-login.c:220
#: ../plugins/groupwise-features/proxy-login.c:263
-#: ../plugins/groupwise-features/proxy.c:502
+#: ../plugins/groupwise-features/proxy.c:503
#: ../plugins/groupwise-features/send-options.c:83
#, c-format
msgid "%sEnter password for %s (user %s)"
@@ -15821,29 +15833,29 @@ msgstr "%sForneça a senha para %s (usuário %s)"
msgid "_Proxy Login..."
msgstr "Login do _Proxy..."
-#: ../plugins/groupwise-features/proxy.c:698
+#: ../plugins/groupwise-features/proxy.c:697
msgid "The Proxy tab will be available only when the account is online."
msgstr ""
"A aba do Proxy estará disponível somente quando a conta estiver conectada."
-#: ../plugins/groupwise-features/proxy.c:703
+#: ../plugins/groupwise-features/proxy.c:702
msgid "The Proxy tab will be available only when the account is enabled."
msgstr ""
"A aba do Proxy estará disponível somente quando a conta estiver habilitada."
-#: ../plugins/groupwise-features/share-folder-common.c:318
+#: ../plugins/groupwise-features/share-folder-common.c:322
msgid "Users"
msgstr "Usuários"
-#: ../plugins/groupwise-features/share-folder-common.c:319
+#: ../plugins/groupwise-features/share-folder-common.c:323
msgid "Enter the users and set permissions"
msgstr "Digite os usuários e defina as permissões"
-#: ../plugins/groupwise-features/share-folder-common.c:338
+#: ../plugins/groupwise-features/share-folder-common.c:342
msgid "New _Shared Folder..."
msgstr "_Nova Pasta Compartilhada..."
-#: ../plugins/groupwise-features/share-folder-common.c:446
+#: ../plugins/groupwise-features/share-folder-common.c:450
msgid "Sharing"
msgstr "Compartilhamento"
@@ -15867,19 +15879,19 @@ msgstr "_Importar para Agenda"
msgid "_Import to Tasks"
msgstr "Importar para Tarefas"
-#: ../plugins/import-ics-attachments/icsimporter.c:197
+#: ../plugins/import-ics-attachments/icsimporter.c:198
msgid "Import ICS"
msgstr "Importar ICS"
-#: ../plugins/import-ics-attachments/icsimporter.c:225
+#: ../plugins/import-ics-attachments/icsimporter.c:226
msgid "Select Task List"
msgstr "Selecionar Lista de Tarefas"
-#: ../plugins/import-ics-attachments/icsimporter.c:229
+#: ../plugins/import-ics-attachments/icsimporter.c:230
msgid "Select Calendar"
msgstr "Selecionar Agenda"
-#: ../plugins/import-ics-attachments/icsimporter.c:260
+#: ../plugins/import-ics-attachments/icsimporter.c:261
#: ../shell/e-shell-importer.c:703
msgid "_Import"
msgstr "_Importar"
@@ -15957,103 +15969,103 @@ msgstr "Um compromisso na agenda '%s' está em conflito com esta reunião"
msgid "Found the appointment in the calendar '%s'"
msgstr "Encontrado o compromisso na agenda '%s'"
-#: ../plugins/itip-formatter/itip-formatter.c:487
+#: ../plugins/itip-formatter/itip-formatter.c:488
msgid "Unable to find any calendars"
msgstr "Não é possível encontrar nenhuma agenda"
-#: ../plugins/itip-formatter/itip-formatter.c:494
+#: ../plugins/itip-formatter/itip-formatter.c:495
msgid "Unable to find this meeting in any calendar"
msgstr "Não é possível encontrar esta reunião em nenhuma agenda"
-#: ../plugins/itip-formatter/itip-formatter.c:498
+#: ../plugins/itip-formatter/itip-formatter.c:499
msgid "Unable to find this task in any task list"
msgstr "Não é possível encontrar esta tarefa em nenhuma lista de tarefas"
-#: ../plugins/itip-formatter/itip-formatter.c:502
+#: ../plugins/itip-formatter/itip-formatter.c:503
msgid "Unable to find this journal entry in any journal"
msgstr "Não é possível encontrar este item em nenhum diário"
-#: ../plugins/itip-formatter/itip-formatter.c:528
+#: ../plugins/itip-formatter/itip-formatter.c:529
msgid "Searching for an existing version of this appointment"
msgstr "Procurando por uma versão existente deste compromisso"
-#: ../plugins/itip-formatter/itip-formatter.c:724
+#: ../plugins/itip-formatter/itip-formatter.c:726
msgid "Unable to parse item"
msgstr "Não foi possível analisar item"
-#: ../plugins/itip-formatter/itip-formatter.c:780
+#: ../plugins/itip-formatter/itip-formatter.c:782
#, c-format
msgid "Unable to send item to calendar '%s'. %s"
msgstr "Não foi possível enviar item para a agenda '%s'. %s"
-#: ../plugins/itip-formatter/itip-formatter.c:791
+#: ../plugins/itip-formatter/itip-formatter.c:793
#, c-format
msgid "Sent to calendar '%s' as accepted"
msgstr "Enviado para agenda '%s' como aceito"
-#: ../plugins/itip-formatter/itip-formatter.c:795
+#: ../plugins/itip-formatter/itip-formatter.c:797
#, c-format
msgid "Sent to calendar '%s' as tentative"
msgstr "Enviado para a agenda '%s' como tentativa"
-#: ../plugins/itip-formatter/itip-formatter.c:800
+#: ../plugins/itip-formatter/itip-formatter.c:802
#, c-format
msgid "Sent to calendar '%s' as declined"
msgstr "Enviado para a agenda '%s' como recusado"
-#: ../plugins/itip-formatter/itip-formatter.c:805
+#: ../plugins/itip-formatter/itip-formatter.c:807
#, c-format
msgid "Sent to calendar '%s' as canceled"
msgstr "Enviado para a agenda '%s' como cancelado"
-#: ../plugins/itip-formatter/itip-formatter.c:898
+#: ../plugins/itip-formatter/itip-formatter.c:900
#, c-format
msgid "Organizer has removed the delegate %s "
msgstr "O organizador removeu o representante %s "
-#: ../plugins/itip-formatter/itip-formatter.c:905
+#: ../plugins/itip-formatter/itip-formatter.c:907
msgid "Sent a cancelation notice to the delegate"
msgstr "Notificação de cacelamento enviado para o representante"
-#: ../plugins/itip-formatter/itip-formatter.c:907
+#: ../plugins/itip-formatter/itip-formatter.c:909
msgid "Could not send the cancelation notice to the delegate"
msgstr ""
"Não foi possível enviar a notificação de cancelamento para o representante"
-#: ../plugins/itip-formatter/itip-formatter.c:991
+#: ../plugins/itip-formatter/itip-formatter.c:994
msgid "Attendee status could not be updated because the status is invalid"
msgstr ""
"Estado do participante não pôde ser atualizado devido a um estado inválido"
-#: ../plugins/itip-formatter/itip-formatter.c:1017
+#: ../plugins/itip-formatter/itip-formatter.c:1021
#, c-format
msgid "Unable to update attendee. %s"
msgstr "Não é possível atualizar participante. %s"
-#: ../plugins/itip-formatter/itip-formatter.c:1021
+#: ../plugins/itip-formatter/itip-formatter.c:1025
msgid "Attendee status updated"
msgstr "Estado do participante atualizado"
-#: ../plugins/itip-formatter/itip-formatter.c:1148
+#: ../plugins/itip-formatter/itip-formatter.c:1152
msgid "The calendar attached is not valid"
msgstr "A agenda anexada não é válida"
-#: ../plugins/itip-formatter/itip-formatter.c:1149
+#: ../plugins/itip-formatter/itip-formatter.c:1153
msgid ""
"The message claims to contain a calendar, but the calendar is not a valid "
"iCalendar."
msgstr ""
"A mensagem diz conter uma agenda, mas a agenda não é um iCalendar válido."
-#: ../plugins/itip-formatter/itip-formatter.c:1183
-#: ../plugins/itip-formatter/itip-formatter.c:1198
-#: ../plugins/itip-formatter/itip-formatter.c:1274
+#: ../plugins/itip-formatter/itip-formatter.c:1187
+#: ../plugins/itip-formatter/itip-formatter.c:1202
+#: ../plugins/itip-formatter/itip-formatter.c:1278
msgid "The item in the calendar is not valid"
msgstr "O item na agenda não é válido"
-#: ../plugins/itip-formatter/itip-formatter.c:1184
-#: ../plugins/itip-formatter/itip-formatter.c:1199
-#: ../plugins/itip-formatter/itip-formatter.c:1275
+#: ../plugins/itip-formatter/itip-formatter.c:1188
+#: ../plugins/itip-formatter/itip-formatter.c:1203
+#: ../plugins/itip-formatter/itip-formatter.c:1279
msgid ""
"The message does contain a calendar, but the calendar contains no events, "
"tasks or free/busy information"
@@ -16061,11 +16073,11 @@ msgstr ""
"A mensagem contém uma agenda, mas a agenda não contém eventos, tarefas ou "
"informação de livre/ocupado"
-#: ../plugins/itip-formatter/itip-formatter.c:1209
+#: ../plugins/itip-formatter/itip-formatter.c:1213
msgid "The calendar attached contains multiple items"
msgstr "A agenda anexa contém múltiplos itens"
-#: ../plugins/itip-formatter/itip-formatter.c:1210
+#: ../plugins/itip-formatter/itip-formatter.c:1214
msgid ""
"To process all of these items, the file should be saved and the calendar "
"imported"
@@ -16075,25 +16087,22 @@ msgstr ""
#. Delete message after acting
#. FIXME Need a schema for this
-#: ../plugins/itip-formatter/itip-formatter.c:1991
+#: ../plugins/itip-formatter/itip-formatter.c:1994
msgid "_Delete message after acting"
msgstr "_Remover mensagem depois da ação"
-#: ../plugins/itip-formatter/itip-formatter.c:2001
-msgid "<span weight=\"bold\">Conflict Search</span>"
-msgstr "<span weight=\"bold\">Procura de Conflitos</span>"
+#: ../plugins/itip-formatter/itip-formatter.c:2004
+#: ../plugins/itip-formatter/itip-formatter.c:2036
+msgid "Conflict Search"
+msgstr "Procura de Conflitos"
#. Source selector
-#: ../plugins/itip-formatter/itip-formatter.c:2014
+#: ../plugins/itip-formatter/itip-formatter.c:2019
msgid "Select the calendars to search for meeting conflicts"
msgstr "Selecione a agenda para procurar por conflitos de reunião"
-#: ../plugins/itip-formatter/itip-formatter.c:2031
-msgid "Conflict Search Table"
-msgstr "Tabela de Procura de Conflitos"
-
#. strftime format of a weekday and a date.
-#: ../plugins/itip-formatter/itip-view.c:184 ../ui/evolution-calendar.xml.h:32
+#: ../plugins/itip-formatter/itip-view.c:184 ../ui/evolution-calendar.xml.h:34
#: ../widgets/misc/e-cell-date-edit.c:241 ../widgets/misc/e-dateedit.c:467
msgid "Today"
msgstr "Hoje"
@@ -16435,26 +16444,26 @@ msgid "_Update"
msgstr "_Atualizar"
#. Start time
-#: ../plugins/itip-formatter/itip-view.c:892
+#: ../plugins/itip-formatter/itip-view.c:888
msgid "Start time:"
msgstr "Hora de início:"
#. End time
-#: ../plugins/itip-formatter/itip-view.c:901
+#: ../plugins/itip-formatter/itip-view.c:897
msgid "End time:"
msgstr "Hora de término:"
#. Comment
-#: ../plugins/itip-formatter/itip-view.c:917
-#: ../plugins/itip-formatter/itip-view.c:967
+#: ../plugins/itip-formatter/itip-view.c:913
+#: ../plugins/itip-formatter/itip-view.c:963
msgid "Comment:"
msgstr "Comentário:"
-#: ../plugins/itip-formatter/itip-view.c:981
+#: ../plugins/itip-formatter/itip-view.c:977
msgid "Send u_pdates to attendees"
msgstr "Enviar atuali_zações aos participantes"
-#: ../plugins/itip-formatter/itip-view.c:990
+#: ../plugins/itip-formatter/itip-view.c:986
msgid "A_pply to all instances"
msgstr "A_plicar a todas as instâncias"
@@ -16770,7 +16779,7 @@ msgstr "Um plugin para gerenciar quais plugins estão habilitados ou não."
#. Setup the ui
#: ../plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml.h:2
-#: ../plugins/plugin-manager/plugin-manager.c:188
+#: ../plugins/plugin-manager/plugin-manager.c:180
msgid "Plugin Manager"
msgstr "Gerenciador de Módulos"
@@ -16782,30 +16791,22 @@ msgstr "Habilitar e desabilitar módulos"
msgid "_Plugins"
msgstr "_Módulos"
-#: ../plugins/plugin-manager/plugin-manager.c:45
+#: ../plugins/plugin-manager/plugin-manager.c:43
msgid "Author(s)"
msgstr "Autore(s)"
-#: ../plugins/plugin-manager/plugin-manager.c:46
-msgid "Id"
-msgstr "Id"
-
-#: ../plugins/plugin-manager/plugin-manager.c:47
-msgid "Path"
-msgstr "Caminho"
-
-#: ../plugins/plugin-manager/plugin-manager.c:48
+#: ../plugins/plugin-manager/plugin-manager.c:44
#: ../widgets/table/e-table-config-no-group.glade.h:6
#: ../widgets/table/e-table-config.glade.h:5
msgid "Description"
msgstr "Descrição"
-#: ../plugins/plugin-manager/plugin-manager.c:201
+#: ../plugins/plugin-manager/plugin-manager.c:193
msgid "Note: Some changes will not take effect until restart"
msgstr "Nota: Algumas mudanças somente terão efeito após o próximo reinício"
-#: ../plugins/plugin-manager/plugin-manager.c:210
-#: ../plugins/plugin-manager/plugin-manager.c:271
+#: ../plugins/plugin-manager/plugin-manager.c:202
+#: ../plugins/plugin-manager/plugin-manager.c:262
msgid "Plugin"
msgstr "Módulo"
@@ -16851,7 +16852,7 @@ msgid "Gives an option to print mail from composer"
msgstr "Fornecer uma opção para imprimir a mensagem a partir do redator"
#: ../plugins/print-message/org-gnome-print-message.xml.h:1
-#: ../ui/evolution-addressbook.xml.h:27 ../ui/evolution-calendar.xml.h:19
+#: ../ui/evolution-addressbook.xml.h:27 ../ui/evolution-calendar.xml.h:21
#: ../ui/evolution-mail-message.xml.h:76 ../ui/evolution-memos.xml.h:12
#: ../ui/evolution-tasks.xml.h:15
msgid "Print Pre_view"
@@ -16885,7 +16886,7 @@ msgstr "Locais"
msgid "_Publish Calendar Information"
msgstr "_Publicar Informação de Agenda"
-#: ../plugins/publish-calendar/publish-calendar.c:386
+#: ../plugins/publish-calendar/publish-calendar.c:399
msgid "Are you sure you want to remove this URL?"
msgstr "Você tem certeza que deseja excluir esta URL?"
@@ -16908,14 +16909,18 @@ msgstr ""
"Manualmente (pelo menu de Ações)"
#: ../plugins/publish-calendar/publish-calendar.glade.h:10
+msgid "P_ort:"
+msgstr "_Porta:"
+
+#: ../plugins/publish-calendar/publish-calendar.glade.h:11
msgid "Publishing Location"
msgstr "Local de Publicação"
-#: ../plugins/publish-calendar/publish-calendar.glade.h:11
+#: ../plugins/publish-calendar/publish-calendar.glade.h:12
msgid "Publishing _Frequency:"
msgstr "_Freqüência de Publicação:"
-#: ../plugins/publish-calendar/publish-calendar.glade.h:12
+#: ../plugins/publish-calendar/publish-calendar.glade.h:13
msgid ""
"SSH\n"
"Public FTP\n"
@@ -16933,11 +16938,11 @@ msgstr ""
"WebDAV seguro (HTTPS)\n"
"Local especificado"
-#: ../plugins/publish-calendar/publish-calendar.glade.h:19
+#: ../plugins/publish-calendar/publish-calendar.glade.h:20
msgid "Service _type:"
msgstr "_Tipo do Serviço:"
-#: ../plugins/publish-calendar/publish-calendar.glade.h:21
+#: ../plugins/publish-calendar/publish-calendar.glade.h:22
msgid "_File:"
msgstr "_Arquivo:"
@@ -16945,7 +16950,7 @@ msgstr "_Arquivo:"
msgid "_Publish as:"
msgstr "_Publicar como:"
-#: ../plugins/publish-calendar/publish-calendar.glade.h:29
+#: ../plugins/publish-calendar/publish-calendar.glade.h:28
msgid ""
"iCal\n"
"Free/Busy"
@@ -17085,13 +17090,13 @@ msgid "Save Selected"
msgstr "Salvar Selecionado"
#: ../plugins/save-calendar/org-gnome-save-calendar.eplug.xml.h:2
-msgid "Save to _Disk"
-msgstr "Salvar no _Disco"
-
-#: ../plugins/save-calendar/org-gnome-save-calendar.eplug.xml.h:3
msgid "Saves selected calendar or tasks list to disk."
msgstr "Salvar agendas ou lista de tarefas no disco."
+#: ../plugins/save-calendar/org-gnome-save-calendar.eplug.xml.h:3
+msgid "_Save to Disk"
+msgstr "Salvar no _Disco"
+
#.
#. * Translator: the %FT%T is the thirth argument for a strftime function.
#. * It lets you define the formatting of the date in the rdf-file.
@@ -17105,8 +17110,8 @@ msgstr "%FT%T"
msgid "RDF format (.rdf)"
msgstr "Formato RDF (.rdf)"
-#: ../plugins/save-calendar/save-calendar.c:170
-#: ../plugins/save-calendar/save-calendar.c:180
+#: ../plugins/save-calendar/save-calendar.c:169
+#: ../plugins/save-calendar/save-calendar.c:179
msgid "Select destination file"
msgstr "Selecionar arquivo de destino"
@@ -17119,11 +17124,11 @@ msgid "Selects a single calendar or task source for viewing."
msgstr "Selecionar uma agenda ou fonte de tarefas para visualização."
#: ../plugins/select-one-source/org-gnome-select-one-source.eplug.xml.h:3
-msgid "_Show only this Calendar"
+msgid "Show _only this Calendar"
msgstr "Mo_strar somente esta Agenda"
#: ../plugins/select-one-source/org-gnome-select-one-source.eplug.xml.h:4
-msgid "_Show only this Task List"
+msgid "Show _only this Task List"
msgstr "Mo_strar somente esta Lista de Tarefas"
#: ../plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml.h:1
@@ -17160,13 +17165,13 @@ msgstr ""
msgid "Please select the information that you would like to import:"
msgstr "Por favor, selecione a informação que você deseja importar:"
-#: ../plugins/startup-wizard/startup-wizard.c:154
+#: ../plugins/startup-wizard/startup-wizard.c:155
#: ../shell/e-shell-importer.c:400
#, c-format
msgid "From %s:"
msgstr "De %s:"
-#: ../plugins/startup-wizard/startup-wizard.c:234
+#: ../plugins/startup-wizard/startup-wizard.c:235
#: ../shell/e-shell-importer.c:511
msgid "Importing data."
msgstr "Importando dados."
@@ -17245,40 +17250,46 @@ msgid "Printer settings"
msgstr "Configurações da impressora"
#: ../shell/apps_evolution_shell.schemas.in.in.h:10
+msgid "Sidebar is visible"
+msgstr "A barra lateral está visível"
+
+#: ../shell/apps_evolution_shell.schemas.in.in.h:11
msgid "Skip development warning dialog"
msgstr "Pular diálogo de alerta de desenvolvimento"
-#: ../shell/apps_evolution_shell.schemas.in.in.h:11 ../shell/main.c:473
+#: ../shell/apps_evolution_shell.schemas.in.in.h:12 ../shell/main.c:473
msgid "Start in offline mode"
msgstr "Iniciar no modo desconectado"
-#: ../shell/apps_evolution_shell.schemas.in.in.h:12
+#: ../shell/apps_evolution_shell.schemas.in.in.h:13
msgid ""
-"The configuration version of Evolution, with major/minor/configuration level"
+"The configuration version of Evolution, with major/minor/configuration level "
+"(for example \"2.6.0\")."
msgstr ""
-"A versão de configuração do Evolution, com maior/menor/nível de configuração"
+"A versão de configuração do Evolution, com maior/menor/nível de configuração "
+"(por exemplo \"2.6.0\")."
-#: ../shell/apps_evolution_shell.schemas.in.in.h:13
+#: ../shell/apps_evolution_shell.schemas.in.in.h:14
msgid "The default height for the main window, in pixels."
msgstr "A altura padrão para a janela principal, em pixels."
-#: ../shell/apps_evolution_shell.schemas.in.in.h:14
+#: ../shell/apps_evolution_shell.schemas.in.in.h:15
msgid "The default width for the main window, in pixels."
msgstr "A largura padrão para a janela principal, em pixels."
-#: ../shell/apps_evolution_shell.schemas.in.in.h:15
+#: ../shell/apps_evolution_shell.schemas.in.in.h:16
msgid "The default width for the sidebar, in pixels."
msgstr "A largura padrão para a barra lateral, em pixels."
-#: ../shell/apps_evolution_shell.schemas.in.in.h:16
+#: ../shell/apps_evolution_shell.schemas.in.in.h:17
msgid ""
"The last upgraded configuration version of Evolution, with major/minor/"
-"configuration level"
+"configuration level (for example \"2.6.0\")."
msgstr ""
"A última versão de configuração do Evolution atualizada, com maior/menor/"
-"nível de configuração"
+"nível de configuração (por exemplo \"2.6.0\")."
-#: ../shell/apps_evolution_shell.schemas.in.in.h:17
+#: ../shell/apps_evolution_shell.schemas.in.in.h:18
msgid ""
"The style of the window buttons. Can be \"text\", \"icons\", \"both\", "
"\"toolbar\". If \"toolbar\" is set, the style of the buttons is determined "
@@ -17289,33 +17300,37 @@ msgstr ""
"estilo dos botões é determinado pela configuração da barra de ferramentas do "
"GNOME."
-#: ../shell/apps_evolution_shell.schemas.in.in.h:18
+#: ../shell/apps_evolution_shell.schemas.in.in.h:19
msgid "Toolbar is visible"
msgstr "A barra de ferramentas está visível"
-#: ../shell/apps_evolution_shell.schemas.in.in.h:19
+#: ../shell/apps_evolution_shell.schemas.in.in.h:20
msgid "Whether Evolution will start up in offline mode instead of online mode."
msgstr ""
"Se o Evolution deve iniciar em modo desconectado em vez de modo conectado."
-#: ../shell/apps_evolution_shell.schemas.in.in.h:20
+#: ../shell/apps_evolution_shell.schemas.in.in.h:21
+msgid "Whether the sidebar should be visible."
+msgstr "Se a barra lateral deve estar visível."
+
+#: ../shell/apps_evolution_shell.schemas.in.in.h:22
msgid "Whether the toolbar should be visible."
msgstr "Se a barra de ferramentas deve estar visível."
-#: ../shell/apps_evolution_shell.schemas.in.in.h:21
+#: ../shell/apps_evolution_shell.schemas.in.in.h:23
msgid ""
"Whether the warning dialog in development versions of Evolution is skipped."
msgstr "Se o diálogo de alerta em versões de desenvolvimento deve ser pulado."
-#: ../shell/apps_evolution_shell.schemas.in.in.h:22
+#: ../shell/apps_evolution_shell.schemas.in.in.h:24
msgid "Whether the window buttons should be visible."
msgstr "Se os botões de janela devem estar visíveis."
-#: ../shell/apps_evolution_shell.schemas.in.in.h:23
+#: ../shell/apps_evolution_shell.schemas.in.in.h:25
msgid "Window button style"
msgstr "Estilo dos botões de janela"
-#: ../shell/apps_evolution_shell.schemas.in.in.h:24
+#: ../shell/apps_evolution_shell.schemas.in.in.h:26
msgid "Window buttons are visible"
msgstr "Botões de janela são visíveis"
@@ -17331,8 +17346,8 @@ msgstr "Conexões Ativas"
msgid "Click OK to close these connections and go offline"
msgstr "Clique em OK para fechar estas conexões e desconectar"
-#: ../shell/e-shell-folder-title-bar.c:586
-#: ../shell/e-shell-folder-title-bar.c:587
+#: ../shell/e-shell-folder-title-bar.c:584
+#: ../shell/e-shell-folder-title-bar.c:585
msgid "(Untitled)"
msgstr "(Sem título)"
@@ -17441,15 +17456,11 @@ msgstr ""
"Gustavo Maciel Dias Vieira <gustavo@sagui.org>\n"
"Afonso Celso Medina <afmedina@uol.com.br>"
-#: ../shell/e-shell-window-commands.c:544
-msgid "Groupware Suite"
-msgstr "Conjunto de Aplicativos de Groupware"
-
#: ../shell/e-shell-window-commands.c:775
msgid "_Work Online"
msgstr "_Trabalhar Conectado"
-#: ../shell/e-shell-window-commands.c:788 ../ui/evolution.xml.h:52
+#: ../shell/e-shell-window-commands.c:788 ../ui/evolution.xml.h:54
msgid "_Work Offline"
msgstr "_Trabalhar Desconectado"
@@ -17457,23 +17468,23 @@ msgstr "_Trabalhar Desconectado"
msgid "Work Offline"
msgstr "Trabalhar Desconectado"
-#: ../shell/e-shell-window.c:370
+#: ../shell/e-shell-window.c:368
msgid "Evolution is currently online. Click on this button to work offline."
msgstr ""
"O Evolution está atualmente conectado. Clique neste botão para trabalhar "
"desconectado."
-#: ../shell/e-shell-window.c:378
+#: ../shell/e-shell-window.c:376
msgid "Evolution is in the process of going offline."
msgstr "O Evolution está em processo de desconecção"
-#: ../shell/e-shell-window.c:385
+#: ../shell/e-shell-window.c:383
msgid "Evolution is currently offline. Click on this button to work online."
msgstr ""
"O Evolution está atualmente desconectado. Clique neste botão para trabalhar "
"conectado."
-#: ../shell/e-shell-window.c:775
+#: ../shell/e-shell-window.c:783
#, c-format
msgid "Switch to %s"
msgstr "Mudar para %s"
@@ -17482,24 +17493,24 @@ msgstr "Mudar para %s"
msgid "Uknown system error."
msgstr "Erro de sistema desconhecido."
-#: ../shell/e-shell.c:831 ../shell/e-shell.c:832
+#: ../shell/e-shell.c:829 ../shell/e-shell.c:830
#, c-format
msgid "%ld KB"
msgstr "%ld KB"
-#: ../shell/e-shell.c:1269 ../widgets/misc/e-cell-date-edit.c:257
+#: ../shell/e-shell.c:1261 ../widgets/misc/e-cell-date-edit.c:257
msgid "OK"
msgstr "OK"
-#: ../shell/e-shell.c:1271
+#: ../shell/e-shell.c:1263
msgid "Invalid arguments"
msgstr "Argumentos inválidos"
-#: ../shell/e-shell.c:1273
+#: ../shell/e-shell.c:1265
msgid "Cannot register on OAF"
msgstr "Não é possível registrar no OAF"
-#: ../shell/e-shell.c:1275
+#: ../shell/e-shell.c:1267
msgid "Configuration Database not found"
msgstr "Não foi localizado o Banco de Dados de configuração"
@@ -17605,7 +17616,7 @@ msgstr ""
"A Equipe do Evolution\n"
#: ../shell/main.c:261
-msgid "Don't tell me again"
+msgid "Do not tell me again"
msgstr "Não me diga novamente"
#: ../shell/main.c:471
@@ -17718,7 +17729,7 @@ msgstr "A atualização de versões anteriores falhou: {0}"
#: ../shell/shell.error.xml.h:20
msgid ""
-"Upgrading your data and settings will require upto {0} of disk space, but "
+"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 "
@@ -17789,7 +17800,7 @@ msgstr ""
"\n"
"Editar configurações de confiança:"
-#: ../smime/gui/cert-trust-dialog.c:153
+#: ../smime/gui/cert-trust-dialog.c:154
msgid ""
"Because you trust the certificate authority that issued this certificate, "
"then you trust the authenticity of this certificate unless otherwise "
@@ -17799,7 +17810,7 @@ msgstr ""
"então você confia na autenticidade deste certificado a não ser que aqui "
"esteja indicado o contrário"
-#: ../smime/gui/cert-trust-dialog.c:157
+#: ../smime/gui/cert-trust-dialog.c:158
msgid ""
"Because you do not trust the certificate authority that issued this "
"certificate, then you do not trust the authenticity of this certificate "
@@ -17842,22 +17853,22 @@ msgstr "Válido até"
msgid "E-Mail Address"
msgstr "Endereço de Email"
-#: ../smime/gui/certificate-viewer.c:342
+#: ../smime/gui/certificate-viewer.c:341
#, c-format
msgid "Certificate Viewer: %s"
msgstr "Visualizador de Certificado: %s"
-#: ../smime/gui/component.c:45
+#: ../smime/gui/component.c:47
#, c-format
msgid "Enter the password for `%s'"
msgstr "Digite a senha para '%s'"
#. we're setting the password initially
-#: ../smime/gui/component.c:68
+#: ../smime/gui/component.c:70
msgid "Enter new password for certificate database"
msgstr "Digite a nova senha para o banco de dados de certificados"
-#: ../smime/gui/component.c:70
+#: ../smime/gui/component.c:72
msgid "Enter new password"
msgstr "Digite a nova senha"
@@ -18068,7 +18079,7 @@ msgid "_Edit CA Trust"
msgstr "_Editar Confiança do CA"
#. XXX we shouldn't be popping up dialogs in this code.
-#: ../smime/lib/e-cert-db.c:657
+#: ../smime/lib/e-cert-db.c:664
msgid "Certificate already exists"
msgstr "O certificado já existe"
@@ -18247,27 +18258,27 @@ msgstr "Digite a senha para o arquivo PKCS12:"
msgid "Imported Certificate"
msgstr "Certificado Importado"
-#: ../tools/evolution-launch-composer.c:324
+#: ../tools/evolution-launch-composer.c:321
msgid "An attachment to add."
msgstr "Um anexo a adicionar."
-#: ../tools/evolution-launch-composer.c:325
+#: ../tools/evolution-launch-composer.c:322
msgid "Content type of the attachment."
msgstr "Tipo de conteúdo do anexo."
-#: ../tools/evolution-launch-composer.c:326
+#: ../tools/evolution-launch-composer.c:323
msgid "The filename to display in the mail."
msgstr "O nome de arquivo a exibir na mensagem."
-#: ../tools/evolution-launch-composer.c:327
+#: ../tools/evolution-launch-composer.c:324
msgid "Description of the attachment."
msgstr "Descrição do anexo."
-#: ../tools/evolution-launch-composer.c:328
+#: ../tools/evolution-launch-composer.c:325
msgid "Mark attachment to be shown inline by default."
msgstr "Marcar anexo para exibição embutida por padrão."
-#: ../tools/evolution-launch-composer.c:329
+#: ../tools/evolution-launch-composer.c:326
msgid "Default subject for the message."
msgstr "Assunto padrão para a mensagem."
@@ -18368,7 +18379,7 @@ msgstr "Mover para Pasta..."
msgid "Paste"
msgstr "Colar"
-#: ../ui/evolution-addressbook.xml.h:24 ../ui/evolution-calendar.xml.h:15
+#: ../ui/evolution-addressbook.xml.h:24 ../ui/evolution-calendar.xml.h:17
msgid "Paste the clipboard"
msgstr "Colar a área de transferência"
@@ -18396,7 +18407,7 @@ msgstr "Salvar contatos selecionados como um VCard."
msgid "Save the contacts of the selected folder as VCard"
msgstr "Salvar contatos da pasta selecionada como VCard."
-#: ../ui/evolution-addressbook.xml.h:34 ../widgets/text/e-text.c:2712
+#: ../ui/evolution-addressbook.xml.h:34 ../widgets/text/e-text.c:2709
msgid "Select All"
msgstr "Selecionar Tudo"
@@ -18442,7 +18453,7 @@ msgstr "Parar o Carregamento"
msgid "View the current contact"
msgstr "Ver o contato atual"
-#: ../ui/evolution-addressbook.xml.h:45 ../ui/evolution-calendar.xml.h:36
+#: ../ui/evolution-addressbook.xml.h:45 ../ui/evolution-calendar.xml.h:38
#: ../ui/evolution-tasks.xml.h:21
msgid "_Actions"
msgstr "Açõe_s"
@@ -18471,7 +18482,7 @@ msgstr "_Mover Contato para..."
msgid "_Move Folder Contacts To"
msgstr "_Mover a Pasta de Contatos Para"
-#: ../ui/evolution-addressbook.xml.h:55 ../ui/evolution.xml.h:43
+#: ../ui/evolution-addressbook.xml.h:55 ../ui/evolution.xml.h:46
msgid "_New"
msgstr "_Novo"
@@ -18496,110 +18507,115 @@ msgid "Day"
msgstr "Dia"
#: ../ui/evolution-calendar.xml.h:6
-msgid "Delete All Occurrences"
-msgstr "Excluir Todas as Ocorrências"
+msgid "Delete _all Occurrences"
+msgstr "Excl_uir Todas as Ocorrências"
#: ../ui/evolution-calendar.xml.h:7
+msgid "Delete all occurrences"
+msgstr "Excluir Todas as Ocorrências"
+
+#: ../ui/evolution-calendar.xml.h:8
msgid "Delete the appointment"
msgstr "Excluir o compromisso"
-#: ../ui/evolution-calendar.xml.h:8
-msgid "Delete this Occurrence"
-msgstr "Excluir esta Ocorrência"
+#: ../ui/evolution-calendar.xml.h:10
+msgid "Delete this occurrence"
+msgstr "Excluir esta ocorrência"
-#: ../ui/evolution-calendar.xml.h:9
+#: ../ui/evolution-calendar.xml.h:11
msgid "Go To"
msgstr "Ir Para"
-#: ../ui/evolution-calendar.xml.h:10
+#: ../ui/evolution-calendar.xml.h:12
msgid "Go back"
msgstr "Voltar"
-#: ../ui/evolution-calendar.xml.h:11
+#: ../ui/evolution-calendar.xml.h:13
msgid "Go forward"
msgstr "Avançar"
-#: ../ui/evolution-calendar.xml.h:12
+#: ../ui/evolution-calendar.xml.h:14
msgid "List"
msgstr "Lista"
-#: ../ui/evolution-calendar.xml.h:13
+#: ../ui/evolution-calendar.xml.h:15
msgid "Month"
msgstr "Mês"
-#: ../ui/evolution-calendar.xml.h:14 ../ui/evolution-mail-message.xml.h:58
+#: ../ui/evolution-calendar.xml.h:16 ../ui/evolution-mail-message.xml.h:58
msgid "Next"
msgstr "Próxima"
-#: ../ui/evolution-calendar.xml.h:16
+#: ../ui/evolution-calendar.xml.h:18
msgid "Previews the calendar to be printed"
msgstr "Visualiza a impressão da agenda a ser impressa"
-#: ../ui/evolution-calendar.xml.h:17 ../ui/evolution-mail-message.xml.h:74
+#: ../ui/evolution-calendar.xml.h:19 ../ui/evolution-mail-message.xml.h:74
+#: ../widgets/misc/e-calendar.c:177 ../widgets/misc/e-calendar.c:201
msgid "Previous"
msgstr "Anterior"
-#: ../ui/evolution-calendar.xml.h:20
+#: ../ui/evolution-calendar.xml.h:22
msgid "Print this calendar"
msgstr "Imprimir esta agenda"
-#: ../ui/evolution-calendar.xml.h:21 ../ui/evolution-tasks.xml.h:17
+#: ../ui/evolution-calendar.xml.h:23 ../ui/evolution-tasks.xml.h:17
msgid "Purg_e"
msgstr "Excluir _Permanentemente"
-#: ../ui/evolution-calendar.xml.h:22
+#: ../ui/evolution-calendar.xml.h:24
msgid "Purge old appointments and meetings"
msgstr "Excluir permanentemente compromissos e reuniões antigas"
-#: ../ui/evolution-calendar.xml.h:23
+#: ../ui/evolution-calendar.xml.h:25
msgid "Select _Date"
msgstr "Selecionar _Data"
-#: ../ui/evolution-calendar.xml.h:24
+#: ../ui/evolution-calendar.xml.h:26
msgid "Select _Today"
msgstr "Selecionar _Hoje"
-#: ../ui/evolution-calendar.xml.h:25
+#: ../ui/evolution-calendar.xml.h:27
msgid "Select a specific date"
msgstr "Selecionar uma data específica"
-#: ../ui/evolution-calendar.xml.h:26
+#: ../ui/evolution-calendar.xml.h:28
msgid "Select today"
msgstr "Selecionar hoje"
-#: ../ui/evolution-calendar.xml.h:27
+#: ../ui/evolution-calendar.xml.h:29
msgid "Show as list"
msgstr "Exibir como uma lista"
-#: ../ui/evolution-calendar.xml.h:28
+#: ../ui/evolution-calendar.xml.h:30
msgid "Show one day"
msgstr "Exibir um dia"
-#: ../ui/evolution-calendar.xml.h:29
+#: ../ui/evolution-calendar.xml.h:31
msgid "Show one month"
msgstr "Exibir um mês"
-#: ../ui/evolution-calendar.xml.h:30
+#: ../ui/evolution-calendar.xml.h:32
msgid "Show one week"
msgstr "Exibir uma semana"
-#: ../ui/evolution-calendar.xml.h:31
+#: ../ui/evolution-calendar.xml.h:33
msgid "Show the working week"
msgstr "Exibir a semana útil"
-#: ../ui/evolution-calendar.xml.h:33
+#: ../ui/evolution-calendar.xml.h:35
msgid "View the current appointment"
msgstr "Ver o compromisso atual"
-#: ../ui/evolution-calendar.xml.h:34
+#: ../ui/evolution-calendar.xml.h:36
msgid "Week"
msgstr "Semana"
-#: ../ui/evolution-calendar.xml.h:35
+#: ../ui/evolution-calendar.xml.h:37
msgid "Work Week"
msgstr "Semana Útil"
-#: ../ui/evolution-calendar.xml.h:40
+#: ../ui/evolution-calendar.xml.h:42
msgid "_Open Appointment"
msgstr "_Abrir Compromisso"
@@ -18674,11 +18690,11 @@ msgstr "_Fechar"
#: ../ui/evolution-editor.xml.h:18 ../ui/evolution-mail-messagedisplay.xml.h:6
#: ../ui/evolution-message-composer.xml.h:47
#: ../ui/evolution-signature-editor.xml.h:25
-#: ../ui/evolution-subscribe.xml.h:11 ../ui/evolution.xml.h:38
+#: ../ui/evolution-subscribe.xml.h:11 ../ui/evolution.xml.h:41
msgid "_File"
msgstr "_Arquivo"
-#: ../ui/evolution-editor.xml.h:19 ../ui/evolution.xml.h:40
+#: ../ui/evolution-editor.xml.h:19 ../ui/evolution.xml.h:43
msgid "_Help"
msgstr "Aj_uda"
@@ -18690,23 +18706,26 @@ msgstr "_Inserir"
msgid "_Options"
msgstr "_Opções"
-#: ../ui/evolution-event-editor.xml.h:1
-msgid "Alar_ms"
-msgstr "Alar_mes"
+#: ../ui/evolution-event-editor.xml.h:2
+msgid "All Day Event"
+msgstr "Evento de dia inteiro"
#: ../ui/evolution-event-editor.xml.h:3
-msgid "All day Event"
+msgid "All _Day Event"
msgstr "Evento de _dia inteiro"
-#: ../ui/evolution-event-editor.xml.h:4 ../ui/evolution-task-editor.xml.h:1
+#: ../ui/evolution-event-editor.xml.h:4 ../ui/evolution-memo-editor.xml.h:1
+#: ../ui/evolution-task-editor.xml.h:1
msgid "Classify as Confidential"
msgstr "Classificar como Confidencial"
-#: ../ui/evolution-event-editor.xml.h:5 ../ui/evolution-task-editor.xml.h:2
+#: ../ui/evolution-event-editor.xml.h:5 ../ui/evolution-memo-editor.xml.h:2
+#: ../ui/evolution-task-editor.xml.h:2
msgid "Classify as Private"
msgstr "Classificar como Privado"
-#: ../ui/evolution-event-editor.xml.h:6 ../ui/evolution-task-editor.xml.h:3
+#: ../ui/evolution-event-editor.xml.h:6 ../ui/evolution-memo-editor.xml.h:3
+#: ../ui/evolution-task-editor.xml.h:3
msgid "Classify as public"
msgstr "Classificar como Público"
@@ -18722,7 +18741,8 @@ msgstr "Opções a_vançadas de envio"
msgid "Make this a recurring event"
msgstr "Tornar este evento recorrente"
-#: ../ui/evolution-event-editor.xml.h:11 ../ui/evolution-task-editor.xml.h:6
+#: ../ui/evolution-event-editor.xml.h:11 ../ui/evolution-memo-editor.xml.h:4
+#: ../ui/evolution-task-editor.xml.h:6
msgid "Pu_blic"
msgstr "Público"
@@ -18735,7 +18755,7 @@ msgid "R_ole Field"
msgstr "Campo _Papel"
#: ../ui/evolution-event-editor.xml.h:16
-msgid "Show time as b_usy"
+msgid "Show time as _busy"
msgstr "E_xibir hora como ocupado"
#: ../ui/evolution-event-editor.xml.h:17 ../ui/evolution-task-editor.xml.h:11
@@ -18762,12 +18782,13 @@ msgstr "Alternar a exibição do campo de estado"
msgid "Toggles whether the time zone is displayed"
msgstr "Alternar a exibição do campo de fuso horário"
-#: ../ui/evolution-event-editor.xml.h:23 ../ui/evolution-task-editor.xml.h:17
+#: ../ui/evolution-event-editor.xml.h:23 ../ui/evolution-memo-editor.xml.h:5
+#: ../ui/evolution-task-editor.xml.h:17
msgid "Toggles whether to display categories"
msgstr "Alternar a exibição do campo de categorias"
#: ../ui/evolution-event-editor.xml.h:24
-msgid "Toggles whether to have All day Event"
+msgid "Toggles whether to have All Day Event"
msgstr "Alternar a exibição do campo evento de dia inteiro"
#: ../ui/evolution-event-editor.xml.h:25
@@ -18775,14 +18796,16 @@ msgid "Toggles whether to show time as busy"
msgstr "Alternar a exibição do tempo como ocupado"
#: ../ui/evolution-event-editor.xml.h:26
-msgid "_All day Event"
-msgstr "Evento de _dia inteiro"
+msgid "_Alarms"
+msgstr "Alarmes"
-#: ../ui/evolution-event-editor.xml.h:28 ../ui/evolution-task-editor.xml.h:19
+#: ../ui/evolution-event-editor.xml.h:28 ../ui/evolution-memo-editor.xml.h:7
+#: ../ui/evolution-task-editor.xml.h:19
msgid "_Classification"
msgstr "C_lassificação"
-#: ../ui/evolution-event-editor.xml.h:29 ../ui/evolution-task-editor.xml.h:20
+#: ../ui/evolution-event-editor.xml.h:29 ../ui/evolution-memo-editor.xml.h:8
+#: ../ui/evolution-task-editor.xml.h:20
msgid "_Confidential"
msgstr "_Confidencial"
@@ -18790,7 +18813,8 @@ msgstr "_Confidencial"
msgid "_Free/Busy"
msgstr "_Livre/Ocupado"
-#: ../ui/evolution-event-editor.xml.h:31 ../ui/evolution-task-editor.xml.h:21
+#: ../ui/evolution-event-editor.xml.h:31 ../ui/evolution-memo-editor.xml.h:9
+#: ../ui/evolution-task-editor.xml.h:21
msgid "_Private"
msgstr "_Particular"
@@ -18904,12 +18928,12 @@ msgstr "Agrupar Todos os En_cadeamentos"
msgid "Collapse all message threads"
msgstr "Agrupar todas as cadeias de mensagem"
-#: ../ui/evolution-mail-list.xml.h:5 ../ui/evolution-mail-message.xml.h:12
+#: ../ui/evolution-mail-list.xml.h:5
msgid "Copy selected message(s) to the clipboard"
msgstr "Copiar a(s) mensagem(ns) selecionada(s) para a área de transferência"
#. Alphabetical by name, yo
-#: ../ui/evolution-mail-list.xml.h:7 ../ui/evolution-mail-message.xml.h:23
+#: ../ui/evolution-mail-list.xml.h:7
msgid "Cut selected message(s) to the clipboard"
msgstr "Cortar mensagem(ns) selecionada(s) para a área de transferência"
@@ -18942,11 +18966,11 @@ msgid ""
"Hide deleted messages rather than displaying them with a line through them"
msgstr "Ocultar mensagens excluídas ao invés de exibi-las cortadas"
-#: ../ui/evolution-mail-list.xml.h:1
-msgid "Mar_k Messages as Read"
-msgstr "Marcar Men_sagens como Lidas"
+#: ../ui/evolution-mail-list.xml.h:16
+msgid "Mar_k All Messages as Read"
+msgstr "Marcar Todas Men_sagens como Lidas"
-#: ../ui/evolution-mail-list.xml.h:17 ../ui/evolution-mail-message.xml.h:67
+#: ../ui/evolution-mail-list.xml.h:17
msgid "Paste message(s) from the clipboard"
msgstr "Colar mensagem(ns) da área de transferência"
@@ -19051,10 +19075,14 @@ msgstr "Redigir uma resposta à lista de discussão da mensagem selecionada"
msgid "Compose a reply to the sender of the selected message"
msgstr "Redigir uma resposta ao remetente da mensagem selecionada"
-#: ../ui/evolution-mail-message.xml.h:13
+#: ../ui/evolution-mail-message.xml.h:12
msgid "Copy selected messages to another folder"
msgstr "Copiar mensagens selecionadas para outra pasta"
+#: ../ui/evolution-mail-message.xml.h:13
+msgid "Copy selected messages to the clipboard"
+msgstr "Copia as mensagens selecionadas para a área de transferência"
+
#: ../ui/evolution-mail-message.xml.h:14
msgid "Create R_ule"
msgstr "Criar Re_gra"
@@ -19091,6 +19119,10 @@ msgstr "Criar uma regra para filtrar mensagens para esta lista de discussão"
msgid "Create a rule to filter messages with this subject"
msgstr "Criar uma regra para filtrar mensagens com este assunto"
+#: ../ui/evolution-mail-message.xml.h:23
+msgid "Cut selected messages to the clipboard"
+msgstr "Recorta as mensagens selecionadas para a área de transferência"
+
#: ../ui/evolution-mail-message.xml.h:24
msgid "Decrease the text size"
msgstr "Diminuir o tamanho do texto"
@@ -19104,12 +19136,12 @@ msgid "Display the next message"
msgstr "Exibir a próxima mensagem"
#: ../ui/evolution-mail-message.xml.h:28
-msgid "Display the next unread message"
-msgstr "Exibir a próxima mensagem não lida"
+msgid "Display the next thread"
+msgstr "Exibir o próximo tópico"
#: ../ui/evolution-mail-message.xml.h:29
-msgid "Display the next unread thread"
-msgstr "Exibir o próximo encadeamento não lido"
+msgid "Display the next unread message"
+msgstr "Exibir a próxima mensagem não lida"
#: ../ui/evolution-mail-message.xml.h:30
msgid "Display the previous important message"
@@ -19148,8 +19180,8 @@ msgid "Filter the selected messages for junk status"
msgstr "Filtrar as mensagens selecionadas pelo estado de indesejada"
#: ../ui/evolution-mail-message.xml.h:39
-msgid "Flag selected message(s) for follow-up"
-msgstr "Marcar a(s) mensagem(ns) selecionada(s) como lembrete"
+msgid "Flag selected messages for follow-up"
+msgstr "Marcar as mensagens selecionadas como lembrete"
#: ../ui/evolution-mail-message.xml.h:40
msgid "Follow _Up..."
@@ -19184,36 +19216,36 @@ msgid "Mar_k as"
msgstr "Mar_car como"
#: ../ui/evolution-mail-message.xml.h:50
-msgid "Mark the selected message(s) as having been read"
-msgstr "Marcar a(s) mensagem(ns) selecionada(s) como lida(s)"
+msgid "Mark the selected messages as having been read"
+msgstr "Marcar as mensagens selecionadas como lidas"
#: ../ui/evolution-mail-message.xml.h:51
-msgid "Mark the selected message(s) as important"
-msgstr "Marcar a(s) mensagem(ns) selecionada(s) como importante(s)"
+msgid "Mark the selected messages as important"
+msgstr "Marcar as mensagens selecionadas como importante"
#: ../ui/evolution-mail-message.xml.h:52
-msgid "Mark the selected message(s) as junk"
-msgstr "Marcar a(s) mensagem(ns) selecionada(s) como indesejada(s)"
+msgid "Mark the selected messages as junk"
+msgstr "Marcar as mensagens selecionadas como indesejadas"
#: ../ui/evolution-mail-message.xml.h:53
-msgid "Mark the selected message(s) as not being junk"
-msgstr "Marcar a(s) mensagem(ns) selecionada(s) como não sendo indesejada(s)"
+msgid "Mark the selected messages as not being junk"
+msgstr "Marcar as mensagens selecionadas como não indesejadas"
#: ../ui/evolution-mail-message.xml.h:54
-msgid "Mark the selected message(s) as not having been read"
-msgstr "Marcar a(s) mensagem(ns) selecionada(s) como não lida(s)"
+msgid "Mark the selected messages as not having been read"
+msgstr "Marcar as mensagens selecionadas como não lidas"
#: ../ui/evolution-mail-message.xml.h:55
-msgid "Mark the selected message(s) as unimportant"
-msgstr "Marcar a(s) mensagem(ns) selecionada(s) como sem importância"
+msgid "Mark the selected messages as unimportant"
+msgstr "Marcar as mensagens selecionadas como não importantes"
#: ../ui/evolution-mail-message.xml.h:56
msgid "Mark the selected messages for deletion"
msgstr "Marcar as mensagens selecionadas para exclusão"
#: ../ui/evolution-mail-message.xml.h:57
-msgid "Move selected message(s) to another folder"
-msgstr "Mover a(s) mensagem(ns) selecionada(s) para outra pasta"
+msgid "Move selected messages to another folder"
+msgstr "Mover as mensagens selecionadas para outra pasta"
#: ../ui/evolution-mail-message.xml.h:59
msgid "Next _Important Message"
@@ -19236,17 +19268,21 @@ msgid "Open a window for composing a mail message"
msgstr "Abrir uma janela para redigir uma mensagem de correio"
#: ../ui/evolution-mail-message.xml.h:64
-msgid "Open the selected message in a new window"
+msgid "Open the selected messages in a new window"
msgstr "Abrir a mensagem selecionada em uma nova janela"
#: ../ui/evolution-mail-message.xml.h:65
-msgid "Open the selected message in the composer for editing"
+msgid "Open the selected messages in the composer for editing"
msgstr "Abrir a mensagem selecionada no redator para editá-la"
#: ../ui/evolution-mail-message.xml.h:66
msgid "P_revious Unread Message"
msgstr "Mensagem Não Lida An_terior"
+#: ../ui/evolution-mail-message.xml.h:67
+msgid "Paste messages from the clipboard"
+msgstr "Colar mensagens da área de transferência"
+
#: ../ui/evolution-mail-message.xml.h:68
msgid "Pos_t New Message to Folder"
msgstr "P_ublicar uma Nova Nensagem na Pasta"
@@ -19288,7 +19324,7 @@ msgid "Reset the text to its original size"
msgstr "Restaurar o texto ao seu tamanho original"
#: ../ui/evolution-mail-message.xml.h:85
-msgid "Save the message as a text file"
+msgid "Save the selected messages as a text file"
msgstr "Salvar a mensagem como um arquivo texto"
#: ../ui/evolution-mail-message.xml.h:86
@@ -19328,11 +19364,11 @@ msgid "Show a blinking cursor in the body of displayed messages"
msgstr "Exibir um cursor intermitente no corpo das mensagens exibidas"
#: ../ui/evolution-mail-message.xml.h:95
-msgid "Show message in the normal style"
+msgid "Show messages in the normal style"
msgstr "Exibir a mensagem no estilo normal"
#: ../ui/evolution-mail-message.xml.h:96
-msgid "Show message with all email headers"
+msgid "Show messages with all email headers"
msgstr "Exibir a mensagem com todos os cabeçalhos de e-mail"
#: ../ui/evolution-mail-message.xml.h:97
@@ -19340,7 +19376,7 @@ msgid "Show the raw email source of the message"
msgstr "Exibir o código-fonte bruto da mensagem"
#: ../ui/evolution-mail-message.xml.h:98
-msgid "Un-delete the selected messages"
+msgid "Undelete the selected messages"
msgstr "Desfazer a exclusão das mensagens selecionadas"
#: ../ui/evolution-mail-message.xml.h:99
@@ -19584,6 +19620,10 @@ msgstr "Salvar o arquivo atual com um nome diferente"
msgid "Save the message in a specified folder"
msgstr "Salvar a mensagem em uma pasta especificada"
+#: ../ui/evolution-message-composer.xml.h:29
+msgid "Send"
+msgstr "Enviar"
+
#: ../ui/evolution-message-composer.xml.h:30
#: ../ui/evolution-signature-editor.xml.h:23
msgid "Send the mail in HTML format"
@@ -19741,11 +19781,11 @@ msgid "_Status Details"
msgstr "Detalhes de _Estado"
#: ../ui/evolution-tasks.xml.h:3
-msgid "Copy selected task"
+msgid "Copy selected tasks"
msgstr "Copiar tarefa selecionada"
#: ../ui/evolution-tasks.xml.h:5
-msgid "Cut selected task"
+msgid "Cut selected tasks"
msgstr "Cortar tarefa selecionada"
#: ../ui/evolution-tasks.xml.h:7
@@ -19765,7 +19805,7 @@ msgid "Mark selected tasks as complete"
msgstr "Marcar tarefas selecionadas como concluídas"
#: ../ui/evolution-tasks.xml.h:12
-msgid "Paste task from the clipboard"
+msgid "Paste tasks from the clipboard"
msgstr "Colar tarefa da área de transferência"
#: ../ui/evolution-tasks.xml.h:13
@@ -19881,6 +19921,14 @@ msgid "Show information about Evolution"
msgstr "Exibir informação sobre o Evolution"
#: ../ui/evolution.xml.h:24
+msgid "Side _Bar"
+msgstr "_Barra Lateral"
+
+#: ../ui/evolution.xml.h:25
+msgid "Status _Bar"
+msgstr "_Ver Barra de Estado"
+
+#: ../ui/evolution.xml.h:26
msgid "Submit Bug Report"
msgstr "Enviar Relatório de Erro"
@@ -19888,75 +19936,75 @@ msgstr "Enviar Relatório de Erro"
#. _label="Evolution _FAQ"/>
#.
#. <separator/>
-#: ../ui/evolution.xml.h:29
+#: ../ui/evolution.xml.h:31
msgid "Submit _Bug Report"
msgstr "Enviar Relatório de _Erro"
-#: ../ui/evolution.xml.h:30
+#: ../ui/evolution.xml.h:32
msgid "Submit a bug report using Bug Buddy"
msgstr "Enviar relatório de erro usando o Bug Buddy"
-#: ../ui/evolution.xml.h:31
+#: ../ui/evolution.xml.h:33
msgid "Toggle whether we are working offline."
msgstr "Alternar se estamos trabalhando desconectados."
-#: ../ui/evolution.xml.h:32
+#: ../ui/evolution.xml.h:34
msgid "Tool_bar"
msgstr "_Barra de Ferramentas"
-#: ../ui/evolution.xml.h:33
+#: ../ui/evolution.xml.h:35
msgid "Tool_bar style"
msgstr "Estilo da _barra de ferramentas"
-#: ../ui/evolution.xml.h:34
+#: ../ui/evolution.xml.h:36
+msgid "View/Hide the Side Bar"
+msgstr "Exibir/Esconder a Barra Lateral"
+
+#: ../ui/evolution.xml.h:37
msgid "View/Hide the Status Bar"
msgstr "Exibir/Esconder a Barra de Estado"
-#: ../ui/evolution.xml.h:35
+#: ../ui/evolution.xml.h:38
msgid "_About"
msgstr "_Sobre"
-#: ../ui/evolution.xml.h:36
+#: ../ui/evolution.xml.h:39
msgid "_Close Window"
msgstr "Fe_char esta Janela"
-#: ../ui/evolution.xml.h:39
+#: ../ui/evolution.xml.h:42
msgid "_Forget Passwords"
msgstr "Esquecer _Senhas"
-#: ../ui/evolution.xml.h:41
+#: ../ui/evolution.xml.h:44
msgid "_Hide buttons"
msgstr "_Ocultar botões"
-#: ../ui/evolution.xml.h:42
+#: ../ui/evolution.xml.h:45
msgid "_Icons only"
msgstr "Í_cones somente"
-#: ../ui/evolution.xml.h:44
+#: ../ui/evolution.xml.h:47
msgid "_Quick Reference"
msgstr "_Referência Rápida"
-#: ../ui/evolution.xml.h:45
+#: ../ui/evolution.xml.h:48
msgid "_Quit"
msgstr "Sai_r"
-#: ../ui/evolution.xml.h:46
+#: ../ui/evolution.xml.h:49
msgid "_Switcher Appearance"
msgstr "Al_ternador de Aparência"
-#: ../ui/evolution.xml.h:47
+#: ../ui/evolution.xml.h:50
msgid "_Synchronization Options..."
msgstr "Opções de _Sincronização..."
-#: ../ui/evolution.xml.h:48
+#: ../ui/evolution.xml.h:51
msgid "_Text only"
msgstr "Somente _texto"
-#: ../ui/evolution.xml.h:50
-msgid "_View Status Bar"
-msgstr "_Ver Barra de Estado"
-
-#: ../ui/evolution.xml.h:51
+#: ../ui/evolution.xml.h:53
msgid "_Window"
msgstr "_Janela"
@@ -20029,7 +20077,7 @@ msgid "With _Status"
msgstr "Com _Estado"
#: ../widgets/e-timezone-dialog/e-timezone-dialog.c:197
-#: ../widgets/e-timezone-dialog/e-timezone-dialog.c:645
+#: ../widgets/e-timezone-dialog/e-timezone-dialog.c:642
msgid "UTC"
msgstr "UTC"
@@ -20085,9 +20133,9 @@ msgid "_Edit..."
msgstr "_Editar..."
#: ../widgets/menus/gal-view-factory-etable.c:39
-#: ../widgets/table/e-table-header-item.c:1845
-#: ../widgets/table/e-table-scrolled.c:224
-#: ../widgets/table/e-table-scrolled.c:225
+#: ../widgets/table/e-table-header-item.c:1839
+#: ../widgets/table/e-table-scrolled.c:222
+#: ../widgets/table/e-table-scrolled.c:223
msgid "Table"
msgstr "Tabela"
@@ -20157,74 +20205,70 @@ msgid "MTWTFSS"
msgstr "STQQSSD"
#. This is a strftime() format. %B = Month name, %Y = Year.
-#: ../widgets/misc/e-calendar-item.c:1098
+#: ../widgets/misc/e-calendar-item.c:1093
msgid "%B %Y"
msgstr "%B %Y"
-#: ../widgets/misc/e-calendar.c:177 ../widgets/misc/e-calendar.c:201
-msgid "Previous Button"
-msgstr "Botão Anterior"
-
#: ../widgets/misc/e-calendar.c:226
msgid "Month Calendar"
msgstr "Agenda Mensal"
-#: ../widgets/misc/e-canvas-background.c:459
-#: ../widgets/misc/e-canvas-background.c:460 ../widgets/text/e-entry.c:1284
-#: ../widgets/text/e-entry.c:1285 ../widgets/text/e-text.c:3568
-#: ../widgets/text/e-text.c:3569
+#: ../widgets/misc/e-canvas-background.c:457
+#: ../widgets/misc/e-canvas-background.c:458 ../widgets/text/e-entry.c:1284
+#: ../widgets/text/e-entry.c:1285 ../widgets/text/e-text.c:3563
+#: ../widgets/text/e-text.c:3564
msgid "Fill color"
msgstr "Cor de preenchimento"
-#: ../widgets/misc/e-canvas-background.c:466
-#: ../widgets/misc/e-canvas-background.c:467
-#: ../widgets/misc/e-canvas-background.c:473
-#: ../widgets/misc/e-canvas-background.c:474 ../widgets/text/e-entry.c:1291
+#: ../widgets/misc/e-canvas-background.c:464
+#: ../widgets/misc/e-canvas-background.c:465
+#: ../widgets/misc/e-canvas-background.c:471
+#: ../widgets/misc/e-canvas-background.c:472 ../widgets/text/e-entry.c:1291
#: ../widgets/text/e-entry.c:1292 ../widgets/text/e-entry.c:1298
-#: ../widgets/text/e-entry.c:1299 ../widgets/text/e-text.c:3575
-#: ../widgets/text/e-text.c:3576 ../widgets/text/e-text.c:3583
-#: ../widgets/text/e-text.c:3584
+#: ../widgets/text/e-entry.c:1299 ../widgets/text/e-text.c:3570
+#: ../widgets/text/e-text.c:3571 ../widgets/text/e-text.c:3578
+#: ../widgets/text/e-text.c:3579
msgid "GDK fill color"
msgstr "Cor de preenchimento GDK"
-#: ../widgets/misc/e-canvas-background.c:480
-#: ../widgets/misc/e-canvas-background.c:481 ../widgets/text/e-entry.c:1305
-#: ../widgets/text/e-entry.c:1306 ../widgets/text/e-text.c:3590
-#: ../widgets/text/e-text.c:3591
+#: ../widgets/misc/e-canvas-background.c:478
+#: ../widgets/misc/e-canvas-background.c:479 ../widgets/text/e-entry.c:1305
+#: ../widgets/text/e-entry.c:1306 ../widgets/text/e-text.c:3585
+#: ../widgets/text/e-text.c:3586
msgid "Fill stipple"
msgstr "Preencher pontilhado"
-#: ../widgets/misc/e-canvas-background.c:487
-#: ../widgets/misc/e-canvas-background.c:488
+#: ../widgets/misc/e-canvas-background.c:485
+#: ../widgets/misc/e-canvas-background.c:486
msgid "X1"
msgstr "X1"
-#: ../widgets/misc/e-canvas-background.c:494
-#: ../widgets/misc/e-canvas-background.c:495
+#: ../widgets/misc/e-canvas-background.c:492
+#: ../widgets/misc/e-canvas-background.c:493
msgid "X2"
msgstr "X2"
-#: ../widgets/misc/e-canvas-background.c:501
-#: ../widgets/misc/e-canvas-background.c:502
+#: ../widgets/misc/e-canvas-background.c:499
+#: ../widgets/misc/e-canvas-background.c:500
msgid "Y1"
msgstr "Y1"
-#: ../widgets/misc/e-canvas-background.c:508
-#: ../widgets/misc/e-canvas-background.c:509
+#: ../widgets/misc/e-canvas-background.c:506
+#: ../widgets/misc/e-canvas-background.c:507
msgid "Y2"
msgstr "Y2"
-#: ../widgets/misc/e-canvas-vbox.c:102 ../widgets/misc/e-reflow.c:1430
-#: ../widgets/table/e-table-group-container.c:978
+#: ../widgets/misc/e-canvas-vbox.c:102 ../widgets/misc/e-reflow.c:1429
+#: ../widgets/table/e-table-group-container.c:974
#: ../widgets/table/e-table-group-leaf.c:636
-#: ../widgets/table/e-table-item.c:3017
+#: ../widgets/table/e-table-item.c:3015
msgid "Minimum width"
msgstr "Largura mínima"
-#: ../widgets/misc/e-canvas-vbox.c:103 ../widgets/misc/e-reflow.c:1431
-#: ../widgets/table/e-table-group-container.c:979
+#: ../widgets/misc/e-canvas-vbox.c:103 ../widgets/misc/e-reflow.c:1430
+#: ../widgets/table/e-table-group-container.c:975
#: ../widgets/table/e-table-group-leaf.c:637
-#: ../widgets/table/e-table-item.c:3018
+#: ../widgets/table/e-table-item.c:3016
msgid "Minimum Width"
msgstr "Largura Mínima"
@@ -20237,7 +20281,7 @@ msgstr "Espaçamento"
msgid "Now"
msgstr "Agora"
-#: ../widgets/misc/e-cell-date-edit.c:802
+#: ../widgets/misc/e-cell-date-edit.c:793
#, c-format
msgid "The time must be in the format: %s"
msgstr "A hora deve estar no formato: %s"
@@ -20246,90 +20290,94 @@ msgstr "A hora deve estar no formato: %s"
msgid "The percent value must be between 0 and 100, inclusive"
msgstr "O valor percentual deve estar entre 0 e 100, inclusive"
-#: ../widgets/misc/e-charset-picker.c:63
+#: ../widgets/misc/e-charset-picker.c:64
msgid "Baltic"
msgstr "Báltico"
-#: ../widgets/misc/e-charset-picker.c:64
+#: ../widgets/misc/e-charset-picker.c:65
msgid "Central European"
msgstr "Centro europeu"
-#: ../widgets/misc/e-charset-picker.c:65
+#: ../widgets/misc/e-charset-picker.c:66
msgid "Chinese"
msgstr "Chinês"
-#: ../widgets/misc/e-charset-picker.c:66
+#: ../widgets/misc/e-charset-picker.c:67
msgid "Cyrillic"
msgstr "Cirílico"
-#: ../widgets/misc/e-charset-picker.c:67
+#: ../widgets/misc/e-charset-picker.c:68
msgid "Greek"
msgstr "Grego"
-#: ../widgets/misc/e-charset-picker.c:68
+#: ../widgets/misc/e-charset-picker.c:69
msgid "Hebrew"
msgstr "Hebraico"
-#: ../widgets/misc/e-charset-picker.c:69
+#: ../widgets/misc/e-charset-picker.c:70
msgid "Japanese"
msgstr "Japonês"
-#: ../widgets/misc/e-charset-picker.c:70
+#: ../widgets/misc/e-charset-picker.c:71
msgid "Korean"
msgstr "Coreano"
-#: ../widgets/misc/e-charset-picker.c:71
+#: ../widgets/misc/e-charset-picker.c:72
+msgid "Thai"
+msgstr "Tailandês"
+
+#: ../widgets/misc/e-charset-picker.c:73
msgid "Turkish"
msgstr "Turco"
-#: ../widgets/misc/e-charset-picker.c:72
+#: ../widgets/misc/e-charset-picker.c:74
msgid "Unicode"
msgstr "Unicode"
-#: ../widgets/misc/e-charset-picker.c:73
+#: ../widgets/misc/e-charset-picker.c:75
msgid "Western European"
msgstr "Oeste Europeu"
-#: ../widgets/misc/e-charset-picker.c:74
+#: ../widgets/misc/e-charset-picker.c:76
msgid "Western European, New"
msgstr "Oeste Europeu, Novo"
-#: ../widgets/misc/e-charset-picker.c:91 ../widgets/misc/e-charset-picker.c:92
-#: ../widgets/misc/e-charset-picker.c:93
+#: ../widgets/misc/e-charset-picker.c:93 ../widgets/misc/e-charset-picker.c:94
+#: ../widgets/misc/e-charset-picker.c:95
msgid "Traditional"
msgstr "Tradicional"
-#: ../widgets/misc/e-charset-picker.c:94 ../widgets/misc/e-charset-picker.c:95
#: ../widgets/misc/e-charset-picker.c:96 ../widgets/misc/e-charset-picker.c:97
+#: ../widgets/misc/e-charset-picker.c:98 ../widgets/misc/e-charset-picker.c:99
msgid "Simplified"
msgstr "Simplificado"
-#: ../widgets/misc/e-charset-picker.c:100
+#: ../widgets/misc/e-charset-picker.c:102
msgid "Ukrainian"
msgstr "Ucraniano"
-#: ../widgets/misc/e-charset-picker.c:103
+#: ../widgets/misc/e-charset-picker.c:105
msgid "Visual"
msgstr "Visual"
-#: ../widgets/misc/e-charset-picker.c:171
+#: ../widgets/misc/e-charset-picker.c:174
#, c-format
msgid "Unknown character set: %s"
msgstr "Conjunto de caracteres desconhecido: %s"
-#: ../widgets/misc/e-charset-picker.c:216
+#: ../widgets/misc/e-charset-picker.c:219
msgid "Character Encoding"
msgstr "Codificação de Caracteres"
-#: ../widgets/misc/e-charset-picker.c:231
+#: ../widgets/misc/e-charset-picker.c:234
msgid "Enter the character set to use"
msgstr "Escolha o conjunto de caracteres a ser usado"
-#: ../widgets/misc/e-charset-picker.c:338
+#: ../widgets/misc/e-charset-picker.c:341
msgid "Other..."
msgstr "Outro..."
-#: ../widgets/misc/e-charset-picker.c:479
+#: ../widgets/misc/e-charset-picker.c:482
msgid "Ch_aracter Encoding"
msgstr "Codificação de C_aracteres"
@@ -20338,40 +20386,32 @@ msgid "..."
msgstr "..."
#: ../widgets/misc/e-dateedit.c:321
-msgid "Date and Time Entry"
-msgstr "Entrada de Data e Hora"
+msgid "Date and Time"
+msgstr "Data e Hora"
#: ../widgets/misc/e-dateedit.c:340
msgid "Text entry to input date"
msgstr "Entrada de texto para digitar data"
-#: ../widgets/misc/e-dateedit.c:341
-msgid "Text Date Entry"
-msgstr "Entrada de Data em Texto"
-
#: ../widgets/misc/e-dateedit.c:362
msgid "Click this button to show a calendar"
msgstr "Clique neste botão para mostrar uma agenda"
-#: ../widgets/misc/e-dateedit.c:363
-msgid "Date Button"
-msgstr "Botão de Data"
-
#: ../widgets/misc/e-dateedit.c:384
msgid "Combo box to select time"
msgstr "Combo box para seleção de hora"
#: ../widgets/misc/e-dateedit.c:385
-msgid "Time Combo Box"
-msgstr "Seletor de Hora"
+msgid "Time"
+msgstr "_Hora"
#. This is a strftime() format. %H = hour (0-23), %M = minute.
-#: ../widgets/misc/e-dateedit.c:1445 ../widgets/misc/e-dateedit.c:1772
+#: ../widgets/misc/e-dateedit.c:1436 ../widgets/misc/e-dateedit.c:1763
msgid "%H:%M"
msgstr "%H:%M"
#. This is a strftime() format. %I = hour (1-12), %M = minute, %p = am/pm string.
-#: ../widgets/misc/e-dateedit.c:1448 ../widgets/misc/e-dateedit.c:1775
+#: ../widgets/misc/e-dateedit.c:1439 ../widgets/misc/e-dateedit.c:1766
msgid "%I:%M %p"
msgstr "%I:%M %p"
@@ -20411,11 +20451,11 @@ msgstr "Rótulo do componente"
msgid "A widget to display in place of the usual expander label"
msgstr "Um widget para exibir no lugar do usual rótulo do expansor"
-#: ../widgets/misc/e-expander.c:222 ../widgets/table/e-tree.c:3324
+#: ../widgets/misc/e-expander.c:222 ../widgets/table/e-tree.c:3312
msgid "Expander Size"
msgstr "Tamanho do expansor"
-#: ../widgets/misc/e-expander.c:223 ../widgets/table/e-tree.c:3325
+#: ../widgets/misc/e-expander.c:223 ../widgets/table/e-tree.c:3313
msgid "Size of the expander arrow"
msgstr "Tamanho da seta do expansor"
@@ -20427,16 +20467,21 @@ msgstr "Espaçamento do Indicador"
msgid "Spacing around expander arrow"
msgstr "Espaçamento ao redor da seta do expansor"
-#: ../widgets/misc/e-filter-bar.c:201
+#. FIXME: get the toplevel window...
+#: ../widgets/misc/e-filter-bar.c:163
+msgid "Advanced Search"
+msgstr "Pesquisa Avançada"
+
+#: ../widgets/misc/e-filter-bar.c:202
msgid "_Searches"
msgstr "_Pesquisas"
-#: ../widgets/misc/e-filter-bar.c:203
+#: ../widgets/misc/e-filter-bar.c:204
msgid "Searches"
msgstr "Pesquisas"
#. FIXME: get the toplevel window...
-#: ../widgets/misc/e-filter-bar.c:226
+#: ../widgets/misc/e-filter-bar.c:227
msgid "Save Search"
msgstr "Salvar Pesquisa"
@@ -20456,11 +20501,11 @@ msgstr "Pesquisa _Avançada..."
msgid "Choose Image"
msgstr "Escolher Imagem"
-#: ../widgets/misc/e-map.c:651
+#: ../widgets/misc/e-map.c:627
msgid "World Map"
msgstr "Mapa Mundi"
-#: ../widgets/misc/e-map.c:653
+#: ../widgets/misc/e-map.c:629
msgid ""
"Mouse-based interactive map widget for selecting timezone. Keyboard users "
"should select the timezone from the below combo box instead."
@@ -20480,55 +20525,55 @@ msgstr "Sincronizar Registros Particulares:"
msgid "Sync Categories:"
msgstr "Categorias de Sincronização:"
-#: ../widgets/misc/e-reflow.c:1452 ../widgets/misc/e-reflow.c:1453
+#: ../widgets/misc/e-reflow.c:1451 ../widgets/misc/e-reflow.c:1452
msgid "Empty message"
msgstr "Mensagem vazia"
-#: ../widgets/misc/e-reflow.c:1459 ../widgets/misc/e-reflow.c:1460
+#: ../widgets/misc/e-reflow.c:1458 ../widgets/misc/e-reflow.c:1459
msgid "Reflow model"
msgstr "Modelo de refluxo"
-#: ../widgets/misc/e-reflow.c:1466 ../widgets/misc/e-reflow.c:1467
+#: ../widgets/misc/e-reflow.c:1465 ../widgets/misc/e-reflow.c:1466
msgid "Column width"
msgstr "Largura da coluna"
#. To translators: This is the accessibility name of
#. the search bar's text entry widget
-#: ../widgets/misc/e-search-bar.c:372
-msgid "Search Text Entry"
-msgstr "Entrada de Texto para Pesquisa"
+#: ../widgets/misc/e-search-bar.c:371
+msgid "Search"
+msgstr "_Pesquisar"
-#: ../widgets/misc/e-search-bar.c:591
+#: ../widgets/misc/e-search-bar.c:588
msgid "_Search"
msgstr "_Pesquisar"
-#: ../widgets/misc/e-search-bar.c:597
+#: ../widgets/misc/e-search-bar.c:594
msgid "_Find Now"
msgstr "_Pesquisar Agora"
-#: ../widgets/misc/e-search-bar.c:598 ../widgets/misc/e-search-bar.c:985
+#: ../widgets/misc/e-search-bar.c:595 ../widgets/misc/e-search-bar.c:982
msgid "_Clear"
msgstr "_Limpar"
-#: ../widgets/misc/e-search-bar.c:689
+#: ../widgets/misc/e-search-bar.c:686
msgid "Search Type"
msgstr "Tipo de Pesquisa"
-#: ../widgets/misc/e-search-bar.c:893
+#: ../widgets/misc/e-search-bar.c:890
msgid "Item ID"
msgstr "ID do item"
-#: ../widgets/misc/e-search-bar.c:900
+#: ../widgets/misc/e-search-bar.c:897
msgid "Subitem ID"
msgstr "ID do Sub-item"
-#: ../widgets/misc/e-search-bar.c:907 ../widgets/text/e-entry.c:1249
-#: ../widgets/text/e-entry.c:1250 ../widgets/text/e-text.c:3490
-#: ../widgets/text/e-text.c:3491
+#: ../widgets/misc/e-search-bar.c:904 ../widgets/text/e-entry.c:1249
+#: ../widgets/text/e-entry.c:1250 ../widgets/text/e-text.c:3485
+#: ../widgets/text/e-text.c:3486
msgid "Text"
msgstr "Texto"
-#: ../widgets/misc/e-search-bar.c:987
+#: ../widgets/misc/e-search-bar.c:984
msgid "Find _Now"
msgstr "Pesquisar A_gora"
@@ -20554,7 +20599,7 @@ msgstr "Modo de Seleção"
msgid "Cursor Mode"
msgstr "Modo do Cursor"
-#: ../widgets/misc/e-send-options.c:524
+#: ../widgets/misc/e-send-options.c:522
msgid "When de_leted:"
msgstr "Quando exc_luída:"
@@ -20730,23 +20775,23 @@ msgstr "Coluna Com Foco"
msgid "Unselected Column"
msgstr "Coluna Não Selecionada"
-#: ../widgets/table/e-cell-text.c:1742
+#: ../widgets/table/e-cell-text.c:1749
msgid "Strikeout Column"
msgstr "Coluna Riscada"
-#: ../widgets/table/e-cell-text.c:1749
+#: ../widgets/table/e-cell-text.c:1756
msgid "Underline Column"
msgstr "Coluna Sublinhada"
-#: ../widgets/table/e-cell-text.c:1756
+#: ../widgets/table/e-cell-text.c:1763
msgid "Bold Column"
msgstr "Coluna em Negrito"
-#: ../widgets/table/e-cell-text.c:1763
+#: ../widgets/table/e-cell-text.c:1770
msgid "Color Column"
msgstr "Coluna Colorida"
-#: ../widgets/table/e-cell-text.c:1777
+#: ../widgets/table/e-cell-text.c:1784
msgid "BG Color Column"
msgstr "Coluna da Cor de Fundo"
@@ -20866,16 +20911,16 @@ msgid "_Show these fields in order:"
msgstr "_Mostrar estes campos na ordem:"
#: ../widgets/table/e-table-field-chooser-dialog.c:77
-#: ../widgets/table/e-table-field-chooser-item.c:646
-#: ../widgets/table/e-table-field-chooser.c:79
-#: ../widgets/table/e-table-header-item.c:1810
+#: ../widgets/table/e-table-field-chooser-item.c:635
+#: ../widgets/table/e-table-field-chooser.c:77
+#: ../widgets/table/e-table-header-item.c:1804
msgid "DnD code"
msgstr "Código DnD"
#: ../widgets/table/e-table-field-chooser-dialog.c:84
-#: ../widgets/table/e-table-field-chooser-item.c:653
-#: ../widgets/table/e-table-field-chooser.c:86
-#: ../widgets/table/e-table-header-item.c:1824
+#: ../widgets/table/e-table-field-chooser-item.c:642
+#: ../widgets/table/e-table-field-chooser.c:84
+#: ../widgets/table/e-table-header-item.c:1818
msgid "Full Header"
msgstr "Cabeçalho Completo"
@@ -20896,198 +20941,198 @@ msgstr ""
"arraste-a para o local que você deseja que\n"
"ela apareça."
-#: ../widgets/table/e-table-group-container.c:350
+#: ../widgets/table/e-table-group-container.c:346
#, c-format
msgid "%s : %s (%d item)"
msgstr "%s : %s (%d item)"
-#: ../widgets/table/e-table-group-container.c:351
+#: ../widgets/table/e-table-group-container.c:347
#, c-format
msgid "%s : %s (%d items)"
msgstr "%s : %s (%d itens)"
-#: ../widgets/table/e-table-group-container.c:356
+#: ../widgets/table/e-table-group-container.c:352
#, c-format
msgid "%s (%d item)"
msgstr "%s (%d item)"
-#: ../widgets/table/e-table-group-container.c:357
+#: ../widgets/table/e-table-group-container.c:353
#, c-format
msgid "%s (%d items)"
msgstr "%s (%d itens)"
-#: ../widgets/table/e-table-group-container.c:901
-#: ../widgets/table/e-table-group-container.c:902
+#: ../widgets/table/e-table-group-container.c:897
+#: ../widgets/table/e-table-group-container.c:898
#: ../widgets/table/e-table-group-leaf.c:573
#: ../widgets/table/e-table-group-leaf.c:574
-#: ../widgets/table/e-table-item.c:2975 ../widgets/table/e-table-item.c:2976
+#: ../widgets/table/e-table-item.c:2973 ../widgets/table/e-table-item.c:2974
msgid "Alternating Row Colors"
msgstr "Cores de Linha Alternantes"
-#: ../widgets/table/e-table-group-container.c:908
-#: ../widgets/table/e-table-group-container.c:909
+#: ../widgets/table/e-table-group-container.c:904
+#: ../widgets/table/e-table-group-container.c:905
#: ../widgets/table/e-table-group-leaf.c:580
#: ../widgets/table/e-table-group-leaf.c:581
-#: ../widgets/table/e-table-item.c:2982 ../widgets/table/e-table-item.c:2983
-#: ../widgets/table/e-tree.c:3277 ../widgets/table/e-tree.c:3278
+#: ../widgets/table/e-table-item.c:2980 ../widgets/table/e-table-item.c:2981
+#: ../widgets/table/e-tree.c:3265 ../widgets/table/e-tree.c:3266
msgid "Horizontal Draw Grid"
msgstr "Grade Desenhada Horizontalmente"
-#: ../widgets/table/e-table-group-container.c:915
-#: ../widgets/table/e-table-group-container.c:916
+#: ../widgets/table/e-table-group-container.c:911
+#: ../widgets/table/e-table-group-container.c:912
#: ../widgets/table/e-table-group-leaf.c:587
#: ../widgets/table/e-table-group-leaf.c:588
-#: ../widgets/table/e-table-item.c:2989 ../widgets/table/e-table-item.c:2990
-#: ../widgets/table/e-tree.c:3283 ../widgets/table/e-tree.c:3284
+#: ../widgets/table/e-table-item.c:2987 ../widgets/table/e-table-item.c:2988
+#: ../widgets/table/e-tree.c:3271 ../widgets/table/e-tree.c:3272
msgid "Vertical Draw Grid"
msgstr "Grade Desenhada Verticalmente"
-#: ../widgets/table/e-table-group-container.c:922
-#: ../widgets/table/e-table-group-container.c:923
+#: ../widgets/table/e-table-group-container.c:918
+#: ../widgets/table/e-table-group-container.c:919
#: ../widgets/table/e-table-group-leaf.c:594
#: ../widgets/table/e-table-group-leaf.c:595
-#: ../widgets/table/e-table-item.c:2996 ../widgets/table/e-table-item.c:2997
-#: ../widgets/table/e-tree.c:3289 ../widgets/table/e-tree.c:3290
+#: ../widgets/table/e-table-item.c:2994 ../widgets/table/e-table-item.c:2995
+#: ../widgets/table/e-tree.c:3277 ../widgets/table/e-tree.c:3278
msgid "Draw focus"
msgstr "Foco de desenho"
-#: ../widgets/table/e-table-group-container.c:929
-#: ../widgets/table/e-table-group-container.c:930
+#: ../widgets/table/e-table-group-container.c:925
+#: ../widgets/table/e-table-group-container.c:926
#: ../widgets/table/e-table-group-leaf.c:601
#: ../widgets/table/e-table-group-leaf.c:602
-#: ../widgets/table/e-table-item.c:3003 ../widgets/table/e-table-item.c:3004
+#: ../widgets/table/e-table-item.c:3001 ../widgets/table/e-table-item.c:3002
msgid "Cursor mode"
msgstr "Modo do cursor"
-#: ../widgets/table/e-table-group-container.c:936
-#: ../widgets/table/e-table-group-container.c:937
+#: ../widgets/table/e-table-group-container.c:932
+#: ../widgets/table/e-table-group-container.c:933
#: ../widgets/table/e-table-group-leaf.c:615
#: ../widgets/table/e-table-group-leaf.c:616
-#: ../widgets/table/e-table-item.c:2968 ../widgets/table/e-table-item.c:2969
+#: ../widgets/table/e-table-item.c:2966 ../widgets/table/e-table-item.c:2967
msgid "Selection model"
msgstr "Modelo de seleção"
-#: ../widgets/table/e-table-group-container.c:943
-#: ../widgets/table/e-table-group-container.c:944
+#: ../widgets/table/e-table-group-container.c:939
+#: ../widgets/table/e-table-group-container.c:940
#: ../widgets/table/e-table-group-leaf.c:608
#: ../widgets/table/e-table-group-leaf.c:609
-#: ../widgets/table/e-table-item.c:3010 ../widgets/table/e-table-item.c:3011
-#: ../widgets/table/e-table.c:3316 ../widgets/table/e-tree.c:3271
-#: ../widgets/table/e-tree.c:3272
+#: ../widgets/table/e-table-item.c:3008 ../widgets/table/e-table-item.c:3009
+#: ../widgets/table/e-table.c:3301 ../widgets/table/e-tree.c:3259
+#: ../widgets/table/e-tree.c:3260
msgid "Length Threshold"
msgstr "Comprimento do Limiar"
-#: ../widgets/table/e-table-group-container.c:950
-#: ../widgets/table/e-table-group-container.c:951
+#: ../widgets/table/e-table-group-container.c:946
+#: ../widgets/table/e-table-group-container.c:947
#: ../widgets/table/e-table-group-leaf.c:650
#: ../widgets/table/e-table-group-leaf.c:651
-#: ../widgets/table/e-table-item.c:3044 ../widgets/table/e-table-item.c:3045
-#: ../widgets/table/e-table.c:3323 ../widgets/table/e-tree.c:3303
-#: ../widgets/table/e-tree.c:3304
+#: ../widgets/table/e-table-item.c:3042 ../widgets/table/e-table-item.c:3043
+#: ../widgets/table/e-table.c:3308 ../widgets/table/e-tree.c:3291
+#: ../widgets/table/e-tree.c:3292
msgid "Uniform row height"
msgstr "Altura de linha uniforme"
-#: ../widgets/table/e-table-group-container.c:957
-#: ../widgets/table/e-table-group-container.c:958
+#: ../widgets/table/e-table-group-container.c:953
+#: ../widgets/table/e-table-group-container.c:954
#: ../widgets/table/e-table-group-leaf.c:643
#: ../widgets/table/e-table-group-leaf.c:644
msgid "Frozen"
msgstr "Congelado"
-#: ../widgets/table/e-table-header-item.c:1472
+#: ../widgets/table/e-table-header-item.c:1466
msgid "Customize Current View"
msgstr "Personalizar Visão Atual"
-#: ../widgets/table/e-table-header-item.c:1492
+#: ../widgets/table/e-table-header-item.c:1486
msgid "Sort Ascending"
msgstr "Ordenar em Ordem Crescente"
-#: ../widgets/table/e-table-header-item.c:1493
+#: ../widgets/table/e-table-header-item.c:1487
msgid "Sort Descending"
msgstr "Ordenar em Ordem Decrescente"
-#: ../widgets/table/e-table-header-item.c:1494
+#: ../widgets/table/e-table-header-item.c:1488
msgid "Unsort"
msgstr "Não Ordenar"
-#: ../widgets/table/e-table-header-item.c:1496
+#: ../widgets/table/e-table-header-item.c:1490
msgid "Group By This Field"
msgstr "Agrupar Por Este Campo"
-#: ../widgets/table/e-table-header-item.c:1497
+#: ../widgets/table/e-table-header-item.c:1491
msgid "Group By Box"
msgstr "Agrupar Por Caixa"
-#: ../widgets/table/e-table-header-item.c:1499
+#: ../widgets/table/e-table-header-item.c:1493
msgid "Remove This Column"
msgstr "Remover Esta Coluna"
-#: ../widgets/table/e-table-header-item.c:1500
+#: ../widgets/table/e-table-header-item.c:1494
msgid "Add a Column..."
msgstr "Adicionar uma Coluna..."
-#: ../widgets/table/e-table-header-item.c:1502
+#: ../widgets/table/e-table-header-item.c:1496
msgid "Alignment"
msgstr "Alinhamento"
-#: ../widgets/table/e-table-header-item.c:1503
+#: ../widgets/table/e-table-header-item.c:1497
msgid "Best Fit"
msgstr "Melhor Ajuste"
-#: ../widgets/table/e-table-header-item.c:1504
+#: ../widgets/table/e-table-header-item.c:1498
msgid "Format Columns..."
msgstr "Formatar Colunas..."
-#: ../widgets/table/e-table-header-item.c:1506
+#: ../widgets/table/e-table-header-item.c:1500
msgid "Customize Current View..."
msgstr "Personalizar Visão Atual..."
-#: ../widgets/table/e-table-header-item.c:1817 ../widgets/text/e-entry.c:1263
+#: ../widgets/table/e-table-header-item.c:1811 ../widgets/text/e-entry.c:1263
#: ../widgets/text/e-entry.c:1264
msgid "Fontset"
msgstr "Conjunto de Fontes"
-#: ../widgets/table/e-table-header-item.c:1838
+#: ../widgets/table/e-table-header-item.c:1832
#: ../widgets/table/e-table-sorter.c:175
msgid "Sort Info"
msgstr "Ordenar Informação"
-#: ../widgets/table/e-table-header-item.c:1852
-#: ../widgets/table/e-tree-scrolled.c:223
-#: ../widgets/table/e-tree-scrolled.c:224
+#: ../widgets/table/e-table-header-item.c:1846
+#: ../widgets/table/e-tree-scrolled.c:221
+#: ../widgets/table/e-tree-scrolled.c:222
msgid "Tree"
msgstr "Árvore"
-#: ../widgets/table/e-table-item.c:2954 ../widgets/table/e-table-item.c:2955
+#: ../widgets/table/e-table-item.c:2952 ../widgets/table/e-table-item.c:2953
msgid "Table header"
msgstr "Cabeçalho da tabela"
-#: ../widgets/table/e-table-item.c:2961 ../widgets/table/e-table-item.c:2962
+#: ../widgets/table/e-table-item.c:2959 ../widgets/table/e-table-item.c:2960
msgid "Table model"
msgstr "Modelo de tabela"
-#: ../widgets/table/e-table-item.c:3037 ../widgets/table/e-table-item.c:3038
+#: ../widgets/table/e-table-item.c:3035 ../widgets/table/e-table-item.c:3036
msgid "Cursor row"
msgstr "Linha do cursor"
-#: ../widgets/table/e-table.c:3330 ../widgets/table/e-tree.c:3310
-#: ../widgets/table/e-tree.c:3311
+#: ../widgets/table/e-table.c:3315 ../widgets/table/e-tree.c:3298
+#: ../widgets/table/e-tree.c:3299
msgid "Always search"
msgstr "Buscar sempre"
-#: ../widgets/table/e-table.c:3337
+#: ../widgets/table/e-table.c:3322
msgid "Use click to add"
msgstr "Usar clique para adicionar"
-#: ../widgets/table/e-tree.c:3296 ../widgets/table/e-tree.c:3297
+#: ../widgets/table/e-tree.c:3284 ../widgets/table/e-tree.c:3285
msgid "ETree table adapter"
msgstr "Adaptador de tabela ETree"
-#: ../widgets/table/e-tree.c:3317
+#: ../widgets/table/e-tree.c:3305
msgid "Retro Look"
msgstr "Visual Retrô"
-#: ../widgets/table/e-tree.c:3318
+#: ../widgets/table/e-tree.c:3306
msgid "Draw lines and +/- expanders."
msgstr "Desenhar linhas e expansores +/-."
@@ -21104,7 +21149,7 @@ msgid "This should test the minicard canvas item"
msgstr "Isto deveria testar o item canvas do mini-cartão"
#: ../widgets/text/e-entry.c:1242 ../widgets/text/e-entry.c:1243
-#: ../widgets/text/e-text.c:3483 ../widgets/text/e-text.c:3484
+#: ../widgets/text/e-text.c:3478 ../widgets/text/e-text.c:3479
msgid "Event Processor"
msgstr "Processador de Eventos"
@@ -21117,57 +21162,57 @@ msgid "GDKFont"
msgstr "GDKFont"
#: ../widgets/text/e-entry.c:1277 ../widgets/text/e-entry.c:1278
-#: ../widgets/text/e-text.c:3519 ../widgets/text/e-text.c:3520
+#: ../widgets/text/e-text.c:3514 ../widgets/text/e-text.c:3515
msgid "Justification"
msgstr "Alinhamento"
#: ../widgets/text/e-entry.c:1319 ../widgets/text/e-entry.c:1320
-#: ../widgets/text/e-text.c:3619 ../widgets/text/e-text.c:3620
+#: ../widgets/text/e-text.c:3614 ../widgets/text/e-text.c:3615
msgid "Use ellipsis"
msgstr "Usar omissão de palavra óbvia"
#: ../widgets/text/e-entry.c:1326 ../widgets/text/e-entry.c:1327
-#: ../widgets/text/e-text.c:3626 ../widgets/text/e-text.c:3627
+#: ../widgets/text/e-text.c:3621 ../widgets/text/e-text.c:3622
msgid "Ellipsis"
msgstr "Omissão de Palavras"
#: ../widgets/text/e-entry.c:1333 ../widgets/text/e-entry.c:1334
-#: ../widgets/text/e-text.c:3633 ../widgets/text/e-text.c:3634
+#: ../widgets/text/e-text.c:3628 ../widgets/text/e-text.c:3629
msgid "Line wrap"
msgstr "Quebra de linha"
#: ../widgets/text/e-entry.c:1340 ../widgets/text/e-entry.c:1341
-#: ../widgets/text/e-text.c:3640 ../widgets/text/e-text.c:3641
+#: ../widgets/text/e-text.c:3635 ../widgets/text/e-text.c:3636
msgid "Break characters"
msgstr "Caracteres de quebra"
#: ../widgets/text/e-entry.c:1347 ../widgets/text/e-entry.c:1348
-#: ../widgets/text/e-text.c:3647 ../widgets/text/e-text.c:3648
+#: ../widgets/text/e-text.c:3642 ../widgets/text/e-text.c:3643
msgid "Max lines"
msgstr "Máximo de linhas"
#: ../widgets/text/e-entry.c:1354 ../widgets/text/e-entry.c:1355
-#: ../widgets/text/e-text.c:3676 ../widgets/text/e-text.c:3677
+#: ../widgets/text/e-text.c:3671 ../widgets/text/e-text.c:3672
msgid "Allow newlines"
msgstr "Permitir quebras de linha"
#: ../widgets/text/e-entry.c:1361 ../widgets/text/e-entry.c:1362
-#: ../widgets/text/e-text.c:3669 ../widgets/text/e-text.c:3670
+#: ../widgets/text/e-text.c:3664 ../widgets/text/e-text.c:3665
msgid "Draw borders"
msgstr "Desenhar bordas"
#: ../widgets/text/e-entry.c:1368 ../widgets/text/e-entry.c:1369
-#: ../widgets/text/e-text.c:3683 ../widgets/text/e-text.c:3684
+#: ../widgets/text/e-text.c:3678 ../widgets/text/e-text.c:3679
msgid "Draw background"
msgstr "Desenhar fundo"
#: ../widgets/text/e-entry.c:1375 ../widgets/text/e-entry.c:1376
-#: ../widgets/text/e-text.c:3690 ../widgets/text/e-text.c:3691
+#: ../widgets/text/e-text.c:3685 ../widgets/text/e-text.c:3686
msgid "Draw button"
msgstr "Desenhar base"
#: ../widgets/text/e-entry.c:1382 ../widgets/text/e-entry.c:1383
-#: ../widgets/text/e-text.c:3697 ../widgets/text/e-text.c:3698
+#: ../widgets/text/e-text.c:3692 ../widgets/text/e-text.c:3693
msgid "Cursor position"
msgstr "Posição do cursor"
@@ -21175,365 +21220,514 @@ msgstr "Posição do cursor"
msgid "Emulate label resize"
msgstr "Emular a alteração de tamanho do rótulo"
-#: ../widgets/text/e-text.c:2724
+#: ../widgets/text/e-text.c:2721
msgid "Input Methods"
msgstr "Métodos de Entrada"
-#: ../widgets/text/e-text.c:3497 ../widgets/text/e-text.c:3498
+#: ../widgets/text/e-text.c:3492 ../widgets/text/e-text.c:3493
msgid "Bold"
msgstr "Negrito"
-#: ../widgets/text/e-text.c:3504 ../widgets/text/e-text.c:3505
+#: ../widgets/text/e-text.c:3499 ../widgets/text/e-text.c:3500
msgid "Strikeout"
msgstr "Riscado"
-#: ../widgets/text/e-text.c:3511 ../widgets/text/e-text.c:3512
+#: ../widgets/text/e-text.c:3506 ../widgets/text/e-text.c:3507
msgid "Anchor"
msgstr "Âncora"
-#: ../widgets/text/e-text.c:3526 ../widgets/text/e-text.c:3527
+#: ../widgets/text/e-text.c:3521 ../widgets/text/e-text.c:3522
msgid "Clip Width"
msgstr "Largura do Clip"
-#: ../widgets/text/e-text.c:3533 ../widgets/text/e-text.c:3534
+#: ../widgets/text/e-text.c:3528 ../widgets/text/e-text.c:3529
msgid "Clip Height"
msgstr "Altura do Clip"
-#: ../widgets/text/e-text.c:3540 ../widgets/text/e-text.c:3541
+#: ../widgets/text/e-text.c:3535 ../widgets/text/e-text.c:3536
msgid "Clip"
msgstr "Clip"
-#: ../widgets/text/e-text.c:3547 ../widgets/text/e-text.c:3548
+#: ../widgets/text/e-text.c:3542 ../widgets/text/e-text.c:3543
msgid "Fill clip rectangle"
msgstr "Preencher retângulo do clip"
-#: ../widgets/text/e-text.c:3554 ../widgets/text/e-text.c:3555
+#: ../widgets/text/e-text.c:3549 ../widgets/text/e-text.c:3550
msgid "X Offset"
msgstr "Deslocamento X"
-#: ../widgets/text/e-text.c:3561 ../widgets/text/e-text.c:3562
+#: ../widgets/text/e-text.c:3556 ../widgets/text/e-text.c:3557
msgid "Y Offset"
msgstr "Deslocamento Y"
-#: ../widgets/text/e-text.c:3597 ../widgets/text/e-text.c:3598
+#: ../widgets/text/e-text.c:3592 ../widgets/text/e-text.c:3593
msgid "Text width"
msgstr "Largura do texto"
-#: ../widgets/text/e-text.c:3604 ../widgets/text/e-text.c:3605
+#: ../widgets/text/e-text.c:3599 ../widgets/text/e-text.c:3600
msgid "Text height"
msgstr "Altura do texto"
-#: ../widgets/text/e-text.c:3704 ../widgets/text/e-text.c:3705
+#: ../widgets/text/e-text.c:3699 ../widgets/text/e-text.c:3700
msgid "IM Context"
msgstr "Contexto do MI"
-#: ../widgets/text/e-text.c:3711 ../widgets/text/e-text.c:3712
+#: ../widgets/text/e-text.c:3706 ../widgets/text/e-text.c:3707
msgid "Handle Popup"
msgstr "Alça do Popup"
-msgid "Select target addressbook."
-msgstr "Selecionar catálogo de endereços alvo."
+#~ msgid "Addressbook"
+#~ msgstr "Catálogo de Endereços"
-msgid "(none)"
-msgstr "(nenhum)"
+#~ msgid ""
+#~ "Selecting this option means that Evolution will only try to use SSL/TLS "
+#~ "if you are in a insecure environment. For example, if you and your LDAP "
+#~ "server are behind a firewall at work, then Evolution doesn't need to use "
+#~ "SSL/TLS because your connection is already secure."
+#~ msgstr ""
+#~ "A seleção desta opção significa que o Evolution apenas tentará usar SSL/"
+#~ "TLS se você estiver em um ambiente inseguro. Por exemplo, se você e seu "
+#~ "servidor LDAP estiverem atrás de uma firewall no trabalho, então o "
+#~ "Evolution não precisa usar SSL/TLS, pois a sua conexão já é segura."
-msgid "Primary Email"
-msgstr "Email Principal"
+#~ msgid "Advanced..."
+#~ msgstr "Avançado..."
-msgid "Select an Action"
-msgstr "Selecionar uma Ação"
+#~ msgid "_Advanced..."
+#~ msgstr "_Avançado..."
-msgid "Create a new contact \"%s\""
-msgstr "Criar um novo contato \"%s\""
+#~ msgid "(%d seconds)"
+#~ msgstr "(%d segundos)"
-msgid "Add address to existing contact \"%s\""
-msgstr "Adicionar endereço a um contato existente \"%s\""
+#~ msgid "(%d %s %d %s)"
+#~ msgstr "(%d %s %d %s)"
-msgid "Merge E-Mail Address"
-msgstr "Mesclar Endereço de E-Mail"
+#~ msgid "(%d %s)"
+#~ msgstr "(%d %s)"
-msgid "Discard Changes"
-msgstr "Descartar Alterações"
+#~ msgid " %u second"
+#~ msgstr " %u segundo"
-msgid ""
-"<big><b>%s</b></big>\n"
-"%s until %s"
-msgstr ""
-"<big><b>%s</b></big>\n"
-"%s até %s"
+#~ msgid " %u seconds"
+#~ msgstr " %u segundos"
-msgid "description of appointment"
-msgstr "descrição do compromisso"
+#~ msgid " %u minute"
+#~ msgstr " %u minuto"
-msgid "Dismiss"
-msgstr "Ignorar"
+#~ msgid " %u minutes"
+#~ msgstr " %u minutos"
-msgid "Dismiss All"
-msgstr "Ignorar Tudo"
+#~ msgid "%u hour"
+#~ msgstr "%u hora"
-msgid ""
-"Alarm on %s\n"
-"%s\n"
-"Starting at %s\n"
-"Ending at %s"
-msgstr ""
-"Alarme em %s\n"
-"%s\n"
-"Iniciando em %s\n"
-"Terminando em %s"
+#~ msgid "%u hours"
+#~ msgstr "%u horas"
-msgid "Remove"
-msgstr "Remover"
+#~ msgid "Or_ganizer"
+#~ msgstr "Or_ganizador"
-msgid "Don't Remove"
-msgstr "Não Remover"
+#~ msgid "_Description:"
+#~ msgstr "_Descrição:"
-msgid "05 minutes"
-msgstr "05 minutos"
+#~ msgid "_Set alarm\t"
+#~ msgstr "_Configurar alarme\t"
-msgid "10 minutes"
-msgstr "10 minutos"
+#~ msgid "<span weight=\"bold\">Basics</span>"
+#~ msgstr "<span weight=\"bold\">Fundamentos</span>"
-msgid "15 minutes"
-msgstr "15 minutos"
+#~ msgid "Classi_fication:"
+#~ msgstr "Classi_ficação:"
-msgid "30 minutes"
-msgstr "30 minutos"
+#~ msgid "_Group"
+#~ msgstr "_Grupo"
-msgid "60 minutes"
-msgstr "60 minutos"
+#~ msgid "Task Table"
+#~ msgstr "Tabela de Tarefas"
-msgid "<b>Alerts</b>"
-msgstr "<b>Alertas</b> "
+#~ msgid "Removal Complete"
+#~ msgstr "Remoção Concluída"
-msgid "<b>Default Free/Busy Server</b>"
-msgstr "<b>Servidor de Livre/Ocupado Padrão</b>"
+#~ msgid "Con_tacts..."
+#~ msgstr "Con_tatos..."
-msgid "<b>General</b>"
-msgstr "<b>Geral</b>"
+#~ msgid "Memo Table"
+#~ msgstr "Tabela de Memorandos"
-msgid "<b>Publishing</b>"
-msgstr "<b>Publicação</b>"
+#~ msgid "Timezone Button"
+#~ msgstr "Botão de Fuso Horário "
-msgid "<b>Task List</b>"
-msgstr "<b>Lista de Tarefas</b>"
+#~ msgid "The Evolution Groupware Suite"
+#~ msgstr "O Conjunto de Aplicações para Grupos de Trabalho Evolution"
-msgid "<b>Time</b>"
-msgstr "<b>Hora</b>"
+#~ msgid "Mail Accounts Table"
+#~ msgstr "Tabela de Contas de Correio"
-msgid "<b>Work Week</b>"
-msgstr "<b>Semana Útil</b>"
+#~ msgid "Attachment Button"
+#~ msgstr "Botão de Anexo"
-msgid "Calendar and Tasks Settings"
-msgstr "Configurações de Agenda e Tarefas"
+#~ msgid "Toggle Attachment Bar"
+#~ msgstr "Alternar Barra de Anexos"
-msgid "Color for overdue tasks"
-msgstr "Cor para tarefas atrasadas"
+#~ msgid "Filters"
+#~ msgstr "Filtros"
-msgid "Color for tasks due today"
-msgstr "Cor das tarefas com prazo para hoje"
+#~ msgid "T_erminal Font:"
+#~ msgstr "Fonte de _Terminal:"
-msgid "Days"
-msgstr "Dias"
+#~ msgid "_Show animated images"
+#~ msgstr "_Exibir imagens animadas"
-msgid "Hours"
-msgstr "Horas"
+#~ msgid "<b>%s (%s)</b> : %s"
+#~ msgstr "<b>%s (%s)</b> : %s"
-msgid "Minutes"
-msgstr "Minutos"
+#~ msgid "<b>%s (%s)</b>"
+#~ msgstr "<b>%s (%s)</b>"
-msgid "_Add URL"
-msgstr "Adicionar _URL"
+#~ msgid "<b>%s</b> : %s"
+#~ msgstr "<b>%s</b> : %s"
-msgid "option menu to choose reminder units"
-msgstr "menu de opções para escolher unidades do lembrete"
+#~ msgid "<b>%s</b>"
+#~ msgstr "<b>%s</b>"
-msgid "option menu to choose time units"
-msgstr "menu de opções para escolher unidades de tempo"
+#~ msgid "Message List"
+#~ msgstr "Lista de Mensagens"
-msgid "_Attachment Bar (drop attachments here)"
-msgstr "Barra de _Anexos (solte aqui os anexos)"
+#~ msgid "<span weight=\"bold\">Automatic Contacts</span>"
+#~ msgstr "<span weight=\"bold\">Contatos Automáticos</span>"
-msgid "Scheduling"
-msgstr "Agendar"
+#~ msgid "<span weight=\"bold\">Instant Messaging Contacts</span>"
+#~ msgstr "<span weight=\"bold\">Contatos de Mensageiros Instantâneos</span>"
-msgid "Invitations"
-msgstr "Convites"
+#~ msgid "dialog1"
+#~ msgstr "dialog1"
-msgid "<b>Date and Time</b>"
-msgstr "<b>Data e Hora</b>"
+#~ msgid "<span weight=\"bold\">Conflict Search</span>"
+#~ msgstr "<span weight=\"bold\">Procura de Conflitos</span>"
-msgid "<b>Send Options</b>"
-msgstr "<b>Opções de Envio</b>"
+#~ msgid "Id"
+#~ msgstr "Id"
-msgid "This appointment has customized alarms"
-msgstr "Este compromisso possui alarmes personalizados"
+#~ msgid "Path"
+#~ msgstr "Caminho"
-msgid "_Alarm"
-msgstr "_Alarme"
+#~ msgid "Delete this Occurrence"
+#~ msgstr "Excluir esta Ocorrência"
-msgid "<b>Dele_gatees</b>"
-msgstr "<b>Dele_gados</b>"
+#~ msgid "Alar_ms"
+#~ msgstr "Alar_mes"
-msgid "<b>From:</b>"
-msgstr "<b>De:</b>"
+#~ msgid "_All day Event"
+#~ msgstr "Evento de _dia inteiro"
-msgid "_Delegate To..."
-msgstr "_Delegar Para..."
+#~ msgid "Previous Button"
+#~ msgstr "Botão Anterior"
-msgid "Assignment"
-msgstr "Atribuição"
+#~ msgid "Text Date Entry"
+#~ msgstr "Entrada de Data em Texto"
-msgid "Task Description"
-msgstr "Descrição da Tarefa"
+#~ msgid "Date Button"
+#~ msgstr "Botão de Data"
-msgid "_Publish Free/Busy Information"
-msgstr "_Publicar Informação de Livre/Ocupado"
+#~ msgid "Time Combo Box"
+#~ msgstr "Seletor de Hora"
-msgid "%a %m/%d/%Y %I:%M %p"
-msgstr "%a %d/%m/%Y %I:%M %p"
+#~ msgid "Search Text Entry"
+#~ msgstr "Entrada de Texto para Pesquisa"
-msgid "%a %m/%d/%Y %H:%M"
-msgstr "%a %d/%m/%Y %H:%M"
+#~ msgid "Select target addressbook."
+#~ msgstr "Selecionar catálogo de endereços alvo."
-msgid "%a %m/%d/%Y %I %p"
-msgstr "%a %d/%m/%Y %I %p"
+#~ msgid "(none)"
+#~ msgstr "(nenhum)"
-msgid "%a %m/%d/%Y %H"
-msgstr "%a %d/%m/%Y %H"
+#~ msgid "Primary Email"
+#~ msgstr "Email Principal"
-msgid "%m/%d/%Y %I:%M:%S %p"
-msgstr "%d/%m/%Y %I:%M:%S %p"
+#~ msgid "Select an Action"
+#~ msgstr "Selecionar uma Ação"
-msgid "%m/%d/%Y %H:%M:%S"
-msgstr "%d/%m/%Y %H:%M:%S"
+#~ msgid "Create a new contact \"%s\""
+#~ msgstr "Criar um novo contato \"%s\""
-msgid "%m/%d/%Y %I:%M %p"
-msgstr "%d/%m/%Y %I:%M %p"
+#~ msgid "Add address to existing contact \"%s\""
+#~ msgstr "Adicionar endereço a um contato existente \"%s\""
-msgid "%m/%d/%Y %H:%M"
-msgstr "%d/%m/%Y %H:%M"
+#~ msgid "Merge E-Mail Address"
+#~ msgstr "Mesclar Endereço de E-Mail"
-msgid "%m/%d/%Y %I %p"
-msgstr "%d/%m/%Y %I %p"
+#~ msgid "Discard Changes"
+#~ msgstr "Descartar Alterações"
-msgid "%m/%d/%Y %H"
-msgstr "%d/%m/%Y %H"
+#~ msgid ""
+#~ "<big><b>%s</b></big>\n"
+#~ "%s until %s"
+#~ msgstr ""
+#~ "<big><b>%s</b></big>\n"
+#~ "%s até %s"
-msgid "%I:%M:%S %p"
-msgstr "%I:%M:%S %p"
+#~ msgid "description of appointment"
+#~ msgstr "descrição do compromisso"
-msgid "%H:%M:%S"
-msgstr "%H:%M:%S"
+#~ msgid "Dismiss"
+#~ msgstr "Ignorar"
-msgid "%I %p"
-msgstr "%I %p"
+#~ msgid "Dismiss All"
+#~ msgstr "Ignorar Tudo"
-msgid "_Rule name:"
-msgstr "Nome da _regra:"
+#~ msgid ""
+#~ "Alarm on %s\n"
+#~ "%s\n"
+#~ "Starting at %s\n"
+#~ "Ending at %s"
+#~ msgstr ""
+#~ "Alarme em %s\n"
+#~ "%s\n"
+#~ "Iniciando em %s\n"
+#~ "Terminando em %s"
-msgid "If"
-msgstr "Se"
+#~ msgid "Remove"
+#~ msgstr "Remover"
-msgid "Execute actions"
-msgstr "Executar ações"
+#~ msgid "Don't Remove"
+#~ msgstr "Não Remover"
-msgid "Execute Command..."
-msgstr "Executar Comando..."
+#~ msgid "05 minutes"
+#~ msgstr "05 minutos"
-msgid "Server: %s, Type: %s"
-msgstr "Servidor: %s, Tipo: %s"
+#~ msgid "10 minutes"
+#~ msgstr "10 minutos"
-msgid "Path: %s, Type: %s"
-msgstr "Caminho: %s, Tipo: %s"
+#~ msgid "15 minutes"
+#~ msgstr "15 minutos"
-msgid "Type: %s"
-msgstr "Tipo: %s"
+#~ msgid "30 minutes"
+#~ msgstr "30 minutos"
-msgid "Automatic contacts"
-msgstr "Contatos automáticos"
+#~ msgid "60 minutes"
+#~ msgstr "60 minutos"
-msgid "Exchange Connector access error."
-msgstr "Erro de acesso da conta do Exchange."
+#~ msgid "<b>Alerts</b>"
+#~ msgstr "<b>Alertas</b> "
-msgid "Meetings and Tasks"
-msgstr "Reuniões e Tarefas"
+#~ msgid "<b>Default Free/Busy Server</b>"
+#~ msgstr "<b>Servidor de Livre/Ocupado Padrão</b>"
-msgid "Plugin manager"
-msgstr "Gerenciador de módulos"
+#~ msgid "<b>General</b>"
+#~ msgstr "<b>Geral</b>"
-msgid "Sa junk-plugin"
-msgstr "Sa junk-plugin"
+#~ msgid "<b>Publishing</b>"
+#~ msgstr "<b>Publicação</b>"
-msgid "learns junk messages using spamd."
-msgstr "aprender mensagens indesejadas utilizando o spamd."
+#~ msgid "<b>Task List</b>"
+#~ msgstr "<b>Lista de Tarefas</b>"
-msgid "Uid"
-msgstr "Uid"
+#~ msgid "<b>Time</b>"
+#~ msgstr "<b>Hora</b>"
-msgid "Url"
-msgstr "Url"
+#~ msgid "<b>Work Week</b>"
+#~ msgstr "<b>Semana Útil</b>"
-msgid ""
-"The suggested filename extension of this filetype (%s) is unused in the "
-"chosen filename. Do you want to continue?"
-msgstr ""
-"A extensão de nome de arquivo sugerida para este tipo de arquivo (%s) não é "
-"usada no nome de arquivo escolhido. Você deseja continuar?"
+#~ msgid "Calendar and Tasks Settings"
+#~ msgstr "Configurações de Agenda e Tarefas"
-msgid "Evolution Settings"
-msgstr "Configurações do Evolution"
+#~ msgid "Color for overdue tasks"
+#~ msgstr "Cor para tarefas atrasadas"
-msgid "C"
-msgstr "C"
+#~ msgid "Color for tasks due today"
+#~ msgstr "Cor das tarefas com prazo para hoje"
-msgid "CN"
-msgstr "CN"
+#~ msgid "Days"
+#~ msgstr "Dias"
-msgid "OU"
-msgstr "OU"
+#~ msgid "Hours"
+#~ msgstr "Horas"
-msgid "O"
-msgstr "O"
+#~ msgid "Minutes"
+#~ msgstr "Minutos"
-msgid "L"
-msgstr "L"
+#~ msgid "_Add URL"
+#~ msgstr "Adicionar _URL"
-msgid "DN"
-msgstr "DN"
+#~ msgid "option menu to choose reminder units"
+#~ msgstr "menu de opções para escolher unidades do lembrete"
-msgid "DC"
-msgstr "DC"
+#~ msgid "option menu to choose time units"
+#~ msgstr "menu de opções para escolher unidades de tempo"
-msgid "ST"
-msgstr "ST"
+#~ msgid "_Attachment Bar (drop attachments here)"
+#~ msgstr "Barra de _Anexos (solte aqui os anexos)"
-msgid "E"
-msgstr "L"
+#~ msgid "Scheduling"
+#~ msgstr "Agendar"
-msgid "_Preview Pane"
-msgstr "_Painel de Visualização"
+#~ msgid "Invitations"
+#~ msgstr "Convites"
-msgid "_Select All"
-msgstr "_Selecionar Tudo"
+#~ msgid "<b>Date and Time</b>"
+#~ msgstr "<b>Data e Hora</b>"
-msgid "Delete this occurrence"
-msgstr "Excluir esta ocorrência"
+#~ msgid "<b>Send Options</b>"
+#~ msgstr "<b>Opções de Envio</b>"
+
+#~ msgid "This appointment has customized alarms"
+#~ msgstr "Este compromisso possui alarmes personalizados"
+
+#~ msgid "<b>Dele_gatees</b>"
+#~ msgstr "<b>Dele_gados</b>"
+
+#~ msgid "<b>From:</b>"
+#~ msgstr "<b>De:</b>"
+
+#~ msgid "_Delegate To..."
+#~ msgstr "_Delegar Para..."
+
+#~ msgid "Assignment"
+#~ msgstr "Atribuição"
+
+#~ msgid "_Publish Free/Busy Information"
+#~ msgstr "_Publicar Informação de Livre/Ocupado"
+
+#~ msgid "%a %m/%d/%Y %I:%M %p"
+#~ msgstr "%a %d/%m/%Y %I:%M %p"
+
+#~ msgid "%a %m/%d/%Y %H:%M"
+#~ msgstr "%a %d/%m/%Y %H:%M"
+
+#~ msgid "%a %m/%d/%Y %I %p"
+#~ msgstr "%a %d/%m/%Y %I %p"
+
+#~ msgid "%a %m/%d/%Y %H"
+#~ msgstr "%a %d/%m/%Y %H"
+
+#~ msgid "%m/%d/%Y %I:%M:%S %p"
+#~ msgstr "%d/%m/%Y %I:%M:%S %p"
+
+#~ msgid "%m/%d/%Y %H:%M:%S"
+#~ msgstr "%d/%m/%Y %H:%M:%S"
+
+#~ msgid "%m/%d/%Y %I:%M %p"
+#~ msgstr "%d/%m/%Y %I:%M %p"
+
+#~ msgid "%m/%d/%Y %H:%M"
+#~ msgstr "%d/%m/%Y %H:%M"
+
+#~ msgid "%m/%d/%Y %I %p"
+#~ msgstr "%d/%m/%Y %I %p"
+
+#~ msgid "%m/%d/%Y %H"
+#~ msgstr "%d/%m/%Y %H"
+
+#~ msgid "%I:%M:%S %p"
+#~ msgstr "%I:%M:%S %p"
+
+#~ msgid "%H:%M:%S"
+#~ msgstr "%H:%M:%S"
+
+#~ msgid "%I %p"
+#~ msgstr "%I %p"
+
+#~ msgid "_Rule name:"
+#~ msgstr "Nome da _regra:"
+
+#~ msgid "If"
+#~ msgstr "Se"
+
+#~ msgid "Execute actions"
+#~ msgstr "Executar ações"
+
+#~ msgid "Execute Command..."
+#~ msgstr "Executar Comando..."
+
+#~ msgid "Server: %s, Type: %s"
+#~ msgstr "Servidor: %s, Tipo: %s"
+
+#~ msgid "Path: %s, Type: %s"
+#~ msgstr "Caminho: %s, Tipo: %s"
+
+#~ msgid "Type: %s"
+#~ msgstr "Tipo: %s"
+
+#~ msgid "Automatic contacts"
+#~ msgstr "Contatos automáticos"
+
+#~ msgid "Exchange Connector access error."
+#~ msgstr "Erro de acesso da conta do Exchange."
+
+#~ msgid "Meetings and Tasks"
+#~ msgstr "Reuniões e Tarefas"
+
+#~ msgid "Plugin manager"
+#~ msgstr "Gerenciador de módulos"
+
+#~ msgid "Sa junk-plugin"
+#~ msgstr "Sa junk-plugin"
+
+#~ msgid "learns junk messages using spamd."
+#~ msgstr "aprender mensagens indesejadas utilizando o spamd."
+
+#~ msgid "Uid"
+#~ msgstr "Uid"
+
+#~ msgid "Url"
+#~ msgstr "Url"
+
+#~ msgid ""
+#~ "The suggested filename extension of this filetype (%s) is unused in the "
+#~ "chosen filename. Do you want to continue?"
+#~ msgstr ""
+#~ "A extensão de nome de arquivo sugerida para este tipo de arquivo (%s) não "
+#~ "é usada no nome de arquivo escolhido. Você deseja continuar?"
+
+#~ msgid "Evolution Settings"
+#~ msgstr "Configurações do Evolution"
+
+#~ msgid "C"
+#~ msgstr "C"
+
+#~ msgid "CN"
+#~ msgstr "CN"
+
+#~ msgid "OU"
+#~ msgstr "OU"
+
+#~ msgid "O"
+#~ msgstr "O"
+
+#~ msgid "L"
+#~ msgstr "L"
+
+#~ msgid "DN"
+#~ msgstr "DN"
+
+#~ msgid "DC"
+#~ msgstr "DC"
+
+#~ msgid "ST"
+#~ msgstr "ST"
+
+#~ msgid "E"
+#~ msgstr "L"
+
+#~ msgid "_Preview Pane"
+#~ msgstr "_Painel de Visualização"
+
+#~ msgid "_Select All"
+#~ msgstr "_Selecionar Tudo"
-msgid "Customize My Evolution"
-msgstr "Personalizar o Meu Evolution"
+#~ msgid "Customize My Evolution"
+#~ msgstr "Personalizar o Meu Evolution"
-msgid "Move"
-msgstr "Mover"
+#~ msgid "Move"
+#~ msgstr "Mover"
-msgid "_About Evolution..."
-msgstr "_Sobre o Evolution..."
+#~ msgid "_About Evolution..."
+#~ msgstr "_Sobre o Evolution..."
-msgid "_Send / Receive"
-msgstr "_Enviar/Receber"
+#~ msgid "_Send / Receive"
+#~ msgstr "_Enviar/Receber"
-msgid "Always Search"
-msgstr "Pesquisar Sempre"
+#~ msgid "Always Search"
+#~ msgstr "Pesquisar Sempre"
#~ msgid "Message _List As"
#~ msgstr "_Lista de Mensagens Como"
diff --git a/po/sq.po b/po/sq.po
index c08f0ada52..45710db3b5 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -1,21 +1,20 @@
-# Përkthimi i mesazheve të evolution.HEAD.sq në shqip
+# Përkthimi i mesazheve të evolution në shqip
# This file is distributed under the same license as the evolution package.
#
#
# Laurent Dhima <laurenti@alblinux.net>, 2003, 2004, 2005, 2006.
msgid ""
msgstr ""
-"Project-Id-Version: evolution.HEAD.sq\n"
+"Project-Id-Version: evolution gnome-2-14\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-03-02 06:05+0100\n"
-"PO-Revision-Date: 2006-03-02 17:45+0100\n"
+"POT-Creation-Date: 2006-03-11 13:43+0100\n"
+"PO-Revision-Date: 2006-03-13 12:39+0100\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: Albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: KBabel 1.11.2\n"
#: ../a11y/addressbook/ea-addressbook-view.c:94
#: ../a11y/addressbook/ea-addressbook-view.c:103
@@ -111,32 +110,32 @@ msgstr "Shko tek data"
msgid "a table to view and select the current time range"
msgstr "një tabelë për të shfaqur dhe zgjedhur intervalin e kohës aktuale"
-#: ../a11y/calendar/ea-day-view.c:146 ../a11y/calendar/ea-week-view.c:148
+#: ../a11y/calendar/ea-day-view.c:149 ../a11y/calendar/ea-week-view.c:151
#, c-format
msgid "It has %d event."
msgid_plural "It has %d events."
msgstr[0] "Përmban %d ndodhi."
msgstr[1] "Përmban %d ndodhi."
-#: ../a11y/calendar/ea-day-view.c:148 ../a11y/calendar/ea-week-view.c:150
+#: ../a11y/calendar/ea-day-view.c:151 ../a11y/calendar/ea-week-view.c:153
msgid "It has no events."
msgstr "Nuk ka ndodhi."
-#: ../a11y/calendar/ea-day-view.c:152
+#: ../a11y/calendar/ea-day-view.c:155
#, c-format
msgid "Work Week View: %s. %s"
msgstr "Paraqitja e javës së punës: %s. %s"
-#: ../a11y/calendar/ea-day-view.c:155
+#: ../a11y/calendar/ea-day-view.c:158
#, c-format
msgid "Day View: %s. %s"
msgstr "Paraqitja ditore: %s. %s"
-#: ../a11y/calendar/ea-day-view.c:186
+#: ../a11y/calendar/ea-day-view.c:189
msgid "calendar view for a work week"
msgstr "paraqitja e kalendarit për një javë pune"
-#: ../a11y/calendar/ea-day-view.c:188
+#: ../a11y/calendar/ea-day-view.c:191
msgid "calendar view for one or more days"
msgstr "paraqitja e kalendarit për një apo më shumë ditë"
@@ -212,21 +211,21 @@ msgstr "Pulsanti \"shko tek\""
msgid "Click here, you can find more events."
msgstr "Kliko këtu për gjetur aktivitete të tjerë.֣"
-#: ../a11y/calendar/ea-week-view.c:155
+#: ../a11y/calendar/ea-week-view.c:158
#, c-format
msgid "Month View: %s. %s"
msgstr "Paraqitja mujore: %s. %s"
-#: ../a11y/calendar/ea-week-view.c:159
+#: ../a11y/calendar/ea-week-view.c:162
#, c-format
msgid "Week View: %s. %s"
msgstr "Paraqitja javore: %s. %s"
-#: ../a11y/calendar/ea-week-view.c:190
+#: ../a11y/calendar/ea-week-view.c:193
msgid "calendar view for a month"
msgstr "paraqitja e kalendarit për një muaj"
-#: ../a11y/calendar/ea-week-view.c:192
+#: ../a11y/calendar/ea-week-view.c:195
msgid "calendar view for one or more weeks"
msgstr "paraqitja e kalendarit për një apo më shumë javë"
@@ -1065,8 +1064,8 @@ msgid ""
"root of the directory tree."
msgstr ""
"Baza e kërkimit është emri i veçantë (DN) i zërit ku kërkimet tuaja do të "
-"fillojnë. Nëse kjo fushë lihet bosh kërkimi do të fillojë nga baza e degëzimit"
-"të kartelave."
+"fillojnë. Nëse kjo fushë lihet bosh kërkimi do të fillojë nga baza e "
+"degëzimittë kartelave."
#: ../addressbook/gui/component/ldap-config.glade.h:40
msgid ""
@@ -1188,12 +1187,9 @@ msgstr "cards"
#: ../addressbook/gui/component/ldap-config.glade.h:60
#: ../calendar/gui/alarm-notify/alarm-notify.glade.h:8
-#: ../calendar/gui/alarm-notify/util.c:65
-#: ../calendar/gui/alarm-notify/util.c:67
#: ../calendar/gui/dialogs/alarm-dialog.glade.h:26
#: ../calendar/gui/dialogs/calendar-setup.glade.h:14
-#: ../calendar/gui/dialogs/event-page.glade.h:20 ../calendar/gui/misc.c:112
-#: ../calendar/gui/misc.c:114 ../filter/filter.glade.h:16
+#: ../calendar/gui/dialogs/event-page.glade.h:20 ../filter/filter.glade.h:16
#: ../mail/em-account-editor.c:2021
#: ../plugins/calendar-http/calendar-http.c:286
#: ../plugins/calendar-weather/calendar-weather.c:563
@@ -2461,7 +2457,7 @@ msgstr "Shërbimi"
#: ../addressbook/gui/contact-editor/e-contact-editor-im.c:128
#: ../calendar/gui/e-cal-list-view.etspec.h:3
-#: ../plugins/publish-calendar/publish-calendar.c:478
+#: ../plugins/publish-calendar/publish-calendar.c:497
#: ../plugins/save-calendar/csv-format.c:400
msgid "Location"
msgstr "Vendodhja"
@@ -2525,15 +2521,15 @@ msgstr "Ndryshuar"
msgid "Contact Editor - %s"
msgstr "Editori i kontakteve - %s"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2772
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2773
msgid "Please select an image for this contact"
msgstr "Ju lutem zgjidhni një figurë për këtë kontakt"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:2773
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:2774
msgid "No image"
msgstr "Asnjë figurë"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:3057
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:3058
msgid ""
"The contact data is invalid:\n"
"\n"
@@ -2541,7 +2537,7 @@ msgstr ""
"E dhëna e kontaktit është e pavlefshme:\n"
"\n"
-#: ../addressbook/gui/contact-editor/e-contact-editor.c:3109
+#: ../addressbook/gui/contact-editor/e-contact-editor.c:3110
msgid "Invalid contact."
msgstr "Kontakt i pavlefshëm."
@@ -2869,7 +2865,7 @@ msgstr "Burimi"
#: ../addressbook/gui/widgets/e-addressbook-view.c:244
#: ../calendar/gui/dialogs/meeting-page.etspec.h:11
#: ../calendar/gui/e-calendar-table.etspec.h:13
-#: ../calendar/gui/e-meeting-list-view.c:480
+#: ../calendar/gui/e-meeting-list-view.c:486
#: ../calendar/gui/e-meeting-time-sel.etspec.h:11
#: ../calendar/gui/e-memo-table.etspec.h:5
msgid "Type"
@@ -2882,7 +2878,7 @@ msgid "Save as VCard..."
msgstr "Ruaje si VCard..."
#: ../addressbook/gui/widgets/e-addressbook-view.c:957
-#: ../calendar/gui/dialogs/comp-editor.c:1086
+#: ../calendar/gui/dialogs/comp-editor.c:1088
#: ../calendar/gui/e-calendar-table.c:1174
#: ../calendar/gui/e-calendar-view.c:1595 ../calendar/gui/e-memo-table.c:852
#: ../ui/evolution-addressbook.xml.h:56
@@ -3102,7 +3098,7 @@ msgstr "Radio"
#: ../addressbook/gui/widgets/e-addressbook-view.etspec.h:33
#: ../calendar/gui/dialogs/meeting-page.etspec.h:9
-#: ../calendar/gui/e-meeting-list-view.c:491
+#: ../calendar/gui/e-meeting-list-view.c:497
#: ../calendar/gui/e-meeting-time-sel.etspec.h:9
#: ../plugins/exchange-operations/exchange-permissions-dialog.c:725
msgid "Role"
@@ -3149,7 +3145,7 @@ msgstr "Siti web"
#: ../widgets/table/e-table-group-container.c:968
#: ../widgets/table/e-table-group-leaf.c:629
#: ../widgets/table/e-table-group-leaf.c:630
-#: ../widgets/table/e-table-item.c:3021 ../widgets/table/e-table-item.c:3022
+#: ../widgets/table/e-table-item.c:3022 ../widgets/table/e-table-item.c:3023
#: ../widgets/text/e-text.c:3649 ../widgets/text/e-text.c:3650
msgid "Width"
msgstr "Gjerësia"
@@ -3164,7 +3160,7 @@ msgstr "Gjerësia"
#: ../widgets/table/e-table-group-container.c:961
#: ../widgets/table/e-table-group-leaf.c:622
#: ../widgets/table/e-table-group-leaf.c:623
-#: ../widgets/table/e-table-item.c:3027 ../widgets/table/e-table-item.c:3028
+#: ../widgets/table/e-table-item.c:3028 ../widgets/table/e-table-item.c:3029
#: ../widgets/text/e-text.c:3657 ../widgets/text/e-text.c:3658
msgid "Height"
msgstr "Lartësia"
@@ -3684,19 +3680,19 @@ msgstr "Importuesi i Evolution CSV dhe Tab"
msgid "Importing ..."
msgstr "Duke importuar ..."
-#: ../addressbook/importers/evolution-ldif-importer.c:761
+#: ../addressbook/importers/evolution-ldif-importer.c:754
msgid "LDAP Data Interchange Format (.ldif)"
msgstr "Format LDAP Data Interchange (.ldif)"
-#: ../addressbook/importers/evolution-ldif-importer.c:762
+#: ../addressbook/importers/evolution-ldif-importer.c:755
msgid "Evolution LDIF importer"
msgstr "Importuesi LDIF i Evolution"
-#: ../addressbook/importers/evolution-vcard-importer.c:554
+#: ../addressbook/importers/evolution-vcard-importer.c:547
msgid "VCard (.vcf, .gcrd)"
msgstr "VCard (.vcf, .gcrd)"
-#: ../addressbook/importers/evolution-vcard-importer.c:555
+#: ../addressbook/importers/evolution-vcard-importer.c:548
msgid "Evolution VCard Importer"
msgstr "Importuesi VCard i Evolution"
@@ -4465,7 +4461,7 @@ msgid "Memos"
msgstr "Përkujtesa"
#: ../calendar/gui/GNOME_Evolution_Calendar.server.in.in.h:13
-#: ../calendar/gui/e-calendar-table.c:525 ../calendar/gui/e-tasks.c:1329
+#: ../calendar/gui/e-calendar-table.c:525 ../calendar/gui/e-tasks.c:1347
#: ../calendar/gui/print.c:1828 ../calendar/gui/tasks-component.c:521
#: ../calendar/gui/tasks-component.c:1012 ../calendar/gui/tasks-control.c:475
#: ../calendar/importers/icalendar-importer.c:80
@@ -4491,9 +4487,6 @@ msgid "Evolution Calendar alarm notification service"
msgstr "Shërbimi i njoftimit të alarmit të kalendarit të Evolution"
#: ../calendar/gui/alarm-notify/alarm-notify-dialog.c:115
-#: ../calendar/gui/alarm-notify/util.c:65
-#: ../calendar/gui/alarm-notify/util.c:67 ../calendar/gui/misc.c:112
-#: ../calendar/gui/misc.c:114
msgid "minute"
msgid_plural "minutes"
msgstr[0] "minutë"
@@ -4628,67 +4621,34 @@ msgstr ""
msgid "invalid time"
msgstr "orë e pavlefshme"
-#. Can't be zero
-#: ../calendar/gui/alarm-notify/util.c:58
-#, c-format
-msgid "(%ld seconds)"
-msgstr "(%ld sekonda)"
-
-#. TRANSLATORS: here, "second" is the time division (like "minute"), not the ordinal number (like "third")
-#: ../calendar/gui/alarm-notify/util.c:65 ../calendar/gui/misc.c:112
-#, c-format
-msgid "(%d %s %d %s)"
-msgstr "(%d %s %d %s)"
-
-#. TRANSLATORS: here, "second" is the ordinal number (like "third"), not the time division (like "minute")
-#. * Entire string is for example: This appointment recurs/Every [x] month(s) on the [second] [Monday] [forever]'
-#. * (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/alarm-notify/util.c:65
-#: ../calendar/gui/dialogs/recurrence-page.c:998 ../calendar/gui/misc.c:112
-msgid "second"
-msgstr "sekondë"
-
-#: ../calendar/gui/alarm-notify/util.c:65 ../calendar/gui/misc.c:112
-#: ../filter/filter.glade.h:18 ../mail/mail-config.glade.h:178
-msgid "seconds"
-msgstr "sekonda"
-
-#: ../calendar/gui/alarm-notify/util.c:67 ../calendar/gui/misc.c:114
-#, c-format
-msgid "(%d %s)"
-msgstr "(%d %s)"
-
-#: ../calendar/gui/alarm-notify/util.c:78 ../calendar/gui/misc.c:125
-#, c-format
-msgid " %u second"
-msgstr " %u sekondë"
-
-#: ../calendar/gui/alarm-notify/util.c:78 ../calendar/gui/misc.c:125
-#, c-format
-msgid " %u seconds"
-msgstr " %u sekonda"
-
-#: ../calendar/gui/alarm-notify/util.c:80 ../calendar/gui/misc.c:127
-#, c-format
-msgid " %u minute"
-msgstr " %u minutë"
-
-#: ../calendar/gui/alarm-notify/util.c:80 ../calendar/gui/misc.c:127
+#. Translator: Entire string is like "Pop up an alert %d hours before start of appointment"
+#: ../calendar/gui/alarm-notify/util.c:66 ../calendar/gui/e-alarm-list.c:408
+#: ../calendar/gui/misc.c:113
#, c-format
-msgid " %u minutes"
-msgstr " %u minuta"
+msgid "%d hour"
+msgid_plural "%d hours"
+msgstr[0] "%d orë"
+msgstr[1] "%d orë"
-#: ../calendar/gui/alarm-notify/util.c:82 ../calendar/gui/misc.c:129
+#. Translator: Entire string is like "Pop up an alert %d minutes before start of appointment"
+#: ../calendar/gui/alarm-notify/util.c:72 ../calendar/gui/e-alarm-list.c:414
+#: ../calendar/gui/misc.c:119
#, c-format
-msgid "%u hour"
-msgstr "%u orë"
+msgid "%d minute"
+msgid_plural "%d minutes"
+msgstr[0] "%d minutë"
+msgstr[1] "%d minuta"
-#: ../calendar/gui/alarm-notify/util.c:82 ../calendar/gui/misc.c:129
+#. 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:76 ../calendar/gui/e-alarm-list.c:420
+#: ../calendar/gui/misc.c:123
#, c-format
-msgid "%u hours"
-msgstr "%u orë"
+msgid "%d second"
+msgid_plural "%d seconds"
+msgstr[0] "sekondë"
+msgstr[1] "sekonda"
#: ../calendar/gui/apps_evolution_calendar.schemas.in.in.h:1
msgid "Alarm programs"
@@ -5378,7 +5338,7 @@ msgstr "minutë(a)"
msgid "start of appointment"
msgstr "fillimit të takimit"
-#: ../calendar/gui/dialogs/alarm-list-dialog.c:232
+#: ../calendar/gui/dialogs/alarm-list-dialog.c:235
msgid "Action/Trigger"
msgstr "Veprimi"
@@ -5855,28 +5815,28 @@ msgstr "_Lëviz"
msgid "Cancel _Drag"
msgstr "Anullo _zvarritjen"
-#: ../calendar/gui/dialogs/comp-editor.c:800
+#: ../calendar/gui/dialogs/comp-editor.c:802
msgid "Could not update object"
msgstr "I pamundur rifreskimi i objektit"
-#: ../calendar/gui/dialogs/comp-editor.c:943 ../composer/e-msg-composer.c:2479
+#: ../calendar/gui/dialogs/comp-editor.c:945 ../composer/e-msg-composer.c:2479
#, c-format
msgid "<b>%d</b> Attachment"
msgid_plural "<b>%d</b> Attachments"
msgstr[0] "<b>%d</b> I bashkangjitur"
msgstr[1] "<b>%d</b> Të bashkangjitur"
-#: ../calendar/gui/dialogs/comp-editor.c:975
+#: ../calendar/gui/dialogs/comp-editor.c:977
msgid "Hide Attachment _Bar"
msgstr "Fshih _shtyllën e bashkangjitjes"
-#: ../calendar/gui/dialogs/comp-editor.c:978
-#: ../calendar/gui/dialogs/comp-editor.c:1442
+#: ../calendar/gui/dialogs/comp-editor.c:980
+#: ../calendar/gui/dialogs/comp-editor.c:1444
msgid "Show Attachment _Bar"
msgstr "Shfaq _shtyllën e bashkangjitjes"
-#: ../calendar/gui/dialogs/comp-editor.c:1087
-#: ../calendar/gui/dialogs/event-page.c:1897
+#: ../calendar/gui/dialogs/comp-editor.c:1089
+#: ../calendar/gui/dialogs/event-page.c:1894
#: ../calendar/gui/dialogs/meeting-page.c:899
#: ../calendar/gui/dialogs/task-page.c:1202
#: ../composer/e-msg-composer-attachment-bar.c:470
@@ -5887,83 +5847,83 @@ msgstr "Shfaq _shtyllën e bashkangjitjes"
msgid "_Remove"
msgstr "_Hiq"
-#: ../calendar/gui/dialogs/comp-editor.c:1088
+#: ../calendar/gui/dialogs/comp-editor.c:1090
#: ../composer/e-msg-composer-attachment-bar.c:471
#: ../composer/e-msg-composer.c:3620 ../mail/em-folder-tree.c:2058
#: ../ui/evolution-addressbook.xml.h:59 ../ui/evolution-mail-list.xml.h:33
msgid "_Properties"
msgstr "_Pronësitë"
-#: ../calendar/gui/dialogs/comp-editor.c:1090
+#: ../calendar/gui/dialogs/comp-editor.c:1092
#: ../composer/e-msg-composer-attachment-bar.c:473
#: ../composer/e-msg-composer.c:3622
msgid "_Add attachment..."
msgstr "_Shto të bashkangjitur..."
-#: ../calendar/gui/dialogs/comp-editor.c:1466
+#: ../calendar/gui/dialogs/comp-editor.c:1468
#: ../mail/em-format-html-display.c:2065
msgid "Show Attachments"
msgstr "Shfaq të bashkangjiturit"
-#: ../calendar/gui/dialogs/comp-editor.c:1467
+#: ../calendar/gui/dialogs/comp-editor.c:1469
msgid "Press space key to toggle attachment bar"
msgstr "Shtyp butonin hapsirë për të shpalosur shtyllën e bashkangjitjes"
-#: ../calendar/gui/dialogs/comp-editor.c:2074
-#: ../calendar/gui/dialogs/comp-editor.c:2117
+#: ../calendar/gui/dialogs/comp-editor.c:2076
+#: ../calendar/gui/dialogs/comp-editor.c:2119
msgid "Edit Appointment"
msgstr "Ndrysho takimin"
-#: ../calendar/gui/dialogs/comp-editor.c:2080
-#: ../calendar/gui/dialogs/comp-editor.c:2123
+#: ../calendar/gui/dialogs/comp-editor.c:2082
+#: ../calendar/gui/dialogs/comp-editor.c:2125
#, c-format
msgid "Meeting - %s"
msgstr "Takimi - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2082
-#: ../calendar/gui/dialogs/comp-editor.c:2125
+#: ../calendar/gui/dialogs/comp-editor.c:2084
+#: ../calendar/gui/dialogs/comp-editor.c:2127
#, c-format
msgid "Appointment - %s"
msgstr "Takimi - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2086
-#: ../calendar/gui/dialogs/comp-editor.c:2129
+#: ../calendar/gui/dialogs/comp-editor.c:2088
+#: ../calendar/gui/dialogs/comp-editor.c:2131
#, c-format
msgid "Assigned Task - %s"
msgstr "Aktivitet i caktuar - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2088
-#: ../calendar/gui/dialogs/comp-editor.c:2131
+#: ../calendar/gui/dialogs/comp-editor.c:2090
+#: ../calendar/gui/dialogs/comp-editor.c:2133
#, c-format
msgid "Task - %s"
msgstr "Aktiviteti - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2091
-#: ../calendar/gui/dialogs/comp-editor.c:2134
+#: ../calendar/gui/dialogs/comp-editor.c:2093
+#: ../calendar/gui/dialogs/comp-editor.c:2136
#, c-format
msgid "Journal entry - %s"
msgstr "Zë i ditarit - %s"
-#: ../calendar/gui/dialogs/comp-editor.c:2102
-#: ../calendar/gui/dialogs/comp-editor.c:2144
+#: ../calendar/gui/dialogs/comp-editor.c:2104
+#: ../calendar/gui/dialogs/comp-editor.c:2146
msgid "No summary"
msgstr "Asnjë përmbledhje"
-#: ../calendar/gui/dialogs/comp-editor.c:2652
+#: ../calendar/gui/dialogs/comp-editor.c:2654
#: ../composer/e-msg-composer-attachment-bar.c:307 ../mail/em-utils.c:464
#: ../mail/em-utils.c:501 ../widgets/misc/e-attachment-bar.c:339
msgid "attachment"
msgstr "bashkangjitur"
-#: ../calendar/gui/dialogs/comp-editor.c:2741
-#: ../calendar/gui/dialogs/comp-editor.c:2795
-#: ../calendar/gui/dialogs/comp-editor.c:2819
+#: ../calendar/gui/dialogs/comp-editor.c:2743
+#: ../calendar/gui/dialogs/comp-editor.c:2797
+#: ../calendar/gui/dialogs/comp-editor.c:2821
msgid "Changes made to this item may be discarded if an update arrives"
msgstr ""
"Ndryshimet e kryera në këtë element mund të anullohen nëse arrin një "
"rifreskim"
-#: ../calendar/gui/dialogs/comp-editor.c:2843
+#: ../calendar/gui/dialogs/comp-editor.c:2845
msgid "Unable to use current version!"
msgstr "I pamundur përdorimi i versionit aktual!"
@@ -6050,106 +6010,106 @@ msgid "Recurrence"
msgstr "Përvjetor"
#: ../calendar/gui/dialogs/event-page.c:807
-#: ../calendar/gui/dialogs/event-page.c:2717
+#: ../calendar/gui/dialogs/event-page.c:2714
msgid "This event has alarms"
msgstr "Ky aktivitet përmban alarme"
-#: ../calendar/gui/dialogs/event-page.c:875
+#: ../calendar/gui/dialogs/event-page.c:872
#: ../calendar/gui/dialogs/event-page.glade.h:7
msgid "Cale_ndar:"
msgstr "Kale_ndari:"
-#: ../calendar/gui/dialogs/event-page.c:881
+#: ../calendar/gui/dialogs/event-page.c:878
#: ../calendar/gui/dialogs/event-page.glade.h:13
#: ../calendar/gui/dialogs/meeting-page.glade.h:5
#: ../calendar/gui/dialogs/task-page.c:446
msgid "Or_ganizer:"
msgstr "Or_ganizuesi:"
-#: ../calendar/gui/dialogs/event-page.c:919
+#: ../calendar/gui/dialogs/event-page.c:916
msgid "_Delegatees"
msgstr "Të _deleguar"
-#: ../calendar/gui/dialogs/event-page.c:921
+#: ../calendar/gui/dialogs/event-page.c:918
msgid "Atte_ndees"
msgstr "Pjes_marrës"
-#: ../calendar/gui/dialogs/event-page.c:1089
+#: ../calendar/gui/dialogs/event-page.c:1086
msgid "Event with no start date"
msgstr "Ngjarje pa datë fillimi"
-#: ../calendar/gui/dialogs/event-page.c:1092
+#: ../calendar/gui/dialogs/event-page.c:1089
msgid "Event with no end date"
msgstr "Ngjarje pa datë përfundimi"
-#: ../calendar/gui/dialogs/event-page.c:1260
+#: ../calendar/gui/dialogs/event-page.c:1257
#: ../calendar/gui/dialogs/task-page.c:852
msgid "Start date is wrong"
msgstr "Data e fillimit është e gabuar"
-#: ../calendar/gui/dialogs/event-page.c:1270
+#: ../calendar/gui/dialogs/event-page.c:1267
msgid "End date is wrong"
msgstr "Data e përfundimit është e gabuar"
-#: ../calendar/gui/dialogs/event-page.c:1293
+#: ../calendar/gui/dialogs/event-page.c:1290
msgid "Start time is wrong"
msgstr "Ora e fillimit është e gabuar"
-#: ../calendar/gui/dialogs/event-page.c:1300
+#: ../calendar/gui/dialogs/event-page.c:1297
msgid "End time is wrong"
msgstr "Ora e përfundimit është e gabuar"
-#: ../calendar/gui/dialogs/event-page.c:1455
+#: ../calendar/gui/dialogs/event-page.c:1452
#: ../calendar/gui/dialogs/meeting-page.c:469
#: ../calendar/gui/dialogs/task-page.c:909
msgid "The organizer selected no longer has an account."
msgstr "Organizuesi i zgjedhur nuk ka më një llogari."
-#: ../calendar/gui/dialogs/event-page.c:1461
+#: ../calendar/gui/dialogs/event-page.c:1458
#: ../calendar/gui/dialogs/meeting-page.c:475
#: ../calendar/gui/dialogs/task-page.c:915
msgid "An organizer is required."
msgstr "Nevoitet një organizues."
-#: ../calendar/gui/dialogs/event-page.c:1476
+#: ../calendar/gui/dialogs/event-page.c:1473
#: ../calendar/gui/dialogs/meeting-page.c:490
#: ../calendar/gui/dialogs/task-page.c:930
msgid "At least one attendee is required."
msgstr "Nevoitet të paktën një pjesmarrës."
-#: ../calendar/gui/dialogs/event-page.c:1898
+#: ../calendar/gui/dialogs/event-page.c:1895
#: ../calendar/gui/dialogs/meeting-page.c:900
#: ../calendar/gui/dialogs/task-page.c:1203
msgid "_Add "
msgstr "_Shto "
-#: ../calendar/gui/dialogs/event-page.c:2624
+#: ../calendar/gui/dialogs/event-page.c:2621
#, c-format
msgid "Unable to open the calendar '%s'."
msgstr "E pamundur hapja e kalendarit '%s'."
-#: ../calendar/gui/dialogs/event-page.c:2920
+#: ../calendar/gui/dialogs/event-page.c:2924
#, c-format
msgid "%d day before appointment"
msgid_plural "%d days before appointment"
msgstr[0] "%d ditë para takimit"
msgstr[1] "%d ditë para takimit"
-#: ../calendar/gui/dialogs/event-page.c:2928
+#: ../calendar/gui/dialogs/event-page.c:2932
#, c-format
msgid "%d hour before appointment"
msgid_plural "%d hours before appointment"
msgstr[0] "%d orë para takimit"
msgstr[1] "%d orë para takimit"
-#: ../calendar/gui/dialogs/event-page.c:2936
+#: ../calendar/gui/dialogs/event-page.c:2940
#, c-format
msgid "%d minute before appointement"
msgid_plural "%d minutes before appointment"
msgstr[0] "%d minutë para takimit"
msgstr[1] "%d minuta para takimit"
-#: ../calendar/gui/dialogs/event-page.c:2952
+#: ../calendar/gui/dialogs/event-page.c:2956
msgid "Customize"
msgstr "Personalizo"
@@ -6158,7 +6118,7 @@ msgstr "Personalizo"
#. When "None" is selected we want the field to be cleared.
#. Note that we don't show this here, since by default a 'None' date
#. is not permitted.
-#: ../calendar/gui/dialogs/event-page.c:2957
+#: ../calendar/gui/dialogs/event-page.c:2961
#: ../calendar/gui/dialogs/meeting-page.c:321
#: ../calendar/gui/dialogs/meeting-page.glade.h:4
#: ../calendar/gui/e-cal-model-tasks.c:649
@@ -6287,14 +6247,14 @@ msgstr "Anëtar"
#. To translators: RSVP means "please reply"
#: ../calendar/gui/dialogs/meeting-page.etspec.h:8
-#: ../calendar/gui/e-meeting-list-view.c:503
+#: ../calendar/gui/e-meeting-list-view.c:509
#: ../calendar/gui/e-meeting-time-sel.etspec.h:8
msgid "RSVP"
msgstr "RSVP"
#: ../calendar/gui/dialogs/meeting-page.etspec.h:10
#: ../calendar/gui/e-calendar-table.etspec.h:10
-#: ../calendar/gui/e-meeting-list-view.c:514
+#: ../calendar/gui/e-meeting-list-view.c:520
#: ../calendar/gui/e-meeting-time-sel.etspec.h:10 ../mail/em-filter-i18n.h:63
#: ../mail/message-list.etspec.h:12
msgid "Status"
@@ -6430,6 +6390,15 @@ msgstr "në"
msgid "first"
msgstr "i pari"
+#. TRANSLATORS: here, "second" is the ordinal number (like "third"), not the time division (like "minute")
+#. * Entire string is for example: This appointment recurs/Every [x] month(s) on the [second] [Monday] [forever]'
+#. * (dropdown menu options are in [square brackets]). This means that after 'second', either the string 'day' or
+#. * the name of a week day (like 'Monday' or 'Friday') always follow.
+#.
+#: ../calendar/gui/dialogs/recurrence-page.c:998
+msgid "second"
+msgstr "sekondë"
+
#. TRANSLATORS: Entire string is for example: This appointment recurs/Every [x] month(s) on the [third] [Monday] [forever]'
#. * (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.
@@ -6738,30 +6707,6 @@ msgid_plural "%d weeks"
msgstr[0] "%d javë"
msgstr[1] "%d javë"
-#. Translator: Entire string is like "Pop up an alert %d hours before start of appointment"
-#: ../calendar/gui/e-alarm-list.c:408
-#, c-format
-msgid "%d hour"
-msgid_plural "%d hours"
-msgstr[0] "%d orë"
-msgstr[1] "%d orë"
-
-#. Translator: Entire string is like "Pop up an alert %d minutes before start of appointment"
-#: ../calendar/gui/e-alarm-list.c:414
-#, c-format
-msgid "%d minute"
-msgid_plural "%d minutes"
-msgstr[0] "%d minutë"
-msgstr[1] "%d minuta"
-
-#. Translator: Entire string is like "Pop up an alert %d seconds before start of appointment"
-#: ../calendar/gui/e-alarm-list.c:420
-#, c-format
-msgid "%d second"
-msgid_plural "%d seconds"
-msgstr[0] "sekondë"
-msgstr[1] "sekonda"
-
#: ../calendar/gui/e-alarm-list.c:464
msgid "Unknown action to be performed"
msgstr "Veprim i panjohur"
@@ -6937,7 +6882,7 @@ msgstr "Jo"
#. This is the default filename used for temporary file creation
#: ../calendar/gui/e-cal-model.c:327 ../calendar/gui/e-cal-popup.c:107
-#: ../calendar/gui/e-cal-popup.c:122 ../calendar/gui/e-cal-popup.c:167
+#: ../calendar/gui/e-cal-popup.c:124 ../calendar/gui/e-cal-popup.c:171
#: ../calendar/gui/e-itip-control.c:1144 ../calendar/gui/e-itip-control.c:1285
#: ../calendar/gui/e-meeting-list-view.c:169
#: ../calendar/gui/e-meeting-list-view.c:183
@@ -6959,35 +6904,35 @@ msgstr "Përsëritet"
msgid "Assigned"
msgstr "Caktuar"
-#: ../calendar/gui/e-cal-popup.c:173 ../mail/em-popup.c:412
+#: ../calendar/gui/e-cal-popup.c:177 ../mail/em-popup.c:412
msgid "Save As..."
msgstr "Ruaj Si..."
-#: ../calendar/gui/e-cal-popup.c:189 ../mail/em-format-html-display.c:1913
+#: ../calendar/gui/e-cal-popup.c:193 ../mail/em-format-html-display.c:1913
msgid "Select folder to save selected attachments..."
msgstr "Zgjidh kartelën ku duhen ruajtur të bashkangjiturit e zgjedhur..."
-#: ../calendar/gui/e-cal-popup.c:218 ../mail/em-popup.c:437
+#: ../calendar/gui/e-cal-popup.c:222 ../mail/em-popup.c:437
#, c-format
msgid "untitled_image.%s"
msgstr "figurë_paemër.%s"
-#: ../calendar/gui/e-cal-popup.c:272 ../calendar/gui/e-calendar-table.c:1176
+#: ../calendar/gui/e-cal-popup.c:276 ../calendar/gui/e-calendar-table.c:1176
#: ../calendar/gui/e-calendar-view.c:1596 ../calendar/gui/e-memo-table.c:854
#: ../mail/em-folder-view.c:1087 ../mail/em-popup.c:554 ../mail/em-popup.c:565
msgid "_Save As..."
msgstr "_Ruaje si..."
-#: ../calendar/gui/e-cal-popup.c:273 ../mail/em-popup.c:555
+#: ../calendar/gui/e-cal-popup.c:277 ../mail/em-popup.c:555
#: ../mail/em-popup.c:566
msgid "Set as _Background"
msgstr "Vendose si _sfond"
-#: ../calendar/gui/e-cal-popup.c:274
+#: ../calendar/gui/e-cal-popup.c:278
msgid "_Save Selected"
msgstr "_Ruaj të zgjedhurit"
-#: ../calendar/gui/e-cal-popup.c:396 ../mail/em-popup.c:775
+#: ../calendar/gui/e-cal-popup.c:400 ../mail/em-popup.c:775
#, c-format
msgid "Open in %s..."
msgstr "Hap në %s..."
@@ -7806,7 +7751,7 @@ msgid "Delegated"
msgstr "Deleguar"
#. The extra space is just a hack to occupy more space for Attendee
-#: ../calendar/gui/e-meeting-list-view.c:464
+#: ../calendar/gui/e-meeting-list-view.c:470
msgid "Attendee "
msgstr "Pjesmarrës "
@@ -7912,7 +7857,7 @@ msgstr "Kliko për të shtuar një përkujtesë"
msgid "Memo sort"
msgstr "Renditja e përkujtesave"
-#: ../calendar/gui/e-memos.c:724 ../calendar/gui/e-tasks.c:818
+#: ../calendar/gui/e-memos.c:724 ../calendar/gui/e-tasks.c:836
#: ../calendar/gui/gnome-cal.c:2557
#, c-format
msgid ""
@@ -7931,7 +7876,7 @@ msgstr "Duke ngarkuar përkujtesat"
msgid "Opening memos at %s"
msgstr "Duke hapur përkujtesat tek %s"
-#: ../calendar/gui/e-memos.c:1026 ../calendar/gui/e-tasks.c:1221
+#: ../calendar/gui/e-memos.c:1026 ../calendar/gui/e-tasks.c:1239
msgid "Deleting selected objects..."
msgstr "Duke eleminuar objektet e zgjedhur..."
@@ -7940,20 +7885,20 @@ msgstr "Duke eleminuar objektet e zgjedhur..."
msgid "Enter the password for %s"
msgstr "Shkruaj fjalëkalimin për %s"
-#: ../calendar/gui/e-tasks.c:866
+#: ../calendar/gui/e-tasks.c:884
msgid "Loading tasks"
msgstr "Duke ngarkuar aktivitetet"
-#: ../calendar/gui/e-tasks.c:953
+#: ../calendar/gui/e-tasks.c:971
#, c-format
msgid "Opening tasks at %s"
msgstr "Duke lexuar aktivitetet tek %s"
-#: ../calendar/gui/e-tasks.c:1198
+#: ../calendar/gui/e-tasks.c:1216
msgid "Completing tasks..."
msgstr "Duke plotësuar aktivitetet..."
-#: ../calendar/gui/e-tasks.c:1248
+#: ../calendar/gui/e-tasks.c:1266
msgid "Expunging"
msgstr "Duke pastruar"
@@ -8233,12 +8178,6 @@ msgstr "I pamundur migrimi i kalendarit `%s'"
msgid "Unable to migrate tasks `%s'"
msgstr "I pamundur migrimi i aktiviteteve `%s'"
-#. Can't be zero
-#: ../calendar/gui/misc.c:105
-#, c-format
-msgid "(%d seconds)"
-msgstr "(%d sekonda)"
-
#: ../calendar/gui/print.c:493
msgid "1st"
msgstr "1-ri"
@@ -10150,7 +10089,7 @@ msgid "%.0fG"
msgstr "%.0fG"
#: ../composer/e-msg-composer-attachment-bar.c:740
-#: ../widgets/misc/e-attachment-bar.c:986
+#: ../widgets/misc/e-attachment-bar.c:988
msgid "Attachment Bar"
msgstr "Shtylla e bashkangjitjes"
@@ -10883,6 +10822,10 @@ msgstr "më parë"
msgid "months"
msgstr "muaj"
+#: ../filter/filter.glade.h:18 ../mail/mail-config.glade.h:178
+msgid "seconds"
+msgstr "sekonda"
+
#: ../filter/filter.glade.h:19
msgid "the current time"
msgstr "ora aktuale"
@@ -11060,7 +11003,7 @@ msgstr "[Prezgjedhur]"
#. g_object_set((GObject *)renderer, "activatable", TRUE, NULL);
#: ../mail/em-account-prefs.c:518 ../mail/em-composer-prefs.c:930
#: ../plugins/plugin-manager/plugin-manager.c:205
-#: ../plugins/publish-calendar/publish-calendar.c:474
+#: ../plugins/publish-calendar/publish-calendar.c:493
msgid "Enabled"
msgstr "Aktiv"
@@ -11240,11 +11183,11 @@ msgstr "nuk është shënuar me flamurë"
#: ../mail/em-filter-i18n.h:35 ../mail/mail-config.glade.h:94
#: ../ui/evolution-mail-message.xml.h:48
msgid "Junk"
-msgstr "Për në plehra"
+msgstr "Të padëshiruar"
#: ../mail/em-filter-i18n.h:36
msgid "Junk Test"
-msgstr "Teksti për t'u refuzuar"
+msgstr "Teksti i padëshiruar"
#: ../mail/em-filter-i18n.h:37 ../widgets/misc/e-expander.c:189
msgid "Label"
@@ -11268,11 +11211,11 @@ msgstr "Kreu i mesazhit"
#: ../mail/em-filter-i18n.h:42
msgid "Message is Junk"
-msgstr "Mesazhi është për tu flakur"
+msgstr "Mesazhi është i padëshiruar"
#: ../mail/em-filter-i18n.h:43
msgid "Message is not Junk"
-msgstr "Mesazhi nuk është për tu flakur"
+msgstr "Mesazhi nuk është i padëshiruar"
#: ../mail/em-filter-i18n.h:44
msgid "Move to Folder"
@@ -11590,11 +11533,11 @@ msgstr "_Shëno si Parëndësi"
#: ../mail/em-folder-view.c:1101
msgid "Mark as _Junk"
-msgstr "Shëno si _Plehrë"
+msgstr "Shëno si _Padëshiruar"
#: ../mail/em-folder-view.c:1102
msgid "Mark as _Not Junk"
-msgstr "Shëno si _Jo për në plehra"
+msgstr "Shëno si _Jo i padëshiruar"
#: ../mail/em-folder-view.c:1103
msgid "Mark for Follo_w Up..."
@@ -12156,7 +12099,7 @@ msgstr "Kontrolli automatik i smiley"
#: ../mail/evolution-mail.schemas.in.in.h:3
msgid "Check incoming mail being junk"
-msgstr "Kontrollo që posta në ardhje të mos përmbajë material për t'u refuzuar"
+msgstr "Kontrollo që posta në ardhje të mos përmbajë material të padëshiruar"
#: ../mail/evolution-mail.schemas.in.in.h:4
msgid "Citation highlight color"
@@ -12447,7 +12390,7 @@ msgstr "Kontrollo smiles në tekst dhe zëvendësoi me figurat."
#: ../mail/evolution-mail.schemas.in.in.h:66
msgid "Run junk test on incoming mail"
-msgstr "Vër në funksion provën për material për t'u refuzuar tek mesazhet në ardhje"
+msgstr "Vër në funksion kontrollin për material të padëshiruar tek mesazhet në ardhje"
#: ../mail/evolution-mail.schemas.in.in.h:67
msgid "Send HTML mail by default"
@@ -12804,8 +12747,8 @@ msgstr[1] "%d fshirë"
#, c-format
msgid "%d junk"
msgid_plural "%d junk"
-msgstr[0] "%d refuzim"
-msgstr[1] "%d refuzime"
+msgstr[0] "%d i padëshiruar"
+msgstr[1] "%d të padëshiruar"
#: ../mail/mail-component.c:546
#, c-format
@@ -13083,7 +13026,7 @@ msgstr "K_ontrollo për llojet suportuar "
#: ../mail/mail-config.glade.h:52
msgid "Check in_coming mail for junk"
-msgstr "Kontrollo postën në _hyrje për material për t'u refuzuar"
+msgstr "Kontrollo postën në _hyrje për material të padëshiruar"
#: ../mail/mail-config.glade.h:53
msgid "Check spelling while I _type"
@@ -13091,7 +13034,7 @@ msgstr "Kontrollo drejtshkrimin kur _shkruan"
#: ../mail/mail-config.glade.h:54
msgid "Checks incoming mail messages to be Junk"
-msgstr "Kontrolli i mesazheve në hyrje të postës për në plehra"
+msgstr "Kontrollon mesazhet në hyrje nëse duhen klasifikuar si të padëshiruar"
#: ../mail/mail-config.glade.h:55
msgid "Cle_ar"
@@ -14364,8 +14307,8 @@ msgid ""
msgstr ""
"Mesazhi është dërguar me anë të programit të jashtëm &quot;sendmail&quot;. "
"Sendmail njoftoi gabimin në vazhdim: status 67: mesazhi nuk u dërgua.\n"
-"Mesazhi është magazinuar në kartelën NëDalje. Kontrollo mesazhin për "
-"gabime dhe rinise."
+"Mesazhi është magazinuar në kartelën NëDalje. Kontrollo mesazhin për gabime "
+"dhe rinise."
#: ../mail/mail.error.xml.h:106
msgid "The script file must exist and be executable."
@@ -14385,8 +14328,8 @@ msgid ""
"This message cannot be sent because the account you chose to send with is "
"not enabled"
msgstr ""
-"Ky mesazh nuk mund të dërgohet pasi profili me të cilin dëshironi ta dërgoni nuk "
-"është aktivuar"
+"Ky mesazh nuk mund të dërgohet pasi profili me të cilin dëshironi ta dërgoni "
+"nuk është aktivuar"
#: ../mail/mail.error.xml.h:110
msgid "This message cannot be sent because you have not specified any recipients"
@@ -14409,8 +14352,8 @@ msgid ""
"This will mark all messages as read in the selected folder and its "
"subfolders."
msgstr ""
-"Të gjithë mesazhet tek kartela e zgjedhur dhe nën-kartelat e saj "
-"do të shënohen si të lexuar."
+"Të gjithë mesazhet tek kartela e zgjedhur dhe nën-kartelat e saj do të "
+"shënohen si të lexuar."
#: ../mail/mail.error.xml.h:114
msgid "Unable to connect to the GroupWise server."
@@ -14758,8 +14701,8 @@ msgid ""
"lists."
msgstr ""
"Plotëson automatikisht rubrikën me emrat dhe adresat email kur i përgjigjeni "
-"mesazheve. Gjithashtu plotëson informacionet e kontaktit IM nga lista "
-"juaj buddy."
+"mesazheve. Gjithashtu plotëson informacionet e kontaktit IM nga lista juaj "
+"buddy."
#: ../plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml.h:3
msgid "BBDB"
@@ -14894,11 +14837,10 @@ msgid "Default Sources"
msgstr "Burimet e prezgjedhur"
#: ../plugins/default-source/org-gnome-default-source.eplug.xml.h:2
-#, fuzzy
msgid ""
"Provides functionallity for marking a calendar or addressbook as the default "
"one."
-msgstr "Afron funksionet bazë për kalendarët e motit."
+msgstr "Afron funksionin për kthimin e një kalendari apo rubrike si të prezgjedhur."
#: ../plugins/exchange-operations/e-foreign-folder-dialog.glade.h:1
msgid "Open Other User's Folder"
@@ -15003,9 +14945,8 @@ msgid "Exchange Settings"
msgstr "Rregullimet e Exchange"
#: ../plugins/exchange-operations/exchange-account-setup.c:609
-#, fuzzy
msgid "_OWA URL:"
-msgstr "Url _OWA:"
+msgstr "_OWA URL:"
#: ../plugins/exchange-operations/exchange-account-setup.c:635
msgid "A_uthenticate"
@@ -15021,11 +14962,12 @@ msgstr "Kontrollo për lloj_et suportuar"
#: ../plugins/exchange-operations/exchange-calendar.c:193
#: ../plugins/exchange-operations/exchange-contacts.c:167
-#, fuzzy
msgid ""
"Evolution is in offline mode. You cannot create or modify folders now.\n"
"Please switch to online mode for such operations."
-msgstr "Evolution është në modaliteti Ti or tani tek modaliteti për veprimet."
+msgstr ""
+"Evolution ndodhet në modalitetin jashtë linje. Tani nuk mund të krijosh apo ndryshosh kartelat.\n"
+"Për të kryer këto lloj veprimesh, kalo në modalitetin në linjë."
#. User entered a wrong existing
#. * password. Prompt him again.
@@ -15061,9 +15003,9 @@ msgstr ""
"tuaj."
#: ../plugins/exchange-operations/exchange-config-listener.c:662
-#, fuzzy, c-format
+#, c-format
msgid "Your password will expire in the next %d days"
-msgstr "Fjalëkalimi juaj ka skaduar."
+msgstr "Fjalëkalimi juaj do të skadojë pas %d ditësh"
#: ../plugins/exchange-operations/exchange-delegates-user.c:144
#: ../plugins/exchange-operations/exchange-permissions-dialog.c:580
@@ -15215,24 +15157,20 @@ msgid "Unsubscribe from \"%s\""
msgstr "Ç'regjistrohu nga \"%s\""
#: ../plugins/exchange-operations/exchange-passwd-expiry.glade.h:1
-#, fuzzy
msgid "Password Expiry Warning..."
-msgstr "Paralajmërim në lidhje me skadimin e fjalëkalimit..."
+msgstr "Paralajmërim mbi skadimin e fjalëkalimit..."
#: ../plugins/exchange-operations/exchange-passwd-expiry.glade.h:2
-#, fuzzy
msgid "Your password will expire in 7 days..."
-msgstr "Fjalëkalimi juaj ka skaduar."
+msgstr "Fjalëkalimi juaj do të skadojë pas 7 ditësh..."
#: ../plugins/exchange-operations/exchange-passwd-expiry.glade.h:3
-#, fuzzy
msgid "_Change Password"
-msgstr "Ndrysho fjalëkalimin"
+msgstr "_Ndrysho fjalëkalimin"
#: ../plugins/exchange-operations/exchange-passwd-expiry.glade.h:4
-#, fuzzy
msgid "ok_button"
-msgstr "Pulsant i kombinuar"
+msgstr "ok_button"
#: ../plugins/exchange-operations/exchange-permissions-dialog.c:305
msgid "(Permission denied.)"
@@ -15307,7 +15245,6 @@ msgid "Select User"
msgstr "Zgjidh përdorues"
#: ../plugins/exchange-operations/exchange-user-dialog.c:182
-#, fuzzy
msgid "Address Book..."
msgstr "Rubrika..."
@@ -15320,16 +15257,16 @@ msgid "Subscribe to Other User's Calendar"
msgstr "Regjistro tek kalendari i përdoruesve të tjerë"
#: ../plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml.h:1
-#, fuzzy
msgid ""
"A plugin that handles a collection of Exchange account specific operations "
"and features."
-msgstr "A a nga Exchange llogari veprimet dhe."
+msgstr ""
+"Një plugin që trajton veprime specifike dhe funksione të një koleksioni profilesh "
+"Exchange."
#: ../plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml.h:2
-#, fuzzy
msgid "Exchange Operations"
-msgstr "Rregullimet e Exchange"
+msgstr "Veprimet e Exchange"
#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:1
msgid "Cannot change password due to configuration problems."
@@ -15366,9 +15303,8 @@ msgstr ""
"Kontrollo URL, fjalëkalimin, dhe riprovo përsëri."
#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:9
-#, fuzzy
msgid "Could not connect to Exchange server."
-msgstr "E pamundur lidhja me serverin {0}."
+msgstr "E pamundur lidhja me serverin Exchange."
#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:10
msgid "Could not connect to server {0}."
@@ -15415,7 +15351,6 @@ msgid "Exchange Account is offline."
msgstr "Llogaria Exchange është jashtë linje."
#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:21
-#, fuzzy
msgid ""
"Exchange Connector requires access to certain\n"
"functionality on the Exchange Server that appears\n"
@@ -15440,8 +15375,7 @@ msgstr ""
"Informacionet që duhet t'i jepni administratorit tuaj të Exchange \n"
"mund t'i merrni duke ndjekur lidhjen në vazhdim:\n"
"\n"
-"http://support.novell.com/cgi-bin/search/searchtid.cgi?/ximian/ximian328."
-"html\n"
+"{0}\n"
" "
#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:33
@@ -15532,7 +15466,6 @@ msgid "The Exchange server is not compatible with Exchange Connector."
msgstr "Serveri Exchange nuk është kompatibël me Exchange Connector."
#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:54
-#, fuzzy
msgid ""
"The server is running Exchange 5.5. Exchange Connector \n"
"supports Microsoft Exchange 2000 and 2003 only."
@@ -15584,7 +15517,6 @@ msgid "Unsupported operation"
msgstr "Veprim i pasuportuar"
#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:68
-#, fuzzy
msgid "You are nearing your quota available for storing mail on this server."
msgstr ""
"Je duke ju afruar kufirit të quotës në dispozicion për magazinimin e "
@@ -15595,7 +15527,6 @@ msgid "You cannot make yourself your own delegate"
msgstr "Nuk mund të delegoni vetveten"
#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:70
-#, fuzzy
msgid "You have exceeded your quota for storing mail on this server."
msgstr "Ke tejkaluar kufirit të quotës për magazinimin e mesazheve në këtë server."
@@ -15604,31 +15535,28 @@ msgid "You may only configure a single Exchange account."
msgstr "Mund të konfigurosh një llogari të vetme Exchange."
#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:72
-#, fuzzy
msgid ""
"Your current usage is: {0} KB. Try to clear up some space by deleting some "
"mail."
msgstr ""
-"Përdorimi aktual është : {0}KB. Liro pak hapsirë duke fshirë disa nga "
-"mesazhet e vjetër."
+"Përdorimi aktual është : {0} KB. Liro pak hapësirë duke fshirë disa prej "
+"mesazheve."
#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:73
-#, fuzzy
msgid ""
"Your current usage is: {0} KB. You will not be able to either send or "
"receive mail now."
msgstr ""
-"Përdorimi aktual është : {0}KB. Nuk do të jesh më në gjendje të dërgosh apo "
+"Përdorimi aktual është : {0} KB. Nuk do të jesh më në gjendje të dërgosh apo "
"marrësh mesazhe tani."
#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:74
-#, fuzzy
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 ""
-"Përdorimi aktual është : {0}KB. Nuk do të jesh në gjendje të dërgosh mesazhe "
-"po nuk lirove pak hapsirë duke fshirë disa mesazhe të vjetër."
+"Përdorimi aktual është : {0} KB. Nuk do të jesh në gjendje të dërgosh mesazhe "
+"po nuk lirove pak hapësirë duke fshirë disa mesazhe të vjetër."
#: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:75
msgid "Your password has expired."
@@ -15679,20 +15607,19 @@ msgstr "Rregullimi i llogarisë Groupware"
#: ../plugins/groupwise-features/junk-mail-settings.c:77
msgid "Junk Settings"
-msgstr "Përcaktimi i refuzimeve"
+msgstr "Rregullimet e të padëshiruarve"
#: ../plugins/groupwise-features/junk-mail-settings.c:90
msgid "<b>Junk Mail Settings</b>"
-msgstr "<b>Rregullimet e mesazheve për t'u refuzuar</b>"
+msgstr "<b>Rregullimet e mesazheve të padëshiruar</b>"
#: ../plugins/groupwise-features/junk-mail-settings.c:112
msgid "Junk Mail Settings..."
-msgstr "Rregullimet e mesazheve për t'u refuzuar..."
+msgstr "Rregullimet e mesazheve të padëshiruar..."
#: ../plugins/groupwise-features/junk-settings.glade.h:1
-#, fuzzy
msgid "<b>Junk List:</b>"
-msgstr "<b>Lista e refuzimeve:</b>"
+msgstr "<b>Lista e të padëshiruarve:</b>"
#: ../plugins/groupwise-features/junk-settings.glade.h:2
msgid "Email:"
@@ -15700,7 +15627,7 @@ msgstr "Email:"
#: ../plugins/groupwise-features/junk-settings.glade.h:3
msgid "Junk Mail Settings"
-msgstr "Rregullimet e mesazheve për refuzim"
+msgstr "Rregullimet e mesazheve të padëshiruar"
#: ../plugins/groupwise-features/junk-settings.glade.h:5
#: ../plugins/mail-account-disable/mail-account-disable.c:46
@@ -15713,7 +15640,7 @@ msgstr "_Aktivo"
#: ../plugins/groupwise-features/junk-settings.glade.h:7
msgid "_Junk List"
-msgstr "_Lista e refuzimit"
+msgstr "_Lista e të padëshiruarve"
#: ../plugins/groupwise-features/org-gnome-compose-send-options.xml.h:1
msgid "Add Send Options to groupwise messages"
@@ -15738,9 +15665,8 @@ msgid "Accept Tentatively"
msgstr "Prano duke e konsideruar si provë"
#: ../plugins/groupwise-features/properties.glade.h:2
-#, fuzzy
msgid "<b>Users:</b>"
-msgstr "<b>Përdoruesit :</b>"
+msgstr "<b>Përdoruesit:</b>"
#: ../plugins/groupwise-features/properties.glade.h:4
#: ../widgets/table/e-table-click-to-add.c:509
@@ -15760,7 +15686,6 @@ msgid "_Contacts..."
msgstr "_Kontakte..."
#: ../plugins/groupwise-features/properties.glade.h:12
-#, fuzzy
msgid "_Customize notification message"
msgstr "_Personalizo mesazhin e njoftimit"
@@ -15846,9 +15771,8 @@ msgid "_Proxy Login..."
msgstr "Identifikimi në _Proxy..."
#: ../plugins/groupwise-features/proxy.c:697
-#, fuzzy
msgid "The Proxy tab will be available only when the account is online."
-msgstr "Skeda e Proxy do të jetë e dukshme vetëm kur të aktivohet llogaria."
+msgstr "Skeda e Proxy do të jetë në dispozicion vetëm kur profili të jetë në linjë."
#: ../plugins/groupwise-features/proxy.c:702
msgid "The Proxy tab will be available only when the account is enabled."
@@ -15875,39 +15799,32 @@ msgid "Track Message Status..."
msgstr "Ndiq gjendjen e mesazheve..."
#: ../plugins/hula-account-setup/org-gnome-evolution-hula-account-setup.eplug.xml.h:1
-#, fuzzy
msgid "A plugin to setup hula calendar sources."
-msgstr "A tek kalendari burimet."
+msgstr "Një plugin për të rregulluar burimet e kalendarit hula."
#: ../plugins/hula-account-setup/org-gnome-evolution-hula-account-setup.eplug.xml.h:2
-#, fuzzy
msgid "Hula Account Setup"
-msgstr "Rregullimi i llogarisë Groupware"
+msgstr "Rregullimi i profilit Hula"
#: ../plugins/import-ics-attachments/icsimporter.c:83
-#, fuzzy
msgid "_Import to Calendar"
-msgstr "Kalendari mujor"
+msgstr "_Importo në kalendar"
#: ../plugins/import-ics-attachments/icsimporter.c:88
-#, fuzzy
msgid "_Import to Tasks"
-msgstr "Ktheje në akti_vitet"
+msgstr "_Importo tek aktivitetet"
#: ../plugins/import-ics-attachments/icsimporter.c:198
-#, fuzzy
msgid "Import ICS"
-msgstr "Importo"
+msgstr "Importo ICS"
#: ../plugins/import-ics-attachments/icsimporter.c:226
-#, fuzzy
msgid "Select Task List"
-msgstr "Listë e Re Aktivitetesh"
+msgstr "Zgjidh listën e aktiviteteve"
#: ../plugins/import-ics-attachments/icsimporter.c:230
-#, fuzzy
msgid "Select Calendar"
-msgstr "Kalendar i Ri"
+msgstr "Zgjidh kalendarin"
#: ../plugins/import-ics-attachments/icsimporter.c:261
#: ../shell/e-shell-importer.c:703
@@ -15920,102 +15837,88 @@ msgid "iCalendar format (.ics)"
msgstr "Format iCalendar (.ics)"
#: ../plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml.h:1
-#, fuzzy
msgid "Synchronize the selected task/calendar/addressbook with Apple iPod"
-msgstr "Sinkronizimi zgjedhur kalendari me"
+msgstr "Sinkronizon aktivitetin/kalendarin/rubrikën e zgjedhur me Apple iPod"
#: ../plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml.h:2
-#, fuzzy
msgid "Synchronize to iPod"
-msgstr "Opsionet e _sinkronizimit..."
+msgstr "Sinkronizo me iPod"
#: ../plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml.h:3
-#, fuzzy
msgid "iPod Synchronization"
-msgstr "Opsionet e _sinkronizimit..."
+msgstr "Sinkronizimi i iPod"
#: ../plugins/ipod-sync/sync.c:158
-#, fuzzy
msgid "No output directory!"
-msgstr "Rikthe kartelën e Evolution"
+msgstr "Asnjë directory output!"
#: ../plugins/ipod-sync/sync.c:159
-#, fuzzy
msgid ""
"The output directory was not found on iPod! Please ensure that iPod has been "
"correctly set up and try again."
-msgstr "nuk në sipër dhe."
+msgstr ""
+"Directory e daljes nuk u gjet në iPod! Sigurohu që iPod është konfiguruar si duhet "
+"dhe provo përsëri."
#: ../plugins/ipod-sync/sync.c:174 ../plugins/ipod-sync/sync.c:202
-#, fuzzy
msgid "Could not export data!"
-msgstr "I pamundur shkrimi i të dhënave: %s"
+msgstr "I pamundur eksportimi i të dhënave!"
#: ../plugins/ipod-sync/sync.c:203
-#, fuzzy
msgid "Exporting data failed."
-msgstr "Duke importuar të dhënat."
+msgstr "Eksportimi i të dhënve dështoi."
#: ../plugins/ipod-sync/sync.c:231
-#, fuzzy
msgid "Could not open addressbook!"
-msgstr "I pamundur ngarkimi i librit të adresave"
+msgstr "E pamundur hapja e rubrikës!"
#: ../plugins/ipod-sync/sync.c:232
-#, fuzzy
msgid "Could not open the Evolution addressbook to export data."
-msgstr "Rubrika e Evolution përfundoi në menyrë të papritur."
+msgstr "E pamundur hapja e rubrikës së Evolution për të eksportuar të dhënat."
#: ../plugins/ipod-sync/sync.c:291
-#, fuzzy
msgid "Could not open calendar/todo!"
-msgstr "E pamundur hapja e objektivit"
+msgstr "E pamundur hapja e kalendarit/listës me gjërat për tu bërë!"
#: ../plugins/ipod-sync/sync.c:292
-#, fuzzy
msgid "Could not open the Evolution calendar/todo list to export data."
-msgstr "nuk hap Evolution kalendari lista tek."
+msgstr "E pamundur hapja e kalendarit/listës me gjërat për tu bërë për të eksportuar të dhënat."
#: ../plugins/itip-formatter/itip-formatter.c:275
#: ../plugins/itip-formatter/itip-formatter.c:392
-#, fuzzy, c-format
+#, c-format
msgid "Failed to load the calendar '%s'"
-msgstr "E pamundur hapja e kalendarit '%s'."
+msgstr "E pamundur hapja e kalendarit '%s'"
#: ../plugins/itip-formatter/itip-formatter.c:407
-#, fuzzy, c-format
+#, c-format
msgid "An appointment in the calendar '%s' conflicts with this meeting"
-msgstr "E pamundur hapja e kalendarit '%s' për të krijuar ngjarje dhe takime"
+msgstr "Një takim tek kalendari '%s' është në konflikt me këtë mbledhje"
#: ../plugins/itip-formatter/itip-formatter.c:433
-#, fuzzy, c-format
+#, c-format
msgid "Found the appointment in the calendar '%s'"
-msgstr "E pamundur hapja e kalendarit '%s'."
+msgstr "Takimi u gjet tek kalendari '%s'"
#: ../plugins/itip-formatter/itip-formatter.c:488
-#, fuzzy
msgid "Unable to find any calendars"
-msgstr "I pamundur migrimi i kalendarit `%s'"
+msgstr "Nuk u gjet asnjë kalendar"
#: ../plugins/itip-formatter/itip-formatter.c:495
-#, fuzzy
msgid "Unable to find this meeting in any calendar"
-msgstr "E pamundur hapja e kalendarit '%s'."
+msgstr "E pamundur gjetja e mbledhjes në asnjë kalendar"
#: ../plugins/itip-formatter/itip-formatter.c:499
-#, fuzzy
msgid "Unable to find this task in any task list"
-msgstr "I pamundur shtimi i përdoruesit tek lista e kontrollit të hyrjeve:"
+msgstr "E pamundur gjetja e këtij aktiviteti në asnjë listë aktivitetesh"
#: ../plugins/itip-formatter/itip-formatter.c:503
-#, fuzzy
msgid "Unable to find this journal entry in any journal"
-msgstr "tek gjej zë në"
+msgstr "E pamundur gjetja e këtij zë ditari në asnjë ditar"
#: ../plugins/itip-formatter/itip-formatter.c:529
-#, fuzzy
msgid "Searching for an existing version of this appointment"
-msgstr "Duke kërkuar për versioni nga"
+msgstr "Duke kërkuar për një version ekzistues të këtij takimi"
#: ../plugins/itip-formatter/itip-formatter.c:726
msgid "Unable to parse item"
@@ -16042,9 +15945,9 @@ msgid "Sent to calendar '%s' as declined"
msgstr "Dërguar kalendarit «%s» si e papranuar"
#: ../plugins/itip-formatter/itip-formatter.c:807
-#, fuzzy, c-format
+#, c-format
msgid "Sent to calendar '%s' as canceled"
-msgstr "Dërguar kalendarit «%s» si e anulluar"
+msgstr "Dërguar kalendarit '%s' si e anulluar"
#: ../plugins/itip-formatter/itip-formatter.c:900
#, c-format
@@ -16052,14 +15955,12 @@ msgid "Organizer has removed the delegate %s "
msgstr "Organizuesi ka fshirë delegatin %s "
#: ../plugins/itip-formatter/itip-formatter.c:907
-#, fuzzy
msgid "Sent a cancelation notice to the delegate"
-msgstr "Dërgoi delegatit një njoftim fshirje"
+msgstr "Dërgoi delegatit një njoftim anullimi"
#: ../plugins/itip-formatter/itip-formatter.c:909
-#, fuzzy
msgid "Could not send the cancelation notice to the delegate"
-msgstr "I pamundur dërgimi i njoftimit të fshirjes delegatit"
+msgstr "I pamundur dërgimi i njoftimit të anullimit delegatit"
#: ../plugins/itip-formatter/itip-formatter.c:994
msgid "Attendee status could not be updated because the status is invalid"
@@ -16081,12 +15982,11 @@ msgid "The calendar attached is not valid"
msgstr "Kalendari i bashkangjitur nuk është i vlefshëm"
#: ../plugins/itip-formatter/itip-formatter.c:1153
-#, fuzzy
msgid ""
"The message claims to contain a calendar, but the calendar is not a valid "
"iCalendar."
msgstr ""
-"Mesazhi përmban një kalendar, por kalendari nuk është një iCalendar i "
+"Mesazhi reklamon praninë e një kalendari, por kalendari nuk është një iCalendar i "
"vlefshëm."
#: ../plugins/itip-formatter/itip-formatter.c:1187
@@ -16125,9 +16025,8 @@ msgstr "_Elemino mesazhin mbas aksionit"
#: ../plugins/itip-formatter/itip-formatter.c:2004
#: ../plugins/itip-formatter/itip-formatter.c:2036
-#, fuzzy
msgid "Conflict Search"
-msgstr "Tabela e kërkimit të konflikteve"
+msgstr "Kërkimi i konflikteve"
#. Source selector
#: ../plugins/itip-formatter/itip-formatter.c:2019
@@ -16327,12 +16226,12 @@ msgid "<b>%s</b> has sent back the following meeting response:"
msgstr "<b>%s</b> ka dërguar mbrapsht përgjigjen në vazhdim:"
#: ../plugins/itip-formatter/itip-view.c:374
-#, fuzzy, c-format
+#, c-format
msgid "<b>%s</b> through %s has canceled the following meeting:"
-msgstr "<b>%s</b> nëpërmjet %s ka anulluar mbledhjen në vazhdim:"
+msgstr "<b>%s</b> me anë të %s ka anulluar mbledhjen në vazhdim:"
#: ../plugins/itip-formatter/itip-view.c:376
-#, fuzzy, c-format
+#, c-format
msgid "<b>%s</b> has canceled the following meeting."
msgstr "<b>%s</b> ka anulluar mbledhjen në vazhdim."
@@ -16401,12 +16300,12 @@ msgid "<b>%s</b> has sent back the following assigned task response:"
msgstr "<b>%s</b> ka dërguar përgjigjen në vazhdim mbi detyrën e shënuar:"
#: ../plugins/itip-formatter/itip-view.c:442
-#, fuzzy, c-format
+#, c-format
msgid "<b>%s</b> through %s has canceled the following assigned task:"
msgstr "<b>%s</b> me anë të %s ka anulluar detyrën e shënuar në vazhdim:"
#: ../plugins/itip-formatter/itip-view.c:444
-#, fuzzy, c-format
+#, c-format
msgid "<b>%s</b> has canceled the following assigned task:"
msgstr "<b>%s</b> ka anulluar detyrën e shënuar në vazhdim:"
@@ -16427,9 +16326,8 @@ msgstr "<b>%s</b> nuk ka pranuar detyrën e shënuar në vazhdim:"
#. Everything gets the open button
#: ../plugins/itip-formatter/itip-view.c:705
-#, fuzzy
msgid "_Open Calendar"
-msgstr "Duke hapur kalendarin"
+msgstr "_Hap kalendarin"
#. FIXME Is this really the right button?
#: ../plugins/itip-formatter/itip-view.c:710
@@ -16437,57 +16335,48 @@ msgstr "Duke hapur kalendarin"
#: ../plugins/itip-formatter/itip-view.c:720
#: ../plugins/itip-formatter/itip-view.c:736
#: ../plugins/itip-formatter/itip-view.c:741
-#, fuzzy
msgid "_Accept"
-msgstr "Prano"
+msgstr "_Prano"
#: ../plugins/itip-formatter/itip-view.c:713
-#, fuzzy
msgid "_Decline all"
-msgstr "_Elemino gjithçka"
+msgstr "_Refuzoi të gjithë"
#: ../plugins/itip-formatter/itip-view.c:713
#: ../plugins/itip-formatter/itip-view.c:718
#: ../plugins/itip-formatter/itip-view.c:734
#: ../plugins/itip-formatter/itip-view.c:739
-#, fuzzy
msgid "_Decline"
-msgstr "Refuzo"
+msgstr "_Refuzo"
#: ../plugins/itip-formatter/itip-view.c:714
-#, fuzzy
msgid "_Tentative all"
-msgstr "Përpjekje"
+msgstr "_Provoi të gjithë"
#: ../plugins/itip-formatter/itip-view.c:714
#: ../plugins/itip-formatter/itip-view.c:719
#: ../plugins/itip-formatter/itip-view.c:735
#: ../plugins/itip-formatter/itip-view.c:740
-#, fuzzy
msgid "_Tentative"
-msgstr "Përpjekje"
+msgstr "_Provo"
#: ../plugins/itip-formatter/itip-view.c:715
-#, fuzzy
msgid "_Accept all"
-msgstr "Prano"
+msgstr "_Prano të gjithë"
#. FIXME Is this really the right button?
#: ../plugins/itip-formatter/itip-view.c:724
-#, fuzzy
msgid "_Send Information"
-msgstr "Informacione mbi serverin"
+msgstr "_Dërgo informacionet"
#. FIXME Is this really the right button?
#: ../plugins/itip-formatter/itip-view.c:728
-#, fuzzy
msgid "_Update Attendee Status"
-msgstr "Rifresko gjendjen e përgjigjes"
+msgstr "_Rifresko gjëndjen e pjesmarrësve"
#: ../plugins/itip-formatter/itip-view.c:731
-#, fuzzy
msgid "_Update"
-msgstr "Rifresko"
+msgstr "_Rifresko"
#. Start time
#: ../plugins/itip-formatter/itip-view.c:888
@@ -16613,9 +16502,8 @@ msgid "Mail to task"
msgstr "Mail në aktivitet"
#: ../plugins/mail-to-task/org-gnome-mail-to-task.xml.h:2
-#, fuzzy
msgid "Convert the selected message to a new task"
-msgstr "Hape mesazhin e zgjedhur në një dritare të re"
+msgstr "Konverton mesazhin e zgjedhur në një aktivitet të ri"
#: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml.h:1
#: ../plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml.h:1
@@ -16767,19 +16655,16 @@ msgid "Unsubscribe to the mailing list this message belongs to"
msgstr "Ç'regjistrohu nga mailing list tek e cila bën pjesë ky mesazh"
#: ../plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml.h:1
-#, fuzzy
msgid "Mark All Read"
-msgstr "Shë_no si të Lexuar"
+msgstr "Shënoi të gjithë si të lexuar"
#: ../plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml.h:2
-#, fuzzy
msgid "Mark me_ssages as read"
msgstr "Shëno me_sazhet si të lexuar"
#: ../plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml.h:3
-#, fuzzy
msgid "Used for marking all the messages under a folder as read"
-msgstr "Në përdorim për gjithçka mesazhe a kartelë"
+msgstr "Përdoret për të shënuar si të lexuar të gjithë mesazhet e një kartele"
#: ../plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.xml.h:1
msgid "Mark calendar offline"
@@ -16832,9 +16717,8 @@ msgid "Enable and disable plugins"
msgstr "Aktivo dhe ç'aktivo plugins"
#: ../plugins/plugin-manager/org-gnome-plugin-manager.xml.h:2
-#, fuzzy
msgid "_Plugins"
-msgstr "Shtojca"
+msgstr "_Shtojca"
#: ../plugins/plugin-manager/plugin-manager.c:43
msgid "Author(s)"
@@ -16856,7 +16740,6 @@ msgid "Plugin"
msgstr "Plugin"
#: ../plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml.h:1
-#, fuzzy
msgid ""
"A test plugin which demonstrates a formatter plugin which lets you choose to "
"disable HTML messages.\n"
@@ -16864,7 +16747,7 @@ msgid ""
"This plugin is unsupported demonstration code only.\n"
msgstr ""
"Një shtojcë prove që demostron një plugin formatues që ju jep mundësinë e "
-"zgjedhjes së ç'aktivimit të mesazheve HTML.\n"
+"zgjedhjes së çaktivimit të mesazheve HTML.\n"
"\n"
"Kjo shtojcë është vetëm për të kryer prova.\n"
@@ -16909,74 +16792,64 @@ msgid "Prints the message"
msgstr "Printon mesazhin"
#: ../plugins/profiler/org-gnome-evolution-profiler.eplug.xml.h:1
-#, fuzzy
msgid "Evolution Profiler"
-msgstr "Gabim i Evolution"
+msgstr "Profiluesi i Evolution"
#: ../plugins/profiler/org-gnome-evolution-profiler.eplug.xml.h:2
-#, fuzzy
msgid "Writes a log of profiling data events."
-msgstr "a log nga."
+msgstr "Regjistron një log profilimi të eventeve."
#: ../plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml.h:1
-#, fuzzy
msgid "Allows calendars to be published to the web"
-msgstr "tek publikuar tek"
+msgstr "Lejo publikimin e kalendarëve në web"
#: ../plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml.h:2
-#, fuzzy
msgid "Calendar Publishing"
-msgstr "Kalendarët"
+msgstr "Publikimi i kalendarëve"
#: ../plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml.h:3
-#, fuzzy
msgid "Locations"
-msgstr "Vendodhja"
+msgstr "Pozicionet"
#: ../plugins/publish-calendar/org-gnome-publish-calendar.xml.h:1
-#, fuzzy
msgid "_Publish Calendar Information"
-msgstr "Informacione iCalendar"
+msgstr "_Publiko informacionet e kalendarit"
-#: ../plugins/publish-calendar/publish-calendar.c:386
+#: ../plugins/publish-calendar/publish-calendar.c:399
msgid "Are you sure you want to remove this URL?"
msgstr "Jeni i sigurt që dëshiron të eleminosh këtë URL?"
#: ../plugins/publish-calendar/publish-calendar.glade.h:2
-#, fuzzy
msgid "<span weight=\"bold\">Location</span>"
-msgstr "<span weight=\"bold\">Opsione</span>"
+msgstr "<span weight=\"bold\">Pozicioni/span>"
#: ../plugins/publish-calendar/publish-calendar.glade.h:4
-#, fuzzy
msgid "<span weight=\"bold\">Sources</span>"
-msgstr "<span weight=\"bold\">Gjendja</span>"
+msgstr "<span weight=\"bold\">Burimet</span>"
#: ../plugins/publish-calendar/publish-calendar.glade.h:6
-#, fuzzy
msgid ""
"Daily\n"
"Weekly\n"
"Manual (via Actions menu)"
-msgstr "Veprimet menuja"
+msgstr ""
+"Ditor\n"
+"Javor\n"
+"Manualisht (me anë të menusë së veprimeve)"
#: ../plugins/publish-calendar/publish-calendar.glade.h:10
-#, fuzzy
msgid "P_ort:"
-msgstr "_Porta:"
+msgstr "P_orta:"
#: ../plugins/publish-calendar/publish-calendar.glade.h:11
-#, fuzzy
msgid "Publishing Location"
-msgstr "<b>_Vendi për publikimin</b>"
+msgstr "Vendi për publikimin"
#: ../plugins/publish-calendar/publish-calendar.glade.h:12
-#, fuzzy
msgid "Publishing _Frequency:"
-msgstr "<b>Frekuenca e publikimit</b>"
+msgstr "_Frekuenca e publikimit:"
#: ../plugins/publish-calendar/publish-calendar.glade.h:13
-#, fuzzy
msgid ""
"SSH\n"
"Public FTP\n"
@@ -16985,45 +16858,50 @@ msgid ""
"WebDAV (HTTP)\n"
"Secure WebDAV (HTTPS)\n"
"Custom Location"
-msgstr "SSH FTP me identifikimi HTTP Vendodhja"
+msgstr ""
+"SSH\n"
+"Public FTP\n"
+"FTP (me identifikim)\n"
+"Të përbashkëta Windows\n"
+"WebDAV (HTTP)\n"
+"WebDAV i sigurt (HTTPS)\n"
+"Vendodhje e personalizuar"
#: ../plugins/publish-calendar/publish-calendar.glade.h:20
-#, fuzzy
msgid "Service _type:"
-msgstr "_Lloji i serverit: "
+msgstr "Lloji i shërbimit_t:"
#: ../plugins/publish-calendar/publish-calendar.glade.h:22
-#, fuzzy
msgid "_File:"
-msgstr "_File"
+msgstr "_File:"
#: ../plugins/publish-calendar/publish-calendar.glade.h:24
-#, fuzzy
msgid "_Publish as:"
-msgstr "Tabela e Publikimit"
+msgstr "_Publiko si:"
#: ../plugins/publish-calendar/publish-calendar.glade.h:28
-#, fuzzy
msgid ""
"iCal\n"
"Free/Busy"
-msgstr "I lirë/zënë"
+msgstr ""
+"iCal\n"
+"I lirë/Zënë"
#: ../plugins/sa-junk-plugin/em-junk-filter.c:101
msgid "Spamassassin (built-in)"
msgstr "Spamassassin (built-in)"
#: ../plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml.h:1
-#, fuzzy
msgid ""
"Filters junk messages using Spamassassin. This plugin requires Spamassassin "
"to be installed."
-msgstr "Filtrat mesazhe tek instaluar."
+msgstr ""
+"Filtron mesazhet e padëhiruar duke përdorur Spamassassin. Ky plugin kërkon "
+"instalimin e Spamassassin."
#: ../plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml.h:2
-#, fuzzy
msgid "Spamassassin junk plugin"
-msgstr "Spamassassin (built-in)"
+msgstr "Plugin për të padëshiruarit i 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."
@@ -17102,9 +16980,8 @@ msgid "percent Done"
msgstr "përqindja e plotësuar"
#: ../plugins/save-calendar/csv-format.c:398
-#, fuzzy
msgid "URL"
-msgstr "_URL:"
+msgstr "URL"
#: ../plugins/save-calendar/csv-format.c:399
msgid "Attendees List"
@@ -17147,9 +17024,8 @@ msgid "Saves selected calendar or tasks list to disk."
msgstr "Ruan kalendarin e zgjedhur apo listën e veprimtarive në disk."
#: ../plugins/save-calendar/org-gnome-save-calendar.eplug.xml.h:3
-#, fuzzy
msgid "_Save to Disk"
-msgstr "Ruaj në _Disk"
+msgstr "_Ruaj në Disk"
#.
#. * Translator: the %FT%T is the thirth argument for a strftime function.
@@ -17178,19 +17054,16 @@ msgid "Selects a single calendar or task source for viewing."
msgstr "Zgjedh një kalendar të vetëm apo burim veprimtarie për të shfaqur."
#: ../plugins/select-one-source/org-gnome-select-one-source.eplug.xml.h:3
-#, fuzzy
msgid "Show _only this Calendar"
-msgstr "_Shfaq vetëm këtë Kalendar"
+msgstr "Shfaq +vetëm këtë Kalendar"
#: ../plugins/select-one-source/org-gnome-select-one-source.eplug.xml.h:4
-#, fuzzy
msgid "Show _only this Task List"
-msgstr "_Shfaq vetëm këtë listë aktivitetesh"
+msgstr "Shfaq _vetëm këtë listë aktivitetesh"
#: ../plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml.h:1
-#, fuzzy
msgid "A plugin that handles the Startup wizard."
-msgstr "A."
+msgstr "Një plugin që merret me proçedurën e nisjes."
#: ../plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml.h:2
msgid "Startup wizard"
@@ -17305,9 +17178,8 @@ msgid "Printer settings"
msgstr "Rregullimet e printerit"
#: ../shell/apps_evolution_shell.schemas.in.in.h:10
-#, fuzzy
msgid "Sidebar is visible"
-msgstr "Paneli i instrumentëve është i dukshëm"
+msgstr "Paneli anësor është i dukshëm"
#: ../shell/apps_evolution_shell.schemas.in.in.h:11
msgid "Skip development warning dialog"
@@ -17318,11 +17190,12 @@ msgid "Start in offline mode"
msgstr "Fillo në modalitetin jashtë linje"
#: ../shell/apps_evolution_shell.schemas.in.in.h:13
-#, fuzzy
msgid ""
"The configuration version of Evolution, with major/minor/configuration level "
"(for example \"2.6.0\")."
-msgstr "Versioni i konfigurimit të Evolution, me nivelet major/minor/konfigurim"
+msgstr ""
+"Versioni i konfigurimit të Evolution, me nivelet e konfigurimit major/minor/ "
+"(për shembull \"2.6.0\")."
#: ../shell/apps_evolution_shell.schemas.in.in.h:14
msgid "The default height for the main window, in pixels."
@@ -17337,13 +17210,12 @@ msgid "The default width for the sidebar, in pixels."
msgstr "Gjerësia e prezgjedhur e kuadratit anësor, në pixel."
#: ../shell/apps_evolution_shell.schemas.in.in.h:17
-#, fuzzy
msgid ""
"The last upgraded configuration version of Evolution, with major/minor/"
"configuration level (for example \"2.6.0\")."
msgstr ""
-"Versioni i fundit i përditsuar i konfigurimit të Evolution, me nivelet major/"
-"minor/konfigurim"
+"Versioni i fundit i përditsuar i konfigurimit të Evolution, me nivelet e konfigurimit "
+"major/minor/ (për shembull \"2.6.0\")."
#: ../shell/apps_evolution_shell.schemas.in.in.h:18
msgid ""
@@ -17366,9 +17238,8 @@ msgstr ""
"modalitetit në linjë."
#: ../shell/apps_evolution_shell.schemas.in.in.h:21
-#, fuzzy
msgid "Whether the sidebar should be visible."
-msgstr "Nëse paneli i instrumentëve duhet të jetë i dukshëm."
+msgstr "Nëse paneli anësor duhet të jetë i dukshëm."
#: ../shell/apps_evolution_shell.schemas.in.in.h:22
msgid "Whether the toolbar should be visible."
@@ -17464,9 +17335,8 @@ msgid "Import a _single file"
msgstr "Importo një file të _vetëm"
#: ../shell/e-shell-settings-dialog.c:318
-#, fuzzy
msgid "Evolution Preferences"
-msgstr "Kontrolli i preferimeve të postës së Evolution"
+msgstr "Prefrimet e Evolution"
#: ../shell/e-shell-utils.c:118
msgid "No folder name specified."
@@ -17514,7 +17384,7 @@ msgstr "Laurent Dhima <laurenti@alblinux.net>"
#: ../shell/e-shell-window-commands.c:775
msgid "_Work Online"
-msgstr "_Puno online"
+msgstr "_Puno në linjë"
#: ../shell/e-shell-window-commands.c:788 ../ui/evolution.xml.h:54
msgid "_Work Offline"
@@ -17522,21 +17392,19 @@ msgstr "_Puno Jashtë Linje"
#: ../shell/e-shell-window-commands.c:801
msgid "Work Offline"
-msgstr "Puno online"
+msgstr "Puno në linjë"
#: ../shell/e-shell-window.c:368
-#, fuzzy
msgid "Evolution is currently online. Click on this button to work offline."
-msgstr "Evolution aktualisht është online. Kliko tek ky buton për të punuar offline."
+msgstr "Evolution aktualisht është në linjë. Kliko tek ky buton për të punuar jashtë linje."
#: ../shell/e-shell-window.c:376
msgid "Evolution is in the process of going offline."
-msgstr "Evolution është në procesin e daljes offline."
+msgstr "Evolution është në procesin e daljes jashtë linje."
#: ../shell/e-shell-window.c:383
-#, fuzzy
msgid "Evolution is currently offline. Click on this button to work online."
-msgstr "Evolution aktualisht është offline. Kliko tek ky buton për të punuar online."
+msgstr "Evolution aktualisht është jashtë linje. Kliko tek ky buton për të punuar në linjë."
#: ../shell/e-shell-window.c:783
#, c-format
@@ -17624,7 +17492,7 @@ msgstr ""
#. Preview/Alpha/Beta version warning message
#: ../shell/main.c:230
-#, fuzzy, no-c-format
+#, no-c-format
msgid ""
"Hi. Thanks for taking the time to download this preview release\n"
"of the Evolution groupware suite.\n"
@@ -17650,11 +17518,10 @@ msgstr ""
"apo nuk funksionojnë si duhet.\n"
"\n"
"Nëse dëshironi një version stabël të Evolution, do t'ju duhet të "
-"ç'instaloni\n"
+"çinstaloni\n"
"këtë version dhe të instaloni versionin %s në vend të tij.\n"
"\n"
-"Nëse ndeshni në difekte, jeni të lutur t'i raportoni tek bugzilla.ximian."
-"com.\n"
+"Nëse ndeshni në difekte, jeni të lutur t'i raportoni tek bugzilla.gnome.org.\n"
"Ky version vjen pa garanci dhe nuk është menduar për\n"
"persona që nxehen shpejt.\n"
"\n"
@@ -17670,9 +17537,8 @@ msgstr ""
"The Evolution Team\n"
#: ../shell/main.c:261
-#, fuzzy
msgid "Do not tell me again"
-msgstr "Mos e shfaq më"
+msgstr "Mos ma përsërit më"
#: ../shell/main.c:471
msgid "Start Evolution activating the specified component"
@@ -17724,7 +17590,6 @@ msgid "Evolution can not start."
msgstr "E pamundur nisja e Evolution."
#: ../shell/shell.error.xml.h:5
-#, fuzzy
msgid ""
"Forgetting your passwords will clear all remembered passwords. You will be "
"reprompted next time they are needed."
@@ -17741,7 +17606,6 @@ msgid "Really delete old data?"
msgstr "Me të vërtetë eleminon të dhënat e vjetra?"
#: ../shell/shell.error.xml.h:9
-#, fuzzy
msgid ""
"The entire contents of the &quot;evolution&quot; directory are about to be "
"permanently removed.\n"
@@ -17764,7 +17628,6 @@ msgstr ""
"mëparshëm të Evolution pa ndërhyrë manualisht.\n"
#: ../shell/shell.error.xml.h:15
-#, fuzzy
msgid ""
"The previous version of evolution stored its data in a different location.\n"
"\n"
@@ -17786,7 +17649,6 @@ msgid "Upgrade from previous version failed: {0}"
msgstr "Përditësimi nga versioni i kaluar dështoi: {0}"
#: ../shell/shell.error.xml.h:20
-#, fuzzy
msgid ""
"Upgrading your data and settings will require up to {0} of disk space, but "
"you only have {1} available.\n"
@@ -18352,33 +18214,28 @@ msgid "Shutting down %s (%s)\n"
msgstr "Duke mbyllur %s (%s)\n"
#: ../ui/evolution-addressbook.xml.h:1
-#, fuzzy
msgid "Address _Book Properties"
-msgstr "Pronësitë e Rubrikës"
+msgstr "Pronësitë e Ru_brikës"
#: ../ui/evolution-addressbook.xml.h:3
-#, fuzzy
msgid "Change the properties of the selected folder"
-msgstr "Ndrysho pronësitë e kësaj kartele"
+msgstr "Ndrysho pronësitë e kartelës së zgjedhur"
#: ../ui/evolution-addressbook.xml.h:4
-#, fuzzy
msgid "Co_py All Contacts To..."
-msgstr "Kopjo kontaktet tek"
+msgstr "Ko_pjo të gjithë kontaktet tek..."
#: ../ui/evolution-addressbook.xml.h:5
-#, fuzzy
msgid "Contact _Preview"
-msgstr "Prova e printimit të kontakteve"
+msgstr "_Pamja e parë e kontaktit"
#: ../ui/evolution-addressbook.xml.h:7
msgid "Copy Selected Contacts to Another Folder..."
msgstr "Kopjo kontaktet e zgjedhuar tek një kartelë tjetër..."
#: ../ui/evolution-addressbook.xml.h:8
-#, fuzzy
msgid "Copy the contacts of the selected folder into another folder"
-msgstr "Kopjo mesazhet e zgjedhur në një kartelë tjetër"
+msgstr "Kopjo kontaktet e kartelës së zgjedhur në një kartelë tjetër"
#: ../ui/evolution-addressbook.xml.h:9 ../ui/evolution-calendar.xml.h:2
msgid "Copy the selection"
@@ -18389,9 +18246,8 @@ msgid "Copy to Folder..."
msgstr "Kopjo tek kartela..."
#: ../ui/evolution-addressbook.xml.h:11
-#, fuzzy
msgid "Create a new addressbook folder"
-msgstr "Krijo një rubrikë të re"
+msgstr "Krijo një kartelë të re rubrike"
#: ../ui/evolution-addressbook.xml.h:12
#: ../ui/evolution-composer-entries.xml.h:5 ../ui/evolution-memos.xml.h:4
@@ -18404,36 +18260,32 @@ msgid "Cut the selection"
msgstr "Preje pjesën e zgjedhur"
#: ../ui/evolution-addressbook.xml.h:14
-#, fuzzy
msgid "Del_ete Address Book"
-msgstr "Rubrikë e Re"
+msgstr "El_emino rubrikën"
#: ../ui/evolution-addressbook.xml.h:16
msgid "Delete selected contacts"
msgstr "Fshi kontaktet e zgjedhur"
#: ../ui/evolution-addressbook.xml.h:17
-#, fuzzy
msgid "Delete the selected folder"
-msgstr "Anullo fshirjen e mesazheve të zgjedhur"
+msgstr "Elemino kartelën e zgjedhur"
#: ../ui/evolution-addressbook.xml.h:18
msgid "Forward Contact"
msgstr "Përcill kontaktin"
#: ../ui/evolution-addressbook.xml.h:19
-#, fuzzy
msgid "Mo_ve All Contacts To..."
-msgstr "Lëviz kontaktet tek"
+msgstr "Lë_viz të gjithë kontaktet tek..."
#: ../ui/evolution-addressbook.xml.h:20
msgid "Move Selected Contacts to Another Folder..."
msgstr "Lëviz kontaktet e zgjedhura tek një kartelë tjetër..."
#: ../ui/evolution-addressbook.xml.h:21
-#, fuzzy
msgid "Move the contacts of the selected folder into another folder"
-msgstr "Lëviz kartelën e zgjedhur nën një kartelë tjetër"
+msgstr "Lëviz kontaktet e kartelës së zgjedhur në një kartelë tjetër"
#: ../ui/evolution-addressbook.xml.h:22
msgid "Move to Folder..."
@@ -18458,23 +18310,20 @@ msgid "Print selected contacts"
msgstr "Printo kontaktet e zgjedhur"
#: ../ui/evolution-addressbook.xml.h:29
-#, fuzzy
msgid "Rename the selected folder"
-msgstr "Riemërto kartelën \"%s\" në:"
+msgstr "Riemërto kartelën e zgjedhur"
#: ../ui/evolution-addressbook.xml.h:30
-#, fuzzy
msgid "S_ave Address Book As VCard"
-msgstr "Rubrikë e Re"
+msgstr "Ru_aj rubrikën si VCard"
#: ../ui/evolution-addressbook.xml.h:32
msgid "Save selected contacts as a VCard."
msgstr "Ruaj kontaktet e zgjedhur si një VCard."
#: ../ui/evolution-addressbook.xml.h:33
-#, fuzzy
msgid "Save the contacts of the selected folder as VCard"
-msgstr "Ruaj kontaktet e zgjedhur si një VCard."
+msgstr "Ruaj kontaktet e kartelës së zgjedhur si VCard"
#: ../ui/evolution-addressbook.xml.h:34 ../widgets/text/e-text.c:2709
msgid "Select All"
@@ -18507,9 +18356,8 @@ msgid "Show contact preview window"
msgstr "Shfaq dritaren e pamjes së parë të kontaktit"
#: ../ui/evolution-addressbook.xml.h:41
-#, fuzzy
msgid "St_op"
-msgstr "Ndal"
+msgstr "Ndal_o"
#: ../ui/evolution-addressbook.xml.h:42
msgid "Stop"
@@ -18529,52 +18377,44 @@ msgid "_Actions"
msgstr "_Veprimet"
#: ../ui/evolution-addressbook.xml.h:47
-#, fuzzy
msgid "_Copy Contact to..."
-msgstr "Kopjo kontaktin tek"
+msgstr "_Kopjo kontaktin tek..."
#: ../ui/evolution-addressbook.xml.h:48
-#, fuzzy
msgid "_Copy Folder Contacts To"
-msgstr "_Kopjo kartelën tek..."
+msgstr "_Kopjo kartelën e kontakteve tek..."
#: ../ui/evolution-addressbook.xml.h:50
-#, fuzzy
msgid "_Delete Contact"
-msgstr "_Kontakt"
+msgstr "_Elemino kontaktin"
#: ../ui/evolution-addressbook.xml.h:52
msgid "_Forward Contact..."
msgstr "_Përcill kontaktin..."
#: ../ui/evolution-addressbook.xml.h:53
-#, fuzzy
msgid "_Move Contact to..."
-msgstr "Lëvize kontaktin tek"
+msgstr "_Lëvize kontaktin tek..."
#: ../ui/evolution-addressbook.xml.h:54
-#, fuzzy
msgid "_Move Folder Contacts To"
-msgstr "_Lëviz kartelën tek..."
+msgstr "_Lëviz kartelën e kontakteve tek"
#: ../ui/evolution-addressbook.xml.h:55 ../ui/evolution.xml.h:46
msgid "_New"
msgstr "_E re"
#: ../ui/evolution-addressbook.xml.h:60
-#, fuzzy
msgid "_Rename"
-msgstr "_Riemërto..."
+msgstr "_Riemërto"
#: ../ui/evolution-addressbook.xml.h:61
-#, fuzzy
msgid "_Save Contact as VCard..."
-msgstr "_Ruaje si VCard..."
+msgstr "_Ruaj kontaktin si VCard..."
#: ../ui/evolution-addressbook.xml.h:62
-#, fuzzy
msgid "_Save Folder Contacts As VCard"
-msgstr "Ruaj kontaktet e zgjedhur si një VCard."
+msgstr "_Ruaj kartelën e kontakteve si VCard"
#: ../ui/evolution-addressbook.xml.h:63
msgid "_Send Message to Contact..."
@@ -18585,12 +18425,10 @@ msgid "Day"
msgstr "Dita"
#: ../ui/evolution-calendar.xml.h:6
-#, fuzzy
msgid "Delete _all Occurrences"
-msgstr "Elemino të _gjitha përkujtimoret"
+msgstr "Elemino të gjith_a përkujtimoret"
#: ../ui/evolution-calendar.xml.h:7
-#, fuzzy
msgid "Delete all occurrences"
msgstr "Elemino të gjithë përvjetorët"
@@ -18599,7 +18437,6 @@ msgid "Delete the appointment"
msgstr "Elemino takimin"
#: ../ui/evolution-calendar.xml.h:10
-#, fuzzy
msgid "Delete this occurrence"
msgstr "Elemino këtë përvjetor"
@@ -18705,7 +18542,6 @@ msgid "Copy selected text to the clipboard"
msgstr "Kopjo tekstin e zgjedhur tek Shënimet"
#: ../ui/evolution-composer-entries.xml.h:3
-#, fuzzy
msgid "Copy selection to clipboard"
msgstr "Kopjo tekstin e zgjedhur tek Shënimet"
@@ -18714,12 +18550,10 @@ msgid "Cut selected text to the clipboard"
msgstr "Preje tekstin e zgjedhur tek Shënimet"
#: ../ui/evolution-composer-entries.xml.h:7
-#, fuzzy
msgid "Cut selection to clipboard"
msgstr "Preje tekstin e zgjedhur tek Shënimet"
#: ../ui/evolution-composer-entries.xml.h:9
-#, fuzzy
msgid "Paste from clipboard"
msgstr "Ngjit nga shënimet"
@@ -18736,24 +18570,20 @@ msgid "Attach"
msgstr "Bashkangjit"
#: ../ui/evolution-editor.xml.h:2
-#, fuzzy
msgid "Click here to attach a file"
-msgstr "<kliko këtu për të zgjedhur një kartelë>"
+msgstr "Kliko këtu për të bashkangjitur një file"
#: ../ui/evolution-editor.xml.h:3
-#, fuzzy
msgid "Click here to close the current window"
-msgstr "Mbylle file aktual"
+msgstr "Kliko këtu për të mbyllur dritaren aktuale"
#: ../ui/evolution-editor.xml.h:4
-#, fuzzy
msgid "Click here to save the current window"
-msgstr "Mbylle file aktual"
+msgstr "Kliko këtu për të ruajtur dritaren aktuale"
#: ../ui/evolution-editor.xml.h:5
-#, fuzzy
msgid "Click here to view help available"
-msgstr "<kliko këtu për të zgjedhur një datë>"
+msgstr "Kliko këtu për të shfaqur ndihmën në dispozicion"
#.
#. <cmd name="FileSave" _label="Save"
@@ -18791,166 +18621,136 @@ msgid "_Insert"
msgstr "_Ndërfut"
#: ../ui/evolution-editor.xml.h:21
-#, fuzzy
msgid "_Options"
-msgstr "Mundësitë"
+msgstr "_Opsionet"
#: ../ui/evolution-event-editor.xml.h:2
-#, fuzzy
msgid "All Day Event"
-msgstr "_Ngjarje të ditës"
+msgstr "Ngjarje e përditshme"
#: ../ui/evolution-event-editor.xml.h:3
-#, fuzzy
msgid "All _Day Event"
-msgstr "_Ngjarje të ditës"
+msgstr "Ngjarje e për_Ditshme"
#: ../ui/evolution-event-editor.xml.h:4 ../ui/evolution-memo-editor.xml.h:1
#: ../ui/evolution-task-editor.xml.h:1
-#, fuzzy
msgid "Classify as Confidential"
-msgstr "Në konfidencë"
+msgstr "Klasifiko si në konfidencë"
#: ../ui/evolution-event-editor.xml.h:5 ../ui/evolution-memo-editor.xml.h:2
#: ../ui/evolution-task-editor.xml.h:2
-#, fuzzy
msgid "Classify as Private"
-msgstr "Privat"
+msgstr "Klasifiko si privat"
#: ../ui/evolution-event-editor.xml.h:6 ../ui/evolution-memo-editor.xml.h:3
#: ../ui/evolution-task-editor.xml.h:3
msgid "Classify as public"
-msgstr ""
+msgstr "Klasifiko si publik"
#: ../ui/evolution-event-editor.xml.h:7
-#, fuzzy
msgid "Click here to set or unset alarms for this event"
-msgstr "Kliko këtu për të zgjedhur kartelat ku duhet dërguar"
+msgstr "Kliko këtu për të vendosur ose hequr alarmet për këtë ndodhi"
#: ../ui/evolution-event-editor.xml.h:9 ../ui/evolution-task-editor.xml.h:5
-#, fuzzy
msgid "Insert advanced send options"
-msgstr "Opsionet e de_tajuara të dërgimit"
+msgstr "Fut opsionet e hollësishme të dërgimit"
#: ../ui/evolution-event-editor.xml.h:10
-#, fuzzy
msgid "Make this a recurring event"
-msgstr "Përcaktoje këtë ngjarje si të _lëvizëshme"
+msgstr "Përcaktoje këtë ngjarje si përkujtimore"
#: ../ui/evolution-event-editor.xml.h:11 ../ui/evolution-memo-editor.xml.h:4
#: ../ui/evolution-task-editor.xml.h:6
-#, fuzzy
msgid "Pu_blic"
-msgstr "Publik"
+msgstr "Pu_blik"
#: ../ui/evolution-event-editor.xml.h:12
-#, fuzzy
msgid "Query free / busy information for the attendees"
-msgstr "Publiko informacionet e disponibilitetit për këtë kalendar"
+msgstr "Kërko informacione disponibilitetit për pjesmarrësin"
#: ../ui/evolution-event-editor.xml.h:13 ../ui/evolution-task-editor.xml.h:7
-#, fuzzy
msgid "R_ole Field"
-msgstr "Fusha _Për"
+msgstr "Fusha e r_olit"
#: ../ui/evolution-event-editor.xml.h:16
-#, fuzzy
msgid "Show time as _busy"
msgstr "Shfaq kohën si i _zënë"
#: ../ui/evolution-event-editor.xml.h:17 ../ui/evolution-task-editor.xml.h:11
-#, fuzzy
msgid "Time _Zone"
-msgstr "Zona e orës:"
+msgstr "_Zona orare"
#: ../ui/evolution-event-editor.xml.h:18 ../ui/evolution-task-editor.xml.h:12
-#, fuzzy
msgid "Toggles whether the Attendee Type field is displayed"
-msgstr "Shkëmbe shfaqjen e fushës Për"
+msgstr "Ndryshon shfaqjen e fushës së llojit të pjesmarrësit"
#: ../ui/evolution-event-editor.xml.h:19 ../ui/evolution-task-editor.xml.h:13
-#, fuzzy
msgid "Toggles whether the RSVP field is displayed"
-msgstr "Shkëmbe shfaqjen e fushës CC"
+msgstr "Ndryshon shfaqjen e fushës së RSVP"
#: ../ui/evolution-event-editor.xml.h:20 ../ui/evolution-task-editor.xml.h:14
-#, fuzzy
msgid "Toggles whether the Role field is displayed"
-msgstr "Shkëmbe shfaqjen e fushës Për"
+msgstr "Ndryshon shfaqjen e fushës së rolit"
#: ../ui/evolution-event-editor.xml.h:21 ../ui/evolution-task-editor.xml.h:15
-#, fuzzy
msgid "Toggles whether the Status field is displayed"
-msgstr "Shkëmbe shfaqjen e fushës Për"
+msgstr "Ndryshon shfaqjen e fushës së gjëndjes"
#: ../ui/evolution-event-editor.xml.h:22 ../ui/evolution-task-editor.xml.h:16
-#, fuzzy
msgid "Toggles whether the time zone is displayed"
-msgstr "Shkëmbe shfaqjen e fushës Nga"
+msgstr "Ndryshon shfaqjen e zonës orare"
#: ../ui/evolution-event-editor.xml.h:23 ../ui/evolution-memo-editor.xml.h:5
#: ../ui/evolution-task-editor.xml.h:17
-#, fuzzy
msgid "Toggles whether to display categories"
-msgstr "Shkëmbe shfaqjen e fushës Për"
+msgstr "Ndryshon shfaqjen e kategorive"
#: ../ui/evolution-event-editor.xml.h:24
-#, fuzzy
msgid "Toggles whether to have All Day Event"
-msgstr "Shkëmbe shfaqjen e fushës Për"
+msgstr "Ndryshon prezencën e aktivitetit të përditshëm"
#: ../ui/evolution-event-editor.xml.h:25
-#, fuzzy
msgid "Toggles whether to show time as busy"
-msgstr "Shkëmbe shfaqjen e fushës Për"
+msgstr "Ndryshon shfaqjen e kohës si i zënë"
#: ../ui/evolution-event-editor.xml.h:26
-#, fuzzy
msgid "_Alarms"
-msgstr "Alarme"
+msgstr "_Alarme"
#: ../ui/evolution-event-editor.xml.h:28 ../ui/evolution-memo-editor.xml.h:7
#: ../ui/evolution-task-editor.xml.h:19
-#, fuzzy
msgid "_Classification"
-msgstr "K_lasifikimi"
+msgstr "_Klasifikimi"
#: ../ui/evolution-event-editor.xml.h:29 ../ui/evolution-memo-editor.xml.h:8
#: ../ui/evolution-task-editor.xml.h:20
-#, fuzzy
msgid "_Confidential"
-msgstr "Në konfidencë"
+msgstr "_Në konfidencë"
#: ../ui/evolution-event-editor.xml.h:30
-#, fuzzy
msgid "_Free/Busy"
-msgstr "_I lirë/zënë:"
+msgstr "_I lirë/zënë"
#: ../ui/evolution-event-editor.xml.h:31 ../ui/evolution-memo-editor.xml.h:9
#: ../ui/evolution-task-editor.xml.h:21
-#, fuzzy
msgid "_Private"
-msgstr "Privat"
+msgstr "_Privat"
#: ../ui/evolution-event-editor.xml.h:32 ../ui/evolution-task-editor.xml.h:22
-#, fuzzy
msgid "_RSVP"
-msgstr "RSVP"
+msgstr "_RSVP"
#: ../ui/evolution-event-editor.xml.h:33
-#, fuzzy
msgid "_Recurrence"
-msgstr "Përvjetor"
+msgstr "_Përvjetor"
#: ../ui/evolution-event-editor.xml.h:34 ../ui/evolution-task-editor.xml.h:25
-#, fuzzy
msgid "_Status Field"
-msgstr "_Gjendja:"
+msgstr "Fu_Sha e gjëndjes"
#: ../ui/evolution-event-editor.xml.h:35 ../ui/evolution-task-editor.xml.h:26
-#, fuzzy
msgid "_Type Field"
-msgstr "Fusha _Për"
+msgstr "Fusha e lloji_T"
#: ../ui/evolution-mail-global.xml.h:2
msgid "Cancel the current mail operation"
@@ -19011,9 +18811,8 @@ msgid "_Copy Folder To..."
msgstr "_Kopjo kartelën tek..."
#: ../ui/evolution-mail-global.xml.h:17
-#, fuzzy
msgid "_Message Filters"
-msgstr "F_iltrat e mesazheve"
+msgstr "Filtrat e _Mesazheve"
#: ../ui/evolution-mail-global.xml.h:18
msgid "_Move Folder To..."
@@ -19039,14 +18838,12 @@ msgid "Change the properties of this folder"
msgstr "Ndrysho pronësitë e kësaj kartele"
#: ../ui/evolution-mail-list.xml.h:3
-#, fuzzy
msgid "Collapse All _Threads"
-msgstr "Grumbullo sipas _Tematikës"
+msgstr "Palos të gjitha _Temat"
#: ../ui/evolution-mail-list.xml.h:4
-#, fuzzy
msgid "Collapse all message threads"
-msgstr "Shëno si të lexuar të gjithë mesazhet"
+msgstr "Palos të gjitha temat e mesazheve"
#: ../ui/evolution-mail-list.xml.h:5
msgid "Copy selected message(s) to the clipboard"
@@ -19058,18 +18855,16 @@ msgid "Cut selected message(s) to the clipboard"
msgstr "Preje mesazhin(et) e zgjedhur tek Shënimet"
#: ../ui/evolution-mail-list.xml.h:8
-#, fuzzy
msgid "E_xpand All Threads"
-msgstr "Shpalos Gjithçka"
+msgstr "Sh_palos të gjitha temat"
#: ../ui/evolution-mail-list.xml.h:9
msgid "E_xpunge"
msgstr "_Elemino përgjithmonë"
#: ../ui/evolution-mail-list.xml.h:10
-#, fuzzy
msgid "Expand all message threads"
-msgstr "Shëno si të lexuar të gjithë mesazhet"
+msgstr "Shpalos të gjitha temat e mesazheve"
#: ../ui/evolution-mail-list.xml.h:12
msgid "Hide S_elected Messages"
@@ -19088,9 +18883,8 @@ msgid "Hide deleted messages rather than displaying them with a line through the
msgstr "Fshih mesazhet e fshirë në vend që t'i shfaqësh të vizuar"
#: ../ui/evolution-mail-list.xml.h:16
-#, fuzzy
msgid "Mar_k All Messages as Read"
-msgstr "Shëno me_sazhet si të lexuar"
+msgstr "Shën_o të gjithë mesazhet si të lexuar"
#: ../ui/evolution-mail-list.xml.h:17
msgid "Paste message(s) from the clipboard"
@@ -19147,9 +18941,8 @@ msgid "Threaded Message list"
msgstr "Rreshtim sipas diskutimeve"
#: ../ui/evolution-mail-list.xml.h:31
-#, fuzzy
msgid "_Group By Threads"
-msgstr "Grumbullo sipas _Tematikës"
+msgstr "_Grumbullo sipas tematikës"
#: ../ui/evolution-mail-list.xml.h:32 ../ui/evolution-mail-message.xml.h:116
#: ../ui/evolution-mail-messagedisplay.xml.h:7
@@ -19179,7 +18972,7 @@ msgstr "Aplikoi rregullat e filtrit mesazheve të zgjedhur"
#: ../ui/evolution-mail-message.xml.h:7
msgid "Check for _Junk"
-msgstr "Kontrollo për _Refuzime"
+msgstr "Kontrollo për _të padëshiruar"
#: ../ui/evolution-mail-message.xml.h:8
msgid "Compose _New Message"
@@ -19202,9 +18995,8 @@ msgid "Copy selected messages to another folder"
msgstr "Kopjo mesazhet e zgjedhur në një kartelë tjetër"
#: ../ui/evolution-mail-message.xml.h:13
-#, fuzzy
msgid "Copy selected messages to the clipboard"
-msgstr "Kopjo mesazhin(et) e zgjedhur tek Shënimet"
+msgstr "Kopjo mesazhet e zgjedhur tek shënimet"
#: ../ui/evolution-mail-message.xml.h:14
msgid "Create R_ule"
@@ -19243,9 +19035,8 @@ msgid "Create a rule to filter messages with this subject"
msgstr "Krijo një rregull për të filtruar mesazhet me këtë subjekt"
#: ../ui/evolution-mail-message.xml.h:23
-#, fuzzy
msgid "Cut selected messages to the clipboard"
-msgstr "Preje mesazhin(et) e zgjedhur tek Shënimet"
+msgstr "Preje mesazhin e zgjedhur tek Shënimet"
#: ../ui/evolution-mail-message.xml.h:24
msgid "Decrease the text size"
@@ -19260,9 +19051,8 @@ msgid "Display the next message"
msgstr "Shfaq mesazhin në vazhdim"
#: ../ui/evolution-mail-message.xml.h:28
-#, fuzzy
msgid "Display the next thread"
-msgstr "Shfaq diskutimin e palexuar në vazhdim"
+msgstr "Shfaq temën në vazhdim"
#: ../ui/evolution-mail-message.xml.h:29
msgid "Display the next unread message"
@@ -19281,9 +19071,8 @@ msgid "Display the previous unread message"
msgstr "Shfaq mesazhin paraardhës të palexuar"
#: ../ui/evolution-mail-message.xml.h:33
-#, fuzzy
msgid "F_orward As..."
-msgstr "_Përcill kontaktin..."
+msgstr "P_ërcille si..."
#: ../ui/evolution-mail-message.xml.h:34
msgid "Filter on Mailing _List..."
@@ -19303,12 +19092,11 @@ msgstr "Filtro në _Subjekt..."
#: ../ui/evolution-mail-message.xml.h:38
msgid "Filter the selected messages for junk status"
-msgstr "Kontrollo nëse duhen flakur mesazhet e zgjedhur"
+msgstr "Kontrollo mesazhet e zgjedhur për praninë e të padëshiruarve"
#: ../ui/evolution-mail-message.xml.h:39
-#, fuzzy
msgid "Flag selected messages for follow-up"
-msgstr "Shëno mesazhin(et) e zgjedhur si vazhdim"
+msgstr "Shëno mesazhet e zgjedhur për në ndjekje"
#: ../ui/evolution-mail-message.xml.h:40
msgid "Follow _Up..."
@@ -19343,43 +19131,36 @@ msgid "Mar_k as"
msgstr "Shë_no si"
#: ../ui/evolution-mail-message.xml.h:50
-#, fuzzy
msgid "Mark the selected messages as having been read"
-msgstr "Shëno mesazhin(et) e zgjedhur si të lexuar"
+msgstr "Shëno mesazhet e zgjedhur si të lexuar"
#: ../ui/evolution-mail-message.xml.h:51
-#, fuzzy
msgid "Mark the selected messages as important"
-msgstr "Shëno mesazhin(et) e zgjedhur si të rendësishëm"
+msgstr "Shëno mesazhet e zgjedhur si të rendësishëm"
#: ../ui/evolution-mail-message.xml.h:52
-#, fuzzy
msgid "Mark the selected messages as junk"
-msgstr "Shëno mesazhin(et) e zgjedhur si për tu hedhur në kosh"
+msgstr "Shëno mesazhet e zgjedhur si të padëshiruar"
#: ../ui/evolution-mail-message.xml.h:53
-#, fuzzy
msgid "Mark the selected messages as not being junk"
-msgstr "Shëno mesazhin(et) e zgjedhur si jo për tu hedhur në kosh"
+msgstr "Shëno mesazhet e zgjedhur si jo të padëshiruar"
#: ../ui/evolution-mail-message.xml.h:54
-#, fuzzy
msgid "Mark the selected messages as not having been read"
-msgstr "Shëno mesazhin(et) e zgjedhur si të palexuar"
+msgstr "Shëno mesazhet e zgjedhur si të palexuar"
#: ../ui/evolution-mail-message.xml.h:55
-#, fuzzy
msgid "Mark the selected messages as unimportant"
-msgstr "Shëno mesazhin(et) e zgjedhur si të parendësishëm"
+msgstr "Shëno mesazhet e zgjedhur si të parendësishëm"
#: ../ui/evolution-mail-message.xml.h:56
msgid "Mark the selected messages for deletion"
msgstr "Shëno mesazhet e zgjedhur për t'i eleminuar"
#: ../ui/evolution-mail-message.xml.h:57
-#, fuzzy
msgid "Move selected messages to another folder"
-msgstr "Lëviz mesazhin(et) e zgjedhur në një kartelë tjetër"
+msgstr "Lëviz mesazhet e zgjedhur në një kartelë tjetër"
#: ../ui/evolution-mail-message.xml.h:59
msgid "Next _Important Message"
@@ -19395,30 +19176,27 @@ msgstr "Mesazhi në vazhdim i _Palexuar"
#: ../ui/evolution-mail-message.xml.h:62
msgid "Not Junk"
-msgstr "Jo për t'u flakur"
+msgstr "Jo i padëshiruar"
#: ../ui/evolution-mail-message.xml.h:63
msgid "Open a window for composing a mail message"
msgstr "Hap një dritare për të hartuar një mesazh"
#: ../ui/evolution-mail-message.xml.h:64
-#, fuzzy
msgid "Open the selected messages in a new window"
-msgstr "Hape mesazhin e zgjedhur në një dritare të re"
+msgstr "Hap mesazhet e zgjedhur në një dritare të re"
#: ../ui/evolution-mail-message.xml.h:65
-#, fuzzy
msgid "Open the selected messages in the composer for editing"
-msgstr "Hape mesazhin e zgjedhur në një dritare për t'a ndryshuar"
+msgstr "Hap mesazhet e zgjedhur në kompozues për t'a ndryshuar"
#: ../ui/evolution-mail-message.xml.h:66
msgid "P_revious Unread Message"
msgstr "Mesazhi pa_raardhës i palexuar"
#: ../ui/evolution-mail-message.xml.h:67
-#, fuzzy
msgid "Paste messages from the clipboard"
-msgstr "Ngjit mesazhin(et) nga shënimet"
+msgstr "Ngjit mesazhet nga shënimet"
#: ../ui/evolution-mail-message.xml.h:68
msgid "Pos_t New Message to Folder"
@@ -19461,9 +19239,8 @@ msgid "Reset the text to its original size"
msgstr "Rikthe tekstin në madhësine e tij orgjinale"
#: ../ui/evolution-mail-message.xml.h:85
-#, fuzzy
msgid "Save the selected messages as a text file"
-msgstr "Ruaj mesazhin si file teksti"
+msgstr "Ruaj mesazhet e zgjedhur si file teksti"
#: ../ui/evolution-mail-message.xml.h:86
msgid "Search Folder from Mailing _List..."
@@ -19502,21 +19279,18 @@ msgid "Show a blinking cursor in the body of displayed messages"
msgstr "Shfaq një kursor pulsues në trupin e mesazheve"
#: ../ui/evolution-mail-message.xml.h:95
-#, fuzzy
msgid "Show messages in the normal style"
-msgstr "Paraqit mesazhin në stil normal"
+msgstr "Shfaq mesazhet në stilin e zakonshëm"
#: ../ui/evolution-mail-message.xml.h:96
-#, fuzzy
msgid "Show messages with all email headers"
-msgstr "Shfaq mesazhin me të gjithë emrat e email-it"
+msgstr "Shfaq mesazhet me të gjithë headers e email"
#: ../ui/evolution-mail-message.xml.h:97
msgid "Show the raw email source of the message"
msgstr "Shfaq buruesin e papërpunuar të mesazhit"
#: ../ui/evolution-mail-message.xml.h:98
-#, fuzzy
msgid "Undelete the selected messages"
msgstr "Anullo fshirjen e mesazheve të zgjedhur"
@@ -19529,18 +19303,16 @@ msgid "Zoom _Out"
msgstr "Zv_ogëlo"
#: ../ui/evolution-mail-message.xml.h:101
-#, fuzzy
msgid "_Attached"
-msgstr "Bashkangjit"
+msgstr "_Bashkangjitur"
#: ../ui/evolution-mail-message.xml.h:102
msgid "_Caret Mode"
msgstr "Modalitet paraqitje _kursori"
#: ../ui/evolution-mail-message.xml.h:103
-#, fuzzy
msgid "_Clear Flag"
-msgstr "H_iq flamurin"
+msgstr "_Hiq shënimin"
#: ../ui/evolution-mail-message.xml.h:106
msgid "_Delete Message"
@@ -19551,9 +19323,8 @@ msgid "_Find in Message..."
msgstr "_Gjej në mesazh..."
#: ../ui/evolution-mail-message.xml.h:109
-#, fuzzy
msgid "_Flag Completed"
-msgstr "Shën_o si plotësuar"
+msgstr "Shën_o si të plotësuar"
#: ../ui/evolution-mail-message.xml.h:111
msgid "_Go To"
@@ -19564,22 +19335,20 @@ msgid "_Important"
msgstr "_Me rendësi"
#: ../ui/evolution-mail-message.xml.h:113
-#, fuzzy
msgid "_Inline"
-msgstr "Direkt"
+msgstr "_Në linjë"
#: ../ui/evolution-mail-message.xml.h:114
msgid "_Junk"
-msgstr "_Refuzo"
+msgstr "_I padëshiruar"
#: ../ui/evolution-mail-message.xml.h:115
msgid "_Load Images"
msgstr "_Ngarko figurat"
#: ../ui/evolution-mail-message.xml.h:117
-#, fuzzy
msgid "_Message Source"
-msgstr "Burimi i mesazhit"
+msgstr "Burimi i _Mesazhit"
#: ../ui/evolution-mail-message.xml.h:119
msgid "_Next Message"
@@ -19591,7 +19360,7 @@ msgstr "Madhësi _Normale"
#: ../ui/evolution-mail-message.xml.h:121
msgid "_Not Junk"
-msgstr "_Mos refuzo"
+msgstr "_Jo i padëshiruar"
#: ../ui/evolution-mail-message.xml.h:122
msgid "_Open in New Window"
@@ -19602,9 +19371,8 @@ msgid "_Previous Message"
msgstr "Mesazhi _Paraardhës"
#: ../ui/evolution-mail-message.xml.h:125
-#, fuzzy
msgid "_Quoted"
-msgstr "I kuotuar"
+msgstr "_Kuotuar"
#: ../ui/evolution-mail-message.xml.h:128
msgid "_Save Message..."
@@ -19631,44 +19399,36 @@ msgid "Main toolbar"
msgstr "Paneli qendror i instrumentëve"
#: ../ui/evolution-memos.xml.h:3
-#, fuzzy
msgid "Copy selected memo"
-msgstr "Kopjo aktivitetin e zgjedhur"
+msgstr "Kopjo memorjen e zgjedhur"
#: ../ui/evolution-memos.xml.h:5
-#, fuzzy
msgid "Cut selected memo"
-msgstr "Preje aktivitetin e zgjedhur"
+msgstr "Preje memorjen e zgjedhur"
#: ../ui/evolution-memos.xml.h:7
-#, fuzzy
msgid "Delete selected memos"
-msgstr "Elemino aktivitetet e zgjedhur"
+msgstr "Elemino memorjet e zgjedhura"
#: ../ui/evolution-memos.xml.h:9
-#, fuzzy
msgid "Paste memo from the clipboard"
-msgstr "Ngjite tekstin nga Shënimet"
+msgstr "Ngjit memorje nga Shënimet"
#: ../ui/evolution-memos.xml.h:10
-#, fuzzy
msgid "Previews the list of memos to be printed"
-msgstr "Pamja e parë e listës së aktiviteteve që duhet printuar"
+msgstr "Pamja e parë e listës së memorjeve që duhet printuar"
#: ../ui/evolution-memos.xml.h:13
-#, fuzzy
msgid "Print the list of memos"
-msgstr "Printo listën e aktiviteteve"
+msgstr "Printo listën e memorjeve"
#: ../ui/evolution-memos.xml.h:14
-#, fuzzy
msgid "View the selected memo"
-msgstr "Shiko aktivitetin e zgjedhur"
+msgstr "Shiko memorjen e zgjedhur"
#: ../ui/evolution-memos.xml.h:18
-#, fuzzy
msgid "_Open Memo"
-msgstr "_Hap mesazhet"
+msgstr "_Hap memorjen"
#: ../ui/evolution-message-composer.xml.h:2
msgid "Attach a file"
@@ -19702,9 +19462,8 @@ msgid "For_mat"
msgstr "For_mati"
#: ../ui/evolution-message-composer.xml.h:9
-#, fuzzy
msgid "Get delivery notification when your message is read"
-msgstr "Zgjidhe për të marrë ricevutë kur mesazhi yt të jetë lexuar"
+msgstr "Merr ricevutë kur mesazhi yt të jetë lexuar"
#: ../ui/evolution-message-composer.xml.h:10
msgid "HT_ML"
@@ -19712,9 +19471,8 @@ msgstr "HT_ML"
#: ../ui/evolution-message-composer.xml.h:11
#: ../ui/evolution-signature-editor.xml.h:16
-#, fuzzy
msgid "I_nsert"
-msgstr "_Ndërfut"
+msgstr "Nd_ërfut"
#: ../ui/evolution-message-composer.xml.h:13
msgid "Open a file"
@@ -19729,9 +19487,8 @@ msgid "PGP Sign"
msgstr "Firmos me PGP"
#: ../ui/evolution-message-composer.xml.h:16
-#, fuzzy
msgid "R_equest Read Receipt"
-msgstr "Kërko ricevutë leximi"
+msgstr "Kërko ric_evutë leximi"
#: ../ui/evolution-message-composer.xml.h:17
msgid "S/MIME Encrypt"
@@ -19791,9 +19548,8 @@ msgid "Send this message"
msgstr "Nise këtë mesazh"
#: ../ui/evolution-message-composer.xml.h:32
-#, fuzzy
msgid "Set the message priority to high"
-msgstr "Ruaj mesazhin si file teksti"
+msgstr "Cakto si të lartë prioritetin e mesazhit"
#: ../ui/evolution-message-composer.xml.h:33
msgid "Sign this message with your PGP key"
@@ -19852,9 +19608,8 @@ msgid "_Post-To Field"
msgstr "Fusha _Posto-Tek"
#: ../ui/evolution-message-composer.xml.h:51
-#, fuzzy
msgid "_Prioritize Message"
-msgstr "Printo Mesazhin"
+msgstr "_Prioritet mesazhit"
#: ../ui/evolution-message-composer.xml.h:52
msgid "_Reply-To Field"
@@ -19920,39 +19675,32 @@ msgid "_Invert Selection"
msgstr "_Inverto zgjedhjen"
#: ../ui/evolution-task-editor.xml.h:4
-#, fuzzy
msgid "Click change / view the status details of the task"
-msgstr "shfaq gjendja hollësi nga"
+msgstr "Kliko ndrysho / shiko hollësitë e gjëndjes së aktivitetit"
#: ../ui/evolution-task-editor.xml.h:9
-#, fuzzy
msgid "Status Details"
-msgstr "Gjendja: %s"
+msgstr "Hollësitë e gjëndjes"
#: ../ui/evolution-task-editor.xml.h:10
-#, fuzzy
msgid "Time Zone"
-msgstr "Zona orare "
+msgstr "Zona orare"
#: ../ui/evolution-task-editor.xml.h:23
-#, fuzzy
msgid "_Send Options"
-msgstr "Opsione dërgimi"
+msgstr "_Opsione dërgimi"
#: ../ui/evolution-task-editor.xml.h:24
-#, fuzzy
msgid "_Status Details"
-msgstr "Gjendja: %s"
+msgstr "_Detajet e gjëndjes"
#: ../ui/evolution-tasks.xml.h:3
-#, fuzzy
msgid "Copy selected tasks"
-msgstr "Kopjo aktivitetin e zgjedhur"
+msgstr "Kopjo aktivitetet e zgjedhur"
#: ../ui/evolution-tasks.xml.h:5
-#, fuzzy
msgid "Cut selected tasks"
-msgstr "Preje aktivitetin e zgjedhur"
+msgstr "Preje aktivitetet e zgjedhur"
#: ../ui/evolution-tasks.xml.h:7
msgid "Delete completed tasks"
@@ -19971,7 +19719,6 @@ msgid "Mark selected tasks as complete"
msgstr "Shëno aktivitetet e zgjedhura si të plotësuara"
#: ../ui/evolution-tasks.xml.h:12
-#, fuzzy
msgid "Paste tasks from the clipboard"
msgstr "Ngjit aktivitete nga shënimet"
@@ -19984,14 +19731,12 @@ msgid "Print the list of tasks"
msgstr "Printo listën e aktiviteteve"
#: ../ui/evolution-tasks.xml.h:18
-#, fuzzy
msgid "Show task preview window"
-msgstr "Shfaq dritaren e pamjes së parë të kontaktit"
+msgstr "Shfaq dritaren e pamjes së parë të aktivitetit"
#: ../ui/evolution-tasks.xml.h:19
-#, fuzzy
msgid "Task _Preview"
-msgstr "_Pamja e parë e mesazhit"
+msgstr "_Pamja e parë e aktivitetit"
#: ../ui/evolution-tasks.xml.h:20
msgid "View the selected task"
@@ -20048,9 +19793,8 @@ msgid "Hide window buttons"
msgstr "Fshih pulsantët e dritares"
#: ../ui/evolution.xml.h:13
-#, fuzzy
msgid "I_mport..."
-msgstr "_Importim..."
+msgstr "I_mportimi..."
#: ../ui/evolution.xml.h:14
msgid "Icons _and text"
@@ -20073,9 +19817,8 @@ msgid "Send / Receive"
msgstr "Dërgo / Merr"
#: ../ui/evolution.xml.h:20
-#, fuzzy
msgid "Send / _Receive"
-msgstr "Dërgo / Merr"
+msgstr "Dërgo / _Merr"
#: ../ui/evolution.xml.h:21
msgid "Send queued items and retrieve new items"
@@ -20090,14 +19833,12 @@ msgid "Show information about Evolution"
msgstr "Shfaq informacionet në lidhje me Evolution"
#: ../ui/evolution.xml.h:24
-#, fuzzy
msgid "Side _Bar"
-msgstr "_Bar"
+msgstr "_Shtylla anësore"
#: ../ui/evolution.xml.h:25
-#, fuzzy
msgid "Status _Bar"
-msgstr "Gjendja"
+msgstr "_Shtylla e gjëndjes"
#: ../ui/evolution.xml.h:26
msgid "Submit Bug Report"
@@ -20128,26 +19869,22 @@ msgid "Tool_bar style"
msgstr "Stili i panelit të _instrumentëve"
#: ../ui/evolution.xml.h:36
-#, fuzzy
msgid "View/Hide the Side Bar"
-msgstr "Paraqitja Fshih Bar"
+msgstr "Shfaq/Fshih shtyllën anësore"
#: ../ui/evolution.xml.h:37
-#, fuzzy
msgid "View/Hide the Status Bar"
-msgstr "Paraqitja Fshih Gjendja Bar"
+msgstr "Shfaq/Fshih shtyllën e gjëndjes"
#: ../ui/evolution.xml.h:38
-#, fuzzy
msgid "_About"
-msgstr "_Llogaria:"
+msgstr "_Informacione"
#: ../ui/evolution.xml.h:39
msgid "_Close Window"
msgstr "_Mbyll dritaren"
#: ../ui/evolution.xml.h:42
-#, fuzzy
msgid "_Forget Passwords"
msgstr "Harro _Fjalëkalimet"
@@ -20240,9 +19977,8 @@ msgid "_Messages"
msgstr "_Mesazhet"
#: ../views/memos/galview.xml.h:1
-#, fuzzy
msgid "_Memos"
-msgstr "_Anëtarë"
+msgstr "_Memorje"
#: ../views/tasks/galview.xml.h:1
msgid "With _Due Date"
@@ -20347,9 +20083,8 @@ msgid "Define Views..."
msgstr "Përcakto paraqitjet..."
#: ../widgets/menus/gal-view-menus.c:291
-#, fuzzy
msgid "C_urrent View"
-msgstr "Paraqitja aktuale"
+msgstr "Paraqitja akt_uale"
#: ../widgets/menus/gal-view-menus.c:359
msgid "Save Custom View..."
@@ -20438,14 +20173,14 @@ msgstr "Y2"
#: ../widgets/misc/e-canvas-vbox.c:102 ../widgets/misc/e-reflow.c:1429
#: ../widgets/table/e-table-group-container.c:974
#: ../widgets/table/e-table-group-leaf.c:636
-#: ../widgets/table/e-table-item.c:3014
+#: ../widgets/table/e-table-item.c:3015
msgid "Minimum width"
msgstr "Gjerësia minimum"
#: ../widgets/misc/e-canvas-vbox.c:103 ../widgets/misc/e-reflow.c:1430
#: ../widgets/table/e-table-group-container.c:975
#: ../widgets/table/e-table-group-leaf.c:637
-#: ../widgets/table/e-table-item.c:3015
+#: ../widgets/table/e-table-item.c:3016
msgid "Minimum Width"
msgstr "Gjerësia më e Vogël"
@@ -20500,9 +20235,8 @@ msgid "Korean"
msgstr "Koreane"
#: ../widgets/misc/e-charset-picker.c:72
-#, fuzzy
msgid "Thai"
-msgstr "En"
+msgstr "Thai"
#: ../widgets/misc/e-charset-picker.c:73
msgid "Turkish"
@@ -20556,18 +20290,16 @@ msgid "Other..."
msgstr "Tjetër..."
#: ../widgets/misc/e-charset-picker.c:482
-#, fuzzy
msgid "Ch_aracter Encoding"
-msgstr "Kodifikimi i gërmave"
+msgstr "Kodifikimi i gërm_ave"
#: ../widgets/misc/e-clipped-label.c:111
msgid "..."
msgstr "..."
#: ../widgets/misc/e-dateedit.c:321
-#, fuzzy
msgid "Date and Time"
-msgstr "Shtimi i datës dhe orës"
+msgstr "Datë dhe ora"
#: ../widgets/misc/e-dateedit.c:340
msgid "Text entry to input date"
@@ -20582,9 +20314,8 @@ msgid "Combo box to select time"
msgstr "Kuti e kombinuar për zgjedhjen e orarit"
#: ../widgets/misc/e-dateedit.c:385
-#, fuzzy
msgid "Time"
-msgstr "_Kohëzgjatja:"
+msgstr "Ora"
#. This is a strftime() format. %H = hour (0-23), %M = minute.
#: ../widgets/misc/e-dateedit.c:1436 ../widgets/misc/e-dateedit.c:1763
@@ -20660,9 +20391,8 @@ msgid "_Searches"
msgstr "_Kërkimet"
#: ../widgets/misc/e-filter-bar.c:204
-#, fuzzy
msgid "Searches"
-msgstr "_Kërkimet"
+msgstr "Kërkimet"
#. FIXME: get the toplevel window...
#: ../widgets/misc/e-filter-bar.c:227
@@ -20725,9 +20455,8 @@ msgstr "Gjerësia e kollonës"
#. To translators: This is the accessibility name of
#. the search bar's text entry widget
#: ../widgets/misc/e-search-bar.c:371
-#, fuzzy
msgid "Search"
-msgstr "_Kërko"
+msgstr "Kërko"
#: ../widgets/misc/e-search-bar.c:588
msgid "_Search"
@@ -20876,9 +20605,8 @@ msgid "When decli_ned:"
msgstr "Kur refu_zohet:"
#: ../widgets/misc/e-send-options.glade.h:26
-#, fuzzy
msgid "Wi_thin"
-msgstr "B_renda"
+msgstr "Për_mban"
#: ../widgets/misc/e-send-options.glade.h:27
msgid "_After:"
@@ -20923,9 +20651,8 @@ msgid "%s (%d%% complete)"
msgstr "%s (%d%% plotësuar)"
#: ../widgets/misc/e-url-entry.c:107
-#, fuzzy
msgid "Click here to go to URL"
-msgstr "kliko këtu për të shkuar tek url"
+msgstr "Kliko këtu për të shkuar tek adresa URL"
#: ../widgets/misc/gal-categories.glade.h:2
msgid "Edit Master Category List..."
@@ -21087,9 +20814,8 @@ msgid "No grouping"
msgstr "Të pa grupuara"
#: ../widgets/table/e-table-config.c:584
-#, fuzzy
msgid "Available Fields"
-msgstr "Fushat në di_spozicion:"
+msgstr "Fushat në dispozicion"
#: ../widgets/table/e-table-config.glade.h:17
msgid "_Group By..."
@@ -21153,7 +20879,7 @@ msgstr "%s (%d elementë)"
#: ../widgets/table/e-table-group-container.c:898
#: ../widgets/table/e-table-group-leaf.c:573
#: ../widgets/table/e-table-group-leaf.c:574
-#: ../widgets/table/e-table-item.c:2972 ../widgets/table/e-table-item.c:2973
+#: ../widgets/table/e-table-item.c:2973 ../widgets/table/e-table-item.c:2974
msgid "Alternating Row Colors"
msgstr "Ndryshimi i ngjyrave të rreshtave"
@@ -21161,7 +20887,7 @@ msgstr "Ndryshimi i ngjyrave të rreshtave"
#: ../widgets/table/e-table-group-container.c:905
#: ../widgets/table/e-table-group-leaf.c:580
#: ../widgets/table/e-table-group-leaf.c:581
-#: ../widgets/table/e-table-item.c:2979 ../widgets/table/e-table-item.c:2980
+#: ../widgets/table/e-table-item.c:2980 ../widgets/table/e-table-item.c:2981
#: ../widgets/table/e-tree.c:3265 ../widgets/table/e-tree.c:3266
msgid "Horizontal Draw Grid"
msgstr "Rrjetë e vizatuar horizontalisht"
@@ -21170,7 +20896,7 @@ msgstr "Rrjetë e vizatuar horizontalisht"
#: ../widgets/table/e-table-group-container.c:912
#: ../widgets/table/e-table-group-leaf.c:587
#: ../widgets/table/e-table-group-leaf.c:588
-#: ../widgets/table/e-table-item.c:2986 ../widgets/table/e-table-item.c:2987
+#: ../widgets/table/e-table-item.c:2987 ../widgets/table/e-table-item.c:2988
#: ../widgets/table/e-tree.c:3271 ../widgets/table/e-tree.c:3272
msgid "Vertical Draw Grid"
msgstr "Rrjetë e vizatuar vertikalisht"
@@ -21179,7 +20905,7 @@ msgstr "Rrjetë e vizatuar vertikalisht"
#: ../widgets/table/e-table-group-container.c:919
#: ../widgets/table/e-table-group-leaf.c:594
#: ../widgets/table/e-table-group-leaf.c:595
-#: ../widgets/table/e-table-item.c:2993 ../widgets/table/e-table-item.c:2994
+#: ../widgets/table/e-table-item.c:2994 ../widgets/table/e-table-item.c:2995
#: ../widgets/table/e-tree.c:3277 ../widgets/table/e-tree.c:3278
msgid "Draw focus"
msgstr "Fokusi i rrjetës"
@@ -21188,7 +20914,7 @@ msgstr "Fokusi i rrjetës"
#: ../widgets/table/e-table-group-container.c:926
#: ../widgets/table/e-table-group-leaf.c:601
#: ../widgets/table/e-table-group-leaf.c:602
-#: ../widgets/table/e-table-item.c:3000 ../widgets/table/e-table-item.c:3001
+#: ../widgets/table/e-table-item.c:3001 ../widgets/table/e-table-item.c:3002
msgid "Cursor mode"
msgstr "Modaliteti kursor"
@@ -21196,7 +20922,7 @@ msgstr "Modaliteti kursor"
#: ../widgets/table/e-table-group-container.c:933
#: ../widgets/table/e-table-group-leaf.c:615
#: ../widgets/table/e-table-group-leaf.c:616
-#: ../widgets/table/e-table-item.c:2965 ../widgets/table/e-table-item.c:2966
+#: ../widgets/table/e-table-item.c:2966 ../widgets/table/e-table-item.c:2967
msgid "Selection model"
msgstr "Modeli i zgjedhjes"
@@ -21204,7 +20930,7 @@ msgstr "Modeli i zgjedhjes"
#: ../widgets/table/e-table-group-container.c:940
#: ../widgets/table/e-table-group-leaf.c:608
#: ../widgets/table/e-table-group-leaf.c:609
-#: ../widgets/table/e-table-item.c:3007 ../widgets/table/e-table-item.c:3008
+#: ../widgets/table/e-table-item.c:3008 ../widgets/table/e-table-item.c:3009
#: ../widgets/table/e-table.c:3301 ../widgets/table/e-tree.c:3259
#: ../widgets/table/e-tree.c:3260
msgid "Length Threshold"
@@ -21214,7 +20940,7 @@ msgstr "Gjatësia kufirit"
#: ../widgets/table/e-table-group-container.c:947
#: ../widgets/table/e-table-group-leaf.c:650
#: ../widgets/table/e-table-group-leaf.c:651
-#: ../widgets/table/e-table-item.c:3041 ../widgets/table/e-table-item.c:3042
+#: ../widgets/table/e-table-item.c:3042 ../widgets/table/e-table-item.c:3043
#: ../widgets/table/e-table.c:3308 ../widgets/table/e-tree.c:3291
#: ../widgets/table/e-tree.c:3292
msgid "Uniform row height"
@@ -21291,15 +21017,15 @@ msgstr "Rendit informacionin"
msgid "Tree"
msgstr "Degëzimi"
-#: ../widgets/table/e-table-item.c:2951 ../widgets/table/e-table-item.c:2952
+#: ../widgets/table/e-table-item.c:2952 ../widgets/table/e-table-item.c:2953
msgid "Table header"
msgstr "Titull i tabelës"
-#: ../widgets/table/e-table-item.c:2958 ../widgets/table/e-table-item.c:2959
+#: ../widgets/table/e-table-item.c:2959 ../widgets/table/e-table-item.c:2960
msgid "Table model"
msgstr "Modeli i tabelës"
-#: ../widgets/table/e-table-item.c:3034 ../widgets/table/e-table-item.c:3035
+#: ../widgets/table/e-table-item.c:3035 ../widgets/table/e-table-item.c:3036
msgid "Cursor row"
msgstr "Rreshti kursorit"
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 3b79d33599..c943756962 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,13 @@
+2006-03-13 Harish Krishnaswamy <kharish@novell.com>
+
+ * main.c: (kill_dataserver): add evolution-data-server-1.4
+ to the list of old dataserver instances.
+
+
+2006-03-13 Harish Krishnaswamy <kharish@novell.com>
+
+ * e-shell-window-commands.c: Update credits.
+
2006-02-21 Tor Lillqvist <tml@novell.com>
* main.c (main): On Win32, finally call link_shutdown() (from
diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c
index 71ae1a50bf..789ce308f6 100644
--- a/shell/e-shell-window-commands.c
+++ b/shell/e-shell-window-commands.c
@@ -157,6 +157,7 @@ static const char *authors[] = {
"Alex Jiang",
"Alfred Peng",
"Ali Abdin",
+ "Ali Akcaagac",
"Almer S. Tigelaar",
"Amish",
"Anders Carlsson",
@@ -177,10 +178,12 @@ static const char *authors[] = {
"Arunprakash",
"Bastien Nocera",
"Benjamin Kahn",
+ "Benjamin Berg",
"Bertrand Guiheneuf",
"Bill Zhu",
"Bjorn Torkelsson",
"Bob Doan",
+ "Boby Wang",
"Bolian Yin",
"Brian Mury",
"Bruce Tao",
@@ -207,6 +210,7 @@ static const char *authors[] = {
"Christopher J. Lahey",
"Christopher R. Gabriel",
"Chris Toshok",
+ "Claudio Saavedra",
"Clifford R. Conover",
"Cody Russell",
"Craig Small",
@@ -238,6 +242,7 @@ static const char *authors[] = {
"Edd Dumbill",
"Edgar Luna Díaz",
"Edward Rudd",
+ "Elijah Newren",
"Elliot Lee",
"Elliot Turner",
"Eneko Lacunza",
@@ -247,6 +252,7 @@ static const char *authors[] = {
"Eric Zhao",
"Eskil Heyn Olsen",
"Ettore Perazzoli",
+ "Evan Yan",
"Fatih Demir",
"Fazlu & Hannah",
"Federico Mena Quintero",
@@ -254,6 +260,7 @@ static const char *authors[] = {
"Francisco Javier F. Serrador",
"Frank Belew",
"Frederic Crozat",
+ "Funda Wang",
"Gareth Owen",
"Gary Ekker",
"Gediminas Paulauskas",
@@ -280,6 +287,8 @@ static const char *authors[] = {
"H\xC3\xA9" "ctor Garc\xC3\xAD" "a \xC3\x81" "lvarez",
"Iain Holmes",
"Ian Campbell",
+ "Ilkka Tuohela",
+ "Irene Huang",
"Ismael Olea",
"Israel Escalante",
"Iv\xC3\xA1" "n Frade",
@@ -298,6 +307,7 @@ static const char *authors[] = {
"Jayaradha",
"Jean-Noel Guiheneuf",
"Jeff Garzik",
+ "Jeff Cai",
"Jeffrey Stedfast",
"Jens Seidel",
"Jeremy Katz",
@@ -309,8 +319,10 @@ static const char *authors[] = {
"Ji Lee",
"Joan Sanfeliu",
"Jody Goldberg",
+ "Joe Marcus Clarke",
"Joe Shaw",
"John Gotts",
+ "Johnny Jacob",
"Jonas Borgstr",
"Jonathan Blandford",
"Jonathan Dieter",
@@ -334,6 +346,7 @@ static const char *authors[] = {
"Kjartan Maraas",
"Krishnan R",
"Krisztian Pifko",
+ "Kyle Ambroff",
"Larry Ewing",
"Laurent Dhima",
"Lauris Kaplinski",
@@ -342,6 +355,7 @@ static const char *authors[] = {
"Lorenzo Gil Sanchez",
"Luis Villa",
"Lutz M",
+ "M Victor Aloysius J",
"Maciej Stachowiak",
"Malcolm Tredinnick",
"Marco Pesenti Gritti",
@@ -361,6 +375,7 @@ static const char *authors[] = {
"Matias Mutchinick",
"Matt Bissiri",
"Matt Brown",
+ "Matthew Hall",
"Matthew Loper",
"Matthew Wilson",
"Matt Martin",
@@ -384,13 +399,16 @@ static const char *authors[] = {
"Miles Lane",
"Mohammad DAMT",
"Morten Welinder",
+ "Mubeen Jukaku",
"Naba Kumar",
"Nagappan Alagappan",
+ "Nancy Cai",
"Nat Friedman",
"Nicel KM",
"Nicholas J Kreucher",
"Nike Gerdts",
"Nuno Ferreira",
+ "Oswald Rodrigues",
"Owen Taylor",
"Pablo Gonzalo del Campo",
"Pablo Saratxaga",
@@ -400,6 +418,7 @@ static const char *authors[] = {
"Parthasarathi Susarla",
"Pavel Cisler",
"Pavel Roskin",
+ "Pavithran",
"Peteris Krisjanis",
"Peter Pouliot",
"Peter Teichman",
@@ -416,7 +435,9 @@ static const char *authors[] = {
"P.S.Chakravarthi",
"Radek Doul\xC3\xADk",
"Raja R Harinath",
+ "Rajeev Ramanathan",
"Ramiro Estrugo",
+ "Ranjan Somani",
"Ray Strode",
"Rhys Jones",
"Richard Boulton",
@@ -427,14 +448,17 @@ static const char *authors[] = {
"Robin Slomkowski",
"Rodney Dawes",
"Rodrigo Moya",
+ "Rohini S",
"Ronald Kuetemeier",
"Roozbeh Pournader",
"Ross Burton",
"Runa Bhattacharjee",
"Russell Steinthal",
"Ryan P. Skadberg",
+ "S Antony Vincent Pandian",
"Sam Creasey",
"Sam\xC3\xBA" "el J\xC3\xB3" "n Gunnarsson",
+ "Sam Yang",
"Sankar P",
"Sanlig Badral",
"Sanshao Jiang",
@@ -448,8 +472,10 @@ static const char *authors[] = {
"Seth Alves",
"Seth Nickell",
"Shakti Sen",
+ "Shi Pu",
"Shilpa C",
"Shreyas Srinivasan",
+ "Simon Zheng",
"Simos Xenitellis",
"Sivaiah Nallagatla",
"S N Tejasvi",
@@ -476,6 +502,7 @@ static const char *authors[] = {
"Timothy Lee",
"Timur Bakeyev",
"Tim Wo",
+ "Tino Meinen",
"Tomas Ogren",
"Tomasz K\xC3\x85" "oczko",
"Tomislav Vujec",
@@ -492,11 +519,13 @@ static const char *authors[] = {
"Valek Filippov",
"Vardhman Jain",
"Veerapuram Varadhan",
+ "Vincent van Adrighem",
"Viren",
"Vivek Jain",
"Vladimir Vukicevic",
"V Ravi Kumar Raju",
"Wang Jian",
+ "Wang Xin",
"Wayne Davis",
"William Jon McCann",
"Xan Lopez",
@@ -507,12 +536,14 @@ static const char *authors[] = {
"Yuri Syrota",
"Zach Frey",
"Zbigniew Chyla",
+ "Žygimantas Beručka",
NULL
};
static const char *documentors[] = {
"Aaron Weber",
"David Trowbridge",
"Jessica Prabhakar",
+ "Binika Preet",
NULL
};
diff --git a/shell/main.c b/shell/main.c
index fae54d01fe..6e22b85fd0 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -129,6 +129,7 @@ kill_dataserver (void)
system (KILL_PROCESS_CMD " -9 lt-evolution-data-server 2> /dev/null");
system (KILL_PROCESS_CMD " -9 evolution-data-server-1.0 2> /dev/null");
system (KILL_PROCESS_CMD " -9 evolution-data-server-1.2 2> /dev/null");
+ system (KILL_PROCESS_CMD " -9 evolution-data-server-1.4 2> /dev/null");
system (KILL_PROCESS_CMD " -9 lt-evolution-alarm-notify 2> /dev/null");
system (KILL_PROCESS_CMD " -9 evolution-alarm-notify 2> /dev/null");
diff --git a/widgets/table/e-table-example-1.c b/widgets/table/e-table-example-1.c
deleted file mode 100644
index 37ac85770f..0000000000
--- a/widgets/table/e-table-example-1.c
+++ /dev/null
@@ -1,308 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * e-table-example-1.c
- * Copyright 2000, 2001, Ximian, Inc.
- *
- * Authors:
- * Chris Lahey <clahey@ximian.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License, version 2, as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
- */
-
-/* This code is GPL. */
-#include <stdio.h>
-#include <string.h>
-#include <gdk-pixbuf/gdk-pixbuf.h>
-
-#include "gal/e-util/e-cursors.h"
-#include "e-table-simple.h"
-#include "e-table-header.h"
-#include "e-table-header-item.h"
-#include "e-table-item.h"
-#include "e-cell-text.h"
-#include "e-cell-checkbox.h"
-#include "e-table.h"
-
-#include "table-test.h"
-
-/*
- * One way in which we make it simpler to build an ETableModel is through
- * the ETableSimple class. Instead of creating your own ETableModel
- * class, you simply create a new object of the ETableSimple class. You
- * give it a bunch of functions that act as callbacks.
- *
- * You also get to pass a void * to ETableSimple and it gets passed to
- * your callbacks. This would be for having multiple models of the same
- * type. This is just an example though, so we statically define all the
- * data and ignore the void *data parameter.
- *
- * In our example we will be creating a table model with 6 columns and 10
- * rows. This corresponds to having 6 different types of information and
- * 10 different sets of data in our database.
- *
- * The headers will be hard coded, as will be the example data.
- *
- */
-
-/*
- * There are two different meanings to the word "column". The first is
- * the model column. A model column corresponds to a specific type of
- * data. This is very much like the usage in a database table where a
- * column is a field in the database.
- *
- * The second type of column is a view column. A view column
- * corresponds to a visually displayed column. Each view column
- * corresponds to a specific model column, though a model column may
- * have any number of view columns associated with it, from zero to
- * greater than one.
- *
- * Also, a view column doesn't necessarily depend on only one model
- * column. In some cases, the view column renderer can be given a
- * reference to another column to get extra information about its
- * display.
-*/
-
-#define ROWS 10
-#define COLS 4
-
-#define IMPORTANCE_COLUMN 4
-#define COLOR_COLUMN 5
-
-/*
- * Here we define the initial layout of the table. This is an xml
- * format that allows you to change the initial ordering of the
- * columns or to do sorting or grouping initially. This specification
- * shows all 5 columns, but moves the importance column nearer to the
- * front. It also sorts by the "Full Name" column (ascending.)
- * Sorting and grouping take the model column as their arguments
- * (sorting is specified by the "column" argument to the leaf elemnt.
- */
-
-#define INITIAL_SPEC "<ETableSpecification> \
- <columns-shown> \
- <column> 0 </column> \
- <column> 4 </column> \
- <column> 1 </column> \
- <column> 2 </column> \
- <column> 3 </column> \
- </columns-shown> \
- <grouping> <leaf column=\"1\" ascending=\"true\"/> </grouping> \
-</ETableSpecification>"
-
-char *headers [COLS] = {
- "Email",
- "Full Name",
- "Address",
- "Phone"
-};
-
-/*
- * Virtual Column list:
- * 0 Email
- * 1 Full Name
- * 2 Address
- * 3 Phone
- */
-
-char *table_data [ROWS] [COLS];
-
-/*
- * ETableSimple callbacks
- * These are the callbacks that define the behavior of our custom model.
- */
-
-/*
- * Since our model is a constant size, we can just return its size in
- * the column and row count fields.
- */
-
-/* This function returns the number of columns in our ETableModel. */
-static int
-my_col_count (ETableModel *etc, void *data)
-{
- return COLS;
-}
-
-/* This function returns the number of rows in our ETableModel. */
-static int
-my_row_count (ETableModel *etc, void *data)
-{
- return ROWS;
-}
-
-/* This function returns the value at a particular point in our ETableModel. */
-static void *
-my_value_at (ETableModel *etc, int col, int row, void *data)
-{
- return (void *) table_data [row] [col];
-}
-
-/* This function sets the value at a particular point in our ETableModel. */
-static void
-my_set_value_at (ETableModel *etc, int col, int row, const void *val, void *data)
-{
- g_free (table_data [row] [col]);
- table_data [row] [col] = g_strdup (val);
-}
-
-/* This function returns whether a particular cell is editable. */
-static gboolean
-my_is_cell_editable (ETableModel *etc, int col, int row, void *data)
-{
- return TRUE;
-}
-
-/* This function duplicates the value passed to it. */
-static void *
-my_duplicate_value (ETableModel *etc, int col, const void *value, void *data)
-{
- return g_strdup (value);
-}
-
-/* This function frees the value passed to it. */
-static void
-my_free_value (ETableModel *etc, int col, void *value, void *data)
-{
- g_free (value);
-}
-
-/* This function creates an empty value. */
-static void *
-my_initialize_value (ETableModel *etc, int col, void *data)
-{
- return g_strdup ("");
-}
-
-/* This function reports if a value is empty. */
-static gboolean
-my_value_is_empty (ETableModel *etc, int col, const void *value, void *data)
-{
- return !(value && *(char *)value);
-}
-
-/* This function reports if a value is empty. */
-static char *
-my_value_to_string (ETableModel *etc, int col, const void *value, void *data)
-{
- return g_strdup(value);
-}
-
-/* We create a window containing our new table. */
-static void
-create_table (void)
-{
- GtkWidget *e_table, *window, *frame;
- ECell *cell_left_just;
- ETableHeader *e_table_header;
- int i, j;
- ETableModel *e_table_model = NULL;
-
- /* First we fill in the simple data. */
- for (i = 0; i < ROWS; i++){
- for (j = 0; j < COLS; j++)
- table_data [i] [j] = g_strdup ("");
- }
- /* Next we create our model. This uses the functions we defined
- earlier. */
- e_table_model = e_table_simple_new (
- my_col_count, my_row_count, my_value_at,
- my_set_value_at, my_is_cell_editable,
- my_duplicate_value, my_free_value,
- my_initialize_value, my_value_is_empty,
- my_value_to_string,
- NULL);
- /*
- * Next we create a header. The ETableHeader is used in two
- * different way. The first is the full_header. This is the
- * list of possible columns in the view. The second use is
- * completely internal. Many of the ETableHeader functions are
- * for that purpose. The only functions we really need are
- * e_table_header_new and e_table_header_add_col.
- *
- * First we create the header.
- */
- e_table_header = e_table_header_new ();
-
- /*
- * Next we have to build renderers for all of the columns.
- * Since all our columns are text columns, we can simply use
- * the same renderer over and over again. If we had different
- * types of columns, we could use a different renderer for
- * each column.
- */
- cell_left_just = e_cell_text_new (e_table_model, NULL, GTK_JUSTIFY_LEFT);
-
- /*
- * Next we create a column object for each view column and add
- * them to the header. We don't create a column object for
- * the importance column since it will not be shown.
- */
- for (i = 0; i < COLS; i++) {
- /* Create the column. */
- ETableCol *ecol = e_table_col_new (
- i, headers [i],
- 1.0, 20, cell_left_just,
- g_str_compare, TRUE);
- /* Add it to the header. */
- e_table_header_add_column (e_table_header, ecol, i);
- }
-
- /*
- * Here we create a window for our new table. This window
- * will get shown and the person will be able to test their
- * item.
- */
- window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
-
- /* This frame is simply to get a bevel around our table. */
- frame = gtk_frame_new (NULL);
-
- /*
- * Here we create the table. We give it the three pieces of
- * the table we've created, the header, the model, and the
- * initial layout. It does the rest.
- */
- e_table = e_table_new (e_table_header, e_table_model, INITIAL_SPEC);
-
- /* Build the gtk widget hierarchy. */
- gtk_container_add (GTK_CONTAINER (frame), e_table);
- gtk_container_add (GTK_CONTAINER (window), frame);
-
- /* Size the initial window. */
- gtk_widget_set_usize (window, 200, 200);
-
- /* Show it all. */
- gtk_widget_show_all (window);
-}
-
-/* This is the main function which just initializes gnome and call our create_table function */
-
-int
-main (int argc, char *argv [])
-{
- gnome_init ("TableExample", "TableExample", argc, argv);
- e_cursors_init ();
-
- gtk_widget_push_visual (gdk_rgb_get_visual ());
- gtk_widget_push_colormap (gdk_rgb_get_cmap ());
-
- create_table ();
-
- gtk_main ();
-
- e_cursors_shutdown ();
- return 0;
-}
-