blob: 44e6e8792f5b0dd1b4b2adfc73e4a2a0d67ffcf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
|
# English translations for PACKAGE package.
# Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Automatically generated, 2017.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-14 08:49+0200\n"
"PO-Revision-Date: 2026-03-19 11:09+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom) <https://hosted.weblate.org/projects/"
"ayatana-indicators/notifications-applet/en_GB/>\n"
"Language: en_GB\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: Weblate 5.17-dev\n"
#: data/org.ayatana.indicator.notifications.gschema.xml:1
msgid "Discard notifications by application name"
msgstr "Discard notifications by application name"
#: data/org.ayatana.indicator.notifications.gschema.xml:2
msgid ""
"If an application name is in the filter list, all notifications matching the "
"application name will be discarded."
msgstr ""
"If an application name is in the filter list, all notifications matching the "
"application name will be discarded."
#: data/org.ayatana.indicator.notifications.gschema.xml:3
msgid "Recent application names to suggest for the filter list"
msgstr "Recent application names to suggest for the filter list"
#: data/org.ayatana.indicator.notifications.gschema.xml:4
msgid ""
"Keeps track of recent application names so we can suggest them in the "
"settings."
msgstr ""
"Keeps track of recent application names so we can suggest them in the "
"settings."
#: data/org.ayatana.indicator.notifications.gschema.xml:5
msgid "Enable do-not-disturb mode"
msgstr "Enable do-not-disturb mode"
#: data/org.ayatana.indicator.notifications.gschema.xml:6
msgid ""
"On supported desktops enables do-not-disturb mode on the notification daemon."
msgstr ""
"On supported desktops enables do-not-disturb mode on the notification daemon."
#: data/org.ayatana.indicator.notifications.gschema.xml:7
msgid "Maximum number of visible items"
msgstr "Maximum number of visible items"
#: data/org.ayatana.indicator.notifications.gschema.xml:8
msgid ""
"The indicator will only display at most the number of notifications "
"indicated by this value."
msgstr ""
"The indicator will only display at most the number of notifications "
"indicated by this value."
#: src/service.c:221
msgid "from"
msgstr "from"
#: src/service.c:270 src/service.c:300
msgid "Notifications"
msgstr "Notifications"
#: src/service.c:271
msgid "List of past system notifications, do-not-disturb switch"
msgstr "List of past system notifications, do-not-disturb switch"
#: src/service.c:328
msgid "Clear"
msgstr "Clear"
#: src/service.c:339
msgid "Do not disturb"
msgstr "Do not disturb"
#~ msgid "Clear notifications on middle click"
#~ msgstr "Clear notifications on middle click"
#~ 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 ""
#~ "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."
#~ msgid "Hide the indicator"
#~ msgstr "Hide the indicator"
#~ msgid "If true, the indicator is hidden."
#~ msgstr "If true, the indicator is hidden."
#~ msgid "Settings…"
#~ msgstr "Settings…"
#~ msgid "Clear <small>(%d Notification)</small>"
#~ msgid_plural "Clear <small>(%d Notifications)</small>"
#~ msgstr[0] "Clear <small>(%d Notification)</small>"
#~ msgstr[1] "Clear <small>(%d Notifications)</small>"
#~ msgid "Indicator Notifications Settings"
#~ msgstr "Indicator Notifications Settings"
#~ msgid "Hide indicator"
#~ msgstr "Hide indicator"
#~ msgid "Swap \"Clear\" and \"Settings\" items"
#~ msgstr "Swap \"Clear\" and \"Settings\" items"
#~ msgid "Maximum number of visible notifications"
#~ msgstr "Maximum number of visible notifications"
#~ msgid "Remove"
#~ msgstr "Remove"
#~ msgid "Add"
#~ msgstr "Add"
|