diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-02 19:22:09 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-02 19:22:13 +0100 |
commit | a6c920da891eadcf0c8183522d1d12388927c48b (patch) | |
tree | 30cb6adeb346810265c4ba567bd3eb0cc67797e9 /po/ayatana-indicator-notifications.pot | |
parent | ebc7f29b684a12a2aefd5e7a3fe3cd93815bcf87 (diff) | |
download | ayatana-indicator-notifications-a6c920da891eadcf0c8183522d1d12388927c48b.tar.gz ayatana-indicator-notifications-a6c920da891eadcf0c8183522d1d12388927c48b.tar.bz2 ayatana-indicator-notifications-a6c920da891eadcf0c8183522d1d12388927c48b.zip |
po/: Initialize translation files.
Diffstat (limited to 'po/ayatana-indicator-notifications.pot')
-rw-r--r-- | po/ayatana-indicator-notifications.pot | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/po/ayatana-indicator-notifications.pot b/po/ayatana-indicator-notifications.pot new file mode 100644 index 0000000..8869b45 --- /dev/null +++ b/po/ayatana-indicator-notifications.pot @@ -0,0 +1,73 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-02 19:20+0100\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" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in.h:1 +msgid "Discard notifications by application name" +msgstr "" + +#: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in.h:2 +msgid "" +"If an application name is in the blacklist, all notifications matching the " +"application name will be discarded." +msgstr "" + +#: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in.h:3 +msgid "Clear notifications on middle click" +msgstr "" + +#: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in.h:4 +msgid "" +"Normally when middle clicking the notification icon, the unread status will " +"be toggled if the queue is not empty. With this option enabled, the " +"notification queue will be cleared instead." +msgstr "" + +#: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in.h:5 +msgid "Hide the indicator" +msgstr "" + +#: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in.h:6 +msgid "If true, the indicator is hidden." +msgstr "" + +#: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in.h:7 +msgid "Maximum number of visible items" +msgstr "" + +#: ../data/org.ayatana.indicator.notifications.gschema.xml.in.in.h:8 +msgid "" +"The indicator will only display at most the number of notifications " +"indicated by this value." +msgstr "" + +#: ../src/indicator-notifications.c:170 +msgid "Notifications" +msgstr "" + +#: ../src/indicator-notifications.c:470 +#, c-format +msgid "Clear <small>(%d Notification)</small>" +msgid_plural "Clear <small>(%d Notifications)</small>" +msgstr[0] "" +msgstr[1] "" + +#: ../src/notification-menuitem.c:129 +msgid "from" +msgstr "" |