Version Description
- Fixed an issue with mod_security.
- German language added. Thanks to Anders Lind.
Download this release
Release Info
Developer | syammohanm |
Plugin | WPFront Notification Bar |
Version | 1.2.1 |
Comparing to | |
See all releases |
Code changes from version 1.2 to 1.2.1
- classes/class-wpfront-notification-bar.php +3 -3
- jquery-plugins/{jquery.cookie.js → jquery.c.js} +0 -0
- languages/wpfront-notification-bar-de_DE.mo +0 -0
- languages/wpfront-notification-bar-de_DE/readme.txt +1 -0
- languages/wpfront-notification-bar-de_DE/wpfront-notification-bar-de_DE.mo +0 -0
- languages/wpfront-notification-bar-de_DE/wpfront-notification-bar-de_DE.po +341 -0
- languages/wpfront-notification-bar-de_DE/wpfront-notification-bar.pot +337 -0
- languages/wpfront-notification-bar.mo +0 -0
- languages/wpfront-notification-bar.po +2 -2
- readme.txt +11 -1
- wpfront-notification-bar.php +2 -1
classes/class-wpfront-notification-bar.php
CHANGED
@@ -35,7 +35,7 @@ if (!class_exists('WPFront_Notification_Bar')) {
|
|
35 |
class WPFront_Notification_Bar {
|
36 |
|
37 |
//Constants
|
38 |
-
const VERSION = '1.2';
|
39 |
const OPTIONSPAGE_SLUG = 'wpfront-notification-bar';
|
40 |
const OPTIONS_GROUP_NAME = 'wpfront-notification-bar-options-group';
|
41 |
const OPTION_NAME = 'wpfront-notification-bar-options';
|
@@ -90,7 +90,7 @@ if (!class_exists('WPFront_Notification_Bar')) {
|
|
90 |
$jsRoot = $this->pluginURLRoot . 'js/';
|
91 |
|
92 |
wp_enqueue_script('jquery');
|
93 |
-
wp_enqueue_script('jquery.cookie', $this->pluginURLRoot . 'jquery-plugins/jquery.
|
94 |
wp_enqueue_script('wpfront-notification-bar', $jsRoot . 'wpfront-notification-bar.js', array('jquery'), self::VERSION);
|
95 |
|
96 |
$this->scriptLoaded = TRUE;
|
@@ -164,7 +164,7 @@ if (!class_exists('WPFront_Notification_Bar')) {
|
|
164 |
$this->options = new WPFront_Notification_Bar_Options(self::OPTION_NAME, self::PLUGIN_SLUG);
|
165 |
|
166 |
//for localization
|
167 |
-
load_plugin_textdomain(self::PLUGIN_SLUG, FALSE,
|
168 |
}
|
169 |
|
170 |
//writes the html and script for the bar
|
35 |
class WPFront_Notification_Bar {
|
36 |
|
37 |
//Constants
|
38 |
+
const VERSION = '1.2.1';
|
39 |
const OPTIONSPAGE_SLUG = 'wpfront-notification-bar';
|
40 |
const OPTIONS_GROUP_NAME = 'wpfront-notification-bar-options-group';
|
41 |
const OPTION_NAME = 'wpfront-notification-bar-options';
|
90 |
$jsRoot = $this->pluginURLRoot . 'js/';
|
91 |
|
92 |
wp_enqueue_script('jquery');
|
93 |
+
wp_enqueue_script('jquery.cookie', $this->pluginURLRoot . 'jquery-plugins/jquery.c.js', array('jquery'), '1.4.0');
|
94 |
wp_enqueue_script('wpfront-notification-bar', $jsRoot . 'wpfront-notification-bar.js', array('jquery'), self::VERSION);
|
95 |
|
96 |
$this->scriptLoaded = TRUE;
|
164 |
$this->options = new WPFront_Notification_Bar_Options(self::OPTION_NAME, self::PLUGIN_SLUG);
|
165 |
|
166 |
//for localization
|
167 |
+
load_plugin_textdomain(self::PLUGIN_SLUG, FALSE, self::PLUGIN_SLUG . '/languages/');
|
168 |
}
|
169 |
|
170 |
//writes the html and script for the bar
|
jquery-plugins/{jquery.cookie.js → jquery.c.js}
RENAMED
File without changes
|
languages/wpfront-notification-bar-de_DE.mo
ADDED
Binary file
|
languages/wpfront-notification-bar-de_DE/readme.txt
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
Contributor: Anders Lind <erding-mallards.de>
|
languages/wpfront-notification-bar-de_DE/wpfront-notification-bar-de_DE.mo
ADDED
Binary file
|
languages/wpfront-notification-bar-de_DE/wpfront-notification-bar-de_DE.po
ADDED
@@ -0,0 +1,341 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: WPFront Notification Bar\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: Tue Feb 11 2014 22:14:28 GMT+0100 (Mitteleuropäische Zeit)\n"
|
6 |
+
"PO-Revision-Date: Tue Feb 11 2014 22:22:23 GMT+0100 (Mitteleuropäische Zeit)\n"
|
7 |
+
"Last-Translator: Anders Lind <lind@erding-mallards.de>\n"
|
8 |
+
"Language-Team: \n"
|
9 |
+
"Language: German\n"
|
10 |
+
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
+
"X-Poedit-Basepath: .\n"
|
16 |
+
"X-Poedit-SearchPath-0: ..\n"
|
17 |
+
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;"
|
18 |
+
"_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;_x:1,2c;"
|
19 |
+
"_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;"
|
20 |
+
"esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;"
|
21 |
+
"comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
22 |
+
"X-Loco-Target-Locale: de_DE\n"
|
23 |
+
"X-Generator: Loco - https://localise.biz/"
|
24 |
+
|
25 |
+
#: ../templates/options-template.php:34
|
26 |
+
msgid "WPFront Notification Bar Settings"
|
27 |
+
msgstr "Einstellungen für WPFront Notification Bar"
|
28 |
+
|
29 |
+
#: ../templates/options-template.php:44
|
30 |
+
msgid ""
|
31 |
+
"If you have a caching plugin, clear the cache for the new settings to take "
|
32 |
+
"effect."
|
33 |
+
msgstr ""
|
34 |
+
"Falls Du ein Caching-Plugin verwendest, lösche bitte den Cache um die "
|
35 |
+
"Änderungen zu sehen."
|
36 |
+
|
37 |
+
#: ../templates/options-template.php:49
|
38 |
+
msgid "Display"
|
39 |
+
msgstr "Darstellung"
|
40 |
+
|
41 |
+
#: ../templates/options-template.php:65
|
42 |
+
msgid "Top"
|
43 |
+
msgstr "Oben"
|
44 |
+
|
45 |
+
#: ../templates/options-template.php:66
|
46 |
+
msgid "Bottom"
|
47 |
+
msgstr "Unten"
|
48 |
+
|
49 |
+
#: ../templates/options-template.php:75
|
50 |
+
msgid "[Sticky Bar, bar will stay at position regardless of scrolling.]"
|
51 |
+
msgstr "[Sticky Bar, die Leiste bleibt am oberen Fensterrand egal wie gescrolled wird.]"
|
52 |
+
|
53 |
+
#: ../templates/options-template.php:83 ../templates/options-template.php:91
|
54 |
+
msgid "px"
|
55 |
+
msgstr "px"
|
56 |
+
|
57 |
+
#: ../templates/options-template.php:83
|
58 |
+
msgid "Set 0px to auto fit contents."
|
59 |
+
msgstr "Setze auf 0px um den Inhalt automatisch einzupassen."
|
60 |
+
|
61 |
+
#: ../templates/options-template.php:91
|
62 |
+
msgid ""
|
63 |
+
"(Top bar only) If you find the bar overlapping, try increasing this value. (eg. "
|
64 |
+
"WordPress 3.8 Twenty Fourteen theme, set 48px)"
|
65 |
+
msgstr ""
|
66 |
+
"(Nur Top Bar) Falls die Leiste überlappt, versuche diesen Wert zu erhöhen. (z.B."
|
67 |
+
" verwende 48px für das Wordpress 3.8 Twenty Fourteen Thema)"
|
68 |
+
|
69 |
+
#: ../templates/options-template.php:99 ../templates/options-template.php:107 ../templates/options-template.php:123
|
70 |
+
msgid "second(s)"
|
71 |
+
msgstr "sekunde(n)"
|
72 |
+
|
73 |
+
#: ../templates/options-template.php:99
|
74 |
+
msgid "Set 0 second(s) to display immediately."
|
75 |
+
msgstr "Setze auf 0 Sekunde(n) damit die Leiste sofort gezeigt wird."
|
76 |
+
|
77 |
+
#: ../templates/options-template.php:107
|
78 |
+
msgid "Set 0 second(s) for no animation."
|
79 |
+
msgstr "Setze auf 0 Sekunde(n) für keine Animation."
|
80 |
+
|
81 |
+
#: ../templates/options-template.php:115
|
82 |
+
msgid "[Displays a close button at the top right corner of the bar.]"
|
83 |
+
msgstr "[Zeigt einen Schließen-Knopf oben rechts in der Leiste.]"
|
84 |
+
|
85 |
+
#: ../templates/options-template.php:123
|
86 |
+
msgid "Set 0 second(s) to disable auto close."
|
87 |
+
msgstr "Setze auf 0 Sekunde(n) um das automatische Schließen auszuschalten."
|
88 |
+
|
89 |
+
#: ../templates/options-template.php:139
|
90 |
+
msgid "A reopen button will be displayed after the bar is closed."
|
91 |
+
msgstr "Ein Wieder Öffnen-Knopf wird gezeigt, wenn die Leiste geschlossen wird."
|
92 |
+
|
93 |
+
#: ../templates/options-template.php:147
|
94 |
+
msgid "Once closed, bar will display closed on other pages."
|
95 |
+
msgstr "Einmal geschlossen, bleibt die Leiste auf allen Seiten geschlossen."
|
96 |
+
|
97 |
+
#: ../templates/options-template.php:155
|
98 |
+
msgid "day(s)"
|
99 |
+
msgstr "Tag(e)"
|
100 |
+
|
101 |
+
#: ../templates/options-template.php:155
|
102 |
+
msgid "Bar will be kept closed for the number of days specified from last closed date."
|
103 |
+
msgstr ""
|
104 |
+
"Die Leiste bleibt für die festelegte Anzahl Tage geschlossen, gezählt vom "
|
105 |
+
"letzten Tag wenn sie geschlossen wurde."
|
106 |
+
|
107 |
+
#: ../templates/options-template.php:160
|
108 |
+
msgid "Content"
|
109 |
+
msgstr "Inhalt"
|
110 |
+
|
111 |
+
#: ../templates/options-template.php:169
|
112 |
+
msgid "[HTML tags are allowed. e.g. Add <br /> for break.]"
|
113 |
+
msgstr "[HTML-Tags sind erlaubt, z.B. <br /> für neue Zeile.]"
|
114 |
+
|
115 |
+
#: ../templates/options-template.php:177
|
116 |
+
msgid "[Displays a button next to the message.]"
|
117 |
+
msgstr "[Zeige einen Knopf neben die Mitteilung.]"
|
118 |
+
|
119 |
+
#: ../templates/options-template.php:222
|
120 |
+
msgid "Filter"
|
121 |
+
msgstr "Filter"
|
122 |
+
|
123 |
+
#: ../templates/options-template.php:231
|
124 |
+
msgid "All pages."
|
125 |
+
msgstr "Alle Seiten."
|
126 |
+
|
127 |
+
#: ../templates/options-template.php:236
|
128 |
+
msgid "Only in landing page."
|
129 |
+
msgstr "Nur auf die Startseite."
|
130 |
+
|
131 |
+
#: ../templates/options-template.php:236
|
132 |
+
msgid "[The first page they visit on your website.]"
|
133 |
+
msgstr "[Die erste Seite einen Besucher sieht.]"
|
134 |
+
|
135 |
+
#: ../templates/options-template.php:241
|
136 |
+
msgid "Include in following pages"
|
137 |
+
msgstr "Zeige auf die folgenden Seiten"
|
138 |
+
|
139 |
+
#: ../templates/options-template.php:259
|
140 |
+
msgid "Exclude in following pages"
|
141 |
+
msgstr "Zeige nicht auf die folgenden Seiten"
|
142 |
+
|
143 |
+
#: ../templates/options-template.php:279
|
144 |
+
msgid "Color"
|
145 |
+
msgstr "Farbe"
|
146 |
+
|
147 |
+
#: ../templates/options-template.php:283
|
148 |
+
msgid "Bar Color"
|
149 |
+
msgstr "Leistenfarbe"
|
150 |
+
|
151 |
+
#: ../templates/options-template.php:294 ../templates/options-template.php:319
|
152 |
+
msgid "[Select two different colors to create a gradient.]"
|
153 |
+
msgstr "[Wähle zwei Farben aus, um einen Farbverlauf zu erzeugen.]"
|
154 |
+
|
155 |
+
#: ../templates/options-template.php:308
|
156 |
+
msgid "Button Color"
|
157 |
+
msgstr "Knopffarbe"
|
158 |
+
|
159 |
+
#: ../templates/options-template.php:357
|
160 |
+
msgid "[Normal, Hover, X]"
|
161 |
+
msgstr "[Normal, Hover, X]"
|
162 |
+
|
163 |
+
#: ../templates/options-template.php:362
|
164 |
+
msgid "CSS"
|
165 |
+
msgstr "CSS"
|
166 |
+
|
167 |
+
#: ../templates/options-template.php:376
|
168 |
+
msgid "Plugin Ideas"
|
169 |
+
msgstr "Ideen für das Plugin"
|
170 |
+
|
171 |
+
#: ../templates/options-template.php:378
|
172 |
+
msgid "Settings Description"
|
173 |
+
msgstr "Beschreibung der Einstellungen"
|
174 |
+
|
175 |
+
#: ../templates/options-template.php:380
|
176 |
+
msgid "Plugin FAQ"
|
177 |
+
msgstr "Plugin FAQ"
|
178 |
+
|
179 |
+
#: ../templates/options-template.php:382
|
180 |
+
msgid "Feature Request"
|
181 |
+
msgstr "Neue Funktionalität vorschlagen"
|
182 |
+
|
183 |
+
#: ../templates/options-template.php:384
|
184 |
+
msgid "Report Bug"
|
185 |
+
msgstr "Fehler melden"
|
186 |
+
|
187 |
+
#: ../templates/options-template.php:386
|
188 |
+
msgid "Write Review"
|
189 |
+
msgstr "Bewertung abgeben"
|
190 |
+
|
191 |
+
#: ../templates/options-template.php:388
|
192 |
+
msgid "Contact Me (syam@wpfront.com)"
|
193 |
+
msgstr "Mich kontaktieren (syam@wpfront.com)"
|
194 |
+
|
195 |
+
#: ../classes/class-wpfront-notification-bar.php:114
|
196 |
+
msgid "WPFront Notification Bar"
|
197 |
+
msgstr "WPFront Notification Bar"
|
198 |
+
|
199 |
+
#: ../classes/class-wpfront-notification-bar.php:114
|
200 |
+
msgid "Notification Bar"
|
201 |
+
msgstr "Mitteilungsleiste"
|
202 |
+
|
203 |
+
#: ../classes/class-wpfront-notification-bar.php:146
|
204 |
+
msgid "You do not have sufficient permissions to access this page."
|
205 |
+
msgstr "Du besitzt nicht die erforderliche Rechte, um diese Seite anzuzeigen."
|
206 |
+
|
207 |
+
#: ../classes/class-wpfront-notification-bar.php:156
|
208 |
+
msgid "Settings"
|
209 |
+
msgstr "Einstellungen"
|
210 |
+
|
211 |
+
#: ../classes/class-wpfront-notification-bar.php:216
|
212 |
+
msgid "Save Changes"
|
213 |
+
msgstr "Einstellungen speichern"
|
214 |
+
|
215 |
+
#: ../classes/class-wpfront-notification-bar.php:231 ../classes/class-wpfront-notification-bar.php:235
|
216 |
+
msgid "[Page]"
|
217 |
+
msgstr "[Seite]"
|
218 |
+
|
219 |
+
#: ../classes/class-wpfront-notification-bar.php:231
|
220 |
+
msgid "Home"
|
221 |
+
msgstr "Home"
|
222 |
+
|
223 |
+
#: ../classes/class-wpfront-notification-bar.php:240
|
224 |
+
msgid "[Post]"
|
225 |
+
msgstr "[Beitrag]"
|
226 |
+
|
227 |
+
#: ../classes/class-wpfront-notification-bar-options.php:41
|
228 |
+
msgid "Enabled"
|
229 |
+
msgstr "Aktiviert"
|
230 |
+
|
231 |
+
#: ../classes/class-wpfront-notification-bar-options.php:42
|
232 |
+
msgid "Position"
|
233 |
+
msgstr "Position"
|
234 |
+
|
235 |
+
#: ../classes/class-wpfront-notification-bar-options.php:43
|
236 |
+
msgid "Bar Height"
|
237 |
+
msgstr "Leistenhöhe"
|
238 |
+
|
239 |
+
#: ../classes/class-wpfront-notification-bar-options.php:44
|
240 |
+
msgid "Message Text"
|
241 |
+
msgstr "Mitteilungstext"
|
242 |
+
|
243 |
+
#: ../classes/class-wpfront-notification-bar-options.php:45
|
244 |
+
msgid "Display After"
|
245 |
+
msgstr "Zeige nach"
|
246 |
+
|
247 |
+
#: ../classes/class-wpfront-notification-bar-options.php:46
|
248 |
+
msgid "Animation Duration"
|
249 |
+
msgstr "Animationsdauer"
|
250 |
+
|
251 |
+
#: ../classes/class-wpfront-notification-bar-options.php:47
|
252 |
+
msgid "Display Close Button"
|
253 |
+
msgstr "Schließen-Knopf zeigen"
|
254 |
+
|
255 |
+
#: ../classes/class-wpfront-notification-bar-options.php:48
|
256 |
+
msgid "Auto Close After"
|
257 |
+
msgstr "Schließe automatisch nach"
|
258 |
+
|
259 |
+
#: ../classes/class-wpfront-notification-bar-options.php:49
|
260 |
+
msgid "Display Button"
|
261 |
+
msgstr "Knopf zeigen"
|
262 |
+
|
263 |
+
#: ../classes/class-wpfront-notification-bar-options.php:50
|
264 |
+
msgid "Button Text"
|
265 |
+
msgstr "Knopfbeschriftung"
|
266 |
+
|
267 |
+
#: ../classes/class-wpfront-notification-bar-options.php:51
|
268 |
+
msgid "Button Action"
|
269 |
+
msgstr "Knopfaktion"
|
270 |
+
|
271 |
+
#: ../classes/class-wpfront-notification-bar-options.php:52
|
272 |
+
msgid "Open URL:"
|
273 |
+
msgstr "Öffne URL:"
|
274 |
+
|
275 |
+
#: ../classes/class-wpfront-notification-bar-options.php:53
|
276 |
+
msgid "Open URL in new tab/window"
|
277 |
+
msgstr "Öffne URL in neues Fenster/neuen Tab"
|
278 |
+
|
279 |
+
#: ../classes/class-wpfront-notification-bar-options.php:54
|
280 |
+
msgid "Execute JavaScript"
|
281 |
+
msgstr "JavaScript ausführen"
|
282 |
+
|
283 |
+
#: ../classes/class-wpfront-notification-bar-options.php:55
|
284 |
+
msgid "Close Bar on Button Click"
|
285 |
+
msgstr "Leiste beim Knopfdruck schließen"
|
286 |
+
|
287 |
+
#: ../classes/class-wpfront-notification-bar-options.php:56
|
288 |
+
msgid "Display Shadow"
|
289 |
+
msgstr "Schatten zeigen"
|
290 |
+
|
291 |
+
#: ../classes/class-wpfront-notification-bar-options.php:57
|
292 |
+
msgid "Fixed at Position"
|
293 |
+
msgstr "An bestimmten Position fixieren"
|
294 |
+
|
295 |
+
#: ../classes/class-wpfront-notification-bar-options.php:58
|
296 |
+
msgid "Message Text Color"
|
297 |
+
msgstr "Textfarbe"
|
298 |
+
|
299 |
+
#: ../classes/class-wpfront-notification-bar-options.php:59 ../classes/class-wpfront-notification-bar-options.php:61
|
300 |
+
msgid "From Color"
|
301 |
+
msgstr "Von Farbe"
|
302 |
+
|
303 |
+
#: ../classes/class-wpfront-notification-bar-options.php:60 ../classes/class-wpfront-notification-bar-options.php:62
|
304 |
+
msgid "To Color"
|
305 |
+
msgstr "Zu Farbe"
|
306 |
+
|
307 |
+
#: ../classes/class-wpfront-notification-bar-options.php:63
|
308 |
+
msgid "Button Text Color"
|
309 |
+
msgstr "Knopftext-Farbe"
|
310 |
+
|
311 |
+
#: ../classes/class-wpfront-notification-bar-options.php:64
|
312 |
+
msgid "Display on Pages"
|
313 |
+
msgstr "Zeige auf Seiten"
|
314 |
+
|
315 |
+
#: ../classes/class-wpfront-notification-bar-options.php:67
|
316 |
+
msgid "Display Reopen Button"
|
317 |
+
msgstr "Wiederöffnen-Knopf zeigen"
|
318 |
+
|
319 |
+
#: ../classes/class-wpfront-notification-bar-options.php:68
|
320 |
+
msgid "Reopen Button Color"
|
321 |
+
msgstr "Wiederöffnen-Knopf-Farbe"
|
322 |
+
|
323 |
+
#: ../classes/class-wpfront-notification-bar-options.php:69
|
324 |
+
msgid "Keep Closed"
|
325 |
+
msgstr "Geschlossen lassen"
|
326 |
+
|
327 |
+
#: ../classes/class-wpfront-notification-bar-options.php:70
|
328 |
+
msgid "Keep Closed For"
|
329 |
+
msgstr "Geschlossen lassen für"
|
330 |
+
|
331 |
+
#: ../classes/class-wpfront-notification-bar-options.php:71
|
332 |
+
msgid "Position Offset"
|
333 |
+
msgstr "Positionsabstand"
|
334 |
+
|
335 |
+
#: ../classes/class-wpfront-notification-bar-options.php:72
|
336 |
+
msgid "Custom CSS"
|
337 |
+
msgstr "Spezifisches CSS"
|
338 |
+
|
339 |
+
#: ../classes/class-wpfront-notification-bar-options.php:73
|
340 |
+
msgid "Close Button Color"
|
341 |
+
msgstr "Schließen-Knopf-Farbe"
|
languages/wpfront-notification-bar-de_DE/wpfront-notification-bar.pot
ADDED
@@ -0,0 +1,337 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#. Loco Gettext template
|
2 |
+
#, fuzzy
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: WPFront Notification Bar\n"
|
6 |
+
"Report-Msgid-Bugs-To: \n"
|
7 |
+
"POT-Creation-Date: Tue Feb 11 2014 22:14:28 GMT+0100 (Mitteleuropäische Zeit)\n"
|
8 |
+
"POT-Revision-Date: Tue Feb 11 2014 22:22:52 GMT+0100 (Mitteleuropäische Zeit)\n"
|
9 |
+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
10 |
+
"Last-Translator: \n"
|
11 |
+
"Language-Team: \n"
|
12 |
+
"Language: \n"
|
13 |
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION\n"
|
14 |
+
"MIME-Version: 1.0\n"
|
15 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
17 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
+
"X-Poedit-Basepath: .\n"
|
19 |
+
"X-Poedit-SearchPath-0: ..\n"
|
20 |
+
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;"
|
21 |
+
"_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;_x:1,2c;"
|
22 |
+
"_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;"
|
23 |
+
"esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;"
|
24 |
+
"comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
25 |
+
"X-Generator: Loco - https://localise.biz/"
|
26 |
+
|
27 |
+
#: ../templates/options-template.php:34
|
28 |
+
msgid "WPFront Notification Bar Settings"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: ../templates/options-template.php:44
|
32 |
+
msgid ""
|
33 |
+
"If you have a caching plugin, clear the cache for the new settings to take "
|
34 |
+
"effect."
|
35 |
+
msgstr ""
|
36 |
+
|
37 |
+
#: ../templates/options-template.php:49
|
38 |
+
msgid "Display"
|
39 |
+
msgstr ""
|
40 |
+
|
41 |
+
#: ../templates/options-template.php:65
|
42 |
+
msgid "Top"
|
43 |
+
msgstr ""
|
44 |
+
|
45 |
+
#: ../templates/options-template.php:66
|
46 |
+
msgid "Bottom"
|
47 |
+
msgstr ""
|
48 |
+
|
49 |
+
#: ../templates/options-template.php:75
|
50 |
+
msgid "[Sticky Bar, bar will stay at position regardless of scrolling.]"
|
51 |
+
msgstr ""
|
52 |
+
|
53 |
+
#: ../templates/options-template.php:83 ../templates/options-template.php:91
|
54 |
+
msgid "px"
|
55 |
+
msgstr ""
|
56 |
+
|
57 |
+
#: ../templates/options-template.php:83
|
58 |
+
msgid "Set 0px to auto fit contents."
|
59 |
+
msgstr ""
|
60 |
+
|
61 |
+
#: ../templates/options-template.php:91
|
62 |
+
msgid ""
|
63 |
+
"(Top bar only) If you find the bar overlapping, try increasing this value. (eg. "
|
64 |
+
"WordPress 3.8 Twenty Fourteen theme, set 48px)"
|
65 |
+
msgstr ""
|
66 |
+
|
67 |
+
#: ../templates/options-template.php:99 ../templates/options-template.php:107 ../templates/options-template.php:123
|
68 |
+
msgid "second(s)"
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
+
#: ../templates/options-template.php:99
|
72 |
+
msgid "Set 0 second(s) to display immediately."
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: ../templates/options-template.php:107
|
76 |
+
msgid "Set 0 second(s) for no animation."
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: ../templates/options-template.php:115
|
80 |
+
msgid "[Displays a close button at the top right corner of the bar.]"
|
81 |
+
msgstr ""
|
82 |
+
|
83 |
+
#: ../templates/options-template.php:123
|
84 |
+
msgid "Set 0 second(s) to disable auto close."
|
85 |
+
msgstr ""
|
86 |
+
|
87 |
+
#: ../templates/options-template.php:139
|
88 |
+
msgid "A reopen button will be displayed after the bar is closed."
|
89 |
+
msgstr ""
|
90 |
+
|
91 |
+
#: ../templates/options-template.php:147
|
92 |
+
msgid "Once closed, bar will display closed on other pages."
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: ../templates/options-template.php:155
|
96 |
+
msgid "day(s)"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: ../templates/options-template.php:155
|
100 |
+
msgid "Bar will be kept closed for the number of days specified from last closed date."
|
101 |
+
msgstr ""
|
102 |
+
|
103 |
+
#: ../templates/options-template.php:160
|
104 |
+
msgid "Content"
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: ../templates/options-template.php:169
|
108 |
+
msgid "[HTML tags are allowed. e.g. Add <br /> for break.]"
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: ../templates/options-template.php:177
|
112 |
+
msgid "[Displays a button next to the message.]"
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: ../templates/options-template.php:222
|
116 |
+
msgid "Filter"
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: ../templates/options-template.php:231
|
120 |
+
msgid "All pages."
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: ../templates/options-template.php:236
|
124 |
+
msgid "Only in landing page."
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#: ../templates/options-template.php:236
|
128 |
+
msgid "[The first page they visit on your website.]"
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: ../templates/options-template.php:241
|
132 |
+
msgid "Include in following pages"
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: ../templates/options-template.php:259
|
136 |
+
msgid "Exclude in following pages"
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: ../templates/options-template.php:279
|
140 |
+
msgid "Color"
|
141 |
+
msgstr ""
|
142 |
+
|
143 |
+
#: ../templates/options-template.php:283
|
144 |
+
msgid "Bar Color"
|
145 |
+
msgstr ""
|
146 |
+
|
147 |
+
#: ../templates/options-template.php:294 ../templates/options-template.php:319
|
148 |
+
msgid "[Select two different colors to create a gradient.]"
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
#: ../templates/options-template.php:308
|
152 |
+
msgid "Button Color"
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
#: ../templates/options-template.php:357
|
156 |
+
msgid "[Normal, Hover, X]"
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: ../templates/options-template.php:362
|
160 |
+
msgid "CSS"
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: ../templates/options-template.php:376
|
164 |
+
msgid "Plugin Ideas"
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: ../templates/options-template.php:378
|
168 |
+
msgid "Settings Description"
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: ../templates/options-template.php:380
|
172 |
+
msgid "Plugin FAQ"
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: ../templates/options-template.php:382
|
176 |
+
msgid "Feature Request"
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: ../templates/options-template.php:384
|
180 |
+
msgid "Report Bug"
|
181 |
+
msgstr ""
|
182 |
+
|
183 |
+
#: ../templates/options-template.php:386
|
184 |
+
msgid "Write Review"
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: ../templates/options-template.php:388
|
188 |
+
msgid "Contact Me (syam@wpfront.com)"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: ../classes/class-wpfront-notification-bar.php:114
|
192 |
+
msgid "WPFront Notification Bar"
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: ../classes/class-wpfront-notification-bar.php:114
|
196 |
+
msgid "Notification Bar"
|
197 |
+
msgstr ""
|
198 |
+
|
199 |
+
#: ../classes/class-wpfront-notification-bar.php:146
|
200 |
+
msgid "You do not have sufficient permissions to access this page."
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
+
#: ../classes/class-wpfront-notification-bar.php:156
|
204 |
+
msgid "Settings"
|
205 |
+
msgstr ""
|
206 |
+
|
207 |
+
#: ../classes/class-wpfront-notification-bar.php:216
|
208 |
+
msgid "Save Changes"
|
209 |
+
msgstr ""
|
210 |
+
|
211 |
+
#: ../classes/class-wpfront-notification-bar.php:231 ../classes/class-wpfront-notification-bar.php:235
|
212 |
+
msgid "[Page]"
|
213 |
+
msgstr ""
|
214 |
+
|
215 |
+
#: ../classes/class-wpfront-notification-bar.php:231
|
216 |
+
msgid "Home"
|
217 |
+
msgstr ""
|
218 |
+
|
219 |
+
#: ../classes/class-wpfront-notification-bar.php:240
|
220 |
+
msgid "[Post]"
|
221 |
+
msgstr ""
|
222 |
+
|
223 |
+
#: ../classes/class-wpfront-notification-bar-options.php:41
|
224 |
+
msgid "Enabled"
|
225 |
+
msgstr ""
|
226 |
+
|
227 |
+
#: ../classes/class-wpfront-notification-bar-options.php:42
|
228 |
+
msgid "Position"
|
229 |
+
msgstr ""
|
230 |
+
|
231 |
+
#: ../classes/class-wpfront-notification-bar-options.php:43
|
232 |
+
msgid "Bar Height"
|
233 |
+
msgstr ""
|
234 |
+
|
235 |
+
#: ../classes/class-wpfront-notification-bar-options.php:44
|
236 |
+
msgid "Message Text"
|
237 |
+
msgstr ""
|
238 |
+
|
239 |
+
#: ../classes/class-wpfront-notification-bar-options.php:45
|
240 |
+
msgid "Display After"
|
241 |
+
msgstr ""
|
242 |
+
|
243 |
+
#: ../classes/class-wpfront-notification-bar-options.php:46
|
244 |
+
msgid "Animation Duration"
|
245 |
+
msgstr ""
|
246 |
+
|
247 |
+
#: ../classes/class-wpfront-notification-bar-options.php:47
|
248 |
+
msgid "Display Close Button"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
+
#: ../classes/class-wpfront-notification-bar-options.php:48
|
252 |
+
msgid "Auto Close After"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: ../classes/class-wpfront-notification-bar-options.php:49
|
256 |
+
msgid "Display Button"
|
257 |
+
msgstr ""
|
258 |
+
|
259 |
+
#: ../classes/class-wpfront-notification-bar-options.php:50
|
260 |
+
msgid "Button Text"
|
261 |
+
msgstr ""
|
262 |
+
|
263 |
+
#: ../classes/class-wpfront-notification-bar-options.php:51
|
264 |
+
msgid "Button Action"
|
265 |
+
msgstr ""
|
266 |
+
|
267 |
+
#: ../classes/class-wpfront-notification-bar-options.php:52
|
268 |
+
msgid "Open URL:"
|
269 |
+
msgstr ""
|
270 |
+
|
271 |
+
#: ../classes/class-wpfront-notification-bar-options.php:53
|
272 |
+
msgid "Open URL in new tab/window"
|
273 |
+
msgstr ""
|
274 |
+
|
275 |
+
#: ../classes/class-wpfront-notification-bar-options.php:54
|
276 |
+
msgid "Execute JavaScript"
|
277 |
+
msgstr ""
|
278 |
+
|
279 |
+
#: ../classes/class-wpfront-notification-bar-options.php:55
|
280 |
+
msgid "Close Bar on Button Click"
|
281 |
+
msgstr ""
|
282 |
+
|
283 |
+
#: ../classes/class-wpfront-notification-bar-options.php:56
|
284 |
+
msgid "Display Shadow"
|
285 |
+
msgstr ""
|
286 |
+
|
287 |
+
#: ../classes/class-wpfront-notification-bar-options.php:57
|
288 |
+
msgid "Fixed at Position"
|
289 |
+
msgstr ""
|
290 |
+
|
291 |
+
#: ../classes/class-wpfront-notification-bar-options.php:58
|
292 |
+
msgid "Message Text Color"
|
293 |
+
msgstr ""
|
294 |
+
|
295 |
+
#: ../classes/class-wpfront-notification-bar-options.php:59 ../classes/class-wpfront-notification-bar-options.php:61
|
296 |
+
msgid "From Color"
|
297 |
+
msgstr ""
|
298 |
+
|
299 |
+
#: ../classes/class-wpfront-notification-bar-options.php:60 ../classes/class-wpfront-notification-bar-options.php:62
|
300 |
+
msgid "To Color"
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#: ../classes/class-wpfront-notification-bar-options.php:63
|
304 |
+
msgid "Button Text Color"
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: ../classes/class-wpfront-notification-bar-options.php:64
|
308 |
+
msgid "Display on Pages"
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
+
#: ../classes/class-wpfront-notification-bar-options.php:67
|
312 |
+
msgid "Display Reopen Button"
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: ../classes/class-wpfront-notification-bar-options.php:68
|
316 |
+
msgid "Reopen Button Color"
|
317 |
+
msgstr ""
|
318 |
+
|
319 |
+
#: ../classes/class-wpfront-notification-bar-options.php:69
|
320 |
+
msgid "Keep Closed"
|
321 |
+
msgstr ""
|
322 |
+
|
323 |
+
#: ../classes/class-wpfront-notification-bar-options.php:70
|
324 |
+
msgid "Keep Closed For"
|
325 |
+
msgstr ""
|
326 |
+
|
327 |
+
#: ../classes/class-wpfront-notification-bar-options.php:71
|
328 |
+
msgid "Position Offset"
|
329 |
+
msgstr ""
|
330 |
+
|
331 |
+
#: ../classes/class-wpfront-notification-bar-options.php:72
|
332 |
+
msgid "Custom CSS"
|
333 |
+
msgstr ""
|
334 |
+
|
335 |
+
#: ../classes/class-wpfront-notification-bar-options.php:73
|
336 |
+
msgid "Close Button Color"
|
337 |
+
msgstr ""
|
languages/wpfront-notification-bar.mo
CHANGED
Binary file
|
languages/wpfront-notification-bar.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WPFront Notification Bar\n"
|
4 |
-
"POT-Creation-Date: 2014-
|
5 |
-
"PO-Revision-Date: 2014-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: WPFront <contact@wpfront.com>\n"
|
8 |
"Language: en\n"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WPFront Notification Bar\n"
|
4 |
+
"POT-Creation-Date: 2014-02-14 15:28-0700\n"
|
5 |
+
"PO-Revision-Date: 2014-02-14 17:24-0700\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: WPFront <contact@wpfront.com>\n"
|
8 |
"Language: en\n"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://wpfront.com/donate/
|
|
4 |
Tags: notification bar, wordpress notification bar, top bar, bottom bar, notification, bar, quick bar, fixed bar, sticky bar, message bar, message, floating bar, notice, sticky header, special offer, discount offer, offer, important, attention bar, highlight bar, popup bar, hellobar, heads up, heads up bar, headsup, headsupbar, popup, Toolbar
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.8.1
|
7 |
-
Stable tag: 1.2
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -30,6 +30,9 @@ Visit [WPFront Notification Bar Ideas](http://wpfront.com/notification-bar-plugi
|
|
30 |
|
31 |
Visit [WPFront Notification Bar Settings](http://wpfront.com/notification-bar-plugin-settings/) page for detailed option descriptions.
|
32 |
|
|
|
|
|
|
|
33 |
== Installation ==
|
34 |
|
35 |
1. Click Plugins/Add New from the WordPress admin panel
|
@@ -55,6 +58,10 @@ No one has asked anything yet.
|
|
55 |
|
56 |
== Changelog ==
|
57 |
|
|
|
|
|
|
|
|
|
58 |
= 1.2 =
|
59 |
* Keep closed for days.
|
60 |
* Change color of close button.
|
@@ -75,6 +82,9 @@ No one has asked anything yet.
|
|
75 |
|
76 |
== Upgrade Notice ==
|
77 |
|
|
|
|
|
|
|
78 |
= 1.2 =
|
79 |
* Now you can keep it closed for days.
|
80 |
* Change the color of close button.
|
4 |
Tags: notification bar, wordpress notification bar, top bar, bottom bar, notification, bar, quick bar, fixed bar, sticky bar, message bar, message, floating bar, notice, sticky header, special offer, discount offer, offer, important, attention bar, highlight bar, popup bar, hellobar, heads up, heads up bar, headsup, headsupbar, popup, Toolbar
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.8.1
|
7 |
+
Stable tag: 1.2.1
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
30 |
|
31 |
Visit [WPFront Notification Bar Settings](http://wpfront.com/notification-bar-plugin-settings/) page for detailed option descriptions.
|
32 |
|
33 |
+
Localization Contributors:
|
34 |
+
<li>[Anders Lind](http://erding-mallards.de) (German) </li>
|
35 |
+
|
36 |
== Installation ==
|
37 |
|
38 |
1. Click Plugins/Add New from the WordPress admin panel
|
58 |
|
59 |
== Changelog ==
|
60 |
|
61 |
+
= 1.2.1 =
|
62 |
+
* Fixed an issue with mod_security.
|
63 |
+
* German language added. Thanks to Anders Lind.
|
64 |
+
|
65 |
= 1.2 =
|
66 |
* Keep closed for days.
|
67 |
* Change color of close button.
|
82 |
|
83 |
== Upgrade Notice ==
|
84 |
|
85 |
+
= 1.2.1 =
|
86 |
+
* Fixed an issue with mod_security on "cookie" rule.
|
87 |
+
|
88 |
= 1.2 =
|
89 |
* Now you can keep it closed for days.
|
90 |
* Change the color of close button.
|
wpfront-notification-bar.php
CHANGED
@@ -3,10 +3,11 @@
|
|
3 |
* Plugin Name: WPFront Notification Bar
|
4 |
* Plugin URI: http://wpfront.com/notification-bar-plugin/
|
5 |
* Description: Easily lets you create a bar on top or bottom to display a notification.
|
6 |
-
* Version: 1.2
|
7 |
* Author: Syam Mohan
|
8 |
* Author URI: http://wpfront.com
|
9 |
* License: GPL v3
|
|
|
10 |
*/
|
11 |
|
12 |
/*
|
3 |
* Plugin Name: WPFront Notification Bar
|
4 |
* Plugin URI: http://wpfront.com/notification-bar-plugin/
|
5 |
* Description: Easily lets you create a bar on top or bottom to display a notification.
|
6 |
+
* Version: 1.2.1
|
7 |
* Author: Syam Mohan
|
8 |
* Author URI: http://wpfront.com
|
9 |
* License: GPL v3
|
10 |
+
* Text Domain: wpfront-notification-bar
|
11 |
*/
|
12 |
|
13 |
/*
|