diff -Nru unity-mail-0.92.1/debian/changelog unity-mail-0.92.2/debian/changelog --- unity-mail-0.92.1/debian/changelog 2012-03-04 05:37:21.000000000 +0000 +++ unity-mail-0.92.2/debian/changelog 2012-04-10 15:39:13.000000000 +0000 @@ -1,3 +1,13 @@ +unity-mail (0.92.2) precise; urgency=low + + * New bugfix release (LP: #976459) + - get_sender_name: modify to be a wrapper of email.utils.parseaddr + * Use FD.o actions in desktop file + * Add "set -ex" call to debian/rules, to correctly handle errors + * Translations update + + -- Dmitry Shachnev Sun, 08 Apr 2012 13:20:20 +0400 + unity-mail (0.92.1) precise; urgency=low * New bugfix release diff -Nru unity-mail-0.92.1/debian/control unity-mail-0.92.2/debian/control --- unity-mail-0.92.1/debian/control 2012-03-04 05:36:34.000000000 +0000 +++ unity-mail-0.92.2/debian/control 2012-04-10 15:39:13.000000000 +0000 @@ -11,8 +11,7 @@ Package: unity-mail Architecture: all Depends: ${misc:Depends}, python3, python3-gi, xdg-utils, gir1.2-unity-5.0, - gir1.2-notify-0.7, gir1.2-gtk-3.0, gir1.2-indicate-0.7 | gir1.2-indicate-0.6, - gir1.2-gnomekeyring-1.0 + gir1.2-notify-0.7, gir1.2-gtk-3.0, gir1.2-indicate-0.7, gir1.2-gnomekeyring-1.0 Suggests: indicator-messages Description: Mail notifications and count for Unity Unity Mail is a simple e-mail application that provides: diff -Nru unity-mail-0.92.1/debian/rules unity-mail-0.92.2/debian/rules --- unity-mail-0.92.1/debian/rules 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/debian/rules 2012-04-10 15:39:13.000000000 +0000 @@ -11,7 +11,7 @@ override_dh_auto_install: ls po --hide *.pot | sed 's/\.po//g' | xargs -I {} -t sh -c \ "mkdir -p $(LOCALEDIR)/{}/LC_MESSAGES/ && msgfmt po/{}.po -o $(LOCALEDIR)/{}/LC_MESSAGES/unity-mail.mo" - for size in 16 22 24 32 48 128; do \ + set -ex && for size in 16 22 24 32 48 128; do \ mkdir -p $(ICONSDIR)/$$size\x$$size/apps/; \ convert -resize $$size icons/unity-mail.png $(ICONSDIR)/$$size\x$$size/apps/unity-mail.png; \ done diff -Nru unity-mail-0.92.1/po/ca.po unity-mail-0.92.2/po/ca.po --- unity-mail-0.92.1/po/ca.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/ca.po 2012-04-10 15:39:13.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:20+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/cs.po unity-mail-0.92.2/po/cs.po --- unity-mail-0.92.1/po/cs.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/cs.po 2012-04-10 15:39:13.000000000 +0000 @@ -15,8 +15,8 @@ "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;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:20+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/de.po unity-mail-0.92.2/po/de.po --- unity-mail-0.92.1/po/de.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/de.po 2012-04-10 15:39:13.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: unity-mail\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-12 14:37+0400\n" -"PO-Revision-Date: 2012-02-21 22:03+0000\n" -"Last-Translator: D468 \n" +"PO-Revision-Date: 2012-03-25 23:35+0000\n" +"Last-Translator: Dennis Baudys \n" "Language-Team: German \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-Launchpad-Export-Date: 2012-02-22 06:49+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-27 05:33+0000\n" +"X-Generator: Launchpad (build 15011)\n" #: unity-mail:87 msgid "Unity Mail Preferences" @@ -64,7 +64,7 @@ #: unity-mail:177 msgid "Home:" -msgstr "" +msgstr "Privat:" #: unity-mail:179 msgid "Compose:" diff -Nru unity-mail-0.92.1/po/en_AU.po unity-mail-0.92.2/po/en_AU.po --- unity-mail-0.92.1/po/en_AU.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/en_AU.po 2012-04-10 15:39:13.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/en_CA.po unity-mail-0.92.2/po/en_CA.po --- unity-mail-0.92.1/po/en_CA.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/en_CA.po 2012-04-10 15:39:13.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/en_GB.po unity-mail-0.92.2/po/en_GB.po --- unity-mail-0.92.1/po/en_GB.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/en_GB.po 2012-04-10 15:39:13.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/es.po unity-mail-0.92.2/po/es.po --- unity-mail-0.92.1/po/es.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/es.po 2012-04-10 15:39:13.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: unity-mail\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-12 14:37+0400\n" -"PO-Revision-Date: 2011-12-30 13:48+0000\n" -"Last-Translator: José Miguel Acosta Martín \n" +"PO-Revision-Date: 2012-03-04 16:42+0000\n" +"Last-Translator: Fitoschido \n" "Language-Team: Spanish \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-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" @@ -28,7 +28,7 @@ #: unity-mail:98 msgid "URLs" -msgstr "URLs" +msgstr "URL" #: unity-mail:99 msgid "Options" diff -Nru unity-mail-0.92.1/po/et.po unity-mail-0.92.2/po/et.po --- unity-mail-0.92.1/po/et.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/et.po 2012-04-10 15:39:13.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:20+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/fi.po unity-mail-0.92.2/po/fi.po --- unity-mail-0.92.1/po/fi.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/fi.po 2012-04-10 15:39:13.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:20+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/fr.po unity-mail-0.92.2/po/fr.po --- unity-mail-0.92.1/po/fr.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/fr.po 2012-04-10 15:39:13.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:20+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/gl.po unity-mail-0.92.2/po/gl.po --- unity-mail-0.92.1/po/gl.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/gl.po 2012-04-10 15:39:13.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: unity-mail\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-12 14:37+0400\n" -"PO-Revision-Date: 2011-12-15 13:56+0000\n" +"PO-Revision-Date: 2012-03-25 20:52+0000\n" "Last-Translator: Manuel Xosé Lemos \n" "Language-Team: Galician \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-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-26 05:12+0000\n" +"X-Generator: Launchpad (build 15008)\n" #: unity-mail:87 msgid "Unity Mail Preferences" @@ -64,7 +64,7 @@ #: unity-mail:177 msgid "Home:" -msgstr "" +msgstr "Inicio:" #: unity-mail:179 msgid "Compose:" diff -Nru unity-mail-0.92.1/po/hr.po unity-mail-0.92.2/po/hr.po --- unity-mail-0.92.1/po/hr.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/hr.po 2012-04-10 15:39:13.000000000 +0000 @@ -16,8 +16,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/hu.po unity-mail-0.92.2/po/hu.po --- unity-mail-0.92.1/po/hu.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/hu.po 2012-04-10 15:39:13.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:20+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/it.po unity-mail-0.92.2/po/it.po --- unity-mail-0.92.1/po/it.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/it.po 2012-04-10 15:39:13.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: unity-mail\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-12 14:37+0400\n" -"PO-Revision-Date: 2011-09-23 21:54+0000\n" -"Last-Translator: Claudio Arseni \n" +"PO-Revision-Date: 2012-03-15 10:16+0000\n" +"Last-Translator: Alessandro Paolino \n" "Language-Team: Italian \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-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:20+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" @@ -28,7 +28,7 @@ #: unity-mail:98 msgid "URLs" -msgstr "URL" +msgstr "URLs" #: unity-mail:99 msgid "Options" @@ -88,7 +88,7 @@ #: unity-mail:209 msgid "Show icon in notifications:" -msgstr "Mostare l'icona nelle notifiche:" +msgstr "Mostrare l'icona nelle notifiche:" #: unity-mail:211 msgid "Change color of messaging menu icon:" @@ -100,11 +100,11 @@ #: unity-mail:216 msgid "Execute this command on messages receive:" -msgstr "" +msgstr "Esegui il comando alla ricezione di un messaggio:" #: unity-mail:370 msgid "Mark all as read" -msgstr "" +msgstr "Segna tutto come letto" #: unity-mail:600 msgid "No subject" @@ -120,17 +120,17 @@ #: unity-mail:690 #, python-format msgid "from %(t0)s, %(t1)s and others" -msgstr "" +msgstr "Da %(t0)s, %(t1)s e altri" #: unity-mail:692 #, python-format msgid "from %(t0)s and %(t1)s" -msgstr "" +msgstr "Da %(t0)s e %(t1)s" #: unity-mail:694 #, python-format msgid "from %s" -msgstr "" +msgstr "da %s" #: unity-mail:701 #, python-format diff -Nru unity-mail-0.92.1/po/ja.po unity-mail-0.92.2/po/ja.po --- unity-mail-0.92.1/po/ja.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/ja.po 2012-04-10 15:39:13.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:20+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/kk.po unity-mail-0.92.2/po/kk.po --- unity-mail-0.92.1/po/kk.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/kk.po 2012-04-10 15:39:13.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:20+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/lt.po unity-mail-0.92.2/po/lt.po --- unity-mail-0.92.1/po/lt.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/lt.po 2012-04-10 15:39:13.000000000 +0000 @@ -16,8 +16,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "(n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:20+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/ms.po unity-mail-0.92.2/po/ms.po --- unity-mail-0.92.1/po/ms.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/ms.po 2012-04-10 15:39:13.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:20+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/nl.po unity-mail-0.92.2/po/nl.po --- unity-mail-0.92.1/po/nl.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/nl.po 2012-04-10 15:39:13.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:20+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/oc.po unity-mail-0.92.2/po/oc.po --- unity-mail-0.92.1/po/oc.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/oc.po 2012-04-10 15:39:13.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:20+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/pl.po unity-mail-0.92.2/po/pl.po --- unity-mail-0.92.1/po/pl.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/pl.po 2012-04-10 15:39:13.000000000 +0000 @@ -17,8 +17,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/pt_BR.po unity-mail-0.92.2/po/pt_BR.po --- unity-mail-0.92.1/po/pt_BR.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/pt_BR.po 2012-04-10 15:39:13.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: unity-mail\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-12 14:37+0400\n" -"PO-Revision-Date: 2011-11-11 12:28+0000\n" -"Last-Translator: Rafael Neri \n" +"PO-Revision-Date: 2012-03-22 13:29+0000\n" +"Last-Translator: Neliton Pereira Junior \n" "Language-Team: Brazilian Portuguese \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-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-23 05:08+0000\n" +"X-Generator: Launchpad (build 14996)\n" #: unity-mail:87 msgid "Unity Mail Preferences" @@ -32,7 +32,7 @@ #: unity-mail:99 msgid "Options" -msgstr "Opções" +msgstr "Preferências" #: unity-mail:121 msgid "Choose an account" @@ -40,11 +40,11 @@ #: unity-mail:141 msgid "Server data" -msgstr "Dados do Servidor" +msgstr "Dados do servidor" #: unity-mail:143 msgid "Account data" -msgstr "Dados da Conta" +msgstr "Dados da conta" #: unity-mail:146 msgid "Host:" @@ -60,7 +60,7 @@ #: unity-mail:152 msgid "Password:" -msgstr "Senha :" +msgstr "Senha:" #: unity-mail:177 msgid "Home:" @@ -120,17 +120,17 @@ #: unity-mail:690 #, python-format msgid "from %(t0)s, %(t1)s and others" -msgstr "" +msgstr "de %(t0)s, %(t1)s e outros" #: unity-mail:692 #, python-format msgid "from %(t0)s and %(t1)s" -msgstr "" +msgstr "de %(t0)s e %(t1)s" #: unity-mail:694 #, python-format msgid "from %s" -msgstr "" +msgstr "de %s" #: unity-mail:701 #, python-format diff -Nru unity-mail-0.92.1/po/pt.po unity-mail-0.92.2/po/pt.po --- unity-mail-0.92.1/po/pt.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/pt.po 2012-04-10 15:39:13.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/ru.po unity-mail-0.92.2/po/ru.po --- unity-mail-0.92.1/po/ru.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/ru.po 2012-04-10 15:39:13.000000000 +0000 @@ -16,8 +16,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/sk.po unity-mail-0.92.2/po/sk.po --- unity-mail-0.92.1/po/sk.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/sk.po 2012-04-10 15:39:13.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/sr.po unity-mail-0.92.2/po/sr.po --- unity-mail-0.92.1/po/sr.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/sr.po 2012-04-10 15:39:13.000000000 +0000 @@ -16,8 +16,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #: unity-mail:87 msgid "Unity Mail Preferences" diff -Nru unity-mail-0.92.1/po/uk.po unity-mail-0.92.2/po/uk.po --- unity-mail-0.92.1/po/uk.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po/uk.po 2012-04-10 15:39:13.000000000 +0000 @@ -8,16 +8,16 @@ "Project-Id-Version: unity-mail\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-12 14:37+0400\n" -"PO-Revision-Date: 2011-10-14 20:27+0000\n" -"Last-Translator: Nizzzia \n" +"PO-Revision-Date: 2012-03-27 16:58+0000\n" +"Last-Translator: Kiril \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-28 05:36+0000\n" +"X-Generator: Launchpad (build 15027)\n" #: unity-mail:87 msgid "Unity Mail Preferences" @@ -97,15 +97,15 @@ #: unity-mail:213 msgid "Hide count when it is zero:" -msgstr "" +msgstr "Ховати кількість повідомлень коли їх нема:" #: unity-mail:216 msgid "Execute this command on messages receive:" -msgstr "" +msgstr "Виконувати наступну команду при отриманні листів:" #: unity-mail:370 msgid "Mark all as read" -msgstr "" +msgstr "Позначити всі як прочитані" #: unity-mail:600 msgid "No subject" @@ -122,17 +122,17 @@ #: unity-mail:690 #, python-format msgid "from %(t0)s, %(t1)s and others" -msgstr "" +msgstr "Від %(t0)s, %(t1)s та інших" #: unity-mail:692 #, python-format msgid "from %(t0)s and %(t1)s" -msgstr "" +msgstr "Від %(t0)s та %(t1)s" #: unity-mail:694 #, python-format msgid "from %s" -msgstr "" +msgstr "від %s" #: unity-mail:701 #, python-format diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/ca.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/ca.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/ca.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/ca.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/cs.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/cs.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/cs.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/cs.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/de.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/de.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/de.po 2012-03-04 05:36:34.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/de.po 2012-04-10 15:39:13.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: unity-mail\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-07-24 15:59+0000\n" -"PO-Revision-Date: 2012-02-28 13:11+0000\n" -"Last-Translator: Daniel Dietrich \n" +"PO-Revision-Date: 2012-03-28 09:52+0000\n" +"Last-Translator: Sascha Biermanns \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-29 05:18+0000\n" -"X-Generator: Launchpad (build 14874)\n" +"X-Launchpad-Export-Date: 2012-03-29 05:05+0000\n" +"X-Generator: Launchpad (build 15032)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" @@ -23,4 +23,4 @@ #. [Desktop Entry] Name msgid "Unity Mail (service)" -msgstr "" +msgstr "Unity Email (Dienst)" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/en_AU.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/en_AU.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/en_AU.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/en_AU.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/en_CA.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/en_CA.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/en_CA.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/en_CA.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/en_GB.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/en_GB.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/en_GB.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/en_GB.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/es.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/es.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/es.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/es.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/fi.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/fi.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/fi.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/fi.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/fr.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/fr.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/fr.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/fr.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/gl.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/gl.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/gl.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/gl.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/hr.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/hr.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/hr.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/hr.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/hu.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/hu.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/hu.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/hu.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/it.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/it.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/it.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/it.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/kk.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/kk.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/kk.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/kk.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/lt.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/lt.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/lt.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/lt.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/ms.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/ms.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/ms.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/ms.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/oc.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/oc.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/oc.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/oc.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/pl.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/pl.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/pl.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/pl.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/pt_BR.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/pt_BR.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/pt_BR.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/pt_BR.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/pt.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/pt.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/pt.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/pt.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/ru.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/ru.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/ru.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/ru.po 2012-04-10 15:39:13.000000000 +0000 @@ -15,8 +15,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/sk.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/sk.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/sk.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/sk.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/sr.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/sr.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/sr.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/sr.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail-autostart.desktop/uk.po unity-mail-0.92.2/po.unity-mail-autostart.desktop/uk.po --- unity-mail-0.92.1/po.unity-mail-autostart.desktop/uk.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail-autostart.desktop/uk.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Desktop Entry] Comment msgid "Display notifications about new mail" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/ca.po unity-mail-0.92.2/po.unity-mail.desktop/ca.po --- unity-mail-0.92.1/po.unity-mail.desktop/ca.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/ca.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/cs.po unity-mail-0.92.2/po.unity-mail.desktop/cs.po --- unity-mail-0.92.1/po.unity-mail.desktop/cs.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/cs.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/de.po unity-mail-0.92.2/po.unity-mail.desktop/de.po --- unity-mail-0.92.1/po.unity-mail.desktop/de.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/de.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/en_AU.po unity-mail-0.92.2/po.unity-mail.desktop/en_AU.po --- unity-mail-0.92.1/po.unity-mail.desktop/en_AU.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/en_AU.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/en_CA.po unity-mail-0.92.2/po.unity-mail.desktop/en_CA.po --- unity-mail-0.92.1/po.unity-mail.desktop/en_CA.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/en_CA.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/en_GB.po unity-mail-0.92.2/po.unity-mail.desktop/en_GB.po --- unity-mail-0.92.1/po.unity-mail.desktop/en_GB.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/en_GB.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/es.po unity-mail-0.92.2/po.unity-mail.desktop/es.po --- unity-mail-0.92.1/po.unity-mail.desktop/es.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/es.po 2012-04-10 15:39:13.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: unity-mail\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-07-24 15:59+0000\n" -"PO-Revision-Date: 2011-09-12 09:27+0000\n" +"PO-Revision-Date: 2012-03-04 16:42+0000\n" "Last-Translator: Fitoschido \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" @@ -35,7 +35,7 @@ #. [Sent Shortcut Group] Name msgid "Sent" -msgstr "Enviado" +msgstr "Enviados" #. [Desktop Entry] Name msgid "Unity Mail" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/et.po unity-mail-0.92.2/po.unity-mail.desktop/et.po --- unity-mail-0.92.1/po.unity-mail.desktop/et.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/et.po 2012-04-10 15:39:13.000000000 +0000 @@ -15,8 +15,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/fi.po unity-mail-0.92.2/po.unity-mail.desktop/fi.po --- unity-mail-0.92.1/po.unity-mail.desktop/fi.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/fi.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/fr.po unity-mail-0.92.2/po.unity-mail.desktop/fr.po --- unity-mail-0.92.1/po.unity-mail.desktop/fr.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/fr.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/gl.po unity-mail-0.92.2/po.unity-mail.desktop/gl.po --- unity-mail-0.92.1/po.unity-mail.desktop/gl.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/gl.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/hr.po unity-mail-0.92.2/po.unity-mail.desktop/hr.po --- unity-mail-0.92.1/po.unity-mail.desktop/hr.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/hr.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/hu.po unity-mail-0.92.2/po.unity-mail.desktop/hu.po --- unity-mail-0.92.1/po.unity-mail.desktop/hu.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/hu.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/it.po unity-mail-0.92.2/po.unity-mail.desktop/it.po --- unity-mail-0.92.1/po.unity-mail.desktop/it.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/it.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/kk.po unity-mail-0.92.2/po.unity-mail.desktop/kk.po --- unity-mail-0.92.1/po.unity-mail.desktop/kk.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/kk.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/lt.po unity-mail-0.92.2/po.unity-mail.desktop/lt.po --- unity-mail-0.92.1/po.unity-mail.desktop/lt.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/lt.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/ms.po unity-mail-0.92.2/po.unity-mail.desktop/ms.po --- unity-mail-0.92.1/po.unity-mail.desktop/ms.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/ms.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/nl.po unity-mail-0.92.2/po.unity-mail.desktop/nl.po --- unity-mail-0.92.1/po.unity-mail.desktop/nl.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/nl.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/oc.po unity-mail-0.92.2/po.unity-mail.desktop/oc.po --- unity-mail-0.92.1/po.unity-mail.desktop/oc.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/oc.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/pl.po unity-mail-0.92.2/po.unity-mail.desktop/pl.po --- unity-mail-0.92.1/po.unity-mail.desktop/pl.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/pl.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/pt_BR.po unity-mail-0.92.2/po.unity-mail.desktop/pt_BR.po --- unity-mail-0.92.1/po.unity-mail.desktop/pt_BR.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/pt_BR.po 2012-04-10 15:39:13.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: unity-mail\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-07-24 15:59+0000\n" -"PO-Revision-Date: 2011-07-28 19:23+0000\n" -"Last-Translator: Dennis Altermann \n" +"PO-Revision-Date: 2012-03-22 13:33+0000\n" +"Last-Translator: Neliton Pereira Junior \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-23 05:08+0000\n" +"X-Generator: Launchpad (build 14996)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" @@ -23,7 +23,7 @@ #. [Compose Shortcut Group] Name msgid "Compose Mail" -msgstr "Compor Email" +msgstr "Redigir email" #. [Desktop Entry] Comment msgid "Display your Mail in a Web Browser" @@ -31,7 +31,7 @@ #. [Inbox Shortcut Group] Name msgid "Inbox" -msgstr "Entrada" +msgstr "Caixa de entrada" #. [Sent Shortcut Group] Name msgid "Sent" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/pt.po unity-mail-0.92.2/po.unity-mail.desktop/pt.po --- unity-mail-0.92.1/po.unity-mail.desktop/pt.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/pt.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/ru.po unity-mail-0.92.2/po.unity-mail.desktop/ru.po --- unity-mail-0.92.1/po.unity-mail.desktop/ru.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/ru.po 2012-04-10 15:39:13.000000000 +0000 @@ -15,8 +15,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/sk.po unity-mail-0.92.2/po.unity-mail.desktop/sk.po --- unity-mail-0.92.1/po.unity-mail.desktop/sk.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/sk.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/sr.po unity-mail-0.92.2/po.unity-mail.desktop/sr.po --- unity-mail-0.92.1/po.unity-mail.desktop/sr.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/sr.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/po.unity-mail.desktop/uk.po unity-mail-0.92.2/po.unity-mail.desktop/uk.po --- unity-mail-0.92.1/po.unity-mail.desktop/uk.po 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/po.unity-mail.desktop/uk.po 2012-04-10 15:39:13.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-21 06:18+0000\n" -"X-Generator: Launchpad (build 14838)\n" +"X-Launchpad-Export-Date: 2012-03-16 05:21+0000\n" +"X-Generator: Launchpad (build 14951)\n" #. [Change Shortcut Group] Name msgid "Change accounts details" diff -Nru unity-mail-0.92.1/unity-mail unity-mail-0.92.2/unity-mail --- unity-mail-0.92.1/unity-mail 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/unity-mail 2012-04-10 15:39:13.000000000 +0000 @@ -7,7 +7,7 @@ # License: GNU GPL 3 or higher; http://www.gnu.org/licenses/gpl.html app_name = 'unity-mail' -app_version = '0.92' +app_version = '0.92.2' import imaplib import email @@ -59,10 +59,8 @@ def get_sender_name(sender): """Strips address, and returns only name""" - if ('<' in sender) and ('>' in sender): - return sender[:sender.index('<')].strip(' "\'') - else: - return sender + sname = email.utils.parseaddr(sender)[0] + return sname if sname else sender def get_value_from_attributes_list(attributes, name): for attribute in attributes: diff -Nru unity-mail-0.92.1/unity-mail-autostart.desktop unity-mail-0.92.2/unity-mail-autostart.desktop --- unity-mail-0.92.1/unity-mail-autostart.desktop 2012-03-04 05:36:34.000000000 +0000 +++ unity-mail-0.92.2/unity-mail-autostart.desktop 2012-04-10 15:39:13.000000000 +0000 @@ -46,5 +46,5 @@ Icon=unity-mail Exec=unity-mail Type=Application -OnlyShowIn=Unity;GNOME -Categories=Email;Network +OnlyShowIn=Unity;GNOME; +Categories=Email;Network; diff -Nru unity-mail-0.92.1/unity-mail.desktop unity-mail-0.92.2/unity-mail.desktop --- unity-mail-0.92.1/unity-mail.desktop 2012-02-27 09:07:10.000000000 +0000 +++ unity-mail-0.92.2/unity-mail.desktop 2012-04-10 15:39:13.000000000 +0000 @@ -50,10 +50,10 @@ Icon=unity-mail Exec=um-url Home Type=Application -Categories=Email;Network -X-Ayatana-Desktop-Shortcuts=Compose;Inbox;Sent;Change +Categories=Email;Network; +Actions=Compose;Inbox;Sent;Change; -[Compose Shortcut Group] +[Desktop Action Compose] Name=Compose Mail Name[ca]=Redacta un missatge Name[cs]=Napsat email @@ -73,16 +73,14 @@ Name[oc]=Messatge novèl Name[pl]=Utwórz wiadomość Name[pt]=Compor Mensagem -Name[pt_BR]=Compor Email +Name[pt_BR]=Redigir email Name[ru]=Написать письмо Name[sk]=Napísať správu Name[sr]=Саставите поруку Name[uk]=Написати листа -Type=Application Exec=um-url Compose -TargetEnvironment=Unity -[Inbox Shortcut Group] +[Desktop Action Inbox] Name=Inbox Name[ca]=Safata d'entrada Name[cs]=Příchozí @@ -102,21 +100,19 @@ Name[oc]=Bóstia de recepcion Name[pl]=Odebrane Name[pt]=Caixa de entrada -Name[pt_BR]=Entrada +Name[pt_BR]=Caixa de entrada Name[ru]=Входящие Name[sk]=Doručená pošta Name[sr]=Пријемно сандуче Name[uk]=Вхідні -Type=Application Exec=um-url Inbox -TargetEnvironment=Unity -[Sent Shortcut Group] +[Desktop Action Sent] Name=Sent Name[ca]=Enviat Name[cs]=Odeslané Name[de]=Gesendet -Name[es]=Enviado +Name[es]=Enviados Name[et]=Saadetud Name[fi]=Lähetetyt Name[fr]=Envoyé(s) @@ -136,11 +132,9 @@ Name[sk]=Odoslané správy Name[sr]=Послато Name[uk]=Надіслані -Type=Application Exec=um-url Sent -TargetEnvironment=Unity -[Change Shortcut Group] +[Desktop Action Change] Name=Change accounts details Name[ca]=Canvia els detalls del compte Name[cs]=Změnit detaily o účtu @@ -165,6 +159,4 @@ Name[sk]=Nastaviť účty Name[sr]=Измените детаље налога Name[uk]=Облікові записи -Type=Application Exec=um-config -TargetEnvironment=Unity