admin_notifications.pot
4.49 KB
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
# 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: 2016-05-17 15:38-0300\n"
"PO-Revision-Date: 2016-05-17 15:38-0300\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=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: ../lib/admin_notifications_plugin.rb:8
msgid "A plugin for notifications."
msgstr ""
#: ../lib/admin_notifications_plugin.rb:29
msgid "Notification Manager"
msgstr ""
#: ../lib/admin_notifications_plugin.rb:35
msgid "Manage Notifications"
msgstr ""
#: ../lib/admin_notifications_plugin/notification_manager.rb:14
msgid "Notification successfully created"
msgstr ""
#: ../lib/admin_notifications_plugin/notification_manager.rb:17
msgid "Notification couldn't be created"
msgstr ""
#: ../lib/admin_notifications_plugin/notification_manager.rb:26
msgid "The notification was deleted."
msgstr ""
#: ../lib/admin_notifications_plugin/notification_manager.rb:28
msgid "Could not remove the notification"
msgstr ""
#: ../lib/admin_notifications_plugin/notification_manager.rb:38
msgid "The notification was edited."
msgstr ""
#: ../lib/admin_notifications_plugin/notification_manager.rb:40
msgid "Could not edit the notification."
msgstr ""
#: ../lib/admin_notifications_plugin/notification_manager.rb:52
msgid "The status of the notification was changed."
msgstr ""
#: ../lib/admin_notifications_plugin/notification_manager.rb:54
msgid "Could not change the status of the notification."
msgstr ""
#: ../views/shared/_form.html.erb:5
msgid "Back"
msgstr ""
#: ../views/shared/_form.html.erb:11
msgid "Optional Title:"
msgstr ""
#: ../views/shared/_form.html.erb:13
msgid "Enter your message here:"
msgstr ""
#: ../views/shared/_form.html.erb:15
msgid ""
"Obs: You can use %{name} and %{email} variables to put the user's name and ema"
"il in the message."
msgstr ""
#: ../views/shared/_form.html.erb:18
msgid "Notifications Status"
msgstr ""
#: ../views/shared/_form.html.erb:18
msgid "Active"
msgstr ""
#: ../views/shared/_form.html.erb:18
msgid "Inactive"
msgstr ""
#: ../views/shared/_form.html.erb:20
msgid "Notifications Color/Type"
msgstr ""
#: ../views/shared/_form.html.erb:20
msgid "Blue - Information"
msgstr ""
#: ../views/shared/_form.html.erb:20
msgid "Yellow - Warning"
msgstr ""
#: ../views/shared/_form.html.erb:20
msgid "Green - Success"
msgstr ""
#: ../views/shared/_form.html.erb:20
msgid "Red - Danger"
msgstr ""
#: ../views/shared/_form.html.erb:23
msgid "Display only in the profile homepage"
msgstr ""
#: ../views/shared/_form.html.erb:23
msgid "Display only in the homepage"
msgstr ""
#: ../views/shared/_form.html.erb:27
msgid "Display to not logged users too"
msgstr ""
#: ../views/shared/_form.html.erb:31
msgid "Display popup until user close the notification"
msgstr ""
#: ../views/shared/_form.html.erb:35
msgid "Save"
msgstr ""
#: ../views/shared/_notifications_list.html.erb:3
#: ../views/shared/_notifications_list.html.erb:16
msgid "Notifications"
msgstr ""
#: ../views/shared/_notifications_list.html.erb:7
msgid "New Notification"
msgstr ""
#: ../views/shared/_notifications_list.html.erb:10
msgid "Back to control panel"
msgstr ""
#: ../views/shared/_notifications_list.html.erb:19
msgid "Actions"
msgstr ""
#: ../views/shared/_notifications_list.html.erb:30
msgid "Deactivate"
msgstr ""
#: ../views/shared/_notifications_list.html.erb:30
#: ../views/shared/_notifications_list.html.erb:32
msgid "Do you want to change the status of this notification?"
msgstr ""
#: ../views/shared/_notifications_list.html.erb:32
msgid "Activate"
msgstr ""
#: ../views/shared/_notifications_list.html.erb:34
msgid "Edit"
msgstr ""
#: ../views/shared/_notifications_list.html.erb:35
msgid "Delete"
msgstr ""
#: ../views/shared/_notifications_list.html.erb:35
msgid "Do you want to delete this notification?"
msgstr ""
#: ../views/shared/show_notification.html.erb:8
msgid "There are active notifications in this environment!"
msgstr ""
#: ../views/shared/show_notification.html.erb:9
msgid "Manage all notifications here."
msgstr ""
#: ../views/shared/show_notification.html.erb:28
msgid "Do not show anymore"
msgstr ""
#: ../views/shared/show_notification.html.erb:29
msgid "Hide for now"
msgstr ""