diff options
author | Jason Conti <jason.conti@gmail.com> | 2012-02-25 23:35:55 -0500 |
---|---|---|
committer | Jason Conti <jason.conti@gmail.com> | 2012-02-25 23:35:55 -0500 |
commit | bafd8363f436bfd947751c99f5bcd28357c6a60a (patch) | |
tree | 6b90648fe4a3fa59f48d64a34b3cc77eec64cd15 | |
parent | 7dedb95d0912dd3c9f0ab9a99fcf4768e9f3f875 (diff) | |
download | ayatana-indicator-notifications-bafd8363f436bfd947751c99f5bcd28357c6a60a.tar.gz ayatana-indicator-notifications-bafd8363f436bfd947751c99f5bcd28357c6a60a.tar.bz2 ayatana-indicator-notifications-bafd8363f436bfd947751c99f5bcd28357c6a60a.zip |
* Update potfiles0.2.1
* Bump version to 0.2.1
-rw-r--r-- | .bzrignore | 1 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po/POTFILES.in | 2 | ||||
-rw-r--r-- | po/indicator-notifications.pot | 20 |
4 files changed, 12 insertions, 13 deletions
@@ -48,3 +48,4 @@ src/gen-notifications-service.xml.h src/libnotifications_la-dbus-spy.lo src/libnotifications_la-notification.lo src/libnotifications_la-notification-menu.lo +*.tar.gz diff --git a/configure.ac b/configure.ac index f380196..e7e6e71 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([indicator-notifications], [0.2.0], [jason.conti@gmail.com]) +AC_INIT([indicator-notifications], [0.2.1], [jason.conti@gmail.com]) AM_INIT_AUTOMAKE([-Wall -Werror]) diff --git a/po/POTFILES.in b/po/POTFILES.in index 70d27c1..6ba5d9b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,3 @@ src/dbus-spy.c src/indicator-notifications.c src/notification.c -src/notifications-interface.c -src/notifications-service.c diff --git a/po/indicator-notifications.pot b/po/indicator-notifications.pot index 50612fe..c9ad969 100644 --- a/po/indicator-notifications.pot +++ b/po/indicator-notifications.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-05-18 14:30-0400\n" +"POT-Creation-Date: 2012-02-25 23:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -16,19 +16,19 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: ../src/indicator-notifications.c:158 +#: ../src/indicator-notifications.c:162 msgid "Notifications" msgstr "" -#: ../src/indicator-notifications.c:303 +#: ../src/indicator-notifications.c:457 msgid "from" msgstr "" -#: ../src/notifications-service.c:137 -msgid "There are 0 notifications." -msgstr "" - -#: ../src/notifications-service.c:147 -msgid "Clear" -msgstr "" +#: ../src/indicator-notifications.c:509 +#, c-format +msgid "Clear <small>(%d Notification)</small>" +msgid_plural "Clear <small>(%d Notifications)</small>" +msgstr[0] "" +msgstr[1] "" |