WP Content Copy Protection & No Right Click - Version 1.9

Version Description

  • Translation slug is now the same as the plugin slug
  • Arabic translation file included inside the plugin language folder and its also included on wordpress translation plugin page
Download this release

Release Info

Developer wp-buy
Plugin Icon 128x128 WP Content Copy Protection & No Right Click
Version 1.9
Comparing to
See all releases

Code changes from version 1.7.3 to 1.9

admin-core.php CHANGED
@@ -116,8 +116,6 @@ if($post_action == 'update')
116
  ?>
117
  <style>
118
  #aio_admin_main {
119
- text-align:left;
120
- direction:ltr;
121
  padding:10px;
122
  margin: 10px;
123
  background-color: #ffffff;
@@ -173,15 +171,15 @@ background: #FFFFFF;
173
  <?php $admin_email_wccp = get_bloginfo("admin_email"); ?>
174
  <table style="background-image:url(<?php echo $pluginsurl ?>/images/ad.png);background-repeat:no-repeat;" border="0" width="100%" cellspacing="0" cellpadding="0">
175
  <tr>
176
- <td><h2 style="background-color:#FFFFFF;padding:3px;" class="alert-heading"><?php _e("WP Content Protection Plugin Group", 'wccp_free_translation_lang') ?></h2></td>
177
  <td rowspan="2">
178
- <p align="center"><a href="#" onclick="wpccp_dismiss_notice()"><?php _e('Dismiss', 'wccp_free_translation_lang'); ?> </a></td>
179
  </tr>
180
  <tr>
181
  <td style="padding-left: 77px;">
182
  <h4>
183
- <?php echo __("Begin your adventure to improve your WordPress website, Also you will win a ", 'wccp_free_translation_lang') . ' <b style="color:red">' . __("discount codes" , 'wccp_free_translation_lang') . '</b>'; ?>
184
- <button type="button" class="btn btn-primary wpccp_subscribe_btn" onclick='wpccp_open_subscribe_page();'> <?php _e("Start it!", 'wccp_free_translation_lang'); ?> </button>
185
  </h4>
186
  </td>
187
  </tr>
@@ -212,101 +210,93 @@ if(localStorage.getItem('wpccp_subscribed') =='wpccp_subsbc_user')
212
  <input type="hidden" value="update" name="action">
213
  <div class="simpleTabs">
214
  <ul class="simpleTabsNavigation">
215
- <li><a href="#">Main Settings</a></li>
216
- <li><a href="#">Premium RightClick Protection</a></li>
217
- <li><a href="#">Premium Protection by CSS</a></li>
218
- <li><a href="#">More with pro</a></li>
219
  </ul>
220
  <div class="simpleTabsContent">
221
  <table border="0" width="100%" cellspacing="0" cellpadding="0">
222
  <tr>
223
  <td width="77%">
224
- <h4>Copy Protection using JavaScript (<font color="#008000">Basic Layer</font>):</h4>
225
- <p><font face="Tahoma" size="2">This is the basic protection layer that uses
226
- <u>JavaScript</u> to protect the posts, home page content from being copied by any other
227
- web site author.</font></p>
228
  <table border="0" width="100%" cellspacing="0" cellpadding="0">
229
  <tr>
230
  <td width="60%">
231
- <div style="float: left;padding: 4px" id="layer3">
232
  <table border="0" width="100%" height="320" cellspacing="0" cellpadding="0">
233
  <tr>
234
- <td width="221" height="33"><font face="Tahoma" size="2">Posts protection
235
- by
236
- <u>JavaScript</u></font></td>
237
  <td>
238
  <select size="1" name="single_posts_protection">
239
  <?php
240
  if ($wccp_settings['single_posts_protection'] == 'Enabled')
241
  {
242
- echo '<option selected>Enabled</option>';
243
- echo '<option>Disabled</option>';
244
  }
245
  else
246
  {
247
- echo '<option>Enabled</option>';
248
- echo '<option selected>Disabled</option>';
249
  }
250
  ?>
251
  </select>
252
  </td>
253
- <td align="left">
254
- <p><font face="Tahoma" size="2">&nbsp;For single posts content</font></p></td>
255
  </tr>
256
  <tr>
257
- <td width="221" height="33"><font face="Tahoma" size="2">Homepage
258
- protection
259
- by
260
- <u>JavaScript</u></font></td>
261
  <td>
262
  <select size="1" name="home_page_protection">
263
  <?php
264
  if ($wccp_settings['home_page_protection'] == 'Enabled')
265
  {
266
- echo '<option selected>Enabled</option>';
267
- echo '<option>Disabled</option>';
268
  }
269
  else
270
  {
271
- echo '<option>Enabled</option>';
272
- echo '<option selected>Disabled</option>';
273
  }
274
  ?>
275
  </select>
276
  </td>
277
- <td align="left">
278
- <p><font face="Tahoma" size="2">&nbsp;Don't copy any thing!
279
- even from my homepage</font></td>
280
  </tr>
281
  <tr>
282
- <td width="221" height="33"><font face="Tahoma" size="2">Static page's protection</font></td>
283
  <td>
284
  <select size="1" name="page_protection">
285
  <?php
286
  if ($wccp_settings['page_protection'] == 'Enabled')
287
  {
288
- echo '<option selected>Enabled</option>';
289
- echo '<option>Disabled</option>';
290
  }
291
  else
292
  {
293
- echo '<option selected>Disabled</option>';
294
- echo '<option>Enabled</option>';
295
  }
296
  ?>
297
  </select></td>
298
- <td align="left">
299
- <p><font face="Tahoma" size="2">&nbsp;Use Premium Settings tab to customize more options</font></td>
300
  </tr>
301
  <tr>
302
- <td width="221" height="33"><font face="Tahoma" size="2">Exclude <u>Admin</u> from protection</font></td>
 
 
303
  <td>
304
- <p align="center"><font color="#FF0000">Premium</font></td>
305
- <td align="left">
306
- <font face="Tahoma" size="2">&nbsp;If <u>Yes</u>, The protection functions will be inactive for the admin when he is logged in</font></td>
307
  </tr>
308
  <tr>
309
- <td width="221" height="33"><font face="Tahoma" size="2">Selection disabled message</font></td>
310
  <td colspan="2">
311
  <table border="0" width="59%" cellspacing="0" cellpadding="0">
312
  <tr>
@@ -317,7 +307,7 @@ if(localStorage.getItem('wpccp_subscribed') =='wpccp_subsbc_user')
317
  </td>
318
  </tr>
319
  <tr>
320
- <td width="221" height="33"><font face="Tahoma" size="2">Print preview message</font></td>
321
  <td colspan="2">
322
  <table border="0" width="99%" cellspacing="0" cellpadding="0">
323
  <tr>
@@ -335,37 +325,31 @@ if(localStorage.getItem('wpccp_subscribed') =='wpccp_subsbc_user')
335
  </tr>
336
  </table></div>
337
  <div class="simpleTabsContent">
338
- <h4>Copy Protection on RightClick (<font color="#008000">Premium Layer 2</font>):</h4>
339
- <p><font face="Tahoma" size="2">In this protection layer your visitors will
340
- be able to <u>right click</u> on a specific page elements only (such as
341
- Links as an example)</font></p>
342
  <div id="layer4">
343
  <table border="0" width="100%" height="361" cellspacing="0" cellpadding="0">
344
  <tr>
345
- <td height="53" width="21%"><font face="Tahoma" size="2">Disable <u>RightClick</u> on</font></td>
346
  <td height="53">
347
  <table border="0" width="521" height="100%" cellspacing="1" cellpadding="0">
348
  <tr>
349
  <td width="161" height="46">
350
  <label class="checkbox" for="checkbox1">
351
  <font face="Tahoma">
352
- <input data-toggle="checkbox" type="checkbox" name="right_click_protection_posts" value="checked" <?php echo $wccp_settings['right_click_protection_posts']; ?>><font size="2">Posts
353
- </font></font>
354
  </label>
355
  </td>
356
  <td width="161" height="46">
357
  <label class="checkbox" for="checkbox1">
358
  <font face="Tahoma">
359
- <input data-toggle="checkbox" type="checkbox" name="right_click_protection_homepage" value="checked" <?php echo $wccp_settings['right_click_protection_homepage']; ?>><font size="2">HomePage
360
- </font></font>
361
  </label>
362
  </td>
363
  <td width="185" height="46">
364
  <label class="checkbox" for="checkbox1">
365
  <font face="Tahoma">
366
- <input data-toggle="checkbox" type="checkbox" name="right_click_protection_pages" value="checked" <?php echo $wccp_settings['right_click_protection_pages']; ?>><font size="2">Static
367
- pages
368
- </font></font>
369
  </label>
370
  </td>
371
  </tr>
@@ -374,12 +358,11 @@ if(localStorage.getItem('wpccp_subscribed') =='wpccp_subsbc_user')
374
  </tr>
375
  <tr>
376
  <td height="44" colspan="2">
377
- <p align="left"><font color="#FF0000" face="Tahoma" size="2">
378
- Remaining premium options preview image </font>
379
  <img src="<?php echo $pluginsurl ?>/images/click-here-arrow.png" id="irc_mi">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
380
  <b><font color="#0909FF"><u>
381
  <a href="http://www.wp-buy.com/product/wp-content-copy-protection-pro/">
382
- <font color="#0909FF">Preview &amp; Pricing</font></a></u></font></b>
383
  </td>
384
  </tr>
385
  <tr>
@@ -391,52 +374,48 @@ if(localStorage.getItem('wpccp_subscribed') =='wpccp_subsbc_user')
391
  </table></div>
392
  </div>
393
  <div class="simpleTabsContent">
394
- <h4>Protection by CSS Techniques (<font color="#008000">Premium Layer 3</font>):</h4>
395
- <p><font face="Tahoma" size="2">In this protection layer your website will
396
- be protected by some <u>CSS</u> tricks that will word even if <u>JavaScript</u>
397
- is disabled from the browser settings</font></p>
398
  <table border="0" width="100%" cellspacing="0" cellpadding="0">
399
  <tr>
400
  <td width="60%">
401
- <div style="float: left;padding: 4px" id="layer5">
402
  <table border="0" width="100%" height="232" cellspacing="0" cellpadding="0">
403
  <tr>
404
- <td width="221" height="74"><font face="Tahoma" size="2"><b>Home Page</b> Protection by CSS</font></td>
405
- <td height="74">
406
  <select size="1" name="home_css_protection">
407
  <?php
408
  if ($wccp_settings['home_css_protection'] == 'Enabled')
409
  {
410
- echo '<option selected>Enabled</option>';
411
- echo '<option>Disabled</option>';
412
  }
413
  else
414
  {
415
- echo '<option>Enabled</option>';
416
- echo '<option selected>Disabled</option>';
417
  }
418
  ?>
419
  </select>
420
  </td>
421
- <td align="left" height="74">
422
- <font face="Tahoma" size="2">Protect your Homepage by CSS tricks</font></td>
423
  </tr>
424
  <tr>
425
- <td width="221" height="77"><font face="Tahoma" size="2"><b>Posts</b> Protection by CSS</font></td>
426
- <td align="center">
427
- <font color="#FF0000">Premium </font>
428
  </td>
429
- <td align="left">
430
- <font face="Tahoma" size="2">Protect your single posts by CSS tricks</font></td>
431
  </tr>
432
  <tr>
433
- <td width="221"><font face="Tahoma" size="2"><b>Pages</b> Protection by CSS</font></td>
434
- <td align="center">
435
- <font color="#FF0000">Premium&nbsp;
436
-
437
- </font>
438
  </td>
439
- <td align="left"><font face="Tahoma" size="2">Protect your static pages by CSS tricks</font></td>
440
  </tr>
441
  </table></div>
442
  </td>
@@ -458,56 +437,36 @@ if(localStorage.getItem('wpccp_subscribed') =='wpccp_subsbc_user')
458
  </a>
459
  <p></p>
460
  <p><b><font face="Tahoma" size="2" color="#FFFFFF">
461
- <span style="background-color: #008000">Basic features:</span></font></b></p>
462
  <ul>
463
- <li><font style="font-size: 10pt" face="Tahoma">Protect your content
464
- from selection and copy. this plugin makes protecting your posts
465
- extremely simple without yelling at your readers</font></li>
466
- <li><font style="font-size: 10pt" face="Tahoma">No one can save
467
- images from your site.</font></li>
468
- <li><font style="font-size: 10pt" face="Tahoma">No right click or
469
- context menu.</font></li>
470
- <li><font style="font-size: 10pt" face="Tahoma">Show alert message,
471
- Image Ad or HTML Ad on save images or right click.</font></li>
472
- <li><font style="font-size: 10pt" face="Tahoma">Disable the
473
- following keys&nbsp; CTRL+A, CTRL+C, CTRL+X,CTRL+S or CTRL+V.</font></li>
474
- <li><font style="font-size: 10pt" face="Tahoma">Advanced and easy to
475
- use control panel.</font></li>
476
- <li><font style="font-size: 10pt" face="Tahoma">No one can right
477
- click images on your site if you want</font></li>
478
  </ul>
479
  <p><b><font face="Tahoma" size="2" color="#FFFFFF">
480
- <span style="background-color: #5B2473">Premium features:</span></font></b></p>
481
  <ul>
482
- <li><font style="font-size: 10pt" face="Tahoma">Get full Control on
483
- Right click or context menu</font></li>
484
- <li><font style="font-size: 10pt" face="Tahoma">Full watermarking</font></li>
485
- <li><font style="font-size: 10pt" face="Tahoma">Show alert messages,
486
- when user made right click on images, text boxes, links, plain
487
- text.. etc</font></li>
488
- <li><font style="font-size: 10pt" face="Tahoma">Admin can exclude
489
- Home page Or Single posts from being copy protected </font></li>
490
- <li><font style="font-size: 10pt" face="Tahoma">Admin can disable
491
- copy protection for admin users.</font></li>
492
- <li><font face="Tahoma" size="2">3 protection layers (JavaScript
493
- protection, RightClick protection, CSS protection)</font></li>
494
- <li><font style="font-size: 10pt" face="Tahoma">Aggressive image
495
- protection (its near impossible for expert users to steal
496
- your images !!)</font></li>
497
- <li><font style="font-size: 10pt" face="Tahoma">compatible with all
498
- major theme frameworks</font></li>
499
- <li><font style="font-size: 10pt" face="Tahoma">compatible with all major browsers</font></li>
500
- <li><font style="font-size: 10pt" face="Tahoma">Tested in IE9, IE10,
501
- Firefox, Google Chrome, Opera</font></li>
502
- <li><font style="font-size: 10pt" face="Tahoma">Disables image drag
503
- and drop function</font></li>
504
- <li><font style="font-size: 10pt" face="Tahoma">Works on smart
505
- phones.</font></li>
506
- <li><font style="font-size: 10pt" face="Tahoma">Ability to set
507
- varying levels of protection per page or post.</font></li>
508
  </ul>
 
509
  </div>
510
  </div><!-- simple tabs div end -->
511
- <p align="right"><input class="btn btn-success" type="submit" value=" Save Settings " name="B4" style="width: 193; height: 29;">&nbsp;&nbsp;</p>
512
  </form>
513
  </div>
116
  ?>
117
  <style>
118
  #aio_admin_main {
 
 
119
  padding:10px;
120
  margin: 10px;
121
  background-color: #ffffff;
171
  <?php $admin_email_wccp = get_bloginfo("admin_email"); ?>
172
  <table style="background-image:url(<?php echo $pluginsurl ?>/images/ad.png);background-repeat:no-repeat;" border="0" width="100%" cellspacing="0" cellpadding="0">
173
  <tr>
174
+ <td><h2 style="background-color:#FFFFFF;padding:3px;" class="alert-heading"><?php _e("WP Content Protection Plugin Group", 'wp-content-copy-protector') ?></h2></td>
175
  <td rowspan="2">
176
+ <p align="center"><a href="#" onclick="wpccp_dismiss_notice()"><?php _e('Dismiss', 'wp-content-copy-protector'); ?> </a></td>
177
  </tr>
178
  <tr>
179
  <td style="padding-left: 77px;">
180
  <h4>
181
+ <?php echo __("Begin your adventure to improve your WordPress website, Also you will win a ", 'wp-content-copy-protector') . ' <b style="color:red">' . __("discount codes" , 'wp-content-copy-protector') . '</b>'; ?>
182
+ <button type="button" class="btn btn-primary wpccp_subscribe_btn" onclick='wpccp_open_subscribe_page();'> <?php _e("Start it!", 'wp-content-copy-protector'); ?> </button>
183
  </h4>
184
  </td>
185
  </tr>
210
  <input type="hidden" value="update" name="action">
211
  <div class="simpleTabs">
212
  <ul class="simpleTabsNavigation">
213
+ <li><a href="#"><?php _e('Main Settings','wp-content-copy-protector'); ?></a></li>
214
+ <li><a href="#"><?php _e('Premium RightClick Protection','wp-content-copy-protector'); ?></a></li>
215
+ <li><a href="#"><?php _e('Premium Protection by CSS','wp-content-copy-protector'); ?></a></li>
216
+ <li><a href="#"><?php _e('More with pro','wp-content-copy-protector'); ?></a></li>
217
  </ul>
218
  <div class="simpleTabsContent">
219
  <table border="0" width="100%" cellspacing="0" cellpadding="0">
220
  <tr>
221
  <td width="77%">
222
+ <h4><?php _e('Copy Protection using JavaScript','wp-content-copy-protector'); ?> (<font color="#008000"><?php _e('Basic Layer','wp-content-copy-protector'); ?></font>):</h4>
223
+ <p><font face="Tahoma" size="2"><?php _e('This is the basic protection layer that uses <u>JavaScript</u> to protect the posts, home page content from being copied by any other web site author.','wp-content-copy-protector'); ?></font></p>
 
 
224
  <table border="0" width="100%" cellspacing="0" cellpadding="0">
225
  <tr>
226
  <td width="60%">
227
+ <div style="float: auto;padding: 4px" id="layer3">
228
  <table border="0" width="100%" height="320" cellspacing="0" cellpadding="0">
229
  <tr>
230
+ <td width="221" height="33"><font face="Tahoma" size="2"><?php _e('Posts protection by <u>JavaScript</u>','wp-content-copy-protector'); ?></font></td>
 
 
231
  <td>
232
  <select size="1" name="single_posts_protection">
233
  <?php
234
  if ($wccp_settings['single_posts_protection'] == 'Enabled')
235
  {
236
+ echo '<option selected value="Enabled">'. __('Enabled','wp-content-copy-protector') .'</option>';
237
+ echo '<option value="Disabled">'. __('Disabled','wp-content-copy-protector') .'</option>';
238
  }
239
  else
240
  {
241
+ echo '<option value="Enabled">'. __('Enabled','wp-content-copy-protector') .'</option>';
242
+ echo '<option selected value="Disabled">'. __('Disabled','wp-content-copy-protector') .'</option>';
243
  }
244
  ?>
245
  </select>
246
  </td>
247
+ <td>
248
+ <p><font face="Tahoma" size="2"><?php _e('For single posts content','wp-content-copy-protector'); ?></font></p></td>
249
  </tr>
250
  <tr>
251
+ <td width="221" height="33"><font face="Tahoma" size="2"><?php _e('Homepage protection by <u>JavaScript</u>','wp-content-copy-protector'); ?></font></td>
 
 
 
252
  <td>
253
  <select size="1" name="home_page_protection">
254
  <?php
255
  if ($wccp_settings['home_page_protection'] == 'Enabled')
256
  {
257
+ echo '<option selected value="Enabled">'. __('Enabled','wp-content-copy-protector') .'</option>';
258
+ echo '<option value="Disabled">'. __('Disabled','wp-content-copy-protector') .'</option>';
259
  }
260
  else
261
  {
262
+ echo '<option value="Enabled">'. __('Enabled','wp-content-copy-protector') .'</option>';
263
+ echo '<option selected value="Disabled">'. __('Disabled','wp-content-copy-protector') .'</option>';
264
  }
265
  ?>
266
  </select>
267
  </td>
268
+ <td>
269
+ <p><font face="Tahoma" size="2"><?php _e('Don\'t copy any thing! even from my homepage','wp-content-copy-protector'); ?></font></td>
 
270
  </tr>
271
  <tr>
272
+ <td width="221" height="33"><font face="Tahoma" size="2"><?php _e('Static page\'s protection','wp-content-copy-protector'); ?></font></td>
273
  <td>
274
  <select size="1" name="page_protection">
275
  <?php
276
  if ($wccp_settings['page_protection'] == 'Enabled')
277
  {
278
+ echo '<option selected value="Enabled">'. __('Enabled','wp-content-copy-protector') .'</option>';
279
+ echo '<option value="Disabled">'. __('Disabled','wp-content-copy-protector') .'</option>';
280
  }
281
  else
282
  {
283
+ echo '<option selected value="Disabled">'. __('Disabled','wp-content-copy-protector') .'</option>';
284
+ echo '<option value="Enabled">'. __('Enabled','wp-content-copy-protector') .'</option>';
285
  }
286
  ?>
287
  </select></td>
288
+ <td>
289
+ <p><font face="Tahoma" size="2"><?php _e('Use Premium Settings tab to customize more options','wp-content-copy-protector'); ?></font></td>
290
  </tr>
291
  <tr>
292
+ <td width="221" height="33"><font face="Tahoma" size="2"><?php _e('Exclude <u>Admin</u> from protection','wp-content-copy-protector'); ?></font></td>
293
+ <td width="88px">
294
+ <p align="center"><font color="#FF0000"><?php _e('Premium','wp-content-copy-protector'); ?></font></td>
295
  <td>
296
+ <font face="Tahoma" size="2"><?php _e('If <u>Yes</u>, The protection functions will be inactive for the admin when he is logged in','wp-content-copy-protector'); ?></font></td>
 
 
297
  </tr>
298
  <tr>
299
+ <td width="221" height="33"><font face="Tahoma" size="2"><?php _e('Selection disabled message','wp-content-copy-protector'); ?></font></td>
300
  <td colspan="2">
301
  <table border="0" width="59%" cellspacing="0" cellpadding="0">
302
  <tr>
307
  </td>
308
  </tr>
309
  <tr>
310
+ <td width="221" height="33"><font face="Tahoma" size="2"><?php _e('Print preview message','wp-content-copy-protector'); ?></font></td>
311
  <td colspan="2">
312
  <table border="0" width="99%" cellspacing="0" cellpadding="0">
313
  <tr>
325
  </tr>
326
  </table></div>
327
  <div class="simpleTabsContent">
328
+ <h4><?php _e('Copy Protection on RightClick','wp-content-copy-protector'); ?> (<font color="#008000"><?php _e('Premium Layer 2','wp-content-copy-protector'); ?></font>):</h4>
329
+ <p><font face="Tahoma" size="2"><?php _e('In this protection layer your visitors will be able to <u>right click</u> on a specific page elements only (such as Links as an example)','wp-content-copy-protector'); ?></font></p>
 
 
330
  <div id="layer4">
331
  <table border="0" width="100%" height="361" cellspacing="0" cellpadding="0">
332
  <tr>
333
+ <td height="53" width="21%"><font face="Tahoma" size="2"><?php _e('Disable <u>RightClick</u> on','wp-content-copy-protector'); ?></font></td>
334
  <td height="53">
335
  <table border="0" width="521" height="100%" cellspacing="1" cellpadding="0">
336
  <tr>
337
  <td width="161" height="46">
338
  <label class="checkbox" for="checkbox1">
339
  <font face="Tahoma">
340
+ <input data-toggle="checkbox" type="checkbox" name="right_click_protection_posts" value="checked" <?php echo $wccp_settings['right_click_protection_posts']; ?>><font size="2"><?php _e('Posts','wp-content-copy-protector'); ?></font></font>
 
341
  </label>
342
  </td>
343
  <td width="161" height="46">
344
  <label class="checkbox" for="checkbox1">
345
  <font face="Tahoma">
346
+ <input data-toggle="checkbox" type="checkbox" name="right_click_protection_homepage" value="checked" <?php echo $wccp_settings['right_click_protection_homepage']; ?>><font size="2"><?php _e('HomePage','wp-content-copy-protector'); ?></font></font>
 
347
  </label>
348
  </td>
349
  <td width="185" height="46">
350
  <label class="checkbox" for="checkbox1">
351
  <font face="Tahoma">
352
+ <input data-toggle="checkbox" type="checkbox" name="right_click_protection_pages" value="checked" <?php echo $wccp_settings['right_click_protection_pages']; ?>><font size="2"><?php _e('Static pages','wp-content-copy-protector'); ?></font></font>
 
 
353
  </label>
354
  </td>
355
  </tr>
358
  </tr>
359
  <tr>
360
  <td height="44" colspan="2">
361
+ <p><font color="#FF0000" face="Tahoma" size="2"><?php _e('Remaining premium options preview image ','wp-content-copy-protector'); ?></font>
 
362
  <img src="<?php echo $pluginsurl ?>/images/click-here-arrow.png" id="irc_mi">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
363
  <b><font color="#0909FF"><u>
364
  <a href="http://www.wp-buy.com/product/wp-content-copy-protection-pro/">
365
+ <font color="#0909FF"><?php _e('Preview & Pricing','wp-content-copy-protector'); ?></font></a></u></font></b>
366
  </td>
367
  </tr>
368
  <tr>
374
  </table></div>
375
  </div>
376
  <div class="simpleTabsContent">
377
+ <h4><?php _e('Protection by CSS Techniques','wp-content-copy-protector'); ?> (<font color="#008000"><?php _e('Premium Layer 3','wp-content-copy-protector'); ?></font>):</h4>
378
+ <p><font face="Tahoma" size="2"><?php _e('In this protection layer your website will be protected by some <u>CSS</u> tricks that will word even if <u>JavaScript</u> is disabled from the browser settings','wp-content-copy-protector'); ?></font></p>
 
 
379
  <table border="0" width="100%" cellspacing="0" cellpadding="0">
380
  <tr>
381
  <td width="60%">
382
+ <div style="float: auto;padding: 4px" id="layer5">
383
  <table border="0" width="100%" height="232" cellspacing="0" cellpadding="0">
384
  <tr>
385
+ <td width="221" height="74"><font face="Tahoma" size="2"><?php _e('<b>Home Page</b> Protection by CSS','wp-content-copy-protector'); ?></font></td>
386
+ <td height="74" width="90">
387
  <select size="1" name="home_css_protection">
388
  <?php
389
  if ($wccp_settings['home_css_protection'] == 'Enabled')
390
  {
391
+ echo '<option selected value="Enabled">'. __('Enabled','wp-content-copy-protector') .'</option>';
392
+ echo '<option value="Disabled">'. __('Disabled','wp-content-copy-protector') .'</option>';
393
  }
394
  else
395
  {
396
+ echo '<option value="Enabled">'. __('Enabled','wp-content-copy-protector') .'</option>';
397
+ echo '<option selected value="Disabled">'. __('Disabled','wp-content-copy-protector') .'</option>';
398
  }
399
  ?>
400
  </select>
401
  </td>
402
+ <td height="74">
403
+ <font face="Tahoma" size="2"><?php _e('Protect your Homepage by CSS tricks','wp-content-copy-protector'); ?></font></td>
404
  </tr>
405
  <tr>
406
+ <td width="221" height="77"><font face="Tahoma" size="2"><?php _e('<b>Posts</b> Protection by CSS','wp-content-copy-protector'); ?></font></td>
407
+ <td width="90" align="center">
408
+ <font color="#FF0000"><?php _e('Premium','wp-content-copy-protector'); ?></font>
409
  </td>
410
+ <td>
411
+ <font face="Tahoma" size="2"><?php _e('Protect your single posts by CSS tricks','wp-content-copy-protector'); ?></font></td>
412
  </tr>
413
  <tr>
414
+ <td width="221"><font face="Tahoma" size="2"><?php _e('<b>Pages</b> Protection by CSS','wp-content-copy-protector'); ?></font></td>
415
+ <td width="90" align="center">
416
+ <font color="#FF0000"><?php _e('Premium','wp-content-copy-protector'); ?></font>
 
 
417
  </td>
418
+ <td><font face="Tahoma" size="2"><?php _e('Protect your static pages by CSS tricks','wp-content-copy-protector'); ?></font></td>
419
  </tr>
420
  </table></div>
421
  </td>
437
  </a>
438
  <p></p>
439
  <p><b><font face="Tahoma" size="2" color="#FFFFFF">
440
+ <span style="background-color: #008000"><?php _e('Basic features:','wp-content-copy-protector'); ?></span></font></b></p>
441
  <ul>
442
+ <li><font style="font-size: 10pt" face="Tahoma"><?php _e('Protect your content from selection and copy. this plugin makes protecting your posts extremely simple without yelling at your readers','wp-content-copy-protector'); ?></font></li>
443
+ <li><font style="font-size: 10pt" face="Tahoma"><?php _e('No one can save images from your site.','wp-content-copy-protector'); ?></font></li>
444
+ <li><font style="font-size: 10pt" face="Tahoma"><?php _e('No right click or context menu.','wp-content-copy-protector'); ?></font></li>
445
+ <li><font style="font-size: 10pt" face="Tahoma"><?php _e('Show alert message, Image Ad or HTML Ad on save images or right click.','wp-content-copy-protector'); ?></font></li>
446
+ <li><font style="font-size: 10pt" face="Tahoma"><?php _e('Disable the following keys','wp-content-copy-protector'); ?> CTRL+A, CTRL+C, CTRL+X,CTRL+S or CTRL+V.</font></li>
447
+ <li><font style="font-size: 10pt" face="Tahoma"><?php _e('Advanced and easy to use control panel.','wp-content-copy-protector'); ?></font></li>
448
+ <li><font style="font-size: 10pt" face="Tahoma"><?php _e('No one can right click images on your site if you want','wp-content-copy-protector'); ?></font></li>
 
 
 
 
 
 
 
 
449
  </ul>
450
  <p><b><font face="Tahoma" size="2" color="#FFFFFF">
451
+ <span style="background-color: #5B2473"><?php _e('Premium features:','wp-content-copy-protector'); ?></span></font></b></p>
452
  <ul>
453
+ <li><font style="font-size: 10pt" face="Tahoma"><?php _e('Get full Control on Right click or context menu','wp-content-copy-protector'); ?></font></li>
454
+ <li><font style="font-size: 10pt" face="Tahoma"><?php _e('Full watermarking','wp-content-copy-protector'); ?></font></li>
455
+ <li><font style="font-size: 10pt" face="Tahoma"><?php _e('Show alert messages, when user made right click on images, text boxes, links, plain text.. etc','wp-content-copy-protector'); ?></font></li>
456
+ <li><font style="font-size: 10pt" face="Tahoma"><?php _e('Admin can exclude Home page Or Single posts from being copy protected ','wp-content-copy-protector'); ?></font></li>
457
+ <li><font style="font-size: 10pt" face="Tahoma"><?php _e('Admin can disable copy protection for admin users.','wp-content-copy-protector'); ?></font></li>
458
+ <li><font face="Tahoma" size="2"><?php _e('3 protection layers (JavaScript protection, RightClick protection, CSS protection)','wp-content-copy-protector'); ?></font></li>
459
+ <li><font style="font-size: 10pt" face="Tahoma"><?php _e('Aggressive image protection (its near impossible for expert users to steal your images !!)','wp-content-copy-protector'); ?></font></li>
460
+ <li><font style="font-size: 10pt" face="Tahoma"><?php _e('Compatible with all major theme frameworks','wp-content-copy-protector'); ?></font></li>
461
+ <li><font style="font-size: 10pt" face="Tahoma"><?php _e('Compatible with all major browsers','wp-content-copy-protector'); ?></font></li>
462
+ <li><font style="font-size: 10pt" face="Tahoma"><?php _e('Tested in IE9, IE10, Firefox, Google Chrome, Opera','wp-content-copy-protector'); ?></font></li>
463
+ <li><font style="font-size: 10pt" face="Tahoma"><?php _e('Disables image drag and drop function','wp-content-copy-protector'); ?></font></li>
464
+ <li><font style="font-size: 10pt" face="Tahoma"><?php _e('Works on smart phones.','wp-content-copy-protector'); ?></font></li>
465
+ <li><font style="font-size: 10pt" face="Tahoma"><?php _e('Ability to set varying levels of protection per page or post.','wp-content-copy-protector'); ?></font></li>
 
 
 
 
 
 
 
 
 
 
 
 
 
466
  </ul>
467
+ <p><a href="https://www.wp-buy.com/wpccp-subscribe">Subscribe</a> to our mailing list to get flash discounts</p>
468
  </div>
469
  </div><!-- simple tabs div end -->
470
+ <p align="right"><input class="btn btn-success" type="submit" value=" <?php _e('Save Settings','wp-content-copy-protector'); ?> " name="B4" style="width: 193; height: 29;">&nbsp;&nbsp;</p>
471
  </form>
472
  </div>
css/simpletabs.css CHANGED
@@ -7,7 +7,7 @@
7
  */
8
 
9
  div.simpleTabs { padding:10px; }
10
- ul.simpleTabsNavigation { margin:0 0px; padding:0; text-align:left; line-height: 2.4em; }
11
  ul.simpleTabsNavigation li { list-style:none; display:inline; margin:0; padding:0; }
12
  ul.simpleTabsNavigation li a {border-radius: 3px 12px 0 0;
13
  border:1px solid #E0E0E0;
7
  */
8
 
9
  div.simpleTabs { padding:10px; }
10
+ ul.simpleTabsNavigation { margin:0 0px; padding:0; line-height: 2.4em; }
11
  ul.simpleTabsNavigation li { list-style:none; display:inline; margin:0; padding:0; }
12
  ul.simpleTabsNavigation li a {border-radius: 3px 12px 0 0;
13
  border:1px solid #E0E0E0;
languages/wp-content-copy-protector-ar.mo ADDED
Binary file
languages/wp-content-copy-protector-ar.po ADDED
@@ -0,0 +1,356 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP Content Copy Protection & No Right Click\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-03-08 19:39+0000\n"
6
+ "PO-Revision-Date: 2020-03-29 02:00+0000\n"
7
+ "Last-Translator: wp-buy <ashrafweb@gmail.com>\n"
8
+ "Language-Team: Arabic\n"
9
+ "Language: ar\n"
10
+ "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100 >= 3 "
11
+ "&& n%100<=10 ? 3 : n%100 >= 11 && n%100<=99 ? 4 : 5;\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Loco https://localise.biz/\n"
16
+ "X-Loco-Version: 2.3.1; wp-5.3.2"
17
+
18
+ #: preventer-index.php:559
19
+ msgid "WP Content Copy Protection"
20
+ msgstr "حماية المحتوى من النسخ واللصق"
21
+
22
+ #: admin-core.php:175
23
+ msgid "WP Content Protection Plugin Group"
24
+ msgstr "المجموعة البريدية الخاصة بإضافة حماية المحتوى من النسخ"
25
+
26
+ #: admin-core.php:177
27
+ msgid "Subscribe"
28
+ msgstr "إشترك معنا"
29
+
30
+ #: admin-core.php:177
31
+ msgid ""
32
+ "to get latest news and updates, plugin recommendations and configuration "
33
+ "help, promotional email with"
34
+ msgstr ""
35
+ "لتحصل على أخر الأخبار المتعلقة بهذه الإضافة وكل التحديثات القادمة مع تلميحات "
36
+ "ومساعدات إضافية ورسائل مختصرة تحمل"
37
+
38
+ #: admin-core.php:177
39
+ msgid "discount codes 🙂"
40
+ msgstr "كوبونات خصم"
41
+
42
+ #: admin-core.php:177
43
+ msgid "or"
44
+ msgstr "أو"
45
+
46
+ #: admin-core.php:177
47
+ msgid "Dismiss this notice"
48
+ msgstr "تجاهل هذا الصندوق"
49
+
50
+ #: admin-core.php:208
51
+ msgid "Main Settings"
52
+ msgstr "الإعدادت الأساسية"
53
+
54
+ #: admin-core.php:209
55
+ msgid "Premium RightClick Protection"
56
+ msgstr "الحماية من النقر بالزر الأيمن"
57
+
58
+ #: admin-core.php:210
59
+ msgid "Premium Protection by CSS"
60
+ msgstr "الحماية بواسطة CSS"
61
+
62
+ #: admin-core.php:211
63
+ msgid "More with pro"
64
+ msgstr "المزيد مع النسخة المتقدمة"
65
+
66
+ #: admin-core.php:217
67
+ msgid "Copy Protection using JavaScript"
68
+ msgstr "حماية المحتوى بواسطة قوة الجافا سكريبت"
69
+
70
+ #: admin-core.php:217
71
+ msgid "Basic Layer"
72
+ msgstr "المستوى الأساسي"
73
+
74
+ #: admin-core.php:218
75
+ msgid ""
76
+ "This is the basic protection layer that uses <u>JavaScript</u> to protect "
77
+ "the posts, home page content from being copied by any other web site author."
78
+ msgstr ""
79
+ "في هذه الطبقة من الحماية يتم استخدام الجافاسكريبت لحماية الموقع والمحتوى "
80
+ "والصفحة الرئيسية من النسخ بواسطة أي سارق محتوى آخر."
81
+
82
+ #: admin-core.php:225
83
+ msgid "Posts protection by <u>JavaScript</u>"
84
+ msgstr "حماية البوستات بواسطة <u>الجافاسكريبت</u>"
85
+
86
+ #: admin-core.php:231 admin-core.php:236 admin-core.php:252 admin-core.php:257
87
+ #: admin-core.php:273 admin-core.php:279 admin-core.php:386 admin-core.php:391
88
+ msgid "Enabled"
89
+ msgstr "تمكين"
90
+
91
+ #: admin-core.php:232 admin-core.php:237 admin-core.php:253 admin-core.php:258
92
+ #: admin-core.php:274 admin-core.php:278 admin-core.php:387 admin-core.php:392
93
+ msgid "Disabled"
94
+ msgstr "تعطيل"
95
+
96
+ #: admin-core.php:243
97
+ msgid "For single posts content"
98
+ msgstr "يتم تطبيقه على محتوى البوستات المنشورة"
99
+
100
+ #: admin-core.php:246
101
+ msgid "Homepage protection by <u>JavaScript</u>"
102
+ msgstr "حماية الصفحة الرئيسية بواسطة <u>الجافاسكريبت</u>"
103
+
104
+ #: admin-core.php:264
105
+ msgid "Don't copy any thing! even from my homepage"
106
+ msgstr "منع نسخ أي شيء حتى من الصفحة الرئيسية لموقعي"
107
+
108
+ #: admin-core.php:267
109
+ msgid "Static page's protection"
110
+ msgstr "حماية الصفحات الثابتة"
111
+
112
+ #: admin-core.php:284
113
+ msgid "Use Premium Settings tab to customize more options"
114
+ msgstr "ستجد خيارات إضافية في التبويبات العلوية"
115
+
116
+ #: admin-core.php:287
117
+ msgid "Exclude <u>Admin</u> from protection"
118
+ msgstr "استثناء <u>مدير الموقع</u> من الحماية"
119
+
120
+ #: admin-core.php:289 admin-core.php:403 admin-core.php:411
121
+ msgid "Premium"
122
+ msgstr "حصري"
123
+
124
+ #: admin-core.php:291
125
+ msgid ""
126
+ "If <u>Yes</u>, The protection functions will be inactive for the admin when "
127
+ "he is logged in"
128
+ msgstr ""
129
+ "عند تحديد الخيار (نعم) سيتم تعطيل خيارات الحماية عندما يقوم مدير الموقع "
130
+ "بتسجيل الدخول لموقعه"
131
+
132
+ #: admin-core.php:294
133
+ msgid "Selection disabled message"
134
+ msgstr "رسالة منع تحديد النصوص على الموقع"
135
+
136
+ #: admin-core.php:305
137
+ msgid "Print preview message"
138
+ msgstr "رسالة التعطيل لصفحة (معاينة قبل الطباعة)"
139
+
140
+ #: admin-core.php:323
141
+ msgid "Copy Protection on RightClick"
142
+ msgstr "حماية المحتوى عند النقر بزر الفأرة الأيمن"
143
+
144
+ #: admin-core.php:323
145
+ msgid "Premium Layer 2"
146
+ msgstr "مستوى الحماية الثاني"
147
+
148
+ #: admin-core.php:324
149
+ msgid ""
150
+ "In this protection layer your visitors will be able to <u>right click</u> on "
151
+ "a specific page elements only (such as Links as an example)"
152
+ msgstr ""
153
+ "في هذه الطبقة من الحماية فإن زوار موقعك سيكونوا قادرين على النقر بالزر "
154
+ "الأيمن للفأرة فوق بعض عناصر الصفحة (مثل الروابط وغيرها)"
155
+
156
+ #: admin-core.php:328
157
+ msgid "Disable <u>RightClick</u> on"
158
+ msgstr "تعطيل النقر <u>بزر الفأرة الأيمن</u> على"
159
+
160
+ #: admin-core.php:335
161
+ msgid "Posts"
162
+ msgstr "البوستات"
163
+
164
+ #: admin-core.php:341
165
+ msgid "HomePage"
166
+ msgstr "الصفحة الرئيسية"
167
+
168
+ #: admin-core.php:347
169
+ msgid "Static pages"
170
+ msgstr "الصفحات الثابتة"
171
+
172
+ #: admin-core.php:356
173
+ msgid "Remaining premium options preview image "
174
+ msgstr ""
175
+ "عندما تشتري النسخة المتقدمة ستحصل على مميزات أخرى كما في الصورة التالية"
176
+
177
+ #: admin-core.php:360
178
+ msgid "Preview & Pricing"
179
+ msgstr "استعراض المميزات والأسعار"
180
+
181
+ #: admin-core.php:372
182
+ msgid "Protection by CSS Techniques"
183
+ msgstr "الحماية بواسطة تقنيات الستايل CSS"
184
+
185
+ #: admin-core.php:372
186
+ msgid "Premium Layer 3"
187
+ msgstr "مستوى الحماية المميز 3"
188
+
189
+ #: admin-core.php:373
190
+ msgid ""
191
+ "In this protection layer your website will be protected by some <u>CSS</u> "
192
+ "tricks that will word even if <u>JavaScript</u> is disabled from the browser "
193
+ "settings"
194
+ msgstr ""
195
+ "في هذه المستوى من الحماية سيتم حماية موقعك بواسطة بعض الأكواد والتكتيكات "
196
+ "الخاصة بلغة <u>CSS</u> الصديقة للمتصفحات وذلك في حال قام المستخدم بتعطيل "
197
+ "خاصية الجافا سكريبت من خيارات المتصفح"
198
+
199
+ #: admin-core.php:380
200
+ msgid "<b>Home Page</b> Protection by CSS"
201
+ msgstr "حماية الصفحة الرئيسية بواسطة ملفات الستايل CSS"
202
+
203
+ #: admin-core.php:398
204
+ msgid "Protect your Homepage by CSS tricks"
205
+ msgstr "إحمي الصفحة الرئيسية بواسطة تقنيات الستايل CSS"
206
+
207
+ #: admin-core.php:401
208
+ msgid "<b>Posts</b> Protection by CSS"
209
+ msgstr "حماية البوستات بواسطة ملفات الستايل CSS"
210
+
211
+ #: admin-core.php:406
212
+ msgid "Protect your single posts by CSS tricks"
213
+ msgstr "إحمي البوستات بواسطة تقنيات الستايل CSS"
214
+
215
+ #: admin-core.php:409
216
+ msgid "<b>Pages</b> Protection by CSS"
217
+ msgstr "حماية الصفحات الثابتة بواسطة ملفات الستايل CSS"
218
+
219
+ #: admin-core.php:413
220
+ msgid "Protect your static pages by CSS tricks"
221
+ msgstr "إحمي الصفحات الثابتة بواسطة تقنيات الستايل CSS"
222
+
223
+ #: admin-core.php:435
224
+ msgid "Basic features:"
225
+ msgstr "المميزات الأساسية:"
226
+
227
+ #: admin-core.php:437
228
+ msgid ""
229
+ "Protect your content from selection and copy. this plugin makes protecting "
230
+ "your posts extremely simple without yelling at your readers"
231
+ msgstr ""
232
+ "احمي موقعك ومحتواك من السرقة والنسخ واللصق, هذه الإضافة ستحمي موقعك بدون أن "
233
+ "يشعر المستخدم العادي بالضجر أو الإزعاج"
234
+
235
+ #: admin-core.php:438
236
+ msgid "No one can save images from your site."
237
+ msgstr "لا أحد سيتمكن من حفظ الصور عن صفحات موقعك"
238
+
239
+ #: admin-core.php:439
240
+ msgid "No right click or context menu."
241
+ msgstr "لا أحد سينقر بزر الفأرة الأيمن على الصفحات والصور"
242
+
243
+ #: admin-core.php:440
244
+ msgid "Show alert message, Image Ad or HTML Ad on save images or right click."
245
+ msgstr "ضع رسالة مميزة أو إعلان للبيع عند النقر فوق الصور الخاصة بك"
246
+
247
+ #: admin-core.php:441
248
+ msgid "Disable the following keys"
249
+ msgstr "تعطيل مفاتيح الاختصارات التالية"
250
+
251
+ #: admin-core.php:442
252
+ msgid "Advanced and easy to use control panel."
253
+ msgstr "لوحة تحكم سهلة وبسيطة وتحتوي خيارات متعددة"
254
+
255
+ #: admin-core.php:443
256
+ msgid "No one can right click images on your site if you want"
257
+ msgstr "إذا رغبت, فلن يتمكن أحد من النقر على صورك بزر الفأرة الأيمن"
258
+
259
+ #: admin-core.php:446
260
+ msgid "Premium features:"
261
+ msgstr "مميزات متقدمة:"
262
+
263
+ #: admin-core.php:448
264
+ msgid "Get full Control on Right click or context menu"
265
+ msgstr "تحكم كامل بخصائص النقر على صفحات موقعك"
266
+
267
+ #: admin-core.php:449
268
+ msgid "Full watermarking"
269
+ msgstr "ميز صورك بعلامة مائية (أنت تختارها) مطبوعة فوق كل صورة"
270
+
271
+ #: admin-core.php:450
272
+ msgid ""
273
+ "Show alert messages, when user made right click on images, text boxes, links,"
274
+ " plain text.. etc"
275
+ msgstr ""
276
+ "إظهار رسائل تحذيرية بمدة محددة بالثواني عندما يقوم المستخدم بمحاولة سرقة "
277
+ "المحتوى او الصور أو النصوص ..الخ"
278
+
279
+ #: admin-core.php:451
280
+ msgid "Admin can exclude Home page Or Single posts from being copy protected "
281
+ msgstr "يستطيع الأدمن استثناء أي صفحة او بوست من خاصية الحماية"
282
+
283
+ #: admin-core.php:452
284
+ msgid "Admin can disable copy protection for admin users."
285
+ msgstr ""
286
+ "يمكنك إلغاء الحماية لمدراء الموقع بحيث ليتمكن الأدمن من إدارة المحتوى المحمي "
287
+ "بسهولة"
288
+
289
+ #: admin-core.php:453
290
+ msgid ""
291
+ "3 protection layers (JavaScript protection, RightClick protection, CSS "
292
+ "protection)"
293
+ msgstr ""
294
+ "3 مستويات من الحماية (حماية بالجافاسكريبت , حماية من النقر بزر الفأرة الأيمن "
295
+ ", حماية بواسطة ملفات الستايل)"
296
+
297
+ #: admin-core.php:454
298
+ msgid ""
299
+ "Aggressive image protection (its near impossible for expert users to steal "
300
+ "your images !!)"
301
+ msgstr "حماية قوية جدا للصور (تقريبا يستحيل على الشخص العادي سرقة صورك) !!"
302
+
303
+ #: admin-core.php:455
304
+ msgid "Compatible with all major theme frameworks"
305
+ msgstr "متوافق مع أغلب الثيمات المعروفة والعالمية"
306
+
307
+ #: admin-core.php:456
308
+ msgid "Compatible with all major browsers"
309
+ msgstr "متوافق مع أغلب المتصفحات الشهيرة"
310
+
311
+ #: admin-core.php:457
312
+ msgid "Tested in IE9, IE10, Firefox, Google Chrome, Opera"
313
+ msgstr ""
314
+ "متوافق مع المتصفحات العالمية المشهورة مثل فايرفوكس وجوجل كروم وأوبرا وسفاري "
315
+ "وحتى متصفحات أغلب الهواتف الذكية"
316
+
317
+ #: admin-core.php:458
318
+ msgid "Disables image drag and drop function"
319
+ msgstr "تعطيل خاصية السحب والإفلات للصور على المتصفح"
320
+
321
+ #: admin-core.php:459
322
+ msgid "Works on smart phones."
323
+ msgstr "يعمل بكفاءة على الهواتف الذكية"
324
+
325
+ #: admin-core.php:460
326
+ msgid "Ability to set varying levels of protection per page or post."
327
+ msgstr ""
328
+ "القدرة على تحديد مستوىات الحماية للصفحات او البوستات أو الرئيسية بشكل منفصل"
329
+
330
+ #: admin-core.php:464
331
+ msgid "Save Settings"
332
+ msgstr "حفظ التغييرات"
333
+
334
+ #. Name of the plugin
335
+ msgid "WP Content Copy Protection & No Right Click"
336
+ msgstr "إضافة حماية المحتوى من النسخ ومنع النقرات بزر الفأرة الأيمن"
337
+
338
+ #. Description of the plugin
339
+ msgid ""
340
+ "This wp plugin protect the posts content from being copied by any other web "
341
+ "site author , you dont want your content to spread without your permission!!"
342
+ msgstr ""
343
+ "هذه الإضافة تحمي محتوى موقعك من أن ينسخه أي مؤلف موقع ويب آخر ، فأنت "
344
+ "بالتاكيد لا تريد نشر المحتوى الخاص بك على مواقع الغير دون إذنك !!"
345
+
346
+ #. URI of the plugin
347
+ msgid "http://wordpress.org/plugins/w-p-content-copy-protector/"
348
+ msgstr "http://wordpress.org/plugins/w-p-content-copy-protector/"
349
+
350
+ #. Author of the plugin
351
+ msgid "wp-buy"
352
+ msgstr "موقع الإضافات المميزة"
353
+
354
+ #. Author URI of the plugin
355
+ msgid "http://www.wp-buy.com/"
356
+ msgstr "http://www.wp-buy.com/"
languages/wp-content-copy-protector.pot ADDED
@@ -0,0 +1,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #, fuzzy
2
+ msgid ""
3
+ msgstr ""
4
+ "Project-Id-Version: WP Content Copy Protection & No Right Click\n"
5
+ "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2020-03-30 18:13+0000\n"
7
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
+ "Language-Team: \n"
10
+ "Language: \n"
11
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Loco https://localise.biz/\n"
16
+ "X-Loco-Version: 2.3.1; wp-5.3.2"
17
+
18
+ #: admin-core.php:458
19
+ msgid ""
20
+ "3 protection layers (JavaScript protection, RightClick protection, CSS "
21
+ "protection)"
22
+ msgstr ""
23
+
24
+ #: admin-core.php:385
25
+ msgid "<b>Home Page</b> Protection by CSS"
26
+ msgstr ""
27
+
28
+ #: admin-core.php:414
29
+ msgid "<b>Pages</b> Protection by CSS"
30
+ msgstr ""
31
+
32
+ #: admin-core.php:406
33
+ msgid "<b>Posts</b> Protection by CSS"
34
+ msgstr ""
35
+
36
+ #: admin-core.php:465
37
+ msgid "Ability to set varying levels of protection per page or post."
38
+ msgstr ""
39
+
40
+ #: admin-core.php:457
41
+ msgid "Admin can disable copy protection for admin users."
42
+ msgstr ""
43
+
44
+ #: admin-core.php:456
45
+ msgid "Admin can exclude Home page Or Single posts from being copy protected "
46
+ msgstr ""
47
+
48
+ #: admin-core.php:447
49
+ msgid "Advanced and easy to use control panel."
50
+ msgstr ""
51
+
52
+ #: admin-core.php:459
53
+ msgid ""
54
+ "Aggressive image protection (its near impossible for expert users to steal "
55
+ "your images !!)"
56
+ msgstr ""
57
+
58
+ #: admin-core.php:440
59
+ msgid "Basic features:"
60
+ msgstr ""
61
+
62
+ #: admin-core.php:222
63
+ msgid "Basic Layer"
64
+ msgstr ""
65
+
66
+ #: admin-core.php:181
67
+ msgid ""
68
+ "Begin your adventure to improve your WordPress website, Also you will win a "
69
+ msgstr ""
70
+
71
+ #: admin-core.php:461
72
+ msgid "Compatible with all major browsers"
73
+ msgstr ""
74
+
75
+ #: admin-core.php:460
76
+ msgid "Compatible with all major theme frameworks"
77
+ msgstr ""
78
+
79
+ #: admin-core.php:328
80
+ msgid "Copy Protection on RightClick"
81
+ msgstr ""
82
+
83
+ #: admin-core.php:222
84
+ msgid "Copy Protection using JavaScript"
85
+ msgstr ""
86
+
87
+ #: admin-core.php:333
88
+ msgid "Disable <u>RightClick</u> on"
89
+ msgstr ""
90
+
91
+ #: admin-core.php:446
92
+ msgid "Disable the following keys"
93
+ msgstr ""
94
+
95
+ #: admin-core.php:237 admin-core.php:242 admin-core.php:258 admin-core.php:263
96
+ #: admin-core.php:279 admin-core.php:283 admin-core.php:392 admin-core.php:397
97
+ msgid "Disabled"
98
+ msgstr ""
99
+
100
+ #: admin-core.php:463
101
+ msgid "Disables image drag and drop function"
102
+ msgstr ""
103
+
104
+ #: admin-core.php:181
105
+ msgid "discount codes"
106
+ msgstr ""
107
+
108
+ #: admin-core.php:176
109
+ msgid "Dismiss"
110
+ msgstr ""
111
+
112
+ #: admin-core.php:269
113
+ msgid "Don't copy any thing! even from my homepage"
114
+ msgstr ""
115
+
116
+ #: admin-core.php:236 admin-core.php:241 admin-core.php:257 admin-core.php:262
117
+ #: admin-core.php:278 admin-core.php:284 admin-core.php:391 admin-core.php:396
118
+ msgid "Enabled"
119
+ msgstr ""
120
+
121
+ #: admin-core.php:292
122
+ msgid "Exclude <u>Admin</u> from protection"
123
+ msgstr ""
124
+
125
+ #: admin-core.php:248
126
+ msgid "For single posts content"
127
+ msgstr ""
128
+
129
+ #: admin-core.php:454
130
+ msgid "Full watermarking"
131
+ msgstr ""
132
+
133
+ #: admin-core.php:453
134
+ msgid "Get full Control on Right click or context menu"
135
+ msgstr ""
136
+
137
+ #: admin-core.php:346
138
+ msgid "HomePage"
139
+ msgstr ""
140
+
141
+ #: admin-core.php:251
142
+ msgid "Homepage protection by <u>JavaScript</u>"
143
+ msgstr ""
144
+
145
+ #. URI of the plugin
146
+ msgid "http://wordpress.org/plugins/w-p-content-copy-protector/"
147
+ msgstr ""
148
+
149
+ #. Author URI of the plugin
150
+ msgid "http://www.wp-buy.com/"
151
+ msgstr ""
152
+
153
+ #: admin-core.php:296
154
+ msgid ""
155
+ "If <u>Yes</u>, The protection functions will be inactive for the admin when "
156
+ "he is logged in"
157
+ msgstr ""
158
+
159
+ #: admin-core.php:329
160
+ msgid ""
161
+ "In this protection layer your visitors will be able to <u>right click</u> on "
162
+ "a specific page elements only (such as Links as an example)"
163
+ msgstr ""
164
+
165
+ #: admin-core.php:378
166
+ msgid ""
167
+ "In this protection layer your website will be protected by some <u>CSS</u> "
168
+ "tricks that will word even if <u>JavaScript</u> is disabled from the browser "
169
+ "settings"
170
+ msgstr ""
171
+
172
+ #: admin-core.php:213
173
+ msgid "Main Settings"
174
+ msgstr ""
175
+
176
+ #: admin-core.php:216
177
+ msgid "More with pro"
178
+ msgstr ""
179
+
180
+ #: admin-core.php:448
181
+ msgid "No one can right click images on your site if you want"
182
+ msgstr ""
183
+
184
+ #: admin-core.php:443
185
+ msgid "No one can save images from your site."
186
+ msgstr ""
187
+
188
+ #: admin-core.php:444
189
+ msgid "No right click or context menu."
190
+ msgstr ""
191
+
192
+ #: admin-core.php:340
193
+ msgid "Posts"
194
+ msgstr ""
195
+
196
+ #: admin-core.php:230
197
+ msgid "Posts protection by <u>JavaScript</u>"
198
+ msgstr ""
199
+
200
+ #: admin-core.php:294 admin-core.php:408 admin-core.php:416
201
+ msgid "Premium"
202
+ msgstr ""
203
+
204
+ #: admin-core.php:451
205
+ msgid "Premium features:"
206
+ msgstr ""
207
+
208
+ #: admin-core.php:328
209
+ msgid "Premium Layer 2"
210
+ msgstr ""
211
+
212
+ #: admin-core.php:377
213
+ msgid "Premium Layer 3"
214
+ msgstr ""
215
+
216
+ #: admin-core.php:215
217
+ msgid "Premium Protection by CSS"
218
+ msgstr ""
219
+
220
+ #: admin-core.php:214
221
+ msgid "Premium RightClick Protection"
222
+ msgstr ""
223
+
224
+ #: admin-core.php:365
225
+ msgid "Preview & Pricing"
226
+ msgstr ""
227
+
228
+ #: admin-core.php:310
229
+ msgid "Print preview message"
230
+ msgstr ""
231
+
232
+ #: admin-core.php:442
233
+ msgid ""
234
+ "Protect your content from selection and copy. this plugin makes protecting "
235
+ "your posts extremely simple without yelling at your readers"
236
+ msgstr ""
237
+
238
+ #: admin-core.php:403
239
+ msgid "Protect your Homepage by CSS tricks"
240
+ msgstr ""
241
+
242
+ #: admin-core.php:411
243
+ msgid "Protect your single posts by CSS tricks"
244
+ msgstr ""
245
+
246
+ #: admin-core.php:418
247
+ msgid "Protect your static pages by CSS tricks"
248
+ msgstr ""
249
+
250
+ #: admin-core.php:377
251
+ msgid "Protection by CSS Techniques"
252
+ msgstr ""
253
+
254
+ #: admin-core.php:361
255
+ msgid "Remaining premium options preview image "
256
+ msgstr ""
257
+
258
+ #: admin-core.php:470
259
+ msgid "Save Settings"
260
+ msgstr ""
261
+
262
+ #: admin-core.php:299
263
+ msgid "Selection disabled message"
264
+ msgstr ""
265
+
266
+ #: admin-core.php:445
267
+ msgid "Show alert message, Image Ad or HTML Ad on save images or right click."
268
+ msgstr ""
269
+
270
+ #: admin-core.php:455
271
+ msgid ""
272
+ "Show alert messages, when user made right click on images, text boxes, links,"
273
+ " plain text.. etc"
274
+ msgstr ""
275
+
276
+ #: admin-core.php:182
277
+ msgid "Start it!"
278
+ msgstr ""
279
+
280
+ #: admin-core.php:272
281
+ msgid "Static page's protection"
282
+ msgstr ""
283
+
284
+ #: admin-core.php:352
285
+ msgid "Static pages"
286
+ msgstr ""
287
+
288
+ #: admin-core.php:462
289
+ msgid "Tested in IE9, IE10, Firefox, Google Chrome, Opera"
290
+ msgstr ""
291
+
292
+ #: admin-core.php:223
293
+ msgid ""
294
+ "This is the basic protection layer that uses <u>JavaScript</u> to protect "
295
+ "the posts, home page content from being copied by any other web site author."
296
+ msgstr ""
297
+
298
+ #. Description of the plugin
299
+ msgid ""
300
+ "This wp plugin protect the posts content from being copied by any other web "
301
+ "site author , you dont want your content to spread without your permission!!"
302
+ msgstr ""
303
+
304
+ #: admin-core.php:289
305
+ msgid "Use Premium Settings tab to customize more options"
306
+ msgstr ""
307
+
308
+ #: admin-core.php:464
309
+ msgid "Works on smart phones."
310
+ msgstr ""
311
+
312
+ #: preventer-index.php:559
313
+ msgid "WP Content Copy Protection"
314
+ msgstr ""
315
+
316
+ #. Name of the plugin
317
+ msgid "WP Content Copy Protection & No Right Click"
318
+ msgstr ""
319
+
320
+ #: admin-core.php:174
321
+ msgid "WP Content Protection Plugin Group"
322
+ msgstr ""
323
+
324
+ #. Author of the plugin
325
+ msgid "wp-buy"
326
+ msgstr ""
preventer-index.php CHANGED
@@ -3,9 +3,9 @@
3
  Plugin Name: WP Content Copy Protection & No Right Click
4
  Plugin URI: http://wordpress.org/plugins/w-p-content-copy-protector/
5
  Description: This wp plugin protect the posts content from being copied by any other web site author , you dont want your content to spread without your permission!!
6
- Version: 1.7.3
7
  Author: wp-buy
8
- Text Domain: wccp_free_translation_lang
9
  Domain Path: /languages
10
  Author URI: http://www.wp-buy.com/
11
  */
@@ -15,8 +15,14 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
15
  //define all variables the needed alot
16
  include 'the_globals.php';
17
 
18
-
19
  $wccp_settings = wccp_read_options();
 
 
 
 
 
 
 
20
  //---------------------------------------------------------<!-- SimpleTabs -->
21
  function wccp_enqueue_scripts() {
22
  global $pluginsurl;
@@ -82,6 +88,7 @@ function disableEnterKey(e)
82
  }
83
  }
84
 
 
85
  function disable_copy(e)
86
  {
87
  var elemtype = e.target.nodeName;
@@ -100,6 +107,8 @@ function disable_copy(e)
100
  return false;
101
  }
102
  }
 
 
103
  function disable_copy_ie()
104
  {
105
  var elemtype = window.event.srcElement.nodeName;
@@ -509,7 +518,7 @@ function wpccp_after_plugin_row( $plugin_file, $plugin_data, $status ) {
509
  echo '<th class="check-column" scope="row"></th>';
510
  echo '<td colspan="3" class="plugin-update">';
511
  echo '<div id="wccp-update-message" style="background:#edf4f7;padding:10px;" >';
512
- echo 'You are running WP Content Copy Protection & No Right Click (free). To get more features, you can <a href="' .$p_url. '" target="_blank"><strong>Upgrade Now</strong></a>, <a id="HideMe" href="javascript:void(0)"><strong>Dismiss</strong></a>.';
513
  echo '</div>';
514
  echo '</td>';
515
  echo '</tr>';
@@ -550,7 +559,7 @@ add_action("after_plugin_row_{$path}", "wpccp_after_plugin_row", 10, 3 );
550
  //------------------------------------------------------------------------
551
  //Make our function to call the WordPress function to add to the correct menu.
552
  function wccp_add_options() {
553
- add_options_page('WP Content Copy Protection', 'WP Content Copy Protection', 'manage_options', 'wccpoptionspro', 'wccp_options_page_pro');
554
  }
555
  //First use the add_action to add onto the WordPress menu.
556
  add_action('admin_menu', 'wccp_add_options');
3
  Plugin Name: WP Content Copy Protection & No Right Click
4
  Plugin URI: http://wordpress.org/plugins/w-p-content-copy-protector/
5
  Description: This wp plugin protect the posts content from being copied by any other web site author , you dont want your content to spread without your permission!!
6
+ Version: 1.9
7
  Author: wp-buy
8
+ Text Domain: wp-content-copy-protector
9
  Domain Path: /languages
10
  Author URI: http://www.wp-buy.com/
11
  */
15
  //define all variables the needed alot
16
  include 'the_globals.php';
17
 
 
18
  $wccp_settings = wccp_read_options();
19
+ //---------------------------------------------------------------------------------------------
20
+ //Load plugin textdomain to load translations
21
+ //---------------------------------------------------------------------------------------------
22
+ function wccp_free_load_textdomain() {
23
+ load_plugin_textdomain( 'wp-content-copy-protector', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
24
+ }
25
+ add_action( 'init', 'wccp_free_load_textdomain' );
26
  //---------------------------------------------------------<!-- SimpleTabs -->
27
  function wccp_enqueue_scripts() {
28
  global $pluginsurl;
88
  }
89
  }
90
 
91
+ //////////////////////////////////////////////////////////////////////////////////////
92
  function disable_copy(e)
93
  {
94
  var elemtype = e.target.nodeName;
107
  return false;
108
  }
109
  }
110
+
111
+ //////////////////////////////////////////////////////////////////////////////////////
112
  function disable_copy_ie()
113
  {
114
  var elemtype = window.event.srcElement.nodeName;
518
  echo '<th class="check-column" scope="row"></th>';
519
  echo '<td colspan="3" class="plugin-update">';
520
  echo '<div id="wccp-update-message" style="background:#edf4f7;padding:10px;" >';
521
+ echo __('You are running WP Content Copy Protection & No Right Click (free). To get more features, you can ') . '<a href="' .$p_url. '" target="_blank"><strong>' . __('Upgrade Now') . '</strong></a>, <a id="HideMe" href="javascript:void(0)"><strong>' . __('Dismiss') . '</strong></a>.';
522
  echo '</div>';
523
  echo '</td>';
524
  echo '</tr>';
559
  //------------------------------------------------------------------------
560
  //Make our function to call the WordPress function to add to the correct menu.
561
  function wccp_add_options() {
562
+ add_options_page(__('WP Content Copy Protection', 'wp-content-copy-protector'), __('WP Content Copy Protection', 'wp-content-copy-protector'), 'manage_options', 'wccpoptionspro', 'wccp_options_page_pro');
563
  }
564
  //First use the add_action to add onto the WordPress menu.
565
  add_action('admin_menu', 'wccp_add_options');
readme.txt CHANGED
@@ -64,6 +64,16 @@ your posts extremely simple without yelling at your readers</li>
64
  </ul>
65
 
66
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
67
  = 1.7.3 =
68
  <ul>
69
  <li>Checking with the last update</li>
64
  </ul>
65
 
66
  == Changelog ==
67
+ = 1.9 =
68
+ <ul>
69
+ <li>Translation slug is now the same as the plugin slug</li>
70
+ <li>Arabic translation file included inside the plugin language folder and its also included on wordpress translation plugin page</li>
71
+ </ul>
72
+ = 1.8 =
73
+ <ul>
74
+ <li>Translation is now supported</li>
75
+ <li>wp-content-copy-protector.pot Template translation file included</li>
76
+ </ul>
77
  = 1.7.3 =
78
  <ul>
79
  <li>Checking with the last update</li>