Cookie Notice by dFactory - Version 1.2.17

Version Description

  • New: Hebrew translation, thanks to Ahrale Shrem
Download this release

Release Info

Developer dfactory
Plugin Icon 128x128 Cookie Notice by dFactory
Version 1.2.17
Comparing to
See all releases

Code changes from version 1.2.16 to 1.2.17

cookie-notice.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Cookie Notice
4
  Description: Cookie Notice allows you to elegantly inform users that your site uses cookies and to comply with the EU cookie law regulations.
5
- Version: 1.2.16
6
  Author: dFactory
7
  Author URI: http://www.dfactory.eu/
8
  Plugin URI: http://www.dfactory.eu/plugins/cookie-notice/
@@ -53,7 +53,7 @@ class Cookie_Notice
53
  'translate' => true,
54
  'deactivation_delete' => 'no'
55
  ),
56
- 'version' => '1.2.16'
57
  );
58
  private $positions = array();
59
  private $styles = array();
@@ -71,7 +71,7 @@ class Cookie_Notice
71
 
72
 
73
  /**
74
- *
75
  */
76
  public function __construct()
77
  {
@@ -99,7 +99,7 @@ class Cookie_Notice
99
 
100
 
101
  /**
102
- *
103
  */
104
  public function load_defaults()
105
  {
@@ -180,7 +180,7 @@ class Cookie_Notice
180
 
181
 
182
  /**
183
- * Loads textdomain
184
  */
185
  public function load_textdomain()
186
  {
@@ -189,7 +189,7 @@ class Cookie_Notice
189
 
190
 
191
  /**
192
- *
193
  */
194
  public function admin_menu_options()
195
  {
@@ -204,7 +204,7 @@ class Cookie_Notice
204
 
205
 
206
  /**
207
- *
208
  */
209
  public function options_page()
210
  {
@@ -219,16 +219,16 @@ class Cookie_Notice
219
  <p class="inner">'.__('If you are having problems with this plugin, please talk about them in the', 'cookie-notice').' <a href="http://dfactory.eu/support/" target="_blank" title="'.__('Support forum', 'cookie-notice').'">'.__('Support forum', 'cookie-notice').'</a></p>
220
  <hr />
221
  <h4 class="inner">'.__('Do you like this plugin?', 'cookie-notice').'</h4>
222
- <p class="inner"><a href="http://wordpress.org/support/view/plugin-reviews/cookie-notice" target="_blank" title="'.__('Rate it 5', 'cookie-notice').'">'.__('Rate it 5', 'cookie-notice').'</a> '.__('on WordPress.org', 'cookie-notice').'<br />'.
223
- __('Blog about it & link to the', 'cookie-notice').' <a href="http://dfactory.eu/plugins/cookie-notice/" target="_blank" title="'.__('plugin page', 'cookie-notice').'">'.__('plugin page', 'cookie-notice').'</a><br />'.
224
- __('Check out our other', 'cookie-notice').' <a href="http://dfactory.eu/plugins/" target="_blank" title="'.__('WordPress plugins', 'cookie-notice').'">'.__('WordPress plugins', 'cookie-notice').'</a>
225
- </p>
226
  <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" class="inner">
227
  <input type="hidden" name="cmd" value="_s-xclick">
228
  <input type="hidden" name="hosted_button_id" value="38CLZJPBEN9ZW">
229
  <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
230
  <img alt="" border="0" src="https://www.paypalobjects.com/pl_PL/i/scr/pixel.gif" width="1" height="1">
231
- </form>
 
 
 
 
232
  <hr />
233
  <p class="df-link inner">Created by <a href="http://www.dfactory.eu" target="_blank" title="dFactory - Quality plugins for WordPress"><img src="'.plugins_url('/images/logo-dfactory.png' , __FILE__ ).'" title="dFactory - Quality plugins for WordPress" alt="dFactory - Quality plugins for WordPress" /></a></p>
234
  </div>
@@ -248,7 +248,7 @@ class Cookie_Notice
248
 
249
 
250
  /**
251
- *
252
  */
253
  public function register_settings()
254
  {
@@ -272,7 +272,7 @@ class Cookie_Notice
272
 
273
 
274
  /**
275
- *
276
  */
277
  public function cn_deactivation_delete()
278
  {
@@ -295,7 +295,7 @@ class Cookie_Notice
295
 
296
 
297
  /**
298
- *
299
  */
300
  public function cn_message_text()
301
  {
@@ -308,7 +308,7 @@ class Cookie_Notice
308
 
309
 
310
  /**
311
- *
312
  */
313
  public function cn_accept_text()
314
  {
@@ -321,7 +321,7 @@ class Cookie_Notice
321
 
322
 
323
  /**
324
- *
325
  */
326
  public function cn_see_more()
327
  {
@@ -380,7 +380,7 @@ class Cookie_Notice
380
 
381
 
382
  /**
383
- *
384
  */
385
  public function cn_time()
386
  {
@@ -403,7 +403,7 @@ class Cookie_Notice
403
 
404
 
405
  /**
406
- *
407
  */
408
  public function cn_position()
409
  {
@@ -426,7 +426,7 @@ class Cookie_Notice
426
 
427
 
428
  /**
429
- *
430
  */
431
  public function cn_hide_effect()
432
  {
@@ -449,7 +449,7 @@ class Cookie_Notice
449
 
450
 
451
  /**
452
- *
453
  */
454
  public function cn_css_style()
455
  {
@@ -472,7 +472,7 @@ class Cookie_Notice
472
 
473
 
474
  /**
475
- *
476
  */
477
  public function cn_colors()
478
  {
@@ -495,7 +495,7 @@ class Cookie_Notice
495
 
496
 
497
  /**
498
- *
499
  */
500
  public function validate_options($input)
501
  {
@@ -542,7 +542,7 @@ class Cookie_Notice
542
 
543
 
544
  /**
545
- *
546
  */
547
  public function add_cookie_notice()
548
  {
@@ -602,7 +602,7 @@ class Cookie_Notice
602
 
603
 
604
  /**
605
- * Gets default settings
606
  */
607
  public function get_defaults()
608
  {
@@ -611,7 +611,7 @@ class Cookie_Notice
611
 
612
 
613
  /**
614
- * Add links to Settings page
615
  */
616
  function plugin_settings_link($links, $file)
617
  {
@@ -630,7 +630,7 @@ class Cookie_Notice
630
 
631
 
632
  /**
633
- * Actives plugin
634
  */
635
  public function activation()
636
  {
@@ -640,7 +640,7 @@ class Cookie_Notice
640
 
641
 
642
  /**
643
- * Deactivates plugin
644
  */
645
  public function deactivation()
646
  {
@@ -650,7 +650,7 @@ class Cookie_Notice
650
 
651
 
652
  /**
653
- * Loads scripts and styles - admin side
654
  */
655
  public function admin_load_scripts_styles($page)
656
  {
@@ -669,7 +669,7 @@ class Cookie_Notice
669
 
670
 
671
  /**
672
- * Loads scripts and styles - front side
673
  */
674
  public function front_load_scripts_styles()
675
  {
2
  /*
3
  Plugin Name: Cookie Notice
4
  Description: Cookie Notice allows you to elegantly inform users that your site uses cookies and to comply with the EU cookie law regulations.
5
+ Version: 1.2.17
6
  Author: dFactory
7
  Author URI: http://www.dfactory.eu/
8
  Plugin URI: http://www.dfactory.eu/plugins/cookie-notice/
53
  'translate' => true,
54
  'deactivation_delete' => 'no'
55
  ),
56
+ 'version' => '1.2.17'
57
  );
58
  private $positions = array();
59
  private $styles = array();
71
 
72
 
73
  /**
74
+ * Constructor
75
  */
76
  public function __construct()
77
  {
99
 
100
 
101
  /**
102
+ * Load defaults
103
  */
104
  public function load_defaults()
105
  {
180
 
181
 
182
  /**
183
+ * Load textdomain
184
  */
185
  public function load_textdomain()
186
  {
189
 
190
 
191
  /**
192
+ * Add submenu
193
  */
194
  public function admin_menu_options()
195
  {
204
 
205
 
206
  /**
207
+ * Options page output
208
  */
209
  public function options_page()
210
  {
219
  <p class="inner">'.__('If you are having problems with this plugin, please talk about them in the', 'cookie-notice').' <a href="http://dfactory.eu/support/" target="_blank" title="'.__('Support forum', 'cookie-notice').'">'.__('Support forum', 'cookie-notice').'</a></p>
220
  <hr />
221
  <h4 class="inner">'.__('Do you like this plugin?', 'cookie-notice').'</h4>
 
 
 
 
222
  <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" class="inner">
223
  <input type="hidden" name="cmd" value="_s-xclick">
224
  <input type="hidden" name="hosted_button_id" value="38CLZJPBEN9ZW">
225
  <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
226
  <img alt="" border="0" src="https://www.paypalobjects.com/pl_PL/i/scr/pixel.gif" width="1" height="1">
227
+ </form>
228
+ <p class="inner"><a href="http://wordpress.org/support/view/plugin-reviews/cookie-notice" target="_blank" title="'.__('Rate it 5', 'cookie-notice').'">'.__('Rate it 5', 'cookie-notice').'</a> '.__('on WordPress.org', 'cookie-notice').'<br />'.
229
+ __('Blog about it & link to the', 'cookie-notice').' <a href="http://dfactory.eu/plugins/cookie-notice/" target="_blank" title="'.__('plugin page', 'cookie-notice').'">'.__('plugin page', 'cookie-notice').'</a><br />'.
230
+ __('Check out our other', 'cookie-notice').' <a href="http://dfactory.eu/plugins/" target="_blank" title="'.__('WordPress plugins', 'cookie-notice').'">'.__('WordPress plugins', 'cookie-notice').'</a>
231
+ </p>
232
  <hr />
233
  <p class="df-link inner">Created by <a href="http://www.dfactory.eu" target="_blank" title="dFactory - Quality plugins for WordPress"><img src="'.plugins_url('/images/logo-dfactory.png' , __FILE__ ).'" title="dFactory - Quality plugins for WordPress" alt="dFactory - Quality plugins for WordPress" /></a></p>
234
  </div>
248
 
249
 
250
  /**
251
+ * Regiseter plugin settings
252
  */
253
  public function register_settings()
254
  {
272
 
273
 
274
  /**
275
+ * Delete plugin data on deactivation
276
  */
277
  public function cn_deactivation_delete()
278
  {
295
 
296
 
297
  /**
298
+ * Cookie message option
299
  */
300
  public function cn_message_text()
301
  {
308
 
309
 
310
  /**
311
+ * Accept cookie label option
312
  */
313
  public function cn_accept_text()
314
  {
321
 
322
 
323
  /**
324
+ * Read more link option
325
  */
326
  public function cn_see_more()
327
  {
380
 
381
 
382
  /**
383
+ * Expiration time option
384
  */
385
  public function cn_time()
386
  {
403
 
404
 
405
  /**
406
+ * Position option
407
  */
408
  public function cn_position()
409
  {
426
 
427
 
428
  /**
429
+ * Animation effect option
430
  */
431
  public function cn_hide_effect()
432
  {
449
 
450
 
451
  /**
452
+ * CSS style option
453
  */
454
  public function cn_css_style()
455
  {
472
 
473
 
474
  /**
475
+ * Colors option
476
  */
477
  public function cn_colors()
478
  {
495
 
496
 
497
  /**
498
+ * Validate options
499
  */
500
  public function validate_options($input)
501
  {
542
 
543
 
544
  /**
545
+ * Cookie nocitce output
546
  */
547
  public function add_cookie_notice()
548
  {
602
 
603
 
604
  /**
605
+ * Get default settings
606
  */
607
  public function get_defaults()
608
  {
611
 
612
 
613
  /**
614
+ * Add links to settings page
615
  */
616
  function plugin_settings_link($links, $file)
617
  {
630
 
631
 
632
  /**
633
+ * Activate the plugin
634
  */
635
  public function activation()
636
  {
640
 
641
 
642
  /**
643
+ * Deactivate the plugin
644
  */
645
  public function deactivation()
646
  {
650
 
651
 
652
  /**
653
+ * Load scripts and styles - admin side
654
  */
655
  public function admin_load_scripts_styles($page)
656
  {
669
 
670
 
671
  /**
672
+ * Load scripts and styles - front side
673
  */
674
  public function front_load_scripts_styles()
675
  {
languages/cookie-notice-he_IL.mo ADDED
Binary file
languages/cookie-notice-he_IL.po ADDED
@@ -0,0 +1,430 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file was generated by WPML
2
+ # WPML is a WordPress plugin that can turn any WordPress or WordPressMU site into a full featured multilingual content management system.
3
+ # http://wpml.org
4
+ msgid ""
5
+ msgstr ""
6
+ "Content-Type: text/plain; charset=UTF-8\n"
7
+ "Content-Transfer-Encoding: 8bit\n"
8
+ "Project-Id-Version: cookie-notice\n"
9
+ "POT-Creation-Date: \n"
10
+ "PO-Revision-Date: \n"
11
+ "Last-Translator: Ahrale <contact@atar4u.com>\n"
12
+ "Language-Team: Ahrale, Atar4U.com <contact@atar4u.com>\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "Language: he\n"
16
+ "X-Generator: Poedit 1.7.4\n"
17
+ "X-Poedit-SourceCharset: UTF-8\n"
18
+
19
+ # if($file == $plugin)
20
+ # array_unshift($links, sprintf('<a href="%s">%s</a>', admin_url('options-general.php?page=cookie-notice'), __('Settings', 'cookie-notice')));
21
+ #
22
+ # wpml-name: f4f70727dc34561dfde1a3c529b6205c
23
+ msgid "Settings"
24
+ msgstr "הגדרות"
25
+
26
+ # if($file == $plugin)
27
+ # return array_merge($links, array(sprintf('<a href="http://www.dfactory.eu/support/forum/cookie-notice/" target="_blank">%s</a>', __('Support', 'cookie-notice'))));
28
+ #
29
+ # wpml-name: db5eb84117d06047c97c9a0191b5fffe
30
+ msgid "Support"
31
+ msgstr "תמיכה"
32
+
33
+ # echo '
34
+ # <p class="description">'.__('Choose buttons style.', 'cookie-notice').'</p>
35
+ # </div>';
36
+ # wpml-name: a32f7a482e4074bb21413146885ea0f2
37
+ msgid "Choose buttons style."
38
+ msgstr "בחר עיצוב כפתור."
39
+
40
+ # echo '
41
+ # <p class="description">'.__('Cookie notice acceptance animation.', 'cookie-notice').'</p>
42
+ # </div>';
43
+ # wpml-name: f822889f53b8559b35b0e26cadd19a4b
44
+ msgid "Cookie notice acceptance animation."
45
+ msgstr "אנימציית קבלת התראת עוגיה."
46
+
47
+ # echo '
48
+ # <p class="description">'.__('Select location for your cookie notice.', 'cookie-notice').'</p>
49
+ # </div>';
50
+ # wpml-name: c1aead6157d00d9c6fbbe999d3645665
51
+ msgid "Select location for your cookie notice."
52
+ msgstr "בחר מיקום להתראת העוגייה שלך."
53
+
54
+ # </select>
55
+ # <p class="description">'.__('The ammount of time that cookie should be stored for.', 'cookie-notice').'</p>
56
+ # </div>';
57
+ # wpml-name: 8998a35382d3840ca3c255819b952390
58
+ msgid "The ammount of time that cookie should be stored for."
59
+ msgstr "משך הזמן לשמירת עוגיה."
60
+
61
+ # <input type="text" name="cookie_notice_options[see_more_opt][link]" value="'.esc_attr($this->options['general']['see_more_opt']['link']).'" />
62
+ # <p class="description">'.__('Enter the full URL starting with http://', 'cookie-notice').'</p>
63
+ # </div>
64
+ # wpml-name: bb09c0912ea4f5a2005d963f55672a22
65
+ msgid "Enter the full URL starting with http://"
66
+ msgstr "הזן כתובת URL מלאה המתחילה ב http://"
67
+
68
+ # </select>
69
+ # <p class="description">'.__('Select from one of your site\'s pages', 'cookie-notice').'</p>
70
+ # </div>
71
+ # wpml-name: 1418705fdb698acf5b6de093a2b5d37b
72
+ msgid "Select from one of your site's pages"
73
+ msgstr "בחר באחד מעמודי האתר שלך"
74
+
75
+ # <select name="cookie_notice_options[see_more_opt][id]">
76
+ # <option value="empty" '.selected('empty', $this->options['general']['see_more_opt']['id'], false).'>'.__('-- select page --', 'cookie-notice').'</option>';
77
+ #
78
+ # wpml-name: 8f12e68ccd5e123113de1d811404de40
79
+ msgid "-- select page --"
80
+ msgstr "-- בחירת עמוד --"
81
+
82
+ # </div>
83
+ # <p class="description">'.__('Select where to redirect user for more information about cookies.', 'cookie-notice').'</p>
84
+ # <div id="cn_see_more_opt_page"'.($this->options['general']['see_more_opt']['link_type'] === 'custom' ? ' style="display: none;"' : '').'>
85
+ # wpml-name: 3a469233c5b9e5863ca91b5fbade44a6
86
+ msgid "Select where to redirect user for more information about cookies."
87
+ msgstr "בחר לאן להפנות משתמש למידע נוסף על עוגיות."
88
+
89
+ # echo '
90
+ # <p class="description">'.__('Enable or Disable Read more button.', 'cookie-notice').'</p>
91
+ # </div>
92
+ # wpml-name: 332ec4e5f48d4dc622ee2eb5bce3ce83
93
+ msgid "Enable or Disable Read more button."
94
+ msgstr "הפעל או בטל את כפתור קרא עוד."
95
+
96
+ # <input type="text" name="cookie_notice_options[accept_text]" value="'.esc_attr($this->options['general']['accept_text']).'" />
97
+ # <p class="description">'.__('The text of the option to accept the usage of the cookies and make the notification disappear.', 'cookie-notice').'</p>
98
+ # </div>';
99
+ # wpml-name: 4764d4fd18e5a37e7e9c0551ad379b39
100
+ msgid "The text to show on the button when cookies have not been accepted"
101
+ msgstr "הטקסט להצגה בכפתור, כאשר עוגיות לא התקבלו"
102
+
103
+ # <textarea name="cookie_notice_options[message_text]" class="large-text" cols="50" rows="5">'.esc_textarea($this->options['general']['message_text']).'</textarea>
104
+ # <p class="description">'.__('Enter the cookie notice message.', 'cookie-notice').'</p>
105
+ # </div>';
106
+ # wpml-name: 78344a487be9f85723b17a88839cc0ec
107
+ msgid "Enter the cookie notice message."
108
+ msgstr "הזן את הודעת העוגיה."
109
+
110
+ # <br/>
111
+ # <span class="description">'.__('Enable if you want all plugin data to be deleted on deactivation.', 'cookie-notice').'</span>
112
+ # </fieldset>
113
+ # wpml-name: a33ecbbfde900d5617632d049af15d02
114
+ msgid "Enable if you want all plugin data to be deleted on deactivation."
115
+ msgstr "הפעל אם אתה רוצה שכל נתוני התוסף יימחקו עם כיבויו."
116
+
117
+ # add_settings_field('cn_css_style', __('Button style', 'cookie-notice'), array($this, 'cn_css_style'), 'cookie_notice_options', 'cookie_notice_design');
118
+ # add_settings_field('cn_colors', __('Colors', 'cookie-notice'), array($this, 'cn_colors'), 'cookie_notice_options', 'cookie_notice_design');
119
+ # }
120
+ # wpml-name: 5d50889672f6f860d14f502de3de1957
121
+ msgid "Colors"
122
+ msgstr "צבעים"
123
+
124
+ # add_settings_field('cn_hide_effect', __('Animation', 'cookie-notice'), array($this, 'cn_hide_effect'), 'cookie_notice_options', 'cookie_notice_design');
125
+ # add_settings_field('cn_css_style', __('Button style', 'cookie-notice'), array($this, 'cn_css_style'), 'cookie_notice_options', 'cookie_notice_design');
126
+ # add_settings_field('cn_colors', __('Colors', 'cookie-notice'), array($this, 'cn_colors'), 'cookie_notice_options', 'cookie_notice_design');
127
+ # wpml-name: 019a87095e0f8fb23958f05ec8ee3ec2
128
+ msgid "Button style"
129
+ msgstr "עיצוב כפתור"
130
+
131
+ # add_settings_field('cn_position', __('Position', 'cookie-notice'), array($this, 'cn_position'), 'cookie_notice_options', 'cookie_notice_design');
132
+ # add_settings_field('cn_hide_effect', __('Animation', 'cookie-notice'), array($this, 'cn_hide_effect'), 'cookie_notice_options', 'cookie_notice_design');
133
+ # add_settings_field('cn_css_style', __('Button style', 'cookie-notice'), array($this, 'cn_css_style'), 'cookie_notice_options', 'cookie_notice_design');
134
+ # wpml-name: d6b6b668dbca9d4fe774bb654226ebe3
135
+ msgid "Animation"
136
+ msgstr "אנימציה"
137
+
138
+ # add_settings_section('cookie_notice_design', __('Design', 'cookie-notice'), '', 'cookie_notice_options');
139
+ # add_settings_field('cn_position', __('Position', 'cookie-notice'), array($this, 'cn_position'), 'cookie_notice_options', 'cookie_notice_design');
140
+ # add_settings_field('cn_hide_effect', __('Animation', 'cookie-notice'), array($this, 'cn_hide_effect'), 'cookie_notice_options', 'cookie_notice_design');
141
+ # wpml-name: 52f5e0bc3859bc5f5e25130b6c7e8881
142
+ msgid "Position"
143
+ msgstr "מיקום"
144
+
145
+ # // design
146
+ # add_settings_section('cookie_notice_design', __('Design', 'cookie-notice'), '', 'cookie_notice_options');
147
+ # add_settings_field('cn_position', __('Position', 'cookie-notice'), array($this, 'cn_position'), 'cookie_notice_options', 'cookie_notice_design');
148
+ # wpml-name: 1afa74da05ca145d3418aad9af510109
149
+ msgid "Design"
150
+ msgstr "עיצוב"
151
+
152
+ # add_settings_field('cn_time', __('Cookie expiry', 'cookie-notice'), array($this, 'cn_time'), 'cookie_notice_options', 'cookie_notice_configuration');
153
+ # add_settings_field('cn_deactivation_delete', __('Deactivation', 'cookie-notice'), array($this, 'cn_deactivation_delete'), 'cookie_notice_options', 'cookie_notice_configuration');
154
+ #
155
+ # wpml-name: 142b518220d1a501f6ebc72daf0c218d
156
+ msgid "Deactivation"
157
+ msgstr "כיבוי"
158
+
159
+ # add_settings_field('cn_see_more', __('More info', 'cookie-notice'), array($this, 'cn_see_more'), 'cookie_notice_options', 'cookie_notice_configuration');
160
+ # add_settings_field('cn_time', __('Cookie expiry', 'cookie-notice'), array($this, 'cn_time'), 'cookie_notice_options', 'cookie_notice_configuration');
161
+ # add_settings_field('cn_deactivation_delete', __('Deactivation', 'cookie-notice'), array($this, 'cn_deactivation_delete'), 'cookie_notice_options', 'cookie_notice_configuration');
162
+ # wpml-name: 837cf41bb15928f22007fe88693b8b3f
163
+ msgid "Cookie expiry"
164
+ msgstr "תפוגת עוגיה"
165
+
166
+ # add_settings_field('cn_accept_text', __('Button text', 'cookie-notice'), array($this, 'cn_accept_text'), 'cookie_notice_options', 'cookie_notice_configuration');
167
+ # add_settings_field('cn_see_more', __('More info', 'cookie-notice'), array($this, 'cn_see_more'), 'cookie_notice_options', 'cookie_notice_configuration');
168
+ # add_settings_field('cn_time', __('Cookie expiry', 'cookie-notice'), array($this, 'cn_time'), 'cookie_notice_options', 'cookie_notice_configuration');
169
+ # wpml-name: 71948aa4f6e12cdaa5e2e63a5eb8f142
170
+ msgid "More info"
171
+ msgstr "מידע נוסף"
172
+
173
+ # <input type="text" name="cookie_notice_options[see_more_opt][text]" value="'.esc_attr($this->options['general']['see_more_opt']['text']).'" />
174
+ # <p class="description">'.__('Button text', 'cookie-notice').'</p>
175
+ # <div id="cn_see_more_opt_custom_link">';
176
+ # wpml-name: 111082bb18b636c4493e0370dce09f00
177
+ msgid "Button text"
178
+ msgstr "טקסט כפתור"
179
+
180
+ # add_settings_section('cookie_notice_configuration', __('Configuration', 'cookie-notice'), '', 'cookie_notice_options');
181
+ # add_settings_field('cn_message_text', __('Message', 'cookie-notice'), array($this, 'cn_message_text'), 'cookie_notice_options', 'cookie_notice_configuration');
182
+ # add_settings_field('cn_accept_text', __('Button text', 'cookie-notice'), array($this, 'cn_accept_text'), 'cookie_notice_options', 'cookie_notice_configuration');
183
+ # wpml-name: 4c2a8fe7eaf24721cc7a9f0175115bd4
184
+ msgid "Message"
185
+ msgstr "הודעה"
186
+
187
+ # // configuration
188
+ # add_settings_section('cookie_notice_configuration', __('Configuration', 'cookie-notice'), '', 'cookie_notice_options');
189
+ # add_settings_field('cn_message_text', __('Message', 'cookie-notice'), array($this, 'cn_message_text'), 'cookie_notice_options', 'cookie_notice_configuration');
190
+ # wpml-name: 254f642527b45bc260048e30704edb39
191
+ msgid "Configuration"
192
+ msgstr "הגדרה"
193
+
194
+ # __('Blog about it & link to the', 'cookie-notice').' <a href="http://dfactory.eu/plugins/cookie-notice/" target="_blank" title="'.__('plugin page', 'cookie-notice').'">'.__('plugin page', 'cookie-notice').'</a><br />'.
195
+ # __('Check out our other', 'cookie-notice').' <a href="http://dfactory.eu/plugins/" target="_blank" title="'.__('WordPress plugins', 'cookie-notice').'">'.__('WordPress plugins', 'cookie-notice').'</a>
196
+ # </p>
197
+ # wpml-name: b5f7ccb06aac73d562f608432419984f
198
+ msgid "WordPress plugins"
199
+ msgstr "תוספי וורדפרס"
200
+
201
+ # __('Blog about it & link to the', 'cookie-notice').' <a href="http://dfactory.eu/plugins/cookie-notice/" target="_blank" title="'.__('plugin page', 'cookie-notice').'">'.__('plugin page', 'cookie-notice').'</a><br />'.
202
+ # __('Check out our other', 'cookie-notice').' <a href="http://dfactory.eu/plugins/" target="_blank" title="'.__('WordPress plugins', 'cookie-notice').'">'.__('WordPress plugins', 'cookie-notice').'</a>
203
+ # </p>
204
+ # wpml-name: d441f42d18b3436b5dced81f65942cb3
205
+ msgid "Check out our other"
206
+ msgstr "בדוק עוד"
207
+
208
+ # <p class="inner"><a href="http://wordpress.org/support/view/plugin-reviews/cookie-notice" target="_blank" title="'.__('Rate it 5', 'cookie-notice').'">'.__('Rate it 5', 'cookie-notice').'</a> '.__('on WordPress.org', 'cookie-notice').'<br />'.
209
+ # __('Blog about it & link to the', 'cookie-notice').' <a href="http://dfactory.eu/plugins/cookie-notice/" target="_blank" title="'.__('plugin page', 'cookie-notice').'">'.__('plugin page', 'cookie-notice').'</a><br />'.
210
+ # __('Check out our other', 'cookie-notice').' <a href="http://dfactory.eu/plugins/" target="_blank" title="'.__('WordPress plugins', 'cookie-notice').'">'.__('WordPress plugins', 'cookie-notice').'</a>
211
+ # wpml-name: aea33adedbe687186a07d5eeb8f7532d
212
+ msgid "plugin page"
213
+ msgstr "עמוד התוסף"
214
+
215
+ # <p class="inner"><a href="http://wordpress.org/support/view/plugin-reviews/cookie-notice" target="_blank" title="'.__('Rate it 5', 'cookie-notice').'">'.__('Rate it 5', 'cookie-notice').'</a> '.__('on WordPress.org', 'cookie-notice').'<br />'.
216
+ # __('Blog about it & link to the', 'cookie-notice').' <a href="http://dfactory.eu/plugins/cookie-notice/" target="_blank" title="'.__('plugin page', 'cookie-notice').'">'.__('plugin page', 'cookie-notice').'</a><br />'.
217
+ # __('Check out our other', 'cookie-notice').' <a href="http://dfactory.eu/plugins/" target="_blank" title="'.__('WordPress plugins', 'cookie-notice').'">'.__('WordPress plugins', 'cookie-notice').'</a>
218
+ # wpml-name: 12c59d2144988f54887561fd5d07bd15
219
+ msgid "Blog about it & link to the"
220
+ msgstr "פרסם את זה וקשר ל"
221
+
222
+ # <h4 class="inner">'.__('Do you like this plugin?', 'cookie-notice').'</h4>
223
+ # <p class="inner"><a href="http://wordpress.org/support/view/plugin-reviews/cookie-notice" target="_blank" title="'.__('Rate it 5', 'cookie-notice').'">'.__('Rate it 5', 'cookie-notice').'</a> '.__('on WordPress.org', 'cookie-notice').'<br />'.
224
+ # __('Blog about it & link to the', 'cookie-notice').' <a href="http://dfactory.eu/plugins/cookie-notice/" target="_blank" title="'.__('plugin page', 'cookie-notice').'">'.__('plugin page', 'cookie-notice').'</a><br />'.
225
+ # wpml-name: a56dc830655cfe3ea6ec18bed27290b2
226
+ msgid "on WordPress.org"
227
+ msgstr "ב WordPress.org"
228
+
229
+ # <h4 class="inner">'.__('Do you like this plugin?', 'cookie-notice').'</h4>
230
+ # <p class="inner"><a href="http://wordpress.org/support/view/plugin-reviews/cookie-notice" target="_blank" title="'.__('Rate it 5', 'cookie-notice').'">'.__('Rate it 5', 'cookie-notice').'</a> '.__('on WordPress.org', 'cookie-notice').'<br />'.
231
+ # __('Blog about it & link to the', 'cookie-notice').' <a href="http://dfactory.eu/plugins/cookie-notice/" target="_blank" title="'.__('plugin page', 'cookie-notice').'">'.__('plugin page', 'cookie-notice').'</a><br />'.
232
+ # wpml-name: b9933f69a39bb5385a7533195b9ddb1c
233
+ msgid "Rate it 5"
234
+ msgstr "תן דירוג 5"
235
+
236
+ # <hr />
237
+ # <h4 class="inner">'.__('Do you like this plugin?', 'cookie-notice').'</h4>
238
+ # <p class="inner"><a href="http://wordpress.org/support/view/plugin-reviews/cookie-notice" target="_blank" title="'.__('Rate it 5', 'cookie-notice').'">'.__('Rate it 5', 'cookie-notice').'</a> '.__('on WordPress.org', 'cookie-notice').'<br />'.
239
+ # wpml-name: acee3a6f37049e783fd1a4f32d91ecf2
240
+ msgid "Do you like this plugin?"
241
+ msgstr "אתה אוהב את התוסף הזה?"
242
+
243
+ # <h4 class="inner">'.__('Need support?', 'cookie-notice').'</h4>
244
+ # <p class="inner">'.__('If you are having problems with this plugin, please talk about them in the', 'cookie-notice').' <a href="http://dfactory.eu/support/" target="_blank" title="'.__('Support forum', 'cookie-notice').'">'.__('Support forum', 'cookie-notice').'</a></p>
245
+ # <hr />
246
+ # wpml-name: cc1f1c9c830fc864d17ca868906b9888
247
+ msgid "Support forum"
248
+ msgstr "פורום תמיכה"
249
+
250
+ # <h4 class="inner">'.__('Need support?', 'cookie-notice').'</h4>
251
+ # <p class="inner">'.__('If you are having problems with this plugin, please talk about them in the', 'cookie-notice').' <a href="http://dfactory.eu/support/" target="_blank" title="'.__('Support forum', 'cookie-notice').'">'.__('Support forum', 'cookie-notice').'</a></p>
252
+ # <hr />
253
+ # wpml-name: 59f672d449c7bf54a3bc0a52a15bb1ef
254
+ msgid "If you are having problems with this plugin, please talk about them in the"
255
+ msgstr "אם יש לך בעיות עם התוסף הזה, נא לדון בהם ב"
256
+
257
+ # <div class="inside">
258
+ # <h4 class="inner">'.__('Need support?', 'cookie-notice').'</h4>
259
+ # <p class="inner">'.__('If you are having problems with this plugin, please talk about them in the', 'cookie-notice').' <a href="http://dfactory.eu/support/" target="_blank" title="'.__('Support forum', 'cookie-notice').'">'.__('Support forum', 'cookie-notice').'</a></p>
260
+ # wpml-name: 1ce6a536b250322c39855d2bc9196576
261
+ msgid "Need support?"
262
+ msgstr "צריך תמיכה?"
263
+
264
+ # <div class="df-credits">
265
+ # <h3 class="hndle">'.__('Cookie Notice', 'cookie-notice').' '.$this->defaults['version'].'</h3>
266
+ # <div class="inside">
267
+ # wpml-name: a0dd9ead97a73e120c35cca002b4afbb
268
+ msgid "Cookie Notice"
269
+ msgstr "Cookie Notice"
270
+
271
+ # $this->options['general']['accept_text'] = sanitize_text_field(__('Ok', 'cookie-notice'));
272
+ # $this->options['general']['see_more_opt']['text'] = sanitize_text_field(__('Read more', 'cookie-notice'));
273
+ #
274
+ # wpml-name: 43340e6cc4e88197d57f8d6d5ea50a46
275
+ msgid "Read more"
276
+ msgstr "קרא עוד"
277
+
278
+ # $this->options['general']['message_text'] = esc_textarea(__('We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.', 'cookie-notice'));
279
+ # $this->options['general']['accept_text'] = sanitize_text_field(__('Ok', 'cookie-notice'));
280
+ # $this->options['general']['see_more_opt']['text'] = sanitize_text_field(__('Read more', 'cookie-notice'));
281
+ # wpml-name: a60852f204ed8028c1c58808b746d115
282
+ msgid "Ok"
283
+ msgstr "בסדר"
284
+
285
+ #
286
+ # $this->options['general']['message_text'] = esc_textarea(__('We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.', 'cookie-notice'));
287
+ # $this->options['general']['accept_text'] = sanitize_text_field(__('Ok', 'cookie-notice'));
288
+ # wpml-name: e304e6a8aefea2944579a65da78edf29
289
+ msgid "We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it."
290
+ msgstr "אנו משתמשים בעוגיות כדי להבטיח שאנו נותנים לך את חוויית השימוש הטובה ביותר באתר. אם אתה ממשיך להשתמש באתר אנו נניח שאתה מסכים עם זה."
291
+
292
+ # 'fade' => __('Fade', 'cookie-notice'),
293
+ # 'slide' => __('Slide', 'cookie-notice')
294
+ # );
295
+ # wpml-name: 6160a53ece50ce6d4f5ef4452549835e
296
+ msgid "Slide"
297
+ msgstr "החלקה"
298
+
299
+ # 'none' => __('None', 'cookie-notice'),
300
+ # 'fade' => __('Fade', 'cookie-notice'),
301
+ # 'slide' => __('Slide', 'cookie-notice')
302
+ # wpml-name: 04e0385c10aefee8e4681617d2f3ef40
303
+ msgid "Fade"
304
+ msgstr "עמעם"
305
+
306
+ # 'year' => array(__('1 year', 'cookie-notice'), 31536000),
307
+ # 'infinity' => array(__('infinity', 'cookie-notice'), 31337313373)
308
+ # );
309
+ # wpml-name: f2fdee93271556e428dd9507b3da7235
310
+ msgid "infinity"
311
+ msgstr "אינסופי"
312
+
313
+ # '6months' => array(__('6 months', 'cookie-notice'), 15811200),
314
+ # 'year' => array(__('1 year', 'cookie-notice'), 31536000),
315
+ # 'infinity' => array(__('infinity', 'cookie-notice'), 31337313373)
316
+ # wpml-name: ca4c73c1f333c437a47c58afd0623530
317
+ msgid "1 year"
318
+ msgstr "שנה אחת"
319
+
320
+ # '3months' => array(__('3 months', 'cookie-notice'), 7862400),
321
+ # '6months' => array(__('6 months', 'cookie-notice'), 15811200),
322
+ # 'year' => array(__('1 year', 'cookie-notice'), 31536000),
323
+ # wpml-name: 9f7aa8ce719604f269027cacec634cf1
324
+ msgid "6 months"
325
+ msgstr "6 חודשים"
326
+
327
+ # 'month' => array(__('1 month', 'cookie-notice'), 2592000),
328
+ # '3months' => array(__('3 months', 'cookie-notice'), 7862400),
329
+ # '6months' => array(__('6 months', 'cookie-notice'), 15811200),
330
+ # wpml-name: de0353cab16c9faa68162dffe7b3ec08
331
+ msgid "3 months"
332
+ msgstr "3 חודשים"
333
+
334
+ # 'week' => array(__('1 week', 'cookie-notice'), 604800),
335
+ # 'month' => array(__('1 month', 'cookie-notice'), 2592000),
336
+ # '3months' => array(__('3 months', 'cookie-notice'), 7862400),
337
+ # wpml-name: 1634e66b522edaa910370cc5581a47f1
338
+ msgid "1 month"
339
+ msgstr "חודש אחד"
340
+
341
+ # 'day' => array(__('1 day', 'cookie-notice'), 86400),
342
+ # 'week' => array(__('1 week', 'cookie-notice'), 604800),
343
+ # 'month' => array(__('1 month', 'cookie-notice'), 2592000),
344
+ # wpml-name: 705fbbd6e1667845569c00fd7523d343
345
+ msgid "1 week"
346
+ msgstr "שבוע אחד"
347
+
348
+ # $this->times = array(
349
+ # 'day' => array(__('1 day', 'cookie-notice'), 86400),
350
+ # 'week' => array(__('1 week', 'cookie-notice'), 604800),
351
+ # wpml-name: e3b481d5297f475abc283227bedbd9b9
352
+ msgid "1 day"
353
+ msgstr "יום אחד"
354
+
355
+ # 'text' => __('Text color', 'cookie-notice'),
356
+ # 'bar' => __('Bar color', 'cookie-notice'),
357
+ # );
358
+ # wpml-name: 83c210bcd57be676cfce6aa9b85a9964
359
+ msgid "Bar color"
360
+ msgstr "צבע הסרגל"
361
+
362
+ # $this->colors = array(
363
+ # 'text' => __('Text color', 'cookie-notice'),
364
+ # 'bar' => __('Bar color', 'cookie-notice'),
365
+ # wpml-name: 5f111ae4c490902059da2004cbc8b424
366
+ msgid "Text color"
367
+ msgstr "צבע הטקסט"
368
+
369
+ # 'custom' => __('Custom link', 'cookie-notice'),
370
+ # 'page' => __('Page link', 'cookie-notice')
371
+ # );
372
+ # wpml-name: 42e67358c0d12fdf60b1b969730b6d81
373
+ msgid "Page link"
374
+ msgstr "קישור לעמוד"
375
+
376
+ # $this->links = array(
377
+ # 'custom' => __('Custom link', 'cookie-notice'),
378
+ # 'page' => __('Page link', 'cookie-notice')
379
+ # wpml-name: a7140e841df723ac623f174ba5aa088a
380
+ msgid "Custom link"
381
+ msgstr "התאמת קישור"
382
+
383
+ # 'yes' => __('Enable', 'cookie-notice'),
384
+ # 'no' => __('Disable', 'cookie-notice')
385
+ # );
386
+ # wpml-name: bcfaccebf745acfd5e75351095a5394a
387
+ msgid "Disable"
388
+ msgstr "כיבוי"
389
+
390
+ # $this->choices = array(
391
+ # 'yes' => __('Enable', 'cookie-notice'),
392
+ # 'no' => __('Disable', 'cookie-notice')
393
+ # wpml-name: 2faec1f9f8cc7f8f40d521c4dd574f49
394
+ msgid "Enable"
395
+ msgstr "הפעלה"
396
+
397
+ # 'wp-default' => __('WordPress', 'cookie-notice'),
398
+ # 'bootstrap' => __('Bootstrap', 'cookie-notice')
399
+ # );
400
+ # wpml-name: 6699fc2680f2601917ba69358414fa51
401
+ msgid "Bootstrap"
402
+ msgstr "Bootstrap"
403
+
404
+ # 'none' => __('None', 'cookie-notice'),
405
+ # 'wp-default' => __('WordPress', 'cookie-notice'),
406
+ # 'bootstrap' => __('Bootstrap', 'cookie-notice')
407
+ # wpml-name: fde31686817fe5029025586d51b35861
408
+ msgid "WordPress"
409
+ msgstr "וורדפרס"
410
+
411
+ # $this->effects = array(
412
+ # 'none' => __('None', 'cookie-notice'),
413
+ # 'fade' => __('Fade', 'cookie-notice'),
414
+ # wpml-name: 6adf97f83acf6453d4a6a4b1070f3754
415
+ msgid "None"
416
+ msgstr "ללא"
417
+
418
+ # 'top' => __('Top', 'cookie-notice'),
419
+ # 'bottom' => __('Bottom', 'cookie-notice')
420
+ # );
421
+ # wpml-name: 2ad9d63b69c4a10a5cc9cad923133bc4
422
+ msgid "Bottom"
423
+ msgstr "למטה"
424
+
425
+ # $this->positions = array(
426
+ # 'top' => __('Top', 'cookie-notice'),
427
+ # 'bottom' => __('Bottom', 'cookie-notice')
428
+ # wpml-name: a4ffdcf0dc1f31b9acaf295d75b51d00
429
+ msgid "Top"
430
+ msgstr "למעלה"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.dfactory.eu/
4
  Tags: cookie, cookies, notice, notification, notify, cookie, cookie compliance, cookie law, eu cookie, privacy, privacy directive, consent, Bootstrap
5
  Requires at least: 3.3
6
  Tested up to: 4.1
7
- Stable tag: 1.2.16
8
  License: MIT License
9
  License URI: http://opensource.org/licenses/MIT
10
 
@@ -35,6 +35,7 @@ For more information, check out plugin page at [dFactory](http://www.dfactory.eu
35
  * Dutch - by [Heleen van den Bos](http://www.bostekst.nl/)
36
  * French - by [Laura Orsal](http://www.traductrice-independante.fr)
37
  * German - by Alex Ernst
 
38
  * Hungarian - by [Surbma](http://surbma.hu)
39
  * Italian - by [Luca](http://www.lucacicca.it)
40
  * Polish - by Bartosz Arendt
@@ -60,6 +61,9 @@ No questions yet.
60
 
61
  == Changelog ==
62
 
 
 
 
63
  = 1.2.16 =
64
  * Tweak: Dutch translation missing due to a typo
65
 
@@ -132,5 +136,5 @@ Initial release
132
 
133
  == Upgrade Notice ==
134
 
135
- = 1.2.16 =
136
- * Tweak: Dutch translation missing due to a typo
4
  Tags: cookie, cookies, notice, notification, notify, cookie, cookie compliance, cookie law, eu cookie, privacy, privacy directive, consent, Bootstrap
5
  Requires at least: 3.3
6
  Tested up to: 4.1
7
+ Stable tag: 1.2.17
8
  License: MIT License
9
  License URI: http://opensource.org/licenses/MIT
10
 
35
  * Dutch - by [Heleen van den Bos](http://www.bostekst.nl/)
36
  * French - by [Laura Orsal](http://www.traductrice-independante.fr)
37
  * German - by Alex Ernst
38
+ * Hebrew - by [Ahrale Shrem](http://atar4u.com/)
39
  * Hungarian - by [Surbma](http://surbma.hu)
40
  * Italian - by [Luca](http://www.lucacicca.it)
41
  * Polish - by Bartosz Arendt
61
 
62
  == Changelog ==
63
 
64
+ = 1.2.17 =
65
+ * New: Hebrew translation, thanks to [Ahrale Shrem](http://atar4u.com/)
66
+
67
  = 1.2.16 =
68
  * Tweak: Dutch translation missing due to a typo
69
 
136
 
137
  == Upgrade Notice ==
138
 
139
+ = 1.2.17 =
140
+ * New: Hebrew translation, thanks to [Ahrale Shrem](http://atar4u.com/)